Fladder Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fladder 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/340492.svg" alt="Fladder icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340492.svg" alt="Fladder icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340492.svg" alt="Fladder icon" :width="24" :height="24" />
CSS background
.icon-fladder {
background-image: url('https://proicons.com/icon/340492.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="M7.0869,8.4007c-.6924-.6761-.4973-1.8799.4042-2.2321,9.9968-3.9058,33.8536,10.1977,33.8536,19.0659,0,3.642-3.3722,6.8118-4.8559,6.8118-.7234,0-1.0454-.9779-1.0454-2.8698,0-3.0843-1.1527-7.5165-7.8572-7.5165h-9.9142c-5.2606,0-8.0258-.843-8.0258-4.4513,0-5.0352,0-6.3092-2.5592-8.808Z"/><path class="c" d="M12.9508,25.2345h13.9945c3.035,0,5.7664,1.0454,5.7664,5.7664,0,3.5408-2.6977,4.8222-6.4409,6.9804s-4.9234,4.5187-9.0374,4.5187-7.5537-3.9792-7.5537-8.6328c0-5.876-2.2762-6.7612-3.0012-9.7793-.1865-.7762.8009-.8742,1.2477-.5058.7451.6143,2.428,1.6524,5.0245,1.6524Z"/></svg>
Copied!