Mein Blut Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mein Blut 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/329041.svg" alt="Mein Blut icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329041.svg" alt="Mein Blut icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329041.svg" alt="Mein Blut icon" :width="24" :height="24" />
CSS background
.icon-mein-blut {
background-image: url('https://proicons.com/icon/329041.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M24.013,7.8035v-3.3035"/><path class="c" d="M23.3454,7.8121c-1.4913.0347-2.237.7919-2.237,2.2717h-5.7659c-2.6301,0-3.9451,1.2399-3.9451,3.7197v21.2341c.1561,4.0405,3,6.737,9.6156,6.7717,0,1.104.4393,1.6561,1.3179,1.6561l3.6936.0347c.9595,0,1.4393-.5954,1.4393-1.7861,6.1387,0,8.9827-2.6965,9.1387-6.737V13.7428c0-2.4855-1.3121-3.7283-3.9364-3.7283h-5.7659c0-1.474-.6965-2.211-2.0896-2.211l-1.4653.0087Z"/><path class="c" d="M36.4465,15.2861c-2.7977,1.4682-5.6503,1.6098-8.5578.4249-6.5144-3.5145-11.8468-4.3873-15.9971-2.6185"/><path class="c" d="M17.5101,19.7775h12.9798v14.7312h-12.9798v-14.7312Z"/><path class="c" d="M21.3208,32.4711h5.3584"/><path class="c" d="M20.3671,30.5819h7.2659"/><line class="c" x1="24" y1="22.0655" x2="24" y2="28.5096"/><line class="c" x1="27.2221" y1="25.2876" x2="20.7779" y2="25.2876"/></svg>
Copied!