Emoji Bird Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Bird 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/325128.svg" alt="Emoji Bird icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325128.svg" alt="Emoji Bird icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325128.svg" alt="Emoji Bird icon" :width="24" :height="24" />
CSS background
.icon-emoji-bird {
background-image: url('https://proicons.com/icon/325128.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="e" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="f" x1="21.8762" y1="39.3683" x2="25.255" y2="38.1133"/><path class="f" d="M21.104,27.9772s6.4678-1.448,8.7847-9.1708"/><path class="f" d="M27.784,15.9714s-.8121-11.566,9.0551-5.66c0,0,6.3713.5792,6.6609,2.6064,0,0-5.8886,1.255-7.4332,4.3441s2.3168,5.4059-3.9579,12.0668c0,0-2.9926,3.3787-7.6262,3.3787l-.7723,1.5446,1.5446,3.8614,4.6337.7723"/><path class="f" d="M4.5,32.6109S23.7104,14.945,29.8886,15.7173s1.5446,10.2327-4.2475,13.6114c-5.7921,3.3787-21.1411,3.2822-21.1411,3.2822Z"/><path class="f" d="M24.4827,32.4515c-2.6696-.2085-5.3229-1.2958-5.3229-1.2958"/></svg>
Copied!