call-missed-12-regular from Fluent UI System Icons by Microsoft Corporation · 12 Regular · MIT Free for personal and commercial use.

Name
call-missed-12-regular
Set
Fluent UI System Icons
Style
12 Regular
Viewbox
12×12
License
MIT

11 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the call missed icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M8.901 1.561A7.6 7.6 0 0 0 5.997 1a7.7 7.7 0 0 0-2.887.56c-.926.38-1.255 1.309-1.051 2.104l.039.153c.212.83 1.072 1.294 1.894 1.16l.388-.064c.524-.086.98-.462 1.1-1l.1-.453c.14-.018.288-.03.42-.03s.279.012.42.03l.1.453c.12.538.576.914 1.1 1l.388.063c.822.135 1.681-.33 1.893-1.159l.04-.159c.203-.79-.12-1.716-1.04-2.097M6.001 2a6.6 6.6 0 0 1 2.518.485c.4.166.55.551.454.926l-.04.159c-.065.253-.375.483-.763.42l-.388-.064c-.173-.028-.266-.14-.286-.23l-.174-.787a.5.5 0 0 0-.399-.383l-.166-.029A5 5 0 0 0 6 2.43a5 5 0 0 0-.924.096a.5.5 0 0 0-.399.383l-.174.788c-.02.09-.113.2-.286.229l-.387.064c-.389.063-.698-.167-.763-.42l-.04-.153c-.096-.377.057-.765.461-.93A6.7 6.7 0 0 1 6 2m-.5 5a.5.5 0 0 1 .5.5V8h.5a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5M3 8a3 3 0 1 1 6 0a3 3 0 0 1-6 0m3-2a2 2 0 1 0 0 4a2 2 0 0 0 0-4"/></svg>

React

import type { SVGProps } from "react";

export function FluentCallMissed12Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M8.901 1.561A7.6 7.6 0 0 0 5.997 1a7.7 7.7 0 0 0-2.887.56c-.926.38-1.255 1.309-1.051 2.104l.039.153c.212.83 1.072 1.294 1.894 1.16l.388-.064c.524-.086.98-.462 1.1-1l.1-.453c.14-.018.288-.03.42-.03s.279.012.42.03l.1.453c.12.538.576.914 1.1 1l.388.063c.822.135 1.681-.33 1.893-1.159l.04-.159c.203-.79-.12-1.716-1.04-2.097M6.001 2a6.6 6.6 0 0 1 2.518.485c.4.166.55.551.454.926l-.04.159c-.065.253-.375.483-.763.42l-.388-.064c-.173-.028-.266-.14-.286-.23l-.174-.787a.5.5 0 0 0-.399-.383l-.166-.029A5 5 0 0 0 6 2.43a5 5 0 0 0-.924.096a.5.5 0 0 0-.399.383l-.174.788c-.02.09-.113.2-.286.229l-.387.064c-.389.063-.698-.167-.763-.42l-.04-.153c-.096-.377.057-.765.461-.93A6.7 6.7 0 0 1 6 2m-.5 5a.5.5 0 0 1 .5.5V8h.5a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5M3 8a3 3 0 1 1 6 0a3 3 0 0 1-6 0m3-2a2 2 0 1 0 0 4a2 2 0 0 0 0-4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M8.901 1.561A7.6 7.6 0 0 0 5.997 1a7.7 7.7 0 0 0-2.887.56c-.926.38-1.255 1.309-1.051 2.104l.039.153c.212.83 1.072 1.294 1.894 1.16l.388-.064c.524-.086.98-.462 1.1-1l.1-.453c.14-.018.288-.03.42-.03s.279.012.42.03l.1.453c.12.538.576.914 1.1 1l.388.063c.822.135 1.681-.33 1.893-1.159l.04-.159c.203-.79-.12-1.716-1.04-2.097M6.001 2a6.6 6.6 0 0 1 2.518.485c.4.166.55.551.454.926l-.04.159c-.065.253-.375.483-.763.42l-.388-.064c-.173-.028-.266-.14-.286-.23l-.174-.787a.5.5 0 0 0-.399-.383l-.166-.029A5 5 0 0 0 6 2.43a5 5 0 0 0-.924.096a.5.5 0 0 0-.399.383l-.174.788c-.02.09-.113.2-.286.229l-.387.064c-.389.063-.698-.167-.763-.42l-.04-.153c-.096-.377.057-.765.461-.93A6.7 6.7 0 0 1 6 2m-.5 5a.5.5 0 0 1 .5.5V8h.5a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5M3 8a3 3 0 1 1 6 0a3 3 0 0 1-6 0m3-2a2 2 0 1 0 0 4a2 2 0 0 0 0-4"/></svg>
</template>

