call missed icon
call-missed-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- call-missed-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- 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 16 16"><path fill="currentColor" d="m9.454 3.918l.303 1.514a1.5 1.5 0 0 0 1.202 1.181l.673.123a2 2 0 0 0 2.307-1.518l.07-.306c.259-1.12-.15-2.38-1.298-2.906A11.2 11.2 0 0 0 8.003 1a11.5 11.5 0 0 0-4.688 1.006c-1.155.524-1.572 1.79-1.312 2.918l.068.294a2 2 0 0 0 2.307 1.518l.673-.123a1.5 1.5 0 0 0 1.203-1.181l.302-1.514q.12-.024.27-.05c.346-.06.783-.118 1.18-.118c.395 0 .832.057 1.179.118q.15.026.269.05M7.502 9a.5.5 0 0 1 .5.5V11h.993a.5.5 0 0 1 0 1H7.502a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 1 .5-.5M8 7a4 4 0 1 0 0 8a4 4 0 0 0 0-8m-3 4a3 3 0 1 1 6 0a3 3 0 0 1-6 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentCallMissed16Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m9.454 3.918l.303 1.514a1.5 1.5 0 0 0 1.202 1.181l.673.123a2 2 0 0 0 2.307-1.518l.07-.306c.259-1.12-.15-2.38-1.298-2.906A11.2 11.2 0 0 0 8.003 1a11.5 11.5 0 0 0-4.688 1.006c-1.155.524-1.572 1.79-1.312 2.918l.068.294a2 2 0 0 0 2.307 1.518l.673-.123a1.5 1.5 0 0 0 1.203-1.181l.302-1.514q.12-.024.27-.05c.346-.06.783-.118 1.18-.118c.395 0 .832.057 1.179.118q.15.026.269.05M7.502 9a.5.5 0 0 1 .5.5V11h.993a.5.5 0 0 1 0 1H7.502a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 1 .5-.5M8 7a4 4 0 1 0 0 8a4 4 0 0 0 0-8m-3 4a3 3 0 1 1 6 0a3 3 0 0 1-6 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m9.454 3.918l.303 1.514a1.5 1.5 0 0 0 1.202 1.181l.673.123a2 2 0 0 0 2.307-1.518l.07-.306c.259-1.12-.15-2.38-1.298-2.906A11.2 11.2 0 0 0 8.003 1a11.5 11.5 0 0 0-4.688 1.006c-1.155.524-1.572 1.79-1.312 2.918l.068.294a2 2 0 0 0 2.307 1.518l.673-.123a1.5 1.5 0 0 0 1.203-1.181l.302-1.514q.12-.024.27-.05c.346-.06.783-.118 1.18-.118c.395 0 .832.057 1.179.118q.15.026.269.05M7.502 9a.5.5 0 0 1 .5.5V11h.993a.5.5 0 0 1 0 1H7.502a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 1 .5-.5M8 7a4 4 0 1 0 0 8a4 4 0 0 0 0-8m-3 4a3 3 0 1 1 6 0a3 3 0 0 1-6 0"/></svg> </template>
CSS
.icon-call-missed-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m9.454%203.918l.303%201.514a1.5%201.5%200%200%200%201.202%201.181l.673.123a2%202%200%200%200%202.307-1.518l.07-.306c.259-1.12-.15-2.38-1.298-2.906A11.2%2011.2%200%200%200%208.003%201a11.5%2011.5%200%200%200-4.688%201.006c-1.155.524-1.572%201.79-1.312%202.918l.068.294a2%202%200%200%200%202.307%201.518l.673-.123a1.5%201.5%200%200%200%201.203-1.181l.302-1.514q.12-.024.27-.05c.346-.06.783-.118%201.18-.118c.395%200%20.832.057%201.179.118q.15.026.269.05M7.502%209a.5.5%200%200%201%20.5.5V11h.993a.5.5%200%200%201%200%201H7.502a.5.5%200%200%201-.5-.5v-2a.5.5%200%200%201%20.5-.5M8%207a4%204%200%201%200%200%208a4%204%200%200%200%200-8m-3%204a3%203%200%201%201%206%200a3%203%200%200%201-6%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m9.454%203.918l.303%201.514a1.5%201.5%200%200%200%201.202%201.181l.673.123a2%202%200%200%200%202.307-1.518l.07-.306c.259-1.12-.15-2.38-1.298-2.906A11.2%2011.2%200%200%200%208.003%201a11.5%2011.5%200%200%200-4.688%201.006c-1.155.524-1.572%201.79-1.312%202.918l.068.294a2%202%200%200%200%202.307%201.518l.673-.123a1.5%201.5%200%200%200%201.203-1.181l.302-1.514q.12-.024.27-.05c.346-.06.783-.118%201.18-.118c.395%200%20.832.057%201.179.118q.15.026.269.05M7.502%209a.5.5%200%200%201%20.5.5V11h.993a.5.5%200%200%201%200%201H7.502a.5.5%200%200%201-.5-.5v-2a.5.5%200%200%201%20.5-.5M8%207a4%204%200%201%200%200%208a4%204%200%200%200%200-8m-3%204a3%203%200%201%201%206%200a3%203%200%200%201-6%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-16-filled.svg?color=%231a73e8&size=48