Ui Love Remove Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ui Love 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/306772.svg" alt="Ui Love Remove icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306772.svg" alt="Ui Love Remove icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306772.svg" alt="Ui Love Remove icon" :width="24" :height="24" />
CSS background
.icon-ui-love-remove {
background-image: url('https://proicons.com/icon/306772.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="M529 445V328c0-34 28-62 61-62h229c-80-136-298-161-395 25C304 59-3 154 0 384c4 250 312 293 424 459 91-134 310-188 392-336H590c-33 0-61-28-61-62zm440-127H608c-17 0-31 14-31 31v75c0 17 14 31 31 31h361c17 0 31-14 31-31v-75c0-17-14-31-31-31z"/></svg>
Copied!