Bird Alone Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bird Alone 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/322641.svg" alt="Bird Alone icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322641.svg" alt="Bird Alone icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322641.svg" alt="Bird Alone icon" :width="24" :height="24" />
CSS background
.icon-bird-alone {
background-image: url('https://proicons.com/icon/322641.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M37.7429,16.7692c-2.5798.7691-2.6489,5.1609-2.5798,6.8793.4748,11.8089-7.4527,11.8956-13.4721,8.8859"/><path class="b" d="M43.3228,27.7134c-3.7679-9.7699-10.4776-22.2135-22.933-22.2134-2.8633,0-6.2759.9782-6.7581,1.4948-.3551.3805-.4017.87-.3551,1.241.2765,2.2024,5.7201,6.3704,7.934,11.217.4357.9538.3351,1.558.3351,2.6065v20.4406"/><path class="b" d="M13.363,8.4799C.1892,22.8334,5.6739,29.4051,6.5604,30.3013c.0491.0497.1258.0174.1391-.0511.2357-1.2218,1.3126-3.2867,3.0301-5.5931M18.9912,15.9133c-3.8499,2.4791-7.075,5.8073-9.2617,8.7438M9.7296,24.657c.1328,1.2869,2.5715,2.1037,3.9561,2.1037,2.757,0,4.2437-.1365,6.3058-.1365.844-.1072,1.4252-.2258,1.5484-.3041"/><circle class="b" cx="23.9771" cy="12.1768" r="1.7706"/><path class="b" d="M15.3703,11.5022s2.256-1.9709,4.0278-2.5259c2.2529-.7058,6.1442-1.5702,8.3287,1.1605.6495.8119.3414,1.8958.3414,2.9355,0,1.1998.2008,2.7704,0,3.277-1.4337,3.618-6.4172,6.0759-6.4172,6.0759"/></svg>
Copied!