phone icon
phone from Element Plus by Element Plus · Outline · MIT Free for personal and commercial use.
- Name
- phone
- Set
- Element Plus
- Style
- Outline
- Viewbox
- 1024×1024
- License
- MIT
The same icon in other sets
phoneAkar Iconsphone-filledAnt Design IconsphoneBootstrap IconsphoneBoxIcons v2phoneBoxIcons v2 SolidphoneCarbonphone-fillEva IconsphoneFramework7 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 Element Plus
Use the phone icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="m79.4 432.3l512.3 512.3a32 32 0 0 0 35.2 6.8L880.4 843a32 32 0 0 0 10-52L736.5 637a32 32 0 0 0-37-6l-69.8 35l-271.6-271.7l35-69.8a32 32 0 0 0-6-37l-154-153.8a32 32 0 0 0-52 10L72.5 397.1a32 32 0 0 0 6.8 35.2zm60.4-30l81.6-190l104.2 104.2l-24.7 49.2l-20.6 41.2l32.6 32.7L584.4 711l32.7 32.6l41.2-20.6l49.3-24.6l104.2 104.1L621.7 884zM512 320v-64a256 256 0 0 1 256 256h-64a192 192 0 0 0-192-192m0-192V64a448 448 0 0 1 448 448h-64a384 384 0 0 0-384-384"/></svg>
React
import type { SVGProps } from "react";
export function EpPhone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="m79.4 432.3l512.3 512.3a32 32 0 0 0 35.2 6.8L880.4 843a32 32 0 0 0 10-52L736.5 637a32 32 0 0 0-37-6l-69.8 35l-271.6-271.7l35-69.8a32 32 0 0 0-6-37l-154-153.8a32 32 0 0 0-52 10L72.5 397.1a32 32 0 0 0 6.8 35.2zm60.4-30l81.6-190l104.2 104.2l-24.7 49.2l-20.6 41.2l32.6 32.7L584.4 711l32.7 32.6l41.2-20.6l49.3-24.6l104.2 104.1L621.7 884zM512 320v-64a256 256 0 0 1 256 256h-64a192 192 0 0 0-192-192m0-192V64a448 448 0 0 1 448 448h-64a384 384 0 0 0-384-384"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="m79.4 432.3l512.3 512.3a32 32 0 0 0 35.2 6.8L880.4 843a32 32 0 0 0 10-52L736.5 637a32 32 0 0 0-37-6l-69.8 35l-271.6-271.7l35-69.8a32 32 0 0 0-6-37l-154-153.8a32 32 0 0 0-52 10L72.5 397.1a32 32 0 0 0 6.8 35.2zm60.4-30l81.6-190l104.2 104.2l-24.7 49.2l-20.6 41.2l32.6 32.7L584.4 711l32.7 32.6l41.2-20.6l49.3-24.6l104.2 104.1L621.7 884zM512 320v-64a256 256 0 0 1 256 256h-64a192 192 0 0 0-192-192m0-192V64a448 448 0 0 1 448 448h-64a384 384 0 0 0-384-384"/></svg> </template>
CSS
.icon-phone {
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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m79.4%20432.3l512.3%20512.3a32%2032%200%200%200%2035.2%206.8L880.4%20843a32%2032%200%200%200%2010-52L736.5%20637a32%2032%200%200%200-37-6l-69.8%2035l-271.6-271.7l35-69.8a32%2032%200%200%200-6-37l-154-153.8a32%2032%200%200%200-52%2010L72.5%20397.1a32%2032%200%200%200%206.8%2035.2zm60.4-30l81.6-190l104.2%20104.2l-24.7%2049.2l-20.6%2041.2l32.6%2032.7L584.4%20711l32.7%2032.6l41.2-20.6l49.3-24.6l104.2%20104.1L621.7%20884zM512%20320v-64a256%20256%200%200%201%20256%20256h-64a192%20192%200%200%200-192-192m0-192V64a448%20448%200%200%201%20448%20448h-64a384%20384%200%200%200-384-384%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m79.4%20432.3l512.3%20512.3a32%2032%200%200%200%2035.2%206.8L880.4%20843a32%2032%200%200%200%2010-52L736.5%20637a32%2032%200%200%200-37-6l-69.8%2035l-271.6-271.7l35-69.8a32%2032%200%200%200-6-37l-154-153.8a32%2032%200%200%200-52%2010L72.5%20397.1a32%2032%200%200%200%206.8%2035.2zm60.4-30l81.6-190l104.2%20104.2l-24.7%2049.2l-20.6%2041.2l32.6%2032.7L584.4%20711l32.7%2032.6l41.2-20.6l49.3-24.6l104.2%20104.1L621.7%20884zM512%20320v-64a256%20256%200%200%201%20256%20256h-64a192%20192%200%200%200-192-192m0-192V64a448%20448%200%200%201%20448%20448h-64a384%20384%200%200%200-384-384%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ep/phone.svg?color=%231a73e8&size=48