Ui Record Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ui Record 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/306797.svg" alt="Ui Record icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306797.svg" alt="Ui Record icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306797.svg" alt="Ui Record icon" :width="24" :height="24" />
CSS background
.icon-ui-record {
background-image: url('https://proicons.com/icon/306797.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="M918 273c-8 10-19 14-31 11-13-3-22-11-24-25-3-22-9-43-18-63-40-90-137-145-235-133-11 2-21 2-30-6-10-8-14-19-10-31 3-13 11-21 25-23 24-4 49-4 73-1 63 7 118 32 165 75 50 46 80 103 90 170 2 10 0 18-5 26zM756 132c42 33 68 76 77 129 3 18-8 34-26 37-17 2-32-9-35-28-13-76-77-123-154-115-16 1-27-4-33-16-6-11-4-25 4-35 5-6 12-9 20-10 54-7 103 6 147 38zm-34 217c11 72 0 137-61 186-43 35-59 35-103 2-53-39-105-80-159-118-22-15-25-32-20-56 17-71 61-117 131-134 66-16 125 2 171 54 12 13 22 27 32 41 3 8 6 17 9 25zM345 458c70 52 137 102 208 156-126 129-249 256-375 386-34-24-67-47-102-73 89-156 178-310 269-469z"/></svg>
Copied!