sharp phone missed icon

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

Name
sharp-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 sharp 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.32 16.67a16.4 16.4 0 0 0-11.31-4.51c-4.39 0-8.37 1.72-11.31 4.51l-.69.69L3.65 21l3.93-2.72l-.01-3.49c1.4-.45 2.9-.7 4.44-.7c1.55 0 3.04.24 4.44.7l-.01 3.49L20.37 21l3.64-3.64c0-.01-.52-.52-.69-.69M7 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 IcSharpPhoneMissed(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.32 16.67a16.4 16.4 0 0 0-11.31-4.51c-4.39 0-8.37 1.72-11.31 4.51l-.69.69L3.65 21l3.93-2.72l-.01-3.49c1.4-.45 2.9-.7 4.44-.7c1.55 0 3.04.24 4.44.7l-.01 3.49L20.37 21l3.64-3.64c0-.01-.52-.52-.69-.69M7 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="M23.32 16.67a16.4 16.4 0 0 0-11.31-4.51c-4.39 0-8.37 1.72-11.31 4.51l-.69.69L3.65 21l3.93-2.72l-.01-3.49c1.4-.45 2.9-.7 4.44-.7c1.55 0 3.04.24 4.44.7l-.01 3.49L20.37 21l3.64-3.64c0-.01-.52-.52-.69-.69M7 6.43l4.94 4.94l7.07-7.07l-1.41-1.42l-5.66 5.66L8.4 5H11V3H5v6h2z"/></svg>
</template>

CSS

.icon-sharp-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.32%2016.67a16.4%2016.4%200%200%200-11.31-4.51c-4.39%200-8.37%201.72-11.31%204.51l-.69.69L3.65%2021l3.93-2.72l-.01-3.49c1.4-.45%202.9-.7%204.44-.7c1.55%200%203.04.24%204.44.7l-.01%203.49L20.37%2021l3.64-3.64c0-.01-.52-.52-.69-.69M7%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%22M23.32%2016.67a16.4%2016.4%200%200%200-11.31-4.51c-4.39%200-8.37%201.72-11.31%204.51l-.69.69L3.65%2021l3.93-2.72l-.01-3.49c1.4-.45%202.9-.7%204.44-.7c1.55%200%203.04.24%204.44.7l-.01%203.49L20.37%2021l3.64-3.64c0-.01-.52-.52-.69-.69M7%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/sharp-phone-missed.svg?color=%231a73e8&size=48