Phone Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Phone icon is commonly used in contact pages, call-to-action sections and support widgets. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/331180.svg" alt="Phone icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331180.svg" alt="Phone icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331180.svg" alt="Phone icon" :width="24" :height="24" />
CSS background
.icon-phone {
background-image: url('https://proicons.com/icon/331180.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m19.308,12.467c-.4234-1.4115-.7215-2.8773-.8813-4.3843-.1571-1.4812-1.449-2.5826-2.9385-2.5826h-6.9092c-1.7767,0-3.1454,1.5345-2.989,3.3043,1.5754,17.8285,15.7771,32.0302,33.6056,33.6056,1.7698.1564,3.3043-1.2073,3.3043-2.9839v-6.1595c0-2.2488-1.1015-3.5362-2.5826-3.6932-1.507-.1598-2.9728-.4579-4.3843-.8813-1.7266-.5179-3.5957-.0304-4.8704,1.2442l-2.9566,2.9566c-5.326-2.8825-9.7164-7.2729-12.5989-12.5989l2.9566-2.9567c1.2746-1.2746,1.7621-3.1438,1.2442-4.8703Z"/><line class="c" x1="23.3621" y1="37.2368" x2="27.706" y2="32.8928"/><line class="c" x1="10.7632" y1="24.6379" x2="15.1072" y2="20.294"/></svg>
Phone in other icon packs
Copied!