Ui Rating Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ui Rating 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/306796.svg" alt="Ui Rating icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306796.svg" alt="Ui Rating icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306796.svg" alt="Ui Rating icon" :width="24" :height="24" />
CSS background
.icon-ui-rating {
background-image: url('https://proicons.com/icon/306796.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="M485 38c8-19 22-19 30 0l119 272c8 19 31 36 52 38l295 29c21 2 25 15 10 29L769 602c-16 14-25 42-20 62l64 290c4 20-7 28-25 18L532 821c-17-10-47-10-64 0L212 972c-18 10-29 2-24-18l64-290c4-20-5-48-20-62L9 406c-15-14-11-27 10-29l295-29c21-2 44-19 53-38L485 38z"/></svg>
Copied!