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

Name
phone-missed-outline
Set
Material Design Icons
Style
Outline
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="M18.6 15.5v1.8c.7.4 1.3.8 1.9 1.3l1.1-1.1c-.9-.9-1.9-1.5-3-2m-13.2 0c-1 .5-2 1.1-2.9 1.9l1.1 1.1c.6-.5 1.2-.9 1.9-1.3v-1.7M12 12c4.5 0 8.7 1.7 11.7 4.7c.2.2.3.4.3.7s-.1.5-.3.7l-2.5 2.5c-.2.2-.4.3-.7.3c-.2 0-.5-.1-.7-.3c-.8-.7-1.7-1.4-2.7-1.8c-.3-.2-.6-.5-.6-.9v-3.1c-1.5-.5-3-.7-4.6-.7s-3.1.2-4.6.7v3.1q0 .6-.6.9q-1.5.75-2.7 1.8c-.2.2-.4.3-.7.3s-.5-.1-.7-.3L.1 18.1c0-.2-.1-.5-.1-.7c0-.3.1-.5.3-.7C3.3 13.8 7.5 12 12 12M6.5 5.5V9H5V3h6v1.5H7.5L12 9l6-6l1 1l-7 7z"/></svg>

React

import type { SVGProps } from "react";

export function MdiPhoneMissedOutline(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 15.5v1.8c.7.4 1.3.8 1.9 1.3l1.1-1.1c-.9-.9-1.9-1.5-3-2m-13.2 0c-1 .5-2 1.1-2.9 1.9l1.1 1.1c.6-.5 1.2-.9 1.9-1.3v-1.7M12 12c4.5 0 8.7 1.7 11.7 4.7c.2.2.3.4.3.7s-.1.5-.3.7l-2.5 2.5c-.2.2-.4.3-.7.3c-.2 0-.5-.1-.7-.3c-.8-.7-1.7-1.4-2.7-1.8c-.3-.2-.6-.5-.6-.9v-3.1c-1.5-.5-3-.7-4.6-.7s-3.1.2-4.6.7v3.1q0 .6-.6.9q-1.5.75-2.7 1.8c-.2.2-.4.3-.7.3s-.5-.1-.7-.3L.1 18.1c0-.2-.1-.5-.1-.7c0-.3.1-.5.3-.7C3.3 13.8 7.5 12 12 12M6.5 5.5V9H5V3h6v1.5H7.5L12 9l6-6l1 1l-7 7z"/></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 15.5v1.8c.7.4 1.3.8 1.9 1.3l1.1-1.1c-.9-.9-1.9-1.5-3-2m-13.2 0c-1 .5-2 1.1-2.9 1.9l1.1 1.1c.6-.5 1.2-.9 1.9-1.3v-1.7M12 12c4.5 0 8.7 1.7 11.7 4.7c.2.2.3.4.3.7s-.1.5-.3.7l-2.5 2.5c-.2.2-.4.3-.7.3c-.2 0-.5-.1-.7-.3c-.8-.7-1.7-1.4-2.7-1.8c-.3-.2-.6-.5-.6-.9v-3.1c-1.5-.5-3-.7-4.6-.7s-3.1.2-4.6.7v3.1q0 .6-.6.9q-1.5.75-2.7 1.8c-.2.2-.4.3-.7.3s-.5-.1-.7-.3L.1 18.1c0-.2-.1-.5-.1-.7c0-.3.1-.5.3-.7C3.3 13.8 7.5 12 12 12M6.5 5.5V9H5V3h6v1.5H7.5L12 9l6-6l1 1l-7 7z"/></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%22M18.6%2015.5v1.8c.7.4%201.3.8%201.9%201.3l1.1-1.1c-.9-.9-1.9-1.5-3-2m-13.2%200c-1%20.5-2%201.1-2.9%201.9l1.1%201.1c.6-.5%201.2-.9%201.9-1.3v-1.7M12%2012c4.5%200%208.7%201.7%2011.7%204.7c.2.2.3.4.3.7s-.1.5-.3.7l-2.5%202.5c-.2.2-.4.3-.7.3c-.2%200-.5-.1-.7-.3c-.8-.7-1.7-1.4-2.7-1.8c-.3-.2-.6-.5-.6-.9v-3.1c-1.5-.5-3-.7-4.6-.7s-3.1.2-4.6.7v3.1q0%20.6-.6.9q-1.5.75-2.7%201.8c-.2.2-.4.3-.7.3s-.5-.1-.7-.3L.1%2018.1c0-.2-.1-.5-.1-.7c0-.3.1-.5.3-.7C3.3%2013.8%207.5%2012%2012%2012M6.5%205.5V9H5V3h6v1.5H7.5L12%209l6-6l1%201l-7%207z%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%2015.5v1.8c.7.4%201.3.8%201.9%201.3l1.1-1.1c-.9-.9-1.9-1.5-3-2m-13.2%200c-1%20.5-2%201.1-2.9%201.9l1.1%201.1c.6-.5%201.2-.9%201.9-1.3v-1.7M12%2012c4.5%200%208.7%201.7%2011.7%204.7c.2.2.3.4.3.7s-.1.5-.3.7l-2.5%202.5c-.2.2-.4.3-.7.3c-.2%200-.5-.1-.7-.3c-.8-.7-1.7-1.4-2.7-1.8c-.3-.2-.6-.5-.6-.9v-3.1c-1.5-.5-3-.7-4.6-.7s-3.1.2-4.6.7v3.1q0%20.6-.6.9q-1.5.75-2.7%201.8c-.2.2-.4.3-.7.3s-.5-.1-.7-.3L.1%2018.1c0-.2-.1-.5-.1-.7c0-.3.1-.5.3-.7C3.3%2013.8%207.5%2012%2012%2012M6.5%205.5V9H5V3h6v1.5H7.5L12%209l6-6l1%201l-7%207z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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