Com Phone Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Com 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/323934.svg" alt="Com Phone icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323934.svg" alt="Com Phone icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323934.svg" alt="Com Phone icon" :width="24" :height="24" />
CSS background
.icon-com-phone {
background-image: url('https://proicons.com/icon/323934.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg viewBox="0 0 48 48" version="1.1" id="svg2085" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
<defs id="defs2077">
<style id="style2075">
.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round}
</style>
</defs>
<rect class="a" x="11.5" y="5.48" width="25" height="37.04" rx="5" id="rect2079" ry="5" style="stroke-width:1px;stroke-dasharray:none"/>
<path class="a" d="M19.5 9.5h9" id="path2081"/>
<circle class="a" cx="24" cy="38" r="2.5" id="circle2083"/>
<path class="a" d="M27.69 22.3a5.78 5.78 0 0 0-7.38-.02v.02" id="path2597" style="fill:none;stroke:#000;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none"/>
<path class="a" d="M29.59 19.97a8.8 8.8 0 0 0-11.2 0" id="path2601" style="fill:none;stroke:#000;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none"/>
<path class="a" d="M31.38 17.86a11.6 11.6 0 0 0-14.8 0" id="path2603" style="fill:none;stroke:#000;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none"/>
<circle class="a" cx="23.99" cy="26.76" r="2.5" id="circle2712"/>
</svg>
Copied!