Birdipedia Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Birdipedia 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/337203.svg" alt="Birdipedia icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337203.svg" alt="Birdipedia icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337203.svg" alt="Birdipedia icon" :width="24" :height="24" />
CSS background
.icon-birdipedia {
background-image: url('https://proicons.com/icon/337203.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.k{fill-rule:evenodd;}.k,.l{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><path id="d" class="k" d="M5.622,34.7341l6.3429-7.4813-.4066-5.2451,1.2198-7.0341-.4066-5.1637-4.8791-4.3099,11.9538,1.8703,6.4242,2.7648,5.0011,6.9527-.4879-.244,11.9945,7.278-.0813.0407-9.0264-1.3418-5.9769-.8132-4.6352,2.6429,2.6835,7.6846,2.1956,7.4813-1.1385,2.3989-2.1549.244-4.0659.0407-4.6758-.9352-3.2121-1.3418-2.5615-1.667-2.3582-1.911-1.7484-1.911Z"/><path id="e" class="k" d="M17.6157,24.0866l2.8751-.575,2.0125,1.2075"/><circle id="f" class="l" cx="25.4358" cy="16.4964" r=".9775"/><path id="g" class="k" d="M29.8956,16.2747l-9.2703-2.8868-7.3187,1.8703,12.3604,2.8055,4.2286-1.789Z"/><path id="h" class="k" d="M29.7484,16.6689l.69,3.0476-3.9281,2.7206"/><path id="i" class="k" d="M12.9622,15.3464l1.1459,16.2728,4.1401,6.9576.69,3.4501"/><path id="j" class="k" d="M23.3658,42.3719l-1.035-7.3601-3.7376-5.6926-.9775-5.3476-.23-2.76,12.788-1.5561"/></g></svg>
Copied!