Ui Rate Blank Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ui Rate Blank 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/306794.svg" alt="Ui Rate Blank icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306794.svg" alt="Ui Rate Blank icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306794.svg" alt="Ui Rate Blank icon" :width="24" :height="24" />
CSS background
.icon-ui-rate-blank {
background-image: url('https://proicons.com/icon/306794.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="M767 979c-15 0-29-5-43-13L504 837h-9L276 966c-34 21-74 15-96-12-8-11-21-33-13-67l55-249c0-2-2-7-3-9L29 461C4 439-6 409 3 382c9-28 34-46 68-49l253-25c2 0 6-4 7-6L433 70c13-31 38-49 67-49s54 18 68 49l101 233c1 1 6 5 8 5l253 25c33 3 58 21 67 49 9 27-1 57-26 79L780 630c0 1-2 6-2 9l55 248c8 34-5 56-13 67-13 16-32 25-53 25zM174 437l121 108c31 27 47 77 39 117l-35 159 139-83c23-13 46-15 62-15s39 2 62 15l140 83-35-159c-9-40 7-90 38-117l121-108-161-15c-42-4-84-35-100-73l-65-149-65 149c-16 38-58 69-100 73l-161 15z"/></svg>
Copied!