Flitsmeister Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Flitsmeister 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/340548.svg" alt="Flitsmeister icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340548.svg" alt="Flitsmeister icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340548.svg" alt="Flitsmeister icon" :width="24" :height="24" />
CSS background
.icon-flitsmeister {
background-image: url('https://proicons.com/icon/340548.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="m9.7907,28.9415l3.5383-.0698s.6239-2.6027,1.8735-5.0451l-5.4093-.0497-.0002-3.711,7.386.0036c.8533-1.5948,1.4702-2.5201,3.6985-5.1308l-16.3047-.0305-.0729,18.1892h5.2223l.0685-4.1558Zm14.9008-7.3661l4.3163,11.5222h5.0967l4.1732-11.5222v11.5222h5.2223l-.0645-18.1892h-8.588s-3.2139,9.372-3.2139,9.372l-3.3245-9.372-5.1404-.0064c-.4615.1132-1.6944,2.933-2.3129,5.2899-.3818,1.4549-.8986,4.5024-1.1413,6.7302-.1521,1.3967-.3832,6.1758-.2517,6.1758h5.2287v-11.5226Z"/></svg>
Copied!