phone call icon
phone-call-outline from Eva Icons by Akveo · Outline · MIT Free for personal and commercial use.
- Name
- phone-call-outline
- Set
- Eva Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in Eva Icons
The same icon in other sets
phone-callBoxIcons v2phone-callBoxIcons v2 Solidphone-callFeather Iconsphone-callHuge Iconsphone-callHumbleiconsphone-callIconParkphone-callIconPark Outlinephone-callIconPark Solidphone-callIconPark TwoTonephone-callMaterial Line Iconsphone-callLucidephone-callMage Iconsphone-call-fillMingCute Iconphone-callPhosphorphone-callPixelarticonsphone-callTabler Icons
Related icons in Eva Icons
Use the phone call icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 8a3 3 0 0 1 3 3a1 1 0 0 0 2 0a5 5 0 0 0-5-5a1 1 0 0 0 0 2"/><path fill="currentColor" d="M13 4a7 7 0 0 1 7 7a1 1 0 0 0 2 0a9 9 0 0 0-9-9a1 1 0 0 0 0 2m8.75 11.91a1 1 0 0 0-.72-.65l-6-1.37a1 1 0 0 0-.92.26c-.14.13-.15.14-.8 1.38a9.9 9.9 0 0 1-4.87-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-.76a4.3 4.3 0 0 0-.19-.73M17.4 20A13.41 13.41 0 0 1 4 6.6A2.61 2.61 0 0 1 6.6 4h.33L8 8.64l-.54.28c-.86.45-1.54.81-1.18 1.59a11.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.6"/></svg>
React
import type { SVGProps } from "react";
export function EvaPhoneCallOutline(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="M13 8a3 3 0 0 1 3 3a1 1 0 0 0 2 0a5 5 0 0 0-5-5a1 1 0 0 0 0 2"/><path fill="currentColor" d="M13 4a7 7 0 0 1 7 7a1 1 0 0 0 2 0a9 9 0 0 0-9-9a1 1 0 0 0 0 2m8.75 11.91a1 1 0 0 0-.72-.65l-6-1.37a1 1 0 0 0-.92.26c-.14.13-.15.14-.8 1.38a9.9 9.9 0 0 1-4.87-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-.76a4.3 4.3 0 0 0-.19-.73M17.4 20A13.41 13.41 0 0 1 4 6.6A2.61 2.61 0 0 1 6.6 4h.33L8 8.64l-.54.28c-.86.45-1.54.81-1.18 1.59a11.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.6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 8a3 3 0 0 1 3 3a1 1 0 0 0 2 0a5 5 0 0 0-5-5a1 1 0 0 0 0 2"/><path fill="currentColor" d="M13 4a7 7 0 0 1 7 7a1 1 0 0 0 2 0a9 9 0 0 0-9-9a1 1 0 0 0 0 2m8.75 11.91a1 1 0 0 0-.72-.65l-6-1.37a1 1 0 0 0-.92.26c-.14.13-.15.14-.8 1.38a9.9 9.9 0 0 1-4.87-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-.76a4.3 4.3 0 0 0-.19-.73M17.4 20A13.41 13.41 0 0 1 4 6.6A2.61 2.61 0 0 1 6.6 4h.33L8 8.64l-.54.28c-.86.45-1.54.81-1.18 1.59a11.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.6"/></svg> </template>
CSS
.icon-phone-call-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%22M13%208a3%203%200%200%201%203%203a1%201%200%200%200%202%200a5%205%200%200%200-5-5a1%201%200%200%200%200%202%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%204a7%207%200%200%201%207%207a1%201%200%200%200%202%200a9%209%200%200%200-9-9a1%201%200%200%200%200%202m8.75%2011.91a1%201%200%200%200-.72-.65l-6-1.37a1%201%200%200%200-.92.26c-.14.13-.15.14-.8%201.38a9.9%209.9%200%200%201-4.87-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-.76a4.3%204.3%200%200%200-.19-.73M17.4%2020A13.41%2013.41%200%200%201%204%206.6A2.61%202.61%200%200%201%206.6%204h.33L8%208.64l-.54.28c-.86.45-1.54.81-1.18%201.59a11.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.6%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%22M13%208a3%203%200%200%201%203%203a1%201%200%200%200%202%200a5%205%200%200%200-5-5a1%201%200%200%200%200%202%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%204a7%207%200%200%201%207%207a1%201%200%200%200%202%200a9%209%200%200%200-9-9a1%201%200%200%200%200%202m8.75%2011.91a1%201%200%200%200-.72-.65l-6-1.37a1%201%200%200%200-.92.26c-.14.13-.15.14-.8%201.38a9.9%209.9%200%200%201-4.87-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-.76a4.3%204.3%200%200%200-.19-.73M17.4%2020A13.41%2013.41%200%200%201%204%206.6A2.61%202.61%200%200%201%206.6%204h.33L8%208.64l-.54.28c-.86.45-1.54.81-1.18%201.59a11.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.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/eva/phone-call-outline.svg?color=%231a73e8&size=48