Blitzerde Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Blitzerde 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/322729.svg" alt="Blitzerde icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322729.svg" alt="Blitzerde icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322729.svg" alt="Blitzerde icon" :width="24" :height="24" />
CSS background
.icon-blitzerde {
background-image: url('https://proicons.com/icon/322729.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-width:1px;}</style></defs><path class="a" d="M24,20.35,7.75,30.44,4.48,42.49,24,28.72l19.5,13.77-3.27-12Zm0-8.58L11.13,18,9,25.59,24,16.86l15,8.73L36.87,18ZM24,5.5,13.34,9.9,11.9,15,24,9.27,36.1,15,34.66,9.9Z"/></svg>
Copied!