Madfut Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Madfut 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/343335.svg" alt="Madfut icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343335.svg" alt="Madfut icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343335.svg" alt="Madfut icon" :width="24" :height="24" />
CSS background
.icon-madfut {
background-image: url('https://proicons.com/icon/343335.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M26.807,28.521l2.253-13.651h6.84M27.932,21.696h4.447M11.702,26.884l1.959-12.014,4.532,13.652,8.98-13.631-2.222,13.631M37.821,26.078v-15.343c-1.9159,0-3.469-1.5531-3.469-3.469v-.001c0-.096.004-.192.02-.286-.651-.532-3.53-2.479-10.372-2.479s-9.721,1.947-10.373,2.479c.015.094.02.19.02.286.0006,1.9159-1.5521,3.4694-3.468,3.47v15.342M8.584,34.13v-8.897l15.416,8.151,15.416-8.15v8.897l-15.416,9.369-15.416-9.37Z"/></svg>
Copied!