call missed icon
call-missed-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- call-missed-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- Viewbox
- 28×28
- 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 28 28"><path fill="currentColor" d="M25.774 8.936c-.025 1.133-.541 2.275-1.368 3.169a2.49 2.49 0 0 1-2.133.779l-1.756-.22a2.75 2.75 0 0 1-2.327-2.062l-.45-1.801c-.093-.37-.306-.579-.521-.636c-.831-.223-2.01-.34-3.224-.34c-1.213.002-2.39.123-3.214.342c-.215.057-.428.264-.52.634l-.45 1.801a2.75 2.75 0 0 1-2.328 2.062l-1.755.22a2.48 2.48 0 0 1-2.133-.78c-.827-.893-1.344-2.035-1.368-3.168c-.026-1.16.472-2.285 1.609-3.01C5.8 4.673 8.986 3.5 14 3.5c5.015 0 8.2 1.173 10.165 2.426c1.136.725 1.634 1.85 1.609 3.01M14.5 17.25a.75.75 0 0 0-1.5 0v3c0 .414.336.75.75.75h2a.75.75 0 0 0 0-1.5H14.5zm6 2.25a6.5 6.5 0 1 1-13 0a6.5 6.5 0 0 1 13 0m-1.5 0a5 5 0 1 0-10 0a5 5 0 0 0 10 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentCallMissed28Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M25.774 8.936c-.025 1.133-.541 2.275-1.368 3.169a2.49 2.49 0 0 1-2.133.779l-1.756-.22a2.75 2.75 0 0 1-2.327-2.062l-.45-1.801c-.093-.37-.306-.579-.521-.636c-.831-.223-2.01-.34-3.224-.34c-1.213.002-2.39.123-3.214.342c-.215.057-.428.264-.52.634l-.45 1.801a2.75 2.75 0 0 1-2.328 2.062l-1.755.22a2.48 2.48 0 0 1-2.133-.78c-.827-.893-1.344-2.035-1.368-3.168c-.026-1.16.472-2.285 1.609-3.01C5.8 4.673 8.986 3.5 14 3.5c5.015 0 8.2 1.173 10.165 2.426c1.136.725 1.634 1.85 1.609 3.01M14.5 17.25a.75.75 0 0 0-1.5 0v3c0 .414.336.75.75.75h2a.75.75 0 0 0 0-1.5H14.5zm6 2.25a6.5 6.5 0 1 1-13 0a6.5 6.5 0 0 1 13 0m-1.5 0a5 5 0 1 0-10 0a5 5 0 0 0 10 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M25.774 8.936c-.025 1.133-.541 2.275-1.368 3.169a2.49 2.49 0 0 1-2.133.779l-1.756-.22a2.75 2.75 0 0 1-2.327-2.062l-.45-1.801c-.093-.37-.306-.579-.521-.636c-.831-.223-2.01-.34-3.224-.34c-1.213.002-2.39.123-3.214.342c-.215.057-.428.264-.52.634l-.45 1.801a2.75 2.75 0 0 1-2.328 2.062l-1.755.22a2.48 2.48 0 0 1-2.133-.78c-.827-.893-1.344-2.035-1.368-3.168c-.026-1.16.472-2.285 1.609-3.01C5.8 4.673 8.986 3.5 14 3.5c5.015 0 8.2 1.173 10.165 2.426c1.136.725 1.634 1.85 1.609 3.01M14.5 17.25a.75.75 0 0 0-1.5 0v3c0 .414.336.75.75.75h2a.75.75 0 0 0 0-1.5H14.5zm6 2.25a6.5 6.5 0 1 1-13 0a6.5 6.5 0 0 1 13 0m-1.5 0a5 5 0 1 0-10 0a5 5 0 0 0 10 0"/></svg> </template>
CSS
.icon-call-missed-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25.774%208.936c-.025%201.133-.541%202.275-1.368%203.169a2.49%202.49%200%200%201-2.133.779l-1.756-.22a2.75%202.75%200%200%201-2.327-2.062l-.45-1.801c-.093-.37-.306-.579-.521-.636c-.831-.223-2.01-.34-3.224-.34c-1.213.002-2.39.123-3.214.342c-.215.057-.428.264-.52.634l-.45%201.801a2.75%202.75%200%200%201-2.328%202.062l-1.755.22a2.48%202.48%200%200%201-2.133-.78c-.827-.893-1.344-2.035-1.368-3.168c-.026-1.16.472-2.285%201.609-3.01C5.8%204.673%208.986%203.5%2014%203.5c5.015%200%208.2%201.173%2010.165%202.426c1.136.725%201.634%201.85%201.609%203.01M14.5%2017.25a.75.75%200%200%200-1.5%200v3c0%20.414.336.75.75.75h2a.75.75%200%200%200%200-1.5H14.5zm6%202.25a6.5%206.5%200%201%201-13%200a6.5%206.5%200%200%201%2013%200m-1.5%200a5%205%200%201%200-10%200a5%205%200%200%200%2010%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25.774%208.936c-.025%201.133-.541%202.275-1.368%203.169a2.49%202.49%200%200%201-2.133.779l-1.756-.22a2.75%202.75%200%200%201-2.327-2.062l-.45-1.801c-.093-.37-.306-.579-.521-.636c-.831-.223-2.01-.34-3.224-.34c-1.213.002-2.39.123-3.214.342c-.215.057-.428.264-.52.634l-.45%201.801a2.75%202.75%200%200%201-2.328%202.062l-1.755.22a2.48%202.48%200%200%201-2.133-.78c-.827-.893-1.344-2.035-1.368-3.168c-.026-1.16.472-2.285%201.609-3.01C5.8%204.673%208.986%203.5%2014%203.5c5.015%200%208.2%201.173%2010.165%202.426c1.136.725%201.634%201.85%201.609%203.01M14.5%2017.25a.75.75%200%200%200-1.5%200v3c0%20.414.336.75.75.75h2a.75.75%200%200%200%200-1.5H14.5zm6%202.25a6.5%206.5%200%201%201-13%200a6.5%206.5%200%200%201%2013%200m-1.5%200a5%205%200%201%200-10%200a5%205%200%200%200%2010%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-28-filled.svg?color=%231a73e8&size=48