Hedgecam 2 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hedgecam 2 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/341519.svg" alt="Hedgecam 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341519.svg" alt="Hedgecam 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341519.svg" alt="Hedgecam 2 icon" :width="24" :height="24" />
CSS background
.icon-hedgecam-2 {
background-image: url('https://proicons.com/icon/341519.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="M34.303,32.6135a2.7581,2.7581,0,0,1,2.6866-2.79,2.7765,2.7765,0,0,1,1.9633,4.7532c-1.1366.93-4.65,3.6166-4.65,3.6166H39.78"/><circle class="a" cx="24.037" cy="26.2952" r="8.1261"/><path class="a" d="M8.4022,11.6235h6.1709L18.51,7.0725h11.499l3.3444,4.551h6.2449A2.8959,2.8959,0,0,1,42.5,14.5257v23.5a2.8959,2.8959,0,0,1-2.9022,2.9022H8.4022A2.8959,2.8959,0,0,1,5.5,38.0253v-23.5A2.8959,2.8959,0,0,1,8.4022,11.6235Z"/></svg>
Copied!