Phone Icon
Free SVG icon from the IcoFont 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/306233.svg" alt="Phone icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306233.svg" alt="Phone icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306233.svg" alt="Phone icon" :width="24" :height="24" />
CSS background
.icon-phone {
background-image: url('https://proicons.com/icon/306233.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M391 353c-121 70 63 414 195 338l122 211c-56 32-103 53-167 16-179-102-376-443-370-646 2-71 43-99 98-130 23 40 98 171 122 211zm50-5c-13 7-30 3-37-10L289 138c-8-13-3-29 10-37l60-35c13-7 30-3 38 10l115 199c7 13 3 30-10 38l-61 35zm315 544c-13 8-30 3-38-10L603 683c-7-13-3-30 10-38l61-34c13-8 29-4 37 10l115 199c8 13 3 30-10 37l-60 35z"/></svg>
Phone in other icon packs
Copied!