Birdnet Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Birdnet 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/322645.svg" alt="Birdnet icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322645.svg" alt="Birdnet icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322645.svg" alt="Birdnet icon" :width="24" :height="24" />
CSS background
.icon-birdnet {
background-image: url('https://proicons.com/icon/322645.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="M4.5,25.4445l27.908,5.49,5.3175,4.3721"/><path class="a" d="M40.0852,33.746l-2.36,1.5611L34.4263,37.49"/><path class="a" d="M20.5882,10.51l-5.6689,3.2315.0317.85-1.8944,1.4628,2.81.46v4.6479L18.3,24.1508l3.8494,3.6175,8.0314-.7779,1.2607.0241L43.5,33.8688,33.3638,25.6833l3.892.3954-2.83-2.4587,4.3032-.2682L21.23,13.7886Z"/><path class="a" d="M21.1354,26.94l-.8309,1.4906"/><path class="a" d="M25.7394,27.5335l-1.2458,1.6643"/><path class="a" d="M29.0683,20.312l-7.7157-.26-.5011-3.8579Z"/></svg>
Copied!