Sunbird Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sunbird 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/333455.svg" alt="Sunbird icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333455.svg" alt="Sunbird icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333455.svg" alt="Sunbird icon" :width="24" :height="24" />
CSS background
.icon-sunbird {
background-image: url('https://proicons.com/icon/333455.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"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="m27.03,20.333c0,1.109-.899,2.008-2.008,2.008s-2.008-.899-2.008-2.008.899-2.008,2.008-2.008,2.008.899,2.008,2.008Zm-8.181,13.917c-6.643.16-10.487-7.013-10.758-13.588-.253-6.144,4.559-15.622,15.739-16.149,7.096-.334,15.172,5.766,16.027,14.444.486,4.928-2.003,10.766-5.073,12.992l-15.935,11.551v-22.815c0-2.868,2.207-5.843,5.621-5.904,3.19-.057,5.181,2.634,5.654,5.395h3.985l-4.014,4.474c-.143,6.582-6.72,10.6-11.246,9.6Z"/></svg>
Copied!