Guardians Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Guardians 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/326820.svg" alt="Guardians icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326820.svg" alt="Guardians icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326820.svg" alt="Guardians icon" :width="24" :height="24" />
CSS background
.icon-guardians {
background-image: url('https://proicons.com/icon/326820.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M24.051,4.7649c-2.1063,1.7833-3.2922,4.1867-3.3027,6.6936.0104,2.4989,1.1888,4.8953,3.2832,6.6772,2.0952-1.7816,3.2742-4.1781,3.2852-6.6772-.0006-2.5025-1.1729-4.9053-3.2656-6.6936h0Z"/><path class="b" d="M22.06,43.2352v-16.249c0-5.75-5.2855-13.56-13.56-13.56v16.249c0,8.9228,8.2341,13.56,13.56,13.56Z"/><path class="b" d="M25.94,43.2352v-16.249c0-5.75,5.2855-13.56,13.56-13.56v16.249c0,8.9228-8.2341,13.56-13.56,13.56Z"/></svg>
Copied!