Bluesky Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bluesky 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/337341.svg" alt="Bluesky icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337341.svg" alt="Bluesky icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337341.svg" alt="Bluesky icon" :width="24" :height="24" />
CSS background
.icon-bluesky {
background-image: url('https://proicons.com/icon/337341.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M24,32.1895c0-.1954.0752.0254.237.5012.8741,2.5761,4.2885,12.6303,12.0961,4.5926,4.111-4.2319,2.2079-8.4637-5.2754-9.7414,4.281.7307,9.0939-.477,10.4143-5.2118.3804-1.3621,1.0279-9.7518,1.0279-10.8849,0-5.676-4.9592-3.8919-8.0203-1.587-4.2417,3.1953-8.8048,9.6732-10.4797,13.1495-1.6748-3.4763-6.238-9.9542-10.4797-13.1495-3.0606-2.305-8.0203-4.0891-8.0203,1.587,0,1.1331.6475,9.5229,1.0279,10.8849,1.3204,4.7348,6.1333,5.9425,10.4143,5.2118-7.4833,1.2777-9.3864,5.5095-5.2754,9.7414,7.8076,8.0377,11.222-2.0165,12.0961-4.5926.1619-.4758.237-.6966.237-.5012Z"/></svg>
Copied!