twotone phone missed icon

twotone-phone-missed from Google Material Icons by Material Design Authors · Baseline · Notification · Apache-2.0 Free for personal and commercial use.

Name
twotone-phone-missed
Set
Google Material Icons
Style
Baseline
Category
Notification
Viewbox
24×24
License
Apache 2.0

More notification icons from Google Material Icons

Use the twotone 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="M18.6 17.22c.66.37 1.28.79 1.88 1.27l1.07-1.07c-.91-.75-1.9-1.39-2.95-1.9zM3.53 18.5c.58-.47 1.21-.89 1.87-1.27v-1.71a15 15 0 0 0-2.95 1.9z" opacity=".3"/><path fill="currentColor" d="M23.71 16.67C20.66 13.78 16.54 12 12 12S3.34 13.78.29 16.67c-.18.18-.29.43-.29.71s.11.53.29.71l2.48 2.48c.18.18.43.29.71.29c.27 0 .52-.11.7-.28c.79-.74 1.69-1.36 2.66-1.85c.33-.16.56-.5.56-.9v-3.1c1.45-.48 3-.73 4.6-.73s3.15.25 4.6.72v3.1c0 .39.23.74.56.9c.98.49 1.87 1.12 2.67 1.85c.18.18.43.28.7.28c.28 0 .53-.11.71-.29l2.48-2.48c.18-.18.29-.43.29-.71s-.12-.52-.3-.7m-18.31.56c-.66.37-1.29.8-1.87 1.27l-1.07-1.07c.91-.75 1.9-1.39 2.95-1.9v1.7zm15.08 1.26c-.6-.48-1.22-.9-1.88-1.27v-1.7c1.05.51 2.03 1.15 2.95 1.9zM7 6.43l4.94 4.94l7.07-7.07l-1.41-1.42l-5.66 5.66L8.4 5H11V3H5v6h2z"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotonePhoneMissed(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="M18.6 17.22c.66.37 1.28.79 1.88 1.27l1.07-1.07c-.91-.75-1.9-1.39-2.95-1.9zM3.53 18.5c.58-.47 1.21-.89 1.87-1.27v-1.71a15 15 0 0 0-2.95 1.9z" opacity=".3"/><path fill="currentColor" d="M23.71 16.67C20.66 13.78 16.54 12 12 12S3.34 13.78.29 16.67c-.18.18-.29.43-.29.71s.11.53.29.71l2.48 2.48c.18.18.43.29.71.29c.27 0 .52-.11.7-.28c.79-.74 1.69-1.36 2.66-1.85c.33-.16.56-.5.56-.9v-3.1c1.45-.48 3-.73 4.6-.73s3.15.25 4.6.72v3.1c0 .39.23.74.56.9c.98.49 1.87 1.12 2.67 1.85c.18.18.43.28.7.28c.28 0 .53-.11.71-.29l2.48-2.48c.18-.18.29-.43.29-.71s-.12-.52-.3-.7m-18.31.56c-.66.37-1.29.8-1.87 1.27l-1.07-1.07c.91-.75 1.9-1.39 2.95-1.9v1.7zm15.08 1.26c-.6-.48-1.22-.9-1.88-1.27v-1.7c1.05.51 2.03 1.15 2.95 1.9zM7 6.43l4.94 4.94l7.07-7.07l-1.41-1.42l-5.66 5.66L8.4 5H11V3H5v6h2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.6 17.22c.66.37 1.28.79 1.88 1.27l1.07-1.07c-.91-.75-1.9-1.39-2.95-1.9zM3.53 18.5c.58-.47 1.21-.89 1.87-1.27v-1.71a15 15 0 0 0-2.95 1.9z" opacity=".3"/><path fill="currentColor" d="M23.71 16.67C20.66 13.78 16.54 12 12 12S3.34 13.78.29 16.67c-.18.18-.29.43-.29.71s.11.53.29.71l2.48 2.48c.18.18.43.29.71.29c.27 0 .52-.11.7-.28c.79-.74 1.69-1.36 2.66-1.85c.33-.16.56-.5.56-.9v-3.1c1.45-.48 3-.73 4.6-.73s3.15.25 4.6.72v3.1c0 .39.23.74.56.9c.98.49 1.87 1.12 2.67 1.85c.18.18.43.28.7.28c.28 0 .53-.11.71-.29l2.48-2.48c.18-.18.29-.43.29-.71s-.12-.52-.3-.7m-18.31.56c-.66.37-1.29.8-1.87 1.27l-1.07-1.07c.91-.75 1.9-1.39 2.95-1.9v1.7zm15.08 1.26c-.6-.48-1.22-.9-1.88-1.27v-1.7c1.05.51 2.03 1.15 2.95 1.9zM7 6.43l4.94 4.94l7.07-7.07l-1.41-1.42l-5.66 5.66L8.4 5H11V3H5v6h2z"/></svg>
</template>

CSS

.icon-twotone-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%22M18.6%2017.22c.66.37%201.28.79%201.88%201.27l1.07-1.07c-.91-.75-1.9-1.39-2.95-1.9zM3.53%2018.5c.58-.47%201.21-.89%201.87-1.27v-1.71a15%2015%200%200%200-2.95%201.9z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.71%2016.67C20.66%2013.78%2016.54%2012%2012%2012S3.34%2013.78.29%2016.67c-.18.18-.29.43-.29.71s.11.53.29.71l2.48%202.48c.18.18.43.29.71.29c.27%200%20.52-.11.7-.28c.79-.74%201.69-1.36%202.66-1.85c.33-.16.56-.5.56-.9v-3.1c1.45-.48%203-.73%204.6-.73s3.15.25%204.6.72v3.1c0%20.39.23.74.56.9c.98.49%201.87%201.12%202.67%201.85c.18.18.43.28.7.28c.28%200%20.53-.11.71-.29l2.48-2.48c.18-.18.29-.43.29-.71s-.12-.52-.3-.7m-18.31.56c-.66.37-1.29.8-1.87%201.27l-1.07-1.07c.91-.75%201.9-1.39%202.95-1.9v1.7zm15.08%201.26c-.6-.48-1.22-.9-1.88-1.27v-1.7c1.05.51%202.03%201.15%202.95%201.9zM7%206.43l4.94%204.94l7.07-7.07l-1.41-1.42l-5.66%205.66L8.4%205H11V3H5v6h2z%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%22M18.6%2017.22c.66.37%201.28.79%201.88%201.27l1.07-1.07c-.91-.75-1.9-1.39-2.95-1.9zM3.53%2018.5c.58-.47%201.21-.89%201.87-1.27v-1.71a15%2015%200%200%200-2.95%201.9z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.71%2016.67C20.66%2013.78%2016.54%2012%2012%2012S3.34%2013.78.29%2016.67c-.18.18-.29.43-.29.71s.11.53.29.71l2.48%202.48c.18.18.43.29.71.29c.27%200%20.52-.11.7-.28c.79-.74%201.69-1.36%202.66-1.85c.33-.16.56-.5.56-.9v-3.1c1.45-.48%203-.73%204.6-.73s3.15.25%204.6.72v3.1c0%20.39.23.74.56.9c.98.49%201.87%201.12%202.67%201.85c.18.18.43.28.7.28c.28%200%20.53-.11.71-.29l2.48-2.48c.18-.18.29-.43.29-.71s-.12-.52-.3-.7m-18.31.56c-.66.37-1.29.8-1.87%201.27l-1.07-1.07c.91-.75%201.9-1.39%202.95-1.9v1.7zm15.08%201.26c-.6-.48-1.22-.9-1.88-1.27v-1.7c1.05.51%202.03%201.15%202.95%201.9zM7%206.43l4.94%204.94l7.07-7.07l-1.41-1.42l-5.66%205.66L8.4%205H11V3H5v6h2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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