Ui Love Add Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ui Love 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/306770.svg" alt="Ui Love Add icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306770.svg" alt="Ui Love Add icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306770.svg" alt="Ui Love Add icon" :width="24" :height="24" />
CSS background
.icon-ui-love-add {
background-image: url('https://proicons.com/icon/306770.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="M661 510H560c-32 0-58-26-58-58V340c0-32 26-58 58-58h101v-93c-90-29-198 1-258 116C288 86-3 176 0 394c4 237 296 278 403 435 57-84 168-135 259-201-1-3-1-6-1-10V510zm310-179H838V200c0-16-14-29-30-29h-71c-16 0-30 13-30 29v131H577c-16 0-29 13-29 29v72c0 16 13 29 29 29h130v133c0 16 14 29 30 29h71c17 0 30-13 30-29V461h133c16 0 29-13 29-29v-72c0-16-13-29-29-29z"/></svg>
Copied!