Blokada Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Blokada Alt 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/337312.svg" alt="Blokada Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337312.svg" alt="Blokada Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337312.svg" alt="Blokada Alt icon" :width="24" :height="24" />
CSS background
.icon-blokada-alt {
background-image: url('https://proicons.com/icon/337312.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M6.9916,17.9466l23.1613,20.08"/><path class="a" d="M7.3592,8.49,37.251,28.4039,6.81,15.8953"/><path class="a" d="M40.33,21.1562,20.9425,5.9864"/><path class="a" d="M24,43.5c5.8085-3.9362,17.2-16.44,17.2-28.27,0-5.41-1.2-10.11-1.45-10.11-.59,0-1.75,2.57-6,2.57C28.43,7.69,25.06,4.5,24,4.5s-4.43,3.19-9.75,3.19c-4.25,0-5.41-2.57-6-2.57C8,5.12,6.8,9.82,6.8,15.23,6.8,27.06,18.1915,39.5638,24,43.5Z"/></svg>
Copied!