Futbin Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Futbin 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/326327.svg" alt="Futbin icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326327.svg" alt="Futbin icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326327.svg" alt="Futbin icon" :width="24" :height="24" />
CSS background
.icon-futbin {
background-image: url('https://proicons.com/icon/326327.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M18.6619,20.6496l3.9589,2.7809-5.4149,2.6049M31.7336,26.1714l-3.9589-2.7819,5.4149-2.6049M10.9641,23.3885h11.6567M33.0756,5.5l-3.9599,14.7906M27.4627,26.4594l-4.2949,16.0396,5.9398.001c3.2659,0,4.3479-1.153,5.3709-4.9729h0l2.9389-10.8857c.472-1.748.357-2.0069-.516-3.2169h0M27.9067,23.3905h9.0438M36.9014,23.4245c1.186-.712,1.8839-1.9719,2.1829-3.0899l2.4789-9.2637c.823-3.0759,1.321-5.5698-2.2519-5.5698H15.752L5.8443,42.5"/></svg>
Copied!