Ui Rate Remove Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ui Rate Remove 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/306795.svg" alt="Ui Rate Remove icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306795.svg" alt="Ui Rate Remove icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306795.svg" alt="Ui Rate Remove icon" :width="24" :height="24" />
CSS background
.icon-ui-rate-remove {
background-image: url('https://proicons.com/icon/306795.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="M677 646c-4-17 4-40 17-52l16-14H523c-35 0-64-29-64-64V395c0-35 29-63 64-63h53c-1-1-1-1-1-2L466 80c-7-16-19-16-26 0L331 330c-7 17-26 31-44 33L16 389c-18 2-21 12-8 24l204 181c13 12 21 35 17 52l-59 266c-4 17 6 24 21 15l235-138c15-9 39-9 54 0l236 138c15 9 24 2 20-15l-59-266zm291-261H541c-17 0-32 14-32 32v78c0 17 15 31 32 31h427c18 0 32-14 32-31v-78c0-18-14-32-32-32z"/></svg>
Copied!