Blockerhero Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Blockerhero 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/322745.svg" alt="Blockerhero icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322745.svg" alt="Blockerhero icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322745.svg" alt="Blockerhero icon" :width="24" :height="24" />
CSS background
.icon-blockerhero {
background-image: url('https://proicons.com/icon/322745.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m27.2403,41.2438c-7.9043,1.5872-15.9409-2.0407-19.9786-9.0188-4.0381-6.9779-3.1788-15.7535,2.1361-21.8157,5.3144-6.062,13.9015-8.0622,21.3476-4.9724,7.4461,3.0897,12.0944,10.5819,11.5556,18.6255"/><path class="b" d="m34.5703,44c.9638,0,8.697-4.4312,8.697-9.6608v-8.2946c-2.2812,0-8.6611-3.2382-8.6611-3.2382,0,0-6.4575,3.2382-8.733,3.2382v8.2946c0,5.2296,7.7333,9.6608,8.697,9.6608Z"/><path class="b" d="m26.2663,40.1954c-.8403.9128-1.7612,1.4164-2.7268,1.4164-3.9484,0-7.1492-8.4193-7.1492-18.8047s3.2008-18.8047,7.1492-18.8047c3.9043,0,7.0775,8.2323,7.148,18.4573.0008.1155.0012.2313.0012.3473"/><path class="b" d="m5.9528,16.1465h35.1725"/><path class="b" d="m5.9528,29.4656h17.9599"/><path class="b" d="m28.0672,39.3478l15.2001-13.3032"/></svg>
Copied!