phone-missed from Material Design Icons by Pictogrammers · Filled · Cellphone / Phone · Apache-2.0 Free for personal and commercial use.

Name
phone-missed
Set
Material Design Icons
Style
Filled
Category
Cellphone / Phone
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Design Icons

The same icon in other sets

More cellphone / phone icons from Material Design Icons

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="M23.71 16.67C20.66 13.77 16.54 12 12 12S3.34 13.77.29 16.67c-.18.18-.29.43-.29.71c0 .27.11.52.29.7l2.48 2.48c.18.18.43.3.73.3c.25 0 .5-.11.68-.29c.79-.74 1.68-1.36 2.66-1.85c.33-.16.56-.5.56-.9v-3.1c1.45-.47 2.99-.72 4.6-.72c1.6 0 3.15.25 4.6.72v3.1c0 .4.23.74.56.9c.98.49 1.87 1.11 2.66 1.85c.18.18.43.29.68.29c.3 0 .55-.12.73-.3l2.48-2.48a1 1 0 0 0 .29-.7c0-.28-.11-.53-.29-.71M6.5 5.5L12 11l7-7l-1-1l-6 6l-4.5-4.5H11V3H5v6h1.5z"/></svg>

React

import type { SVGProps } from "react";

export function MdiPhoneMissed(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="M23.71 16.67C20.66 13.77 16.54 12 12 12S3.34 13.77.29 16.67c-.18.18-.29.43-.29.71c0 .27.11.52.29.7l2.48 2.48c.18.18.43.3.73.3c.25 0 .5-.11.68-.29c.79-.74 1.68-1.36 2.66-1.85c.33-.16.56-.5.56-.9v-3.1c1.45-.47 2.99-.72 4.6-.72c1.6 0 3.15.25 4.6.72v3.1c0 .4.23.74.56.9c.98.49 1.87 1.11 2.66 1.85c.18.18.43.29.68.29c.3 0 .55-.12.73-.3l2.48-2.48a1 1 0 0 0 .29-.7c0-.28-.11-.53-.29-.71M6.5 5.5L12 11l7-7l-1-1l-6 6l-4.5-4.5H11V3H5v6h1.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23.71 16.67C20.66 13.77 16.54 12 12 12S3.34 13.77.29 16.67c-.18.18-.29.43-.29.71c0 .27.11.52.29.7l2.48 2.48c.18.18.43.3.73.3c.25 0 .5-.11.68-.29c.79-.74 1.68-1.36 2.66-1.85c.33-.16.56-.5.56-.9v-3.1c1.45-.47 2.99-.72 4.6-.72c1.6 0 3.15.25 4.6.72v3.1c0 .4.23.74.56.9c.98.49 1.87 1.11 2.66 1.85c.18.18.43.29.68.29c.3 0 .55-.12.73-.3l2.48-2.48a1 1 0 0 0 .29-.7c0-.28-.11-.53-.29-.71M6.5 5.5L12 11l7-7l-1-1l-6 6l-4.5-4.5H11V3H5v6h1.5z"/></svg>
</template>

CSS

.icon-phone-missed {
  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%22M23.71%2016.67C20.66%2013.77%2016.54%2012%2012%2012S3.34%2013.77.29%2016.67c-.18.18-.29.43-.29.71c0%20.27.11.52.29.7l2.48%202.48c.18.18.43.3.73.3c.25%200%20.5-.11.68-.29c.79-.74%201.68-1.36%202.66-1.85c.33-.16.56-.5.56-.9v-3.1c1.45-.47%202.99-.72%204.6-.72c1.6%200%203.15.25%204.6.72v3.1c0%20.4.23.74.56.9c.98.49%201.87%201.11%202.66%201.85c.18.18.43.29.68.29c.3%200%20.55-.12.73-.3l2.48-2.48a1%201%200%200%200%20.29-.7c0-.28-.11-.53-.29-.71M6.5%205.5L12%2011l7-7l-1-1l-6%206l-4.5-4.5H11V3H5v6h1.5z%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%22M23.71%2016.67C20.66%2013.77%2016.54%2012%2012%2012S3.34%2013.77.29%2016.67c-.18.18-.29.43-.29.71c0%20.27.11.52.29.7l2.48%202.48c.18.18.43.3.73.3c.25%200%20.5-.11.68-.29c.79-.74%201.68-1.36%202.66-1.85c.33-.16.56-.5.56-.9v-3.1c1.45-.47%202.99-.72%204.6-.72c1.6%200%203.15.25%204.6.72v3.1c0%20.4.23.74.56.9c.98.49%201.87%201.11%202.66%201.85c.18.18.43.29.68.29c.3%200%20.55-.12.73-.3l2.48-2.48a1%201%200%200%200%20.29-.7c0-.28-.11-.53-.29-.71M6.5%205.5L12%2011l7-7l-1-1l-6%206l-4.5-4.5H11V3H5v6h1.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/phone-missed.svg?color=%231a73e8&size=48