Warden Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Warden 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/349543.svg" alt="Warden icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349543.svg" alt="Warden icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349543.svg" alt="Warden icon" :width="24" :height="24" />
CSS background
.icon-warden {
background-image: url('https://proicons.com/icon/349543.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="cls-1" points="21.55 26.33 26.84 26.33 24.2 21.67 21.55 26.33"/><path class="cls-1" d="M39.11,10.1,26.32,4.92a5.59,5.59,0,0,0-4.25,0L8.94,10.1A2,2,0,0,0,7.62,12V24.47c0,11.16,11.64,19,16.57,19s16.19-7.87,16.19-19V12A2,2,0,0,0,39.11,10.1Zm-7.18,19a2.07,2.07,0,0,1-1.78,1H18.24a2,2,0,0,1-2-2.06,2.11,2.11,0,0,1,.26-1L22.4,16.58a2.07,2.07,0,0,1,2.82-.77,2.11,2.11,0,0,1,.77.77l6,10.51A2.06,2.06,0,0,1,31.93,29.14Z"/></svg>
Copied!