call missed icon
call-missed-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- call-missed-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
11 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
call-add-16-filledcall-blocked-24-filledcall-checkmark-20-filledcall-chevron-down-16-filledcall-connecting-20-filledcall-dismiss-16-filledcall-end-12-filledcall-exclamation-20-filledcall-forward-16-filledcall-inbound-16-filledcall-outbound-16-filledcall-park-16-filledcall-pause-20-filledcall-prohibited-16-filledcall-rectangle-landscape-16-filledcall-square-16-filledcall-transfer-16-filledcall-warning-16-filled
Use the call missed icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.934 5.66q-2.94-2.595-9.185-2.588q-6.236.009-8.907 2.604c-.754.733-1.029 1.819-.721 2.85l.31 1.037c.288.967 1.261 1.613 2.276 1.511l2.035-.204c.873-.088 1.563-.711 1.711-1.547l.391-2.205a8.1 8.1 0 0 1 3.14-.707q1.689-.05 3.09.525l.632 2.355c.226.847.986 1.48 1.878 1.566l2.047.198c1.028.1 1.935-.553 2.12-1.524l.198-1.037c.195-1.028-.19-2.106-1.015-2.834M11.75 14a.75.75 0 0 1 .75.75v1.75h1a.75.75 0 0 1 0 1.5h-1.75a.75.75 0 0 1-.75-.75v-2.5a.75.75 0 0 1 .75-.75m.25-3a5.5 5.5 0 1 0 0 11a5.5 5.5 0 0 0 0-11m-4 5.5a4 4 0 1 1 8 0a4 4 0 0 1-8 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentCallMissed24Filled(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="M20.934 5.66q-2.94-2.595-9.185-2.588q-6.236.009-8.907 2.604c-.754.733-1.029 1.819-.721 2.85l.31 1.037c.288.967 1.261 1.613 2.276 1.511l2.035-.204c.873-.088 1.563-.711 1.711-1.547l.391-2.205a8.1 8.1 0 0 1 3.14-.707q1.689-.05 3.09.525l.632 2.355c.226.847.986 1.48 1.878 1.566l2.047.198c1.028.1 1.935-.553 2.12-1.524l.198-1.037c.195-1.028-.19-2.106-1.015-2.834M11.75 14a.75.75 0 0 1 .75.75v1.75h1a.75.75 0 0 1 0 1.5h-1.75a.75.75 0 0 1-.75-.75v-2.5a.75.75 0 0 1 .75-.75m.25-3a5.5 5.5 0 1 0 0 11a5.5 5.5 0 0 0 0-11m-4 5.5a4 4 0 1 1 8 0a4 4 0 0 1-8 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.934 5.66q-2.94-2.595-9.185-2.588q-6.236.009-8.907 2.604c-.754.733-1.029 1.819-.721 2.85l.31 1.037c.288.967 1.261 1.613 2.276 1.511l2.035-.204c.873-.088 1.563-.711 1.711-1.547l.391-2.205a8.1 8.1 0 0 1 3.14-.707q1.689-.05 3.09.525l.632 2.355c.226.847.986 1.48 1.878 1.566l2.047.198c1.028.1 1.935-.553 2.12-1.524l.198-1.037c.195-1.028-.19-2.106-1.015-2.834M11.75 14a.75.75 0 0 1 .75.75v1.75h1a.75.75 0 0 1 0 1.5h-1.75a.75.75 0 0 1-.75-.75v-2.5a.75.75 0 0 1 .75-.75m.25-3a5.5 5.5 0 1 0 0 11a5.5 5.5 0 0 0 0-11m-4 5.5a4 4 0 1 1 8 0a4 4 0 0 1-8 0"/></svg> </template>
CSS
.icon-call-missed-24-filled {
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%22M20.934%205.66q-2.94-2.595-9.185-2.588q-6.236.009-8.907%202.604c-.754.733-1.029%201.819-.721%202.85l.31%201.037c.288.967%201.261%201.613%202.276%201.511l2.035-.204c.873-.088%201.563-.711%201.711-1.547l.391-2.205a8.1%208.1%200%200%201%203.14-.707q1.689-.05%203.09.525l.632%202.355c.226.847.986%201.48%201.878%201.566l2.047.198c1.028.1%201.935-.553%202.12-1.524l.198-1.037c.195-1.028-.19-2.106-1.015-2.834M11.75%2014a.75.75%200%200%201%20.75.75v1.75h1a.75.75%200%200%201%200%201.5h-1.75a.75.75%200%200%201-.75-.75v-2.5a.75.75%200%200%201%20.75-.75m.25-3a5.5%205.5%200%201%200%200%2011a5.5%205.5%200%200%200%200-11m-4%205.5a4%204%200%201%201%208%200a4%204%200%200%201-8%200%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%22M20.934%205.66q-2.94-2.595-9.185-2.588q-6.236.009-8.907%202.604c-.754.733-1.029%201.819-.721%202.85l.31%201.037c.288.967%201.261%201.613%202.276%201.511l2.035-.204c.873-.088%201.563-.711%201.711-1.547l.391-2.205a8.1%208.1%200%200%201%203.14-.707q1.689-.05%203.09.525l.632%202.355c.226.847.986%201.48%201.878%201.566l2.047.198c1.028.1%201.935-.553%202.12-1.524l.198-1.037c.195-1.028-.19-2.106-1.015-2.834M11.75%2014a.75.75%200%200%201%20.75.75v1.75h1a.75.75%200%200%201%200%201.5h-1.75a.75.75%200%200%201-.75-.75v-2.5a.75.75%200%200%201%20.75-.75m.25-3a5.5%205.5%200%201%200%200%2011a5.5%205.5%200%200%200%200-11m-4%205.5a4%204%200%201%201%208%200a4%204%200%200%201-8%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/call-missed-24-filled.svg?color=%231a73e8&size=48