Ui Head Phone Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ui Head 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/306764.svg" alt="Ui Head Phone icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306764.svg" alt="Ui Head Phone icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306764.svg" alt="Ui Head Phone icon" :width="24" :height="24" />
CSS background
.icon-ui-head-phone {
background-image: url('https://proicons.com/icon/306764.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="M200 508c5 67 5 136 16 203 11 64 47 116 109 145 8 3 20-1 30-3 16-2 32-9 48-8 26 2 52 7 78 12 36 6 50 31 47 76-2 32-22 52-55 53-28 1-57 4-84-1-17-3-33-17-48-27-8-5-15-15-23-17-77-15-129-62-166-129-4-6-8-12-10-19-18-46-37-89-82-120-44-31-52-87-56-138-3-44-6-89-2-133s32-76 73-93c17-7 24-18 29-34C140 157 215 73 334 38 470-2 605 1 733 67c84 43 133 117 161 206 6 18 14 29 32 37 49 22 75 64 74 116 0 53-7 106-14 159-7 49-36 85-75 114-24 18-50 22-78 9-28-14-39-38-39-69 0-82-1-163 1-245 3-120-72-202-172-229-99-26-197-27-291 17-85 39-127 109-128 203v122l-4 1z"/></svg>
Copied!