Wardencam Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wardencam 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/334985.svg" alt="Wardencam icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334985.svg" alt="Wardencam icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334985.svg" alt="Wardencam icon" :width="24" :height="24" />
CSS background
.icon-wardencam {
background-image: url('https://proicons.com/icon/334985.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.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"/><path class="a" d="M14.2912,24.3077s6.9334,8.1779,8.7112,4.9779"/><path class="a" d="M17.58,17.8188l6.3112-.9778,11.8223,8.2667L27.98,25.73l-1.0667,4.7111C19.407,25.3466,16.9262,23.4325,17.58,17.8188Z"/><path class="a" d="M17.58,17.8188,27.98,25.73"/><polygon class="a" points="29.635 27.402 34.786 27.075 34.059 30.28 28.907 30.607 29.635 27.402"/><path class="a" d="M13.6156,26.4543a2.1532,2.1532,0,1,1,2.0014-3.7924"/><path class="a" d="M30.267,18.3863a1.4218,1.4218,0,0,1,1.1584.8157"/><path class="a" d="M29.8208,15.903a3.7239,3.7239,0,0,1,4.1411,2.9163"/><path class="a" d="M29.3932,13.7506a5.8148,5.8148,0,0,1,6.774,4.77"/></svg>
Copied!