Openphone Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Openphone icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/330705.svg" alt="Openphone icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330705.svg" alt="Openphone icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330705.svg" alt="Openphone icon" :width="24" :height="24" />
CSS background
.icon-openphone {
background-image: url('https://proicons.com/icon/330705.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m29.2925,38.0226c7.847,0,14.2075-6.2777,14.2075-14.0226s-6.3605-14.0226-14.2075-14.0226-14.2075,6.2777-14.2075,14.0226,6.3605,14.0226,14.2075,14.0226Zm-14.1492-3.5184c5.8783,0,10.6433-4.7029,10.6433-10.5047s-4.765-10.5036-10.6433-10.5036-10.6433,4.7029-10.6433,10.5036,4.765,10.5047,10.6432,10.5047Z"/></svg>
Copied!