Shieldt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Shieldt 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/347232.svg" alt="Shieldt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347232.svg" alt="Shieldt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347232.svg" alt="Shieldt icon" :width="24" :height="24" />
CSS background
.icon-shieldt {
background-image: url('https://proicons.com/icon/347232.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M24,43.5c1.6926,0,15.2735-7.782,15.2735-16.9661V6.5031C35.2673,6.5031,24,4.5,24,4.5S12.7227,6.5031,8.7265,6.5031V26.5339C8.7265,35.718,22.3074,43.5,24,43.5Z"/><line class="a" x1="17.5331" y1="13.2374" x2="30.4669" y2="13.2374"/><line class="a" x1="24.1222" y1="32.7615" x2="24.1222" y2="13.2374"/></svg>
Copied!