phone icon
phone-fill from Eva Icons by Akveo · Fill · MIT Free for personal and commercial use.
- Name
- phone-fill
- Set
- Eva Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- MIT
1 other variant in Eva Icons
The same icon in other sets
phoneAkar Iconsphone-filledAnt Design IconsphoneBootstrap IconsphoneBoxIcons v2phoneBoxIcons v2 SolidphoneCarbonphoneElement PlusphoneFramework7 IconsphoneFont Awesome 6 SolidphoneFont Awesome SolidphoneFeather Iconsphone-outlineFlowbite Iconsphone-12-filledFluent UI System Iconsphone-16Fluent UI System Color Iconsphonecss.ggphoneHealth IconsphoneHeroIconsphoneHuge IconsphoneHumbleiconsphoneIconParkphoneIconPark OutlinephoneIconPark SolidphoneIconPark TwoTonephoneIconoir
Related icons in Eva Icons
Use the phone icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.4 22A15.42 15.42 0 0 1 2 6.6A4.6 4.6 0 0 1 6.6 2a4 4 0 0 1 .77.07a4 4 0 0 1 .72.18a1 1 0 0 1 .65.75l1.37 6a1 1 0 0 1-.26.92c-.13.14-.14.15-1.37.79a9.9 9.9 0 0 0 4.87 4.89c.65-1.24.66-1.25.8-1.38a1 1 0 0 1 .92-.26l6 1.37a1 1 0 0 1 .72.65a4.3 4.3 0 0 1 .19.73a5 5 0 0 1 .06.76A4.6 4.6 0 0 1 17.4 22"/></svg>
React
import type { SVGProps } from "react";
export function EvaPhoneFill(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="M17.4 22A15.42 15.42 0 0 1 2 6.6A4.6 4.6 0 0 1 6.6 2a4 4 0 0 1 .77.07a4 4 0 0 1 .72.18a1 1 0 0 1 .65.75l1.37 6a1 1 0 0 1-.26.92c-.13.14-.14.15-1.37.79a9.9 9.9 0 0 0 4.87 4.89c.65-1.24.66-1.25.8-1.38a1 1 0 0 1 .92-.26l6 1.37a1 1 0 0 1 .72.65a4.3 4.3 0 0 1 .19.73a5 5 0 0 1 .06.76A4.6 4.6 0 0 1 17.4 22"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.4 22A15.42 15.42 0 0 1 2 6.6A4.6 4.6 0 0 1 6.6 2a4 4 0 0 1 .77.07a4 4 0 0 1 .72.18a1 1 0 0 1 .65.75l1.37 6a1 1 0 0 1-.26.92c-.13.14-.14.15-1.37.79a9.9 9.9 0 0 0 4.87 4.89c.65-1.24.66-1.25.8-1.38a1 1 0 0 1 .92-.26l6 1.37a1 1 0 0 1 .72.65a4.3 4.3 0 0 1 .19.73a5 5 0 0 1 .06.76A4.6 4.6 0 0 1 17.4 22"/></svg> </template>
CSS
.icon-phone-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%22M17.4%2022A15.42%2015.42%200%200%201%202%206.6A4.6%204.6%200%200%201%206.6%202a4%204%200%200%201%20.77.07a4%204%200%200%201%20.72.18a1%201%200%200%201%20.65.75l1.37%206a1%201%200%200%201-.26.92c-.13.14-.14.15-1.37.79a9.9%209.9%200%200%200%204.87%204.89c.65-1.24.66-1.25.8-1.38a1%201%200%200%201%20.92-.26l6%201.37a1%201%200%200%201%20.72.65a4.3%204.3%200%200%201%20.19.73a5%205%200%200%201%20.06.76A4.6%204.6%200%200%201%2017.4%2022%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%22M17.4%2022A15.42%2015.42%200%200%201%202%206.6A4.6%204.6%200%200%201%206.6%202a4%204%200%200%201%20.77.07a4%204%200%200%201%20.72.18a1%201%200%200%201%20.65.75l1.37%206a1%201%200%200%201-.26.92c-.13.14-.14.15-1.37.79a9.9%209.9%200%200%200%204.87%204.89c.65-1.24.66-1.25.8-1.38a1%201%200%200%201%20.92-.26l6%201.37a1%201%200%200%201%20.72.65a4.3%204.3%200%200%201%20.19.73a5%205%200%200%201%20.06.76A4.6%204.6%200%200%201%2017.4%2022%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/eva/phone-fill.svg?color=%231a73e8&size=48