Ui Rate Add Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ui Rate Add 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/306793.svg" alt="Ui Rate Add icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306793.svg" alt="Ui Rate Add icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306793.svg" alt="Ui Rate Add icon" :width="24" :height="24" />
CSS background
.icon-ui-rate-add {
background-image: url('https://proicons.com/icon/306793.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="M716 784h-14c-38 0-69-31-69-69V587H515c-38 0-69-31-69-69V386c0-38 31-69 69-69h63L473 76c-8-17-20-17-28 0L336 326c-7 17-29 33-48 35L17 387c-19 2-23 14-8 26l204 181c14 12 22 38 18 56l-59 267c-4 18 6 25 22 16l235-138c17-10 43-10 60 0l235 138c16 9 26 2 22-16l-30-133zm250-399H833V255c0-19-16-35-35-35h-65c-19 0-34 16-34 35v130H569c-19 0-34 16-34 35v65c0 19 15 34 34 34h130v132c0 19 15 35 34 35h65c19 0 35-16 35-35V519h133c19 0 34-15 34-34v-65c0-19-15-35-34-35z"/></svg>
Copied!