Sprouts Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sprouts 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/333227.svg" alt="Sprouts icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333227.svg" alt="Sprouts icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333227.svg" alt="Sprouts icon" :width="24" :height="24" />
CSS background
.icon-sprouts {
background-image: url('https://proicons.com/icon/333227.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.h{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="h" d="m10.4387,30.5063c.9208,4.903,4.9344,6.626,13.5613,12.9937,8.627-6.3677,12.6406-8.0907,13.5613-12.9937.9255-9.0649-7.6191-17.3282-13.5611-26.0063-5.9421,8.6781-14.487,16.9414-13.5615,26.0063Z"/><path id="d" class="h" d="m23.9559,4.6487v38.7694"/><path id="e" class="h" d="m24.2098,37.0495c1.89-1.3293,10.8466-6.9414,13.1256-8.3671"/><path id="f" class="h" d="m24.2188,30.3288c1.6356-1.1484,8.4239-5.4197,11.7674-7.5158"/><path id="g" class="h" d="m24.2062,23.6247c1.2735-.8962,5.7895-3.7578,9.2839-5.9569"/></g></svg>
Copied!