Whobird Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Whobird 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/335133.svg" alt="Whobird icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335133.svg" alt="Whobird icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335133.svg" alt="Whobird icon" :width="24" :height="24" />
CSS background
.icon-whobird {
background-image: url('https://proicons.com/icon/335133.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m8.536,7.7413l.6916,1.4296.0889,2.6481-2.5791,5.0049-2.2375.8231,3.1221.8723,1.6736,2.5147.8496,3.2792,2.5053,2.5564,3.3094,1.6074,4.1155.9347,3.3284-.0104,2.3454-.9158,1.9111-1.6131,1.7683-2.5545,1.2271-.8241,5.2385.8013-3.0701-2.4173,3.3463-.9215,7.2528-.7824-1.281-.2327,1.3577-.5941-4.159-.0577-8.3351.9007-11.7742-4.2376-3.229-1.6121-.7862-1.6472-1.7011.8714.9168-2.6652-.9849.7474.8136-2.4088-1.6812.895-.7616-3.2517-.8155,2.3766-1.6585-1.5677-.808.0511Z"/><path class="c" d="m16.7964,14.8304l-.7626,2.7777-2.5677,2.6084-3.6557,2.6737"/><path class="c" d="m23.6471,17.8589l-8.3796,2.3312,1.5289,1.5554,2.492,1.7446,4.9689-.8004,6.4316.8212"/><path class="c" d="m24.9414,28.9982l-3.8676,4.4467,1.7162-4.0332h-2.8837l-3.5696.9168"/><path class="c" d="m14.4151,29.4117l18.9825,11.5329-8.1431.1741-3.3142-3.3908-4.9159-3.2877-3.7286-1.721,1.1192-3.3076Z"/><path class="c" d="m11.2054,16.2138s-.0938.7709-.6615.9838c-.9765.3656-1.4384-.0192-1.4456-.0938,0,0-.2081-.1792-.1912-.4955.0168-.3139.3656-.7721.4799-.8431.2141-.1311,1.282-.908,1.8184.4486Z"/></svg>
Copied!