Blitzmail Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Blitzmail 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/322730.svg" alt="Blitzmail icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322730.svg" alt="Blitzmail icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322730.svg" alt="Blitzmail icon" :width="24" :height="24" />
CSS background
.icon-blitzmail {
background-image: url('https://proicons.com/icon/322730.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>.i{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="i" d="M23.5626,11.7379h8.7469l-6.2228,10.7463,3.4109.0321-12.1558,18.5461,4.4843-14.3277-3.5915.012,5.328-15.0089Z"/><path id="d" class="i" d="M7.4552,19.1656v23.3344h33.0895v-23.21c-3.4008-4.7431-6.8167-9.4842-12.0805-13.79h-8.3185c-4.9377,3.5303-8.9485,8.4038-12.6905,13.6646v.001Z"/><path id="e" class="i" d="M10.3866,39.4653l10.0099-8.3737"/><path id="f" class="i" d="M23.9699,31.2431h5.3139l8.2473,8.1038"/><path id="g" class="i" d="M37.6786,21.9043l-7.6303,10.1594"/><path id="h" class="i" d="M18.9058,32.2112l-8.7961-10.3731"/></g></svg>
Copied!