Fruitisimo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fruitisimo 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/340851.svg" alt="Fruitisimo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340851.svg" alt="Fruitisimo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340851.svg" alt="Fruitisimo icon" :width="24" :height="24" />
CSS background
.icon-fruitisimo {
background-image: url('https://proicons.com/icon/340851.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M18.2985,39.3203c.0969-12.7888-3.1379-22.0984-4.4446-25.9743-1.3478-3.998,9.0627-5.9956,17.3374-8.7384,2.9371-.9735,4.0336,4.9419,2.1176,6.3658-4.1931,3.1164-11.4328,1.3796-14.2376,3.283-1.8412,1.2495-1.1094,6.6917.9263,5.7931,4.062-1.7929,5.7697-2.8975,9.3161-2.5385,1.8235.1846,2.8529,2.2017,1.0606,3.5375-3.6392,2.7124-8.3985.5188-10.1707,1.9126-1.7606,1.3847-.4144,9.2592,2.6525,18.7289.8403,2.5945-4.5975,2.881-4.5577-2.3697Z"/></svg>
Copied!