Block This Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Block This 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/322741.svg" alt="Block This icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322741.svg" alt="Block This icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322741.svg" alt="Block This icon" :width="24" :height="24" />
CSS background
.icon-block-this {
background-image: url('https://proicons.com/icon/322741.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><ellipse id="c" class="f" cx="14.7007" cy="23.776" rx="10.2007" ry="10.3417"/><ellipse id="d" class="f" cx="14.7007" cy="23.776" rx="2.5502" ry="2.5854"/><path id="e" class="f" d="m24.2502,20.1402h19.2498v7.083h-3.6059v7.3426h-7.0831v-7.3426h-8.5246"/></svg>
Copied!