phone missed icon
phone-missed from IconPark by ByteDance · Color · Communicate · Apache-2.0 Free for personal and commercial use.
- Name
- phone-missed
- Set
- IconPark
- Style
- Color
- Category
- Communicate
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More communicate icons from IconPark
commentcomment-onecommentscommunicationmessagemessage-emojimessage-failedmessage-onemessage-privacymessage-searchmessage-securitymessage-sentmessage-successmessage-unreadonline-meetingphone-callphone-incomingphone-incoming-onephone-offphone-outgoingphone-outgoing-onephone-telephonephone-video-calltips-one
Use the phone missed icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" d="M15.9963 8.68584C16.7228 8.68584 17.3922 9.07986 17.7449 9.7151L20.1913 14.1219C20.5116 14.6989 20.5267 15.3968 20.2315 15.9871L17.8747 20.7008C17.8747 20.7008 18.5577 24.2122 21.4161 27.0706C24.2746 29.929 27.7742 30.6002 27.7742 30.6002L32.4871 28.2438C33.0778 27.9484 33.7762 27.9637 34.3534 28.2846L38.7727 30.7416C39.4074 31.0945 39.8009 31.7635 39.8009 32.4896V37.5631C39.8009 40.1468 37.401 42.0129 34.953 41.1868C29.925 39.4903 22.1203 36.2601 17.1735 31.3132C12.2267 26.3664 8.99643 18.5617 7.29989 13.5338C6.47387 11.0857 8.33996 8.68584 10.9236 8.68584H15.9963Z"/><path stroke-linecap="round" d="M38.7351 9.28589L30.2498 17.7712"/><path stroke-linecap="round" d="M30.2498 9.28596L38.735 17.7712"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkPhoneMissed(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinejoin="round" strokeWidth="4"><path fill="#2F88FF" d="M15.9963 8.68584C16.7228 8.68584 17.3922 9.07986 17.7449 9.7151L20.1913 14.1219C20.5116 14.6989 20.5267 15.3968 20.2315 15.9871L17.8747 20.7008C17.8747 20.7008 18.5577 24.2122 21.4161 27.0706C24.2746 29.929 27.7742 30.6002 27.7742 30.6002L32.4871 28.2438C33.0778 27.9484 33.7762 27.9637 34.3534 28.2846L38.7727 30.7416C39.4074 31.0945 39.8009 31.7635 39.8009 32.4896V37.5631C39.8009 40.1468 37.401 42.0129 34.953 41.1868C29.925 39.4903 22.1203 36.2601 17.1735 31.3132C12.2267 26.3664 8.99643 18.5617 7.29989 13.5338C6.47387 11.0857 8.33996 8.68584 10.9236 8.68584H15.9963Z"/><path strokeLinecap="round" d="M38.7351 9.28589L30.2498 17.7712"/><path strokeLinecap="round" d="M30.2498 9.28596L38.735 17.7712"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" d="M15.9963 8.68584C16.7228 8.68584 17.3922 9.07986 17.7449 9.7151L20.1913 14.1219C20.5116 14.6989 20.5267 15.3968 20.2315 15.9871L17.8747 20.7008C17.8747 20.7008 18.5577 24.2122 21.4161 27.0706C24.2746 29.929 27.7742 30.6002 27.7742 30.6002L32.4871 28.2438C33.0778 27.9484 33.7762 27.9637 34.3534 28.2846L38.7727 30.7416C39.4074 31.0945 39.8009 31.7635 39.8009 32.4896V37.5631C39.8009 40.1468 37.401 42.0129 34.953 41.1868C29.925 39.4903 22.1203 36.2601 17.1735 31.3132C12.2267 26.3664 8.99643 18.5617 7.29989 13.5338C6.47387 11.0857 8.33996 8.68584 10.9236 8.68584H15.9963Z"/><path stroke-linecap="round" d="M38.7351 9.28589L30.2498 17.7712"/><path stroke-linecap="round" d="M30.2498 9.28596L38.735 17.7712"/></g></svg> </template>
CSS
.icon-phone-missed {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M15.9963%208.68584C16.7228%208.68584%2017.3922%209.07986%2017.7449%209.7151L20.1913%2014.1219C20.5116%2014.6989%2020.5267%2015.3968%2020.2315%2015.9871L17.8747%2020.7008C17.8747%2020.7008%2018.5577%2024.2122%2021.4161%2027.0706C24.2746%2029.929%2027.7742%2030.6002%2027.7742%2030.6002L32.4871%2028.2438C33.0778%2027.9484%2033.7762%2027.9637%2034.3534%2028.2846L38.7727%2030.7416C39.4074%2031.0945%2039.8009%2031.7635%2039.8009%2032.4896V37.5631C39.8009%2040.1468%2037.401%2042.0129%2034.953%2041.1868C29.925%2039.4903%2022.1203%2036.2601%2017.1735%2031.3132C12.2267%2026.3664%208.99643%2018.5617%207.29989%2013.5338C6.47387%2011.0857%208.33996%208.68584%2010.9236%208.68584H15.9963Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M38.7351%209.28589L30.2498%2017.7712%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M30.2498%209.28596L38.735%2017.7712%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M15.9963%208.68584C16.7228%208.68584%2017.3922%209.07986%2017.7449%209.7151L20.1913%2014.1219C20.5116%2014.6989%2020.5267%2015.3968%2020.2315%2015.9871L17.8747%2020.7008C17.8747%2020.7008%2018.5577%2024.2122%2021.4161%2027.0706C24.2746%2029.929%2027.7742%2030.6002%2027.7742%2030.6002L32.4871%2028.2438C33.0778%2027.9484%2033.7762%2027.9637%2034.3534%2028.2846L38.7727%2030.7416C39.4074%2031.0945%2039.8009%2031.7635%2039.8009%2032.4896V37.5631C39.8009%2040.1468%2037.401%2042.0129%2034.953%2041.1868C29.925%2039.4903%2022.1203%2036.2601%2017.1735%2031.3132C12.2267%2026.3664%208.99643%2018.5617%207.29989%2013.5338C6.47387%2011.0857%208.33996%208.68584%2010.9236%208.68584H15.9963Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M38.7351%209.28589L30.2498%2017.7712%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M30.2498%209.28596L38.735%2017.7712%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/phone-missed.svg?color=%231a73e8&size=48