Spamblocker Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Spamblocker 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/347701.svg" alt="Spamblocker icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347701.svg" alt="Spamblocker icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347701.svg" alt="Spamblocker icon" :width="24" :height="24" />
CSS background
.icon-spamblocker {
background-image: url('https://proicons.com/icon/347701.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M22.5531,31.712v-4.058l-6.02-9.744h14.846l-6.021,9.744-.056,2.906-2.749,1.152ZM29.5801,38.716c.0735.2042.1104.4118.11.62h0c0,1.7474-2.5676,3.164-5.735,3.164h0c-3.1674,0-5.735-1.4166-5.735-3.164h0c-.0004-.2082.0365-.4158.11-.62M31.8951,38.716c7.06.018,11.75-2.306,7.73-7.495-1.794-2.315-4.21-4.883-4.233-9.63-.036-7.2-2.099-10.775-5.406-12.408-3.488-1.723-1.998-3.683-5.986-3.683s-2.498,1.96-5.986,3.683c-3.307,1.633-5.37,5.208-5.406,12.409-.024,4.746-2.439,7.314-4.232,9.629-4.022,5.19.668,7.513,7.73,7.495h15.789Z"/></svg>
Copied!