CSS

.icon-call-missed-12-regular {
  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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.901%201.561A7.6%207.6%200%200%200%205.997%201a7.7%207.7%200%200%200-2.887.56c-.926.38-1.255%201.309-1.051%202.104l.039.153c.212.83%201.072%201.294%201.894%201.16l.388-.064c.524-.086.98-.462%201.1-1l.1-.453c.14-.018.288-.03.42-.03s.279.012.42.03l.1.453c.12.538.576.914%201.1%201l.388.063c.822.135%201.681-.33%201.893-1.159l.04-.159c.203-.79-.12-1.716-1.04-2.097M6.001%202a6.6%206.6%200%200%201%202.518.485c.4.166.55.551.454.926l-.04.159c-.065.253-.375.483-.763.42l-.388-.064c-.173-.028-.266-.14-.286-.23l-.174-.787a.5.5%200%200%200-.399-.383l-.166-.029A5%205%200%200%200%206%202.43a5%205%200%200%200-.924.096a.5.5%200%200%200-.399.383l-.174.788c-.02.09-.113.2-.286.229l-.387.064c-.389.063-.698-.167-.763-.42l-.04-.153c-.096-.377.057-.765.461-.93A6.7%206.7%200%200%201%206%202m-.5%205a.5.5%200%200%201%20.5.5V8h.5a.5.5%200%200%201%200%201h-1a.5.5%200%200%201-.5-.5v-1a.5.5%200%200%201%20.5-.5M3%208a3%203%200%201%201%206%200a3%203%200%200%201-6%200m3-2a2%202%200%201%200%200%204a2%202%200%200%200%200-4%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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.901%201.561A7.6%207.6%200%200%200%205.997%201a7.7%207.7%200%200%200-2.887.56c-.926.38-1.255%201.309-1.051%202.104l.039.153c.212.83%201.072%201.294%201.894%201.16l.388-.064c.524-.086.98-.462%201.1-1l.1-.453c.14-.018.288-.03.42-.03s.279.012.42.03l.1.453c.12.538.576.914%201.1%201l.388.063c.822.135%201.681-.33%201.893-1.159l.04-.159c.203-.79-.12-1.716-1.04-2.097M6.001%202a6.6%206.6%200%200%201%202.518.485c.4.166.55.551.454.926l-.04.159c-.065.253-.375.483-.763.42l-.388-.064c-.173-.028-.266-.14-.286-.23l-.174-.787a.5.5%200%200%200-.399-.383l-.166-.029A5%205%200%200%200%206%202.43a5%205%200%200%200-.924.096a.5.5%200%200%200-.399.383l-.174.788c-.02.09-.113.2-.286.229l-.387.064c-.389.063-.698-.167-.763-.42l-.04-.153c-.096-.377.057-.765.461-.93A6.7%206.7%200%200%201%206%202m-.5%205a.5.5%200%200%201%20.5.5V8h.5a.5.5%200%200%201%200%201h-1a.5.5%200%200%201-.5-.5v-1a.5.5%200%200%201%20.5-.5M3%208a3%203%200%201%201%206%200a3%203%200%200%201-6%200m3-2a2%202%200%201%200%200%204a2%202%200%200%200%200-4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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