call missed icon
call-missed-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- call-missed-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- 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="M12.014 2.496c3.943 0 6.876.842 8.776 2.57a3.75 3.75 0 0 1 1.17 3.422l-.042.21l-.192.817a2.75 2.75 0 0 1-2.955 2.106l-1.755-.178a2.75 2.75 0 0 1-2.401-2.117l-.39-1.686a.25.25 0 0 0-.113-.157c-.321-.196-1.034-.32-2.098-.32c-1.465 0-2.153.23-2.192.394l-.408 1.77a2.75 2.75 0 0 1-2.401 2.117l-1.746.177a2.75 2.75 0 0 1-2.953-2.096l-.196-.817a3.75 3.75 0 0 1 1.13-3.651c1.9-1.722 4.83-2.56 8.766-2.56m0 1.5c-3.597 0-6.176.739-7.759 2.172a2.25 2.25 0 0 0-.678 2.191l.196.817a1.25 1.25 0 0 0 1.342.953l1.746-.178a1.25 1.25 0 0 0 1.091-.962l.41-1.775c.27-1.13 1.53-1.55 3.652-1.55c1.318 0 2.265.163 2.88.54c.402.245.687.64.793 1.099l.39 1.686c.12.521.558.908 1.09.962l1.755.178a1.25 1.25 0 0 0 1.343-.958l.192-.816l.034-.171a2.25 2.25 0 0 0-.71-2.009c-1.582-1.438-4.164-2.179-7.767-2.179M12.5 14.75a.75.75 0 0 0-1.5 0v2.5c0 .414.336.75.75.75h1.75a.75.75 0 0 0 0-1.5h-1zm-6 1.75a5.5 5.5 0 1 1 11 0a5.5 5.5 0 0 1-11 0m5.5-4a4 4 0 1 0 0 8a4 4 0 0 0 0-8"/></svg>
React
import type { SVGProps } from "react";
export function FluentCallMissed24Regular(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="M12.014 2.496c3.943 0 6.876.842 8.776 2.57a3.75 3.75 0 0 1 1.17 3.422l-.042.21l-.192.817a2.75 2.75 0 0 1-2.955 2.106l-1.755-.178a2.75 2.75 0 0 1-2.401-2.117l-.39-1.686a.25.25 0 0 0-.113-.157c-.321-.196-1.034-.32-2.098-.32c-1.465 0-2.153.23-2.192.394l-.408 1.77a2.75 2.75 0 0 1-2.401 2.117l-1.746.177a2.75 2.75 0 0 1-2.953-2.096l-.196-.817a3.75 3.75 0 0 1 1.13-3.651c1.9-1.722 4.83-2.56 8.766-2.56m0 1.5c-3.597 0-6.176.739-7.759 2.172a2.25 2.25 0 0 0-.678 2.191l.196.817a1.25 1.25 0 0 0 1.342.953l1.746-.178a1.25 1.25 0 0 0 1.091-.962l.41-1.775c.27-1.13 1.53-1.55 3.652-1.55c1.318 0 2.265.163 2.88.54c.402.245.687.64.793 1.099l.39 1.686c.12.521.558.908 1.09.962l1.755.178a1.25 1.25 0 0 0 1.343-.958l.192-.816l.034-.171a2.25 2.25 0 0 0-.71-2.009c-1.582-1.438-4.164-2.179-7.767-2.179M12.5 14.75a.75.75 0 0 0-1.5 0v2.5c0 .414.336.75.75.75h1.75a.75.75 0 0 0 0-1.5h-1zm-6 1.75a5.5 5.5 0 1 1 11 0a5.5 5.5 0 0 1-11 0m5.5-4a4 4 0 1 0 0 8a4 4 0 0 0 0-8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.014 2.496c3.943 0 6.876.842 8.776 2.57a3.75 3.75 0 0 1 1.17 3.422l-.042.21l-.192.817a2.75 2.75 0 0 1-2.955 2.106l-1.755-.178a2.75 2.75 0 0 1-2.401-2.117l-.39-1.686a.25.25 0 0 0-.113-.157c-.321-.196-1.034-.32-2.098-.32c-1.465 0-2.153.23-2.192.394l-.408 1.77a2.75 2.75 0 0 1-2.401 2.117l-1.746.177a2.75 2.75 0 0 1-2.953-2.096l-.196-.817a3.75 3.75 0 0 1 1.13-3.651c1.9-1.722 4.83-2.56 8.766-2.56m0 1.5c-3.597 0-6.176.739-7.759 2.172a2.25 2.25 0 0 0-.678 2.191l.196.817a1.25 1.25 0 0 0 1.342.953l1.746-.178a1.25 1.25 0 0 0 1.091-.962l.41-1.775c.27-1.13 1.53-1.55 3.652-1.55c1.318 0 2.265.163 2.88.54c.402.245.687.64.793 1.099l.39 1.686c.12.521.558.908 1.09.962l1.755.178a1.25 1.25 0 0 0 1.343-.958l.192-.816l.034-.171a2.25 2.25 0 0 0-.71-2.009c-1.582-1.438-4.164-2.179-7.767-2.179M12.5 14.75a.75.75 0 0 0-1.5 0v2.5c0 .414.336.75.75.75h1.75a.75.75 0 0 0 0-1.5h-1zm-6 1.75a5.5 5.5 0 1 1 11 0a5.5 5.5 0 0 1-11 0m5.5-4a4 4 0 1 0 0 8a4 4 0 0 0 0-8"/></svg> </template>
CSS
.icon-call-missed-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.014%202.496c3.943%200%206.876.842%208.776%202.57a3.75%203.75%200%200%201%201.17%203.422l-.042.21l-.192.817a2.75%202.75%200%200%201-2.955%202.106l-1.755-.178a2.75%202.75%200%200%201-2.401-2.117l-.39-1.686a.25.25%200%200%200-.113-.157c-.321-.196-1.034-.32-2.098-.32c-1.465%200-2.153.23-2.192.394l-.408%201.77a2.75%202.75%200%200%201-2.401%202.117l-1.746.177a2.75%202.75%200%200%201-2.953-2.096l-.196-.817a3.75%203.75%200%200%201%201.13-3.651c1.9-1.722%204.83-2.56%208.766-2.56m0%201.5c-3.597%200-6.176.739-7.759%202.172a2.25%202.25%200%200%200-.678%202.191l.196.817a1.25%201.25%200%200%200%201.342.953l1.746-.178a1.25%201.25%200%200%200%201.091-.962l.41-1.775c.27-1.13%201.53-1.55%203.652-1.55c1.318%200%202.265.163%202.88.54c.402.245.687.64.793%201.099l.39%201.686c.12.521.558.908%201.09.962l1.755.178a1.25%201.25%200%200%200%201.343-.958l.192-.816l.034-.171a2.25%202.25%200%200%200-.71-2.009c-1.582-1.438-4.164-2.179-7.767-2.179M12.5%2014.75a.75.75%200%200%200-1.5%200v2.5c0%20.414.336.75.75.75h1.75a.75.75%200%200%200%200-1.5h-1zm-6%201.75a5.5%205.5%200%201%201%2011%200a5.5%205.5%200%200%201-11%200m5.5-4a4%204%200%201%200%200%208a4%204%200%200%200%200-8%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%22M12.014%202.496c3.943%200%206.876.842%208.776%202.57a3.75%203.75%200%200%201%201.17%203.422l-.042.21l-.192.817a2.75%202.75%200%200%201-2.955%202.106l-1.755-.178a2.75%202.75%200%200%201-2.401-2.117l-.39-1.686a.25.25%200%200%200-.113-.157c-.321-.196-1.034-.32-2.098-.32c-1.465%200-2.153.23-2.192.394l-.408%201.77a2.75%202.75%200%200%201-2.401%202.117l-1.746.177a2.75%202.75%200%200%201-2.953-2.096l-.196-.817a3.75%203.75%200%200%201%201.13-3.651c1.9-1.722%204.83-2.56%208.766-2.56m0%201.5c-3.597%200-6.176.739-7.759%202.172a2.25%202.25%200%200%200-.678%202.191l.196.817a1.25%201.25%200%200%200%201.342.953l1.746-.178a1.25%201.25%200%200%200%201.091-.962l.41-1.775c.27-1.13%201.53-1.55%203.652-1.55c1.318%200%202.265.163%202.88.54c.402.245.687.64.793%201.099l.39%201.686c.12.521.558.908%201.09.962l1.755.178a1.25%201.25%200%200%200%201.343-.958l.192-.816l.034-.171a2.25%202.25%200%200%200-.71-2.009c-1.582-1.438-4.164-2.179-7.767-2.179M12.5%2014.75a.75.75%200%200%200-1.5%200v2.5c0%20.414.336.75.75.75h1.75a.75.75%200%200%200%200-1.5h-1zm-6%201.75a5.5%205.5%200%201%201%2011%200a5.5%205.5%200%200%201-11%200m5.5-4a4%204%200%201%200%200%208a4%204%200%200%200%200-8%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-regular.svg?color=%231a73e8&size=48