Call Blocker Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Call Blocker 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/323372.svg" alt="Call Blocker icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323372.svg" alt="Call Blocker icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323372.svg" alt="Call Blocker icon" :width="24" :height="24" />
CSS background
.icon-call-blocker {
background-image: url('https://proicons.com/icon/323372.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m20.4675,16.547c-.2867-.9558-.4885-1.9482-.5967-2.9686-.1063-1.0029-.9811-1.7487-1.9896-1.7487h-4.6782c-1.203,0-2.1297,1.039-2.0238,2.2373,1.0667,12.0717,10.6827,21.6877,22.7544,22.7544,1.1983.1059,2.2373-.8174,2.2373-2.0204v-4.1706c0-1.5227-.7458-2.3943-1.7487-2.5007-1.0204-.1082-2.0129-.31-2.9686-.5968-1.169-.3507-2.4347-.0206-3.2977.8425l-2.0019,2.0019c-3.6062-1.9517-6.579-4.9245-8.5307-8.5307l2.0019-2.002c.863-.863,1.1931-2.1287.8425-3.2977Z"/><circle id="b" class="c" cx="24" cy="24" r="21.5"/><line class="c" x1="8.7989" y1="39.2011" x2="39.2011" y2="8.7989"/></svg>
Copied!