Ebird Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ebird 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/339491.svg" alt="Ebird icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339491.svg" alt="Ebird icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339491.svg" alt="Ebird icon" :width="24" :height="24" />
CSS background
.icon-ebird {
background-image: url('https://proicons.com/icon/339491.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><rect x="5.5" y="5.5" width="37" height="37" rx="4" ry="4" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path d="M28.545,24.9c0-1.4213,1.1385-2.5734,2.5429-2.5734" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><line x1="28.545" y1="22.327" x2="28.545" y2="29.147" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><circle cx="26.098" cy="19.175" r=".75" style="fill:#fff; stroke-width:0px;"/><path d="M14.132,27.848c-.438.7757-1.2635,1.2987-2.2096,1.2987-1.4045,0-2.5429-1.1521-2.5429-2.5734v-1.6727c0-1.4213,1.1385-2.5734,2.5429-2.5734s2.5429,1.1521,2.5429,2.5734v.8364h-5.0859" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path d="M38.62,24.9c0-1.4213-1.1385-2.5734-2.5429-2.5734s-2.5429,1.1521-2.5429,2.5734v1.6727c0,1.4213,1.1385,2.5734,2.5429,2.5734s2.5429-1.1521,2.5429-2.5734" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><line x1="38.62" y1="29.147" x2="38.62" y2="18.853" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path d="M21.108,24c1.4045,0,2.5429,1.1521,2.5429,2.5734s-1.1385,2.5734-2.5429,2.5734h-4.1958v-10.294h4.1958c1.4045,0,2.5429,1.1521,2.5429,2.5734s-1.1385,2.5734-2.5429,2.5734v.0004Z" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><line x1="21.108" y1="24" x2="16.917" y2="24" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><line x1="26.098" y1="22.327" x2="26.098" y2="29.147" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/></svg>
Copied!