phone missed call icon
phone-missed-call-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- phone-missed-call-fill
- Set
- Mage Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Mage Icons
The same icon in other sets
Related icons in Mage Icons
Use the phone missed call icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.981 17.81c.017.255-.022.511-.113.75c-.09.249-.23.476-.411.669a2.23 2.23 0 0 1-1.368.504h-2.726a1.8 1.8 0 0 1-1.183-.38a1.72 1.72 0 0 1-.483-1.03v-1.028a.65.65 0 0 0-.062-.35a.55.55 0 0 0-.164-.236a2.4 2.4 0 0 0-1.029-.247c-.75-.113-1.388-.206-2.057-.247a10.7 10.7 0 0 0-3.528.34a.6.6 0 0 0-.298.123a.55.55 0 0 0-.165.206c-.077.32-.101.65-.072.977c.03.242.01.487-.061.72a1.8 1.8 0 0 1-.34.669a1.7 1.7 0 0 1-1.275.524H4.517q-.515.03-1.028 0a1.73 1.73 0 0 1-1.122-.597a2.24 2.24 0 0 1-.35-1.398a4.4 4.4 0 0 1 .37-1.852a4.5 4.5 0 0 1 1.143-1.563a9.2 9.2 0 0 1 3.085-1.913l.802-.278a16.3 16.3 0 0 1 4.372-.596a15.2 15.2 0 0 1 5.45.792a9.7 9.7 0 0 1 2.675 1.522a5.23 5.23 0 0 1 1.964 2.437c.095.488.13.986.103 1.482M6.296 4.439l.113-.082a.5.5 0 0 0-.113.092zm.699-.216a1 1 0 0 0-.308 0z"/><path fill="currentColor" d="M17.63 5.54L13.6 9.57c-.437.43-1.024.67-1.636.669a2.28 2.28 0 0 1-1.625-.669L7.613 6.856v2.232a.771.771 0 0 1-1.543 0V4.974a.78.78 0 0 1 .34-.638a.7.7 0 0 1 .277-.123h4.259a.771.771 0 0 1 0 1.542H8.714l2.715 2.716a.79.79 0 0 0 1.028 0l4.032-4.032a.77.77 0 0 1 1.09 0a.79.79 0 0 1 .052 1.1"/></svg>
React
import type { SVGProps } from "react";
export function MagePhoneMissedCallFill(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="M21.981 17.81c.017.255-.022.511-.113.75c-.09.249-.23.476-.411.669a2.23 2.23 0 0 1-1.368.504h-2.726a1.8 1.8 0 0 1-1.183-.38a1.72 1.72 0 0 1-.483-1.03v-1.028a.65.65 0 0 0-.062-.35a.55.55 0 0 0-.164-.236a2.4 2.4 0 0 0-1.029-.247c-.75-.113-1.388-.206-2.057-.247a10.7 10.7 0 0 0-3.528.34a.6.6 0 0 0-.298.123a.55.55 0 0 0-.165.206c-.077.32-.101.65-.072.977c.03.242.01.487-.061.72a1.8 1.8 0 0 1-.34.669a1.7 1.7 0 0 1-1.275.524H4.517q-.515.03-1.028 0a1.73 1.73 0 0 1-1.122-.597a2.24 2.24 0 0 1-.35-1.398a4.4 4.4 0 0 1 .37-1.852a4.5 4.5 0 0 1 1.143-1.563a9.2 9.2 0 0 1 3.085-1.913l.802-.278a16.3 16.3 0 0 1 4.372-.596a15.2 15.2 0 0 1 5.45.792a9.7 9.7 0 0 1 2.675 1.522a5.23 5.23 0 0 1 1.964 2.437c.095.488.13.986.103 1.482M6.296 4.439l.113-.082a.5.5 0 0 0-.113.092zm.699-.216a1 1 0 0 0-.308 0z"/><path fill="currentColor" d="M17.63 5.54L13.6 9.57c-.437.43-1.024.67-1.636.669a2.28 2.28 0 0 1-1.625-.669L7.613 6.856v2.232a.771.771 0 0 1-1.543 0V4.974a.78.78 0 0 1 .34-.638a.7.7 0 0 1 .277-.123h4.259a.771.771 0 0 1 0 1.542H8.714l2.715 2.716a.79.79 0 0 0 1.028 0l4.032-4.032a.77.77 0 0 1 1.09 0a.79.79 0 0 1 .052 1.1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.981 17.81c.017.255-.022.511-.113.75c-.09.249-.23.476-.411.669a2.23 2.23 0 0 1-1.368.504h-2.726a1.8 1.8 0 0 1-1.183-.38a1.72 1.72 0 0 1-.483-1.03v-1.028a.65.65 0 0 0-.062-.35a.55.55 0 0 0-.164-.236a2.4 2.4 0 0 0-1.029-.247c-.75-.113-1.388-.206-2.057-.247a10.7 10.7 0 0 0-3.528.34a.6.6 0 0 0-.298.123a.55.55 0 0 0-.165.206c-.077.32-.101.65-.072.977c.03.242.01.487-.061.72a1.8 1.8 0 0 1-.34.669a1.7 1.7 0 0 1-1.275.524H4.517q-.515.03-1.028 0a1.73 1.73 0 0 1-1.122-.597a2.24 2.24 0 0 1-.35-1.398a4.4 4.4 0 0 1 .37-1.852a4.5 4.5 0 0 1 1.143-1.563a9.2 9.2 0 0 1 3.085-1.913l.802-.278a16.3 16.3 0 0 1 4.372-.596a15.2 15.2 0 0 1 5.45.792a9.7 9.7 0 0 1 2.675 1.522a5.23 5.23 0 0 1 1.964 2.437c.095.488.13.986.103 1.482M6.296 4.439l.113-.082a.5.5 0 0 0-.113.092zm.699-.216a1 1 0 0 0-.308 0z"/><path fill="currentColor" d="M17.63 5.54L13.6 9.57c-.437.43-1.024.67-1.636.669a2.28 2.28 0 0 1-1.625-.669L7.613 6.856v2.232a.771.771 0 0 1-1.543 0V4.974a.78.78 0 0 1 .34-.638a.7.7 0 0 1 .277-.123h4.259a.771.771 0 0 1 0 1.542H8.714l2.715 2.716a.79.79 0 0 0 1.028 0l4.032-4.032a.77.77 0 0 1 1.09 0a.79.79 0 0 1 .052 1.1"/></svg> </template>
CSS
.icon-phone-missed-call-fill {
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%22M21.981%2017.81c.017.255-.022.511-.113.75c-.09.249-.23.476-.411.669a2.23%202.23%200%200%201-1.368.504h-2.726a1.8%201.8%200%200%201-1.183-.38a1.72%201.72%200%200%201-.483-1.03v-1.028a.65.65%200%200%200-.062-.35a.55.55%200%200%200-.164-.236a2.4%202.4%200%200%200-1.029-.247c-.75-.113-1.388-.206-2.057-.247a10.7%2010.7%200%200%200-3.528.34a.6.6%200%200%200-.298.123a.55.55%200%200%200-.165.206c-.077.32-.101.65-.072.977c.03.242.01.487-.061.72a1.8%201.8%200%200%201-.34.669a1.7%201.7%200%200%201-1.275.524H4.517q-.515.03-1.028%200a1.73%201.73%200%200%201-1.122-.597a2.24%202.24%200%200%201-.35-1.398a4.4%204.4%200%200%201%20.37-1.852a4.5%204.5%200%200%201%201.143-1.563a9.2%209.2%200%200%201%203.085-1.913l.802-.278a16.3%2016.3%200%200%201%204.372-.596a15.2%2015.2%200%200%201%205.45.792a9.7%209.7%200%200%201%202.675%201.522a5.23%205.23%200%200%201%201.964%202.437c.095.488.13.986.103%201.482M6.296%204.439l.113-.082a.5.5%200%200%200-.113.092zm.699-.216a1%201%200%200%200-.308%200z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.63%205.54L13.6%209.57c-.437.43-1.024.67-1.636.669a2.28%202.28%200%200%201-1.625-.669L7.613%206.856v2.232a.771.771%200%200%201-1.543%200V4.974a.78.78%200%200%201%20.34-.638a.7.7%200%200%201%20.277-.123h4.259a.771.771%200%200%201%200%201.542H8.714l2.715%202.716a.79.79%200%200%200%201.028%200l4.032-4.032a.77.77%200%200%201%201.09%200a.79.79%200%200%201%20.052%201.1%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%22M21.981%2017.81c.017.255-.022.511-.113.75c-.09.249-.23.476-.411.669a2.23%202.23%200%200%201-1.368.504h-2.726a1.8%201.8%200%200%201-1.183-.38a1.72%201.72%200%200%201-.483-1.03v-1.028a.65.65%200%200%200-.062-.35a.55.55%200%200%200-.164-.236a2.4%202.4%200%200%200-1.029-.247c-.75-.113-1.388-.206-2.057-.247a10.7%2010.7%200%200%200-3.528.34a.6.6%200%200%200-.298.123a.55.55%200%200%200-.165.206c-.077.32-.101.65-.072.977c.03.242.01.487-.061.72a1.8%201.8%200%200%201-.34.669a1.7%201.7%200%200%201-1.275.524H4.517q-.515.03-1.028%200a1.73%201.73%200%200%201-1.122-.597a2.24%202.24%200%200%201-.35-1.398a4.4%204.4%200%200%201%20.37-1.852a4.5%204.5%200%200%201%201.143-1.563a9.2%209.2%200%200%201%203.085-1.913l.802-.278a16.3%2016.3%200%200%201%204.372-.596a15.2%2015.2%200%200%201%205.45.792a9.7%209.7%200%200%201%202.675%201.522a5.23%205.23%200%200%201%201.964%202.437c.095.488.13.986.103%201.482M6.296%204.439l.113-.082a.5.5%200%200%200-.113.092zm.699-.216a1%201%200%200%200-.308%200z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.63%205.54L13.6%209.57c-.437.43-1.024.67-1.636.669a2.28%202.28%200%200%201-1.625-.669L7.613%206.856v2.232a.771.771%200%200%201-1.543%200V4.974a.78.78%200%200%201%20.34-.638a.7.7%200%200%201%20.277-.123h4.259a.771.771%200%200%201%200%201.542H8.714l2.715%202.716a.79.79%200%200%200%201.028%200l4.032-4.032a.77.77%200%200%201%201.09%200a.79.79%200%200%201%20.052%201.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/phone-missed-call-fill.svg?color=%231a73e8&size=48