Fruux Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fruux 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/340854.svg" alt="Fruux icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340854.svg" alt="Fruux icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340854.svg" alt="Fruux icon" :width="24" :height="24" />
CSS background
.icon-fruux {
background-image: url('https://proicons.com/icon/340854.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1,.cls-2{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.cls-1{fill-rule:evenodd;}</style></defs><path class="cls-1" d="M29.28,9.32c0-.36-1.81-1.19-2.16-1.31A18.08,18.08,0,0,0,5.85,34.14.83.83,0,0,0,7,34.39a5.74,5.74,0,0,1,8.57,3,5.77,5.77,0,0,1-.1,3.94A.8.8,0,0,0,16,42.4,18.08,18.08,0,0,0,37.25,16.2c-.19-.32-1.38-1.89-1.74-1.85M22.61,35a9.86,9.86,0,1,1,8.77-10.84A9.87,9.87,0,0,1,22.61,35Z"/><path class="cls-2" d="M34.26,9.52l-.43-4.08a.82.82,0,0,0-.9-.73l-3.27.34a.82.82,0,0,0-.73.9l.86,8.17a.82.82,0,0,0,.9.74l13.07-1.38a.83.83,0,0,0,.74-.91l-.35-3.26a.83.83,0,0,0-.9-.74Z"/></svg>
Copied!