phone missed icon
phone-missed-outline from Eva Icons by Akveo · Outline · MIT Free for personal and commercial use.
- Name
- phone-missed-outline
- Set
- Eva Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in Eva Icons
The same icon in other sets
Related icons in Eva Icons
Use the phone missed icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.94 16.64a4.3 4.3 0 0 0-.19-.73a1 1 0 0 0-.72-.65l-6-1.37a1 1 0 0 0-.92.26c-.14.13-.15.14-.8 1.38a10 10 0 0 1-4.88-4.89C9.71 10 9.72 10 9.85 9.85a1 1 0 0 0 .26-.92L8.74 3a1 1 0 0 0-.65-.72a4 4 0 0 0-.72-.18A4 4 0 0 0 6.6 2A4.6 4.6 0 0 0 2 6.6A15.42 15.42 0 0 0 17.4 22a4.6 4.6 0 0 0 4.6-4.6a5 5 0 0 0-.06-.76M17.4 20A13.41 13.41 0 0 1 4 6.6A2.61 2.61 0 0 1 6.6 4h.33L8 8.64l-.55.29c-.87.45-1.5.78-1.17 1.58a11.85 11.85 0 0 0 7.18 7.21c.84.34 1.17-.29 1.62-1.16l.29-.55L20 17.07v.33a2.61 2.61 0 0 1-2.6 2.6M15.8 8.7a1.05 1.05 0 0 0 1.47 0L18 8l.73.73a1 1 0 0 0 1.47-1.5l-.73-.73l.73-.73a1 1 0 0 0-1.47-1.47L18 5l-.73-.73a1 1 0 0 0-1.47 1.5l.73.73l-.73.73a1.05 1.05 0 0 0 0 1.47"/></svg>
React
import type { SVGProps } from "react";
export function EvaPhoneMissedOutline(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.94 16.64a4.3 4.3 0 0 0-.19-.73a1 1 0 0 0-.72-.65l-6-1.37a1 1 0 0 0-.92.26c-.14.13-.15.14-.8 1.38a10 10 0 0 1-4.88-4.89C9.71 10 9.72 10 9.85 9.85a1 1 0 0 0 .26-.92L8.74 3a1 1 0 0 0-.65-.72a4 4 0 0 0-.72-.18A4 4 0 0 0 6.6 2A4.6 4.6 0 0 0 2 6.6A15.42 15.42 0 0 0 17.4 22a4.6 4.6 0 0 0 4.6-4.6a5 5 0 0 0-.06-.76M17.4 20A13.41 13.41 0 0 1 4 6.6A2.61 2.61 0 0 1 6.6 4h.33L8 8.64l-.55.29c-.87.45-1.5.78-1.17 1.58a11.85 11.85 0 0 0 7.18 7.21c.84.34 1.17-.29 1.62-1.16l.29-.55L20 17.07v.33a2.61 2.61 0 0 1-2.6 2.6M15.8 8.7a1.05 1.05 0 0 0 1.47 0L18 8l.73.73a1 1 0 0 0 1.47-1.5l-.73-.73l.73-.73a1 1 0 0 0-1.47-1.47L18 5l-.73-.73a1 1 0 0 0-1.47 1.5l.73.73l-.73.73a1.05 1.05 0 0 0 0 1.47"/></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.94 16.64a4.3 4.3 0 0 0-.19-.73a1 1 0 0 0-.72-.65l-6-1.37a1 1 0 0 0-.92.26c-.14.13-.15.14-.8 1.38a10 10 0 0 1-4.88-4.89C9.71 10 9.72 10 9.85 9.85a1 1 0 0 0 .26-.92L8.74 3a1 1 0 0 0-.65-.72a4 4 0 0 0-.72-.18A4 4 0 0 0 6.6 2A4.6 4.6 0 0 0 2 6.6A15.42 15.42 0 0 0 17.4 22a4.6 4.6 0 0 0 4.6-4.6a5 5 0 0 0-.06-.76M17.4 20A13.41 13.41 0 0 1 4 6.6A2.61 2.61 0 0 1 6.6 4h.33L8 8.64l-.55.29c-.87.45-1.5.78-1.17 1.58a11.85 11.85 0 0 0 7.18 7.21c.84.34 1.17-.29 1.62-1.16l.29-.55L20 17.07v.33a2.61 2.61 0 0 1-2.6 2.6M15.8 8.7a1.05 1.05 0 0 0 1.47 0L18 8l.73.73a1 1 0 0 0 1.47-1.5l-.73-.73l.73-.73a1 1 0 0 0-1.47-1.47L18 5l-.73-.73a1 1 0 0 0-1.47 1.5l.73.73l-.73.73a1.05 1.05 0 0 0 0 1.47"/></svg> </template>
CSS
.icon-phone-missed-outline {
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.94%2016.64a4.3%204.3%200%200%200-.19-.73a1%201%200%200%200-.72-.65l-6-1.37a1%201%200%200%200-.92.26c-.14.13-.15.14-.8%201.38a10%2010%200%200%201-4.88-4.89C9.71%2010%209.72%2010%209.85%209.85a1%201%200%200%200%20.26-.92L8.74%203a1%201%200%200%200-.65-.72a4%204%200%200%200-.72-.18A4%204%200%200%200%206.6%202A4.6%204.6%200%200%200%202%206.6A15.42%2015.42%200%200%200%2017.4%2022a4.6%204.6%200%200%200%204.6-4.6a5%205%200%200%200-.06-.76M17.4%2020A13.41%2013.41%200%200%201%204%206.6A2.61%202.61%200%200%201%206.6%204h.33L8%208.64l-.55.29c-.87.45-1.5.78-1.17%201.58a11.85%2011.85%200%200%200%207.18%207.21c.84.34%201.17-.29%201.62-1.16l.29-.55L20%2017.07v.33a2.61%202.61%200%200%201-2.6%202.6M15.8%208.7a1.05%201.05%200%200%200%201.47%200L18%208l.73.73a1%201%200%200%200%201.47-1.5l-.73-.73l.73-.73a1%201%200%200%200-1.47-1.47L18%205l-.73-.73a1%201%200%200%200-1.47%201.5l.73.73l-.73.73a1.05%201.05%200%200%200%200%201.47%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.94%2016.64a4.3%204.3%200%200%200-.19-.73a1%201%200%200%200-.72-.65l-6-1.37a1%201%200%200%200-.92.26c-.14.13-.15.14-.8%201.38a10%2010%200%200%201-4.88-4.89C9.71%2010%209.72%2010%209.85%209.85a1%201%200%200%200%20.26-.92L8.74%203a1%201%200%200%200-.65-.72a4%204%200%200%200-.72-.18A4%204%200%200%200%206.6%202A4.6%204.6%200%200%200%202%206.6A15.42%2015.42%200%200%200%2017.4%2022a4.6%204.6%200%200%200%204.6-4.6a5%205%200%200%200-.06-.76M17.4%2020A13.41%2013.41%200%200%201%204%206.6A2.61%202.61%200%200%201%206.6%204h.33L8%208.64l-.55.29c-.87.45-1.5.78-1.17%201.58a11.85%2011.85%200%200%200%207.18%207.21c.84.34%201.17-.29%201.62-1.16l.29-.55L20%2017.07v.33a2.61%202.61%200%200%201-2.6%202.6M15.8%208.7a1.05%201.05%200%200%200%201.47%200L18%208l.73.73a1%201%200%200%200%201.47-1.5l-.73-.73l.73-.73a1%201%200%200%200-1.47-1.47L18%205l-.73-.73a1%201%200%200%200-1.47%201.5l.73.73l-.73.73a1.05%201.05%200%200%200%200%201.47%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/eva/phone-missed-outline.svg?color=%231a73e8&size=48