Bluesky Icon
Free SVG icon from the Simple Icons 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/313712.svg" alt="Bluesky icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/313712.svg" alt="Bluesky icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/313712.svg" alt="Bluesky icon" :width="24" :height="24" />
CSS background
.icon-bluesky {
background-image: url('https://proicons.com/icon/313712.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Bluesky</title><path d="M5.202 2.857C7.954 4.922 10.913 9.11 12 11.358c1.087-2.247 4.046-6.436 6.798-8.501C20.783 1.366 24 .213 24 3.883c0 .732-.42 6.156-.667 7.037-.856 3.061-3.978 3.842-6.755 3.37 4.854.826 6.089 3.562 3.422 6.299-5.065 5.196-7.28-1.304-7.847-2.97-.104-.305-.152-.448-.153-.327 0-.121-.05.022-.153.327-.568 1.666-2.782 8.166-7.847 2.97-2.667-2.737-1.432-5.473 3.422-6.3-2.777.473-5.899-.308-6.755-3.369C.42 10.04 0 4.615 0 3.883c0-3.67 3.217-2.517 5.202-1.026"/></svg>
Copied!