phone icon
phone-linear from Solar by 480 Design · Linear · Call · CC-BY-4.0 Attribution required.
- Name
- phone-linear
- Set
- Solar
- Style
- Linear
- Category
- Call
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
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
More call icons from Solar
call-cancel-boldcall-cancel-rounded-boldcall-chat-boldcall-chat-rounded-boldcall-dropped-boldcall-dropped-rounded-boldcall-medicine-boldcall-medicine-rounded-boldend-call-boldend-call-rounded-boldincoming-call-boldincoming-call-rounded-boldoutgoing-call-boldoutgoing-call-rounded-boldphone-calling-boldphone-calling-rounded-boldphone-rounded-boldrecord-circle-boldrecord-minimalistic-boldrecord-square-bold
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-linecap="round" stroke-width="1.5" d="M18.6763 19.9631C19.1917 19.9122 19.6399 19.6343 20.0011 19.254L21.4217 17.7584C22.3806 16.7489 22.1102 15.0182 20.8833 14.312L18.9728 13.2123C18.1672 12.7486 17.1858 12.8848 16.5562 13.5477L16.1007 14.0272C16.1007 14.0272 15.0181 15.167 12.0631 12.0559C9.10812 8.94484 10.1907 7.80507 10.1907 7.80507L10.4775 7.50311C11.1841 6.75924 11.2507 5.56497 10.6342 4.6931L9.37326 2.90961C8.61028 1.8305 7.13596 1.68795 6.26145 2.60864L4.69185 4.26114C4.25823 4.71766 3.96765 5.30945 4.00289 5.96594C4.09304 7.64546 4.81072 11.259 8.81536 15.4752C13.0621 19.9462 17.0468 20.1239 18.6763 19.9631Z"/></svg>
React
import type { SVGProps } from "react";
export function SolarPhoneLinear(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" strokeLinecap="round" strokeWidth="1.5" d="M18.6763 19.9631C19.1917 19.9122 19.6399 19.6343 20.0011 19.254L21.4217 17.7584C22.3806 16.7489 22.1102 15.0182 20.8833 14.312L18.9728 13.2123C18.1672 12.7486 17.1858 12.8848 16.5562 13.5477L16.1007 14.0272C16.1007 14.0272 15.0181 15.167 12.0631 12.0559C9.10812 8.94484 10.1907 7.80507 10.1907 7.80507L10.4775 7.50311C11.1841 6.75924 11.2507 5.56497 10.6342 4.6931L9.37326 2.90961C8.61028 1.8305 7.13596 1.68795 6.26145 2.60864L4.69185 4.26114C4.25823 4.71766 3.96765 5.30945 4.00289 5.96594C4.09304 7.64546 4.81072 11.259 8.81536 15.4752C13.0621 19.9462 17.0468 20.1239 18.6763 19.9631Z"/></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-linecap="round" stroke-width="1.5" d="M18.6763 19.9631C19.1917 19.9122 19.6399 19.6343 20.0011 19.254L21.4217 17.7584C22.3806 16.7489 22.1102 15.0182 20.8833 14.312L18.9728 13.2123C18.1672 12.7486 17.1858 12.8848 16.5562 13.5477L16.1007 14.0272C16.1007 14.0272 15.0181 15.167 12.0631 12.0559C9.10812 8.94484 10.1907 7.80507 10.1907 7.80507L10.4775 7.50311C11.1841 6.75924 11.2507 5.56497 10.6342 4.6931L9.37326 2.90961C8.61028 1.8305 7.13596 1.68795 6.26145 2.60864L4.69185 4.26114C4.25823 4.71766 3.96765 5.30945 4.00289 5.96594C4.09304 7.64546 4.81072 11.259 8.81536 15.4752C13.0621 19.9462 17.0468 20.1239 18.6763 19.9631Z"/></svg> </template>
CSS
.icon-phone-linear {
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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M18.6763%2019.9631C19.1917%2019.9122%2019.6399%2019.6343%2020.0011%2019.254L21.4217%2017.7584C22.3806%2016.7489%2022.1102%2015.0182%2020.8833%2014.312L18.9728%2013.2123C18.1672%2012.7486%2017.1858%2012.8848%2016.5562%2013.5477L16.1007%2014.0272C16.1007%2014.0272%2015.0181%2015.167%2012.0631%2012.0559C9.10812%208.94484%2010.1907%207.80507%2010.1907%207.80507L10.4775%207.50311C11.1841%206.75924%2011.2507%205.56497%2010.6342%204.6931L9.37326%202.90961C8.61028%201.8305%207.13596%201.68795%206.26145%202.60864L4.69185%204.26114C4.25823%204.71766%203.96765%205.30945%204.00289%205.96594C4.09304%207.64546%204.81072%2011.259%208.81536%2015.4752C13.0621%2019.9462%2017.0468%2020.1239%2018.6763%2019.9631Z%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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M18.6763%2019.9631C19.1917%2019.9122%2019.6399%2019.6343%2020.0011%2019.254L21.4217%2017.7584C22.3806%2016.7489%2022.1102%2015.0182%2020.8833%2014.312L18.9728%2013.2123C18.1672%2012.7486%2017.1858%2012.8848%2016.5562%2013.5477L16.1007%2014.0272C16.1007%2014.0272%2015.0181%2015.167%2012.0631%2012.0559C9.10812%208.94484%2010.1907%207.80507%2010.1907%207.80507L10.4775%207.50311C11.1841%206.75924%2011.2507%205.56497%2010.6342%204.6931L9.37326%202.90961C8.61028%201.8305%207.13596%201.68795%206.26145%202.60864L4.69185%204.26114C4.25823%204.71766%203.96765%205.30945%204.00289%205.96594C4.09304%207.64546%204.81072%2011.259%208.81536%2015.4752C13.0621%2019.9462%2017.0468%2020.1239%2018.6763%2019.9631Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/phone-linear.svg?color=%231a73e8&size=48