contact phone icon
contact-phone-sharp from Material Symbols by Google · Sharp · Communicate · Apache-2.0 Free for personal and commercial use.
- Name
- contact-phone-sharp
- Set
- Material Symbols
- Style
- Sharp
- Category
- Communicate
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More communicate icons from Material Symbols
Use the contact phone icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M0 21V3h24v18zm11.125-7.875Q12 12.25 12 11t-.875-2.125T9 8t-2.125.875T6 11t.875 2.125T9 14t2.125-.875M2.1 19h13.8q-1.05-1.875-2.9-2.937T9 15t-4 1.063T2.1 19M19 18l2-2l-1.5-2h-1.65q-.15-.45-.25-.962T17.5 12t.1-1.012t.25-.988h1.65L21 8l-2-2q-1.35 1.05-2.175 2.663T16 12t.825 3.338T19 18"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsContactPhoneSharp(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M0 21V3h24v18zm11.125-7.875Q12 12.25 12 11t-.875-2.125T9 8t-2.125.875T6 11t.875 2.125T9 14t2.125-.875M2.1 19h13.8q-1.05-1.875-2.9-2.937T9 15t-4 1.063T2.1 19M19 18l2-2l-1.5-2h-1.65q-.15-.45-.25-.962T17.5 12t.1-1.012t.25-.988h1.65L21 8l-2-2q-1.35 1.05-2.175 2.663T16 12t.825 3.338T19 18"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M0 21V3h24v18zm11.125-7.875Q12 12.25 12 11t-.875-2.125T9 8t-2.125.875T6 11t.875 2.125T9 14t2.125-.875M2.1 19h13.8q-1.05-1.875-2.9-2.937T9 15t-4 1.063T2.1 19M19 18l2-2l-1.5-2h-1.65q-.15-.45-.25-.962T17.5 12t.1-1.012t.25-.988h1.65L21 8l-2-2q-1.35 1.05-2.175 2.663T16 12t.825 3.338T19 18"/></svg> </template>
CSS
.icon-contact-phone-sharp {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%2021V3h24v18zm11.125-7.875Q12%2012.25%2012%2011t-.875-2.125T9%208t-2.125.875T6%2011t.875%202.125T9%2014t2.125-.875M2.1%2019h13.8q-1.05-1.875-2.9-2.937T9%2015t-4%201.063T2.1%2019M19%2018l2-2l-1.5-2h-1.65q-.15-.45-.25-.962T17.5%2012t.1-1.012t.25-.988h1.65L21%208l-2-2q-1.35%201.05-2.175%202.663T16%2012t.825%203.338T19%2018%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%2021V3h24v18zm11.125-7.875Q12%2012.25%2012%2011t-.875-2.125T9%208t-2.125.875T6%2011t.875%202.125T9%2014t2.125-.875M2.1%2019h13.8q-1.05-1.875-2.9-2.937T9%2015t-4%201.063T2.1%2019M19%2018l2-2l-1.5-2h-1.65q-.15-.45-.25-.962T17.5%2012t.1-1.012t.25-.988h1.65L21%208l-2-2q-1.35%201.05-2.175%202.663T16%2012t.825%203.338T19%2018%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/contact-phone-sharp.svg?color=%231a73e8&size=48