Phone Alt 3 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Phone Alt 3 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/331183.svg" alt="Phone Alt 3 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331183.svg" alt="Phone Alt 3 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331183.svg" alt="Phone Alt 3 icon" :width="24" :height="24" />
CSS background
.icon-phone-alt-3 {
background-image: url('https://proicons.com/icon/331183.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="m15.1072,20.294l2.9566-2.9567c1.2746-1.2746,1.7621-3.1438,1.2442-4.8703-.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.9566"/><path class="c" d="m11.3925,5.5c0,2.6273.3257,5.1785.9389,7.6155,3.3968,13.4987,15.6156,23.492,30.1685,23.492"/></svg>
Copied!