Contact Phone icon

Contact Phone is a Google Material Symbol from the Communicate category. It's one of the 500 most used Material Symbols. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

contact_phone_outlined_fill0_wght400.svg

Contact Phone icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&icon_names=contact_phone" />

<span class="material-symbols-outlined">contact_phone</span>

Contact Phone icon in React

// With the font from the HTML tab:
export function ContactPhoneIcon() {
  return (
    <span className="material-symbols-outlined">
      contact_phone
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import ContactPhoneIcon from "@material-symbols/svg-400/outlined/contact_phone.svg?react";

Contact Phone icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">contact_phone</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import ContactPhoneIcon from "@material-symbols/svg-400/outlined/contact_phone.svg?component"; -->

Contact Phone icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">contact_phone</mat-icon>

Contact Phone icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.contact_phone, fill: 0, weight: 400)

Contact Phone icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/contact_phone.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M1.5 21q-.6 0-1.05-.45T0 19.5v-15q0-.6 .45-1.05t1.05-.45h21q.6 0 1.05 .45t.45 1.05v15q0 .6-.45 1.05t-1.05 .45H1.5Zm13.275-1.5h7.725v-15H1.5v15h.175q1.1-1.725 2.813-2.725T8.225 15.775q2.025 0 3.738 1T14.775 19.5ZM10.35 13.125q.875-.875 .875-2.125t-.875-2.125q-.875-.875-2.125-.875t-2.125 .875q-.875 .875-.875 2.125t.875 2.125q.875 .875 2.125 .875t2.125-.875Zm8.55 5.175 1.925-1.9-1.425-2.025h-1.75q-.225-.625-.312-1.162T17.25 12.025q0-.65 .088-1.175t.312-1.175h1.75l1.425-2.025-1.925-1.9q-1.375 1.125-2.137 2.775T16 12.025q0 1.85 .763 3.5T18.9 18.3Zm-15.325 1.2h9.3q-.9-1.05-2.112-1.637T8.225 17.275q-1.325 0-2.537 .588T3.575 19.5Zm3.575-7.425q-.425-.425-.425-1.075t.425-1.075q.425-.425 1.075-.425t1.075 .425q.425 .425 .425 1.075t-.425 1.075q-.425 .425-1.075 .425t-1.075-.425Zm4.85-.075Z" />
</vector>

Contact Phone icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/contact_phone.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/svg-400@0.47.5/outlined/contact_phone.svg" width="24" height="24" alt="Contact Phone">

Contact Phone icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameContact Phone
Ligaturecontact_phone
Code pointU+E0CF
CategoryCommunicate
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/contact_phone.svg, contact_phone-fill.svg
FlutterSymbols.contact_phone
LicenseApache License 2.0 (© Google LLC)

Keywords

communicatemobileinformationhumanpersonpeoplemessageprofileuseraccountfaceavatarround

Related icons