Birds Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Birds 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/305022.svg" alt="Birds icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305022.svg" alt="Birds icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305022.svg" alt="Birds icon" :width="24" :height="24" />
CSS background
.icon-birds {
background-image: url('https://proicons.com/icon/305022.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M428 580c-3 1-6-1-7-4-38-107-154-165-262-130-39 12-71 34-95 62-2 2-2 5 0 7s3 3 6 2l2-1c125-40 259 27 302 151 1 3 4 4 8 3 125-36 257 34 297 159 0 1 0 2 1 3 0 2 3 4 5 4 3 0 5-2 5-4 9-37 9-76-4-114-34-108-149-169-258-138zm200-180c-3 1-6-1-7-4-34-94-136-145-231-114-34 10-62 30-84 55-1 1-1 4 0 6 1 1 3 2 6 1h2c110-35 228 24 266 132 1 3 4 4 6 4 111-32 227 29 262 139l1 3c1 2 3 3 5 3s4-1 4-3c8-32 7-67-3-100-31-96-132-149-227-122zm304-66c-21-65-90-102-156-83-2 0-4-1-4-3-23-64-93-99-158-78-23 7-42 21-57 38-1 1-1 2 0 4 0 1 2 1 3 1s1-1 2-1c75-24 156 17 182 91 0 2 2 3 4 2 76-22 155 20 179 96l1 1c0 2 2 3 3 3 2 0 3-1 3-3 5-22 5-45-2-68z"/></svg>
Copied!