phone missed icon
phone-missed-outline from Material Symbols Light by Google · Outline · Communicate · Apache-2.0 Free for personal and commercial use.
- Name
- phone-missed-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Communicate
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More communicate icons from Material Symbols Light
Use the phone missed icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m3.342 19.15l-1.511-1.461q-.32-.3-.31-.73q.01-.428.329-.747q1.95-1.99 4.659-3.101T11.997 12t5.489 1.11q2.708 1.111 4.664 3.102q.32.319.329.748t-.31.729l-1.511 1.461q-.333.314-.724.358q-.392.044-.73-.2l-2.131-1.623q-.296-.227-.434-.486t-.139-.584v-2.792q-1.22-.434-2.277-.629Q13.166 13 12 13t-2.223.194t-2.277.629v2.793q0 .323-.139.583t-.434.485l-2.13 1.624q-.34.244-.73.2q-.392-.044-.725-.358M6.5 14.1q-1.071.49-2.073 1.18T2.7 16.666q-.096.096-.096.192t.096.192l1.192 1.173q.097.096.24.125q.145.029.26-.067l1.877-1.42q.097-.076.164-.192q.067-.115.067-.211zm11 .012v2.346q0 .096.067.211q.068.116.164.193l1.877 1.419q.115.096.26.067q.143-.029.24-.125l1.192-1.161q.096-.096.096-.193t-.096-.192q-.725-.708-1.727-1.394q-1.002-.687-2.073-1.171m-5.492-3.416L7.019 5.708V9h-1V4h5v1H7.727l4.275 4.275l5.323-5.323l.714.714z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightPhoneMissedOutline(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="m3.342 19.15l-1.511-1.461q-.32-.3-.31-.73q.01-.428.329-.747q1.95-1.99 4.659-3.101T11.997 12t5.489 1.11q2.708 1.111 4.664 3.102q.32.319.329.748t-.31.729l-1.511 1.461q-.333.314-.724.358q-.392.044-.73-.2l-2.131-1.623q-.296-.227-.434-.486t-.139-.584v-2.792q-1.22-.434-2.277-.629Q13.166 13 12 13t-2.223.194t-2.277.629v2.793q0 .323-.139.583t-.434.485l-2.13 1.624q-.34.244-.73.2q-.392-.044-.725-.358M6.5 14.1q-1.071.49-2.073 1.18T2.7 16.666q-.096.096-.096.192t.096.192l1.192 1.173q.097.096.24.125q.145.029.26-.067l1.877-1.42q.097-.076.164-.192q.067-.115.067-.211zm11 .012v2.346q0 .096.067.211q.068.116.164.193l1.877 1.419q.115.096.26.067q.143-.029.24-.125l1.192-1.161q.096-.096.096-.193t-.096-.192q-.725-.708-1.727-1.394q-1.002-.687-2.073-1.171m-5.492-3.416L7.019 5.708V9h-1V4h5v1H7.727l4.275 4.275l5.323-5.323l.714.714z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m3.342 19.15l-1.511-1.461q-.32-.3-.31-.73q.01-.428.329-.747q1.95-1.99 4.659-3.101T11.997 12t5.489 1.11q2.708 1.111 4.664 3.102q.32.319.329.748t-.31.729l-1.511 1.461q-.333.314-.724.358q-.392.044-.73-.2l-2.131-1.623q-.296-.227-.434-.486t-.139-.584v-2.792q-1.22-.434-2.277-.629Q13.166 13 12 13t-2.223.194t-2.277.629v2.793q0 .323-.139.583t-.434.485l-2.13 1.624q-.34.244-.73.2q-.392-.044-.725-.358M6.5 14.1q-1.071.49-2.073 1.18T2.7 16.666q-.096.096-.096.192t.096.192l1.192 1.173q.097.096.24.125q.145.029.26-.067l1.877-1.42q.097-.076.164-.192q.067-.115.067-.211zm11 .012v2.346q0 .096.067.211q.068.116.164.193l1.877 1.419q.115.096.26.067q.143-.029.24-.125l1.192-1.161q.096-.096.096-.193t-.096-.192q-.725-.708-1.727-1.394q-1.002-.687-2.073-1.171m-5.492-3.416L7.019 5.708V9h-1V4h5v1H7.727l4.275 4.275l5.323-5.323l.714.714z"/></svg> </template>
CSS
.icon-phone-missed-outline {
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%22m3.342%2019.15l-1.511-1.461q-.32-.3-.31-.73q.01-.428.329-.747q1.95-1.99%204.659-3.101T11.997%2012t5.489%201.11q2.708%201.111%204.664%203.102q.32.319.329.748t-.31.729l-1.511%201.461q-.333.314-.724.358q-.392.044-.73-.2l-2.131-1.623q-.296-.227-.434-.486t-.139-.584v-2.792q-1.22-.434-2.277-.629Q13.166%2013%2012%2013t-2.223.194t-2.277.629v2.793q0%20.323-.139.583t-.434.485l-2.13%201.624q-.34.244-.73.2q-.392-.044-.725-.358M6.5%2014.1q-1.071.49-2.073%201.18T2.7%2016.666q-.096.096-.096.192t.096.192l1.192%201.173q.097.096.24.125q.145.029.26-.067l1.877-1.42q.097-.076.164-.192q.067-.115.067-.211zm11%20.012v2.346q0%20.096.067.211q.068.116.164.193l1.877%201.419q.115.096.26.067q.143-.029.24-.125l1.192-1.161q.096-.096.096-.193t-.096-.192q-.725-.708-1.727-1.394q-1.002-.687-2.073-1.171m-5.492-3.416L7.019%205.708V9h-1V4h5v1H7.727l4.275%204.275l5.323-5.323l.714.714z%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%22m3.342%2019.15l-1.511-1.461q-.32-.3-.31-.73q.01-.428.329-.747q1.95-1.99%204.659-3.101T11.997%2012t5.489%201.11q2.708%201.111%204.664%203.102q.32.319.329.748t-.31.729l-1.511%201.461q-.333.314-.724.358q-.392.044-.73-.2l-2.131-1.623q-.296-.227-.434-.486t-.139-.584v-2.792q-1.22-.434-2.277-.629Q13.166%2013%2012%2013t-2.223.194t-2.277.629v2.793q0%20.323-.139.583t-.434.485l-2.13%201.624q-.34.244-.73.2q-.392-.044-.725-.358M6.5%2014.1q-1.071.49-2.073%201.18T2.7%2016.666q-.096.096-.096.192t.096.192l1.192%201.173q.097.096.24.125q.145.029.26-.067l1.877-1.42q.097-.076.164-.192q.067-.115.067-.211zm11%20.012v2.346q0%20.096.067.211q.068.116.164.193l1.877%201.419q.115.096.26.067q.143-.029.24-.125l1.192-1.161q.096-.096.096-.193t-.096-.192q-.725-.708-1.727-1.394q-1.002-.687-2.073-1.171m-5.492-3.416L7.019%205.708V9h-1V4h5v1H7.727l4.275%204.275l5.323-5.323l.714.714z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/phone-missed-outline.svg?color=%231a73e8&size=48