Ui Call Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ui Call 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/306740.svg" alt="Ui Call icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306740.svg" alt="Ui Call icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306740.svg" alt="Ui Call icon" :width="24" :height="24" />
CSS background
.icon-ui-call {
background-image: url('https://proicons.com/icon/306740.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="M664 999c-39 1-90-32-125-62-91-78-153-179-210-283-67-118-128-240-163-372-14-56-23-113-8-170 12-44 37-74 84-83 45-7 89-19 133-27 29-6 46 3 57 30 29 70 57 139 84 209 11 28 5 46-19 62-22 15-45 28-66 45-8 6-15 20-13 28 23 92 66 173 128 245 9 11 19 14 33 7 23-11 47-20 71-30 29-11 48-6 65 19 41 61 82 122 122 183 19 29 17 48-9 73-32 31-38 42-164 126z"/></svg>
Copied!