Scam Shield Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Scam Shield icon is commonly used in security dashboards, privacy settings and trust badges. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/332449.svg" alt="Scam Shield icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332449.svg" alt="Scam Shield icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332449.svg" alt="Scam Shield icon" :width="24" :height="24" />
CSS background
.icon-scam-shield {
background-image: url('https://proicons.com/icon/332449.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M24,43.5c9.0432-3.1174,15.4885-10.3631,16.5-19.5889a79.36,79.36,0,0,0-.0714-12.0267,2.5414,2.5414,0,0,0-2.4677-2.3663c-4.0911-.126-8.8455-.8077-12.52-4.4273a2.0516,2.0516,0,0,0-2.881,0C18.885,8.71,14.1306,9.3921,10.04,9.5181a2.5414,2.5414,0,0,0-2.4677,2.3663A79.36,79.36,0,0,0,7.5,23.9111C8.5115,33.1369,14.9568,40.3826,24,43.5Z"/><line class="a" x1="24" y1="33" x2="24" y2="15"/><line class="a" x1="16.8979" y1="15" x2="31.1021" y2="15"/><line class="a" x1="31.1021" y1="19.0521" x2="31.1021" y2="15"/><line class="a" x1="16.8979" y1="19.0521" x2="16.8979" y2="15"/><line class="a" x1="19.5775" y1="33" x2="28.4225" y2="33"/><rect class="a" x="27.8996" y="23.3493" width="3.2025" height="3.2025"/><rect class="a" x="16.8979" y="23.3493" width="3.2025" height="3.2025"/></svg>
Copied!