phone icon
phone-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.
- Name
- phone-line
- Set
- MingCute Icon
- Style
- Line
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
phoneAkar Iconsphone-filledAnt Design IconsphoneBootstrap IconsphoneBoxIcons v2phoneBoxIcons v2 SolidphoneCarbonphoneElement Plusphone-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 TwoTone
Related icons in MingCute Icon
Use the phone icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-width="2" d="M7.464 16.535c4.06 4.06 7.882 4.552 9.125 4.598a3 3 0 0 0 .832-.104l.074-.019a4.87 4.87 0 0 0 3.295-2.806a.47.47 0 0 0-.057-.476c-1.102-1.411-2.623-2.414-4.085-3.428a.5.5 0 0 0-.642.057L14.4 15.963a.47.47 0 0 1-.507.11c-.639-.259-2.226-.992-3.6-2.366s-2.107-2.962-2.366-3.6a.47.47 0 0 1 .11-.508l1.606-1.606a.504.504 0 0 0 .058-.641c-.997-1.458-1.998-3.053-3.433-4.1a.47.47 0 0 0-.462-.047a4.9 4.9 0 0 0-2.82 3.31l-.015.063a3 3 0 0 0-.104.833c.046 1.243.538 5.065 4.597 9.124Z"/></svg>
React
import type { SVGProps } from "react";
export function MingcutePhoneLine(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeWidth="2" d="M7.464 16.535c4.06 4.06 7.882 4.552 9.125 4.598a3 3 0 0 0 .832-.104l.074-.019a4.87 4.87 0 0 0 3.295-2.806a.47.47 0 0 0-.057-.476c-1.102-1.411-2.623-2.414-4.085-3.428a.5.5 0 0 0-.642.057L14.4 15.963a.47.47 0 0 1-.507.11c-.639-.259-2.226-.992-3.6-2.366s-2.107-2.962-2.366-3.6a.47.47 0 0 1 .11-.508l1.606-1.606a.504.504 0 0 0 .058-.641c-.997-1.458-1.998-3.053-3.433-4.1a.47.47 0 0 0-.462-.047a4.9 4.9 0 0 0-2.82 3.31l-.015.063a3 3 0 0 0-.104.833c.046 1.243.538 5.065 4.597 9.124Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-width="2" d="M7.464 16.535c4.06 4.06 7.882 4.552 9.125 4.598a3 3 0 0 0 .832-.104l.074-.019a4.87 4.87 0 0 0 3.295-2.806a.47.47 0 0 0-.057-.476c-1.102-1.411-2.623-2.414-4.085-3.428a.5.5 0 0 0-.642.057L14.4 15.963a.47.47 0 0 1-.507.11c-.639-.259-2.226-.992-3.6-2.366s-2.107-2.962-2.366-3.6a.47.47 0 0 1 .11-.508l1.606-1.606a.504.504 0 0 0 .058-.641c-.997-1.458-1.998-3.053-3.433-4.1a.47.47 0 0 0-.462-.047a4.9 4.9 0 0 0-2.82 3.31l-.015.063a3 3 0 0 0-.104.833c.046 1.243.538 5.065 4.597 9.124Z"/></svg> </template>
CSS
.icon-phone-line {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M7.464%2016.535c4.06%204.06%207.882%204.552%209.125%204.598a3%203%200%200%200%20.832-.104l.074-.019a4.87%204.87%200%200%200%203.295-2.806a.47.47%200%200%200-.057-.476c-1.102-1.411-2.623-2.414-4.085-3.428a.5.5%200%200%200-.642.057L14.4%2015.963a.47.47%200%200%201-.507.11c-.639-.259-2.226-.992-3.6-2.366s-2.107-2.962-2.366-3.6a.47.47%200%200%201%20.11-.508l1.606-1.606a.504.504%200%200%200%20.058-.641c-.997-1.458-1.998-3.053-3.433-4.1a.47.47%200%200%200-.462-.047a4.9%204.9%200%200%200-2.82%203.31l-.015.063a3%203%200%200%200-.104.833c.046%201.243.538%205.065%204.597%209.124Z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M7.464%2016.535c4.06%204.06%207.882%204.552%209.125%204.598a3%203%200%200%200%20.832-.104l.074-.019a4.87%204.87%200%200%200%203.295-2.806a.47.47%200%200%200-.057-.476c-1.102-1.411-2.623-2.414-4.085-3.428a.5.5%200%200%200-.642.057L14.4%2015.963a.47.47%200%200%201-.507.11c-.639-.259-2.226-.992-3.6-2.366s-2.107-2.962-2.366-3.6a.47.47%200%200%201%20.11-.508l1.606-1.606a.504.504%200%200%200%20.058-.641c-.997-1.458-1.998-3.053-3.433-4.1a.47.47%200%200%200-.462-.047a4.9%204.9%200%200%200-2.82%203.31l-.015.063a3%203%200%200%200-.104.833c.046%201.243.538%205.065%204.597%209.124Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/phone-line.svg?color=%231a73e8&size=48