logo bluesky icon
logo-bluesky from Carbon by IBM · Outline · Brand · Apache-2.0 Free for personal and commercial use.
- Name
- logo-bluesky
- Set
- Carbon
- Style
- Outline
- Category
- Brand
- Viewbox
- 32×32
- License
- Apache 2.0
More brand icons from Carbon
beecarboncarbon-for-aemcarbon-for-ibm-dotcomcarbon-for-ibm-productcarbon-for-mobilecarbon-for-salesforcecarbon-ui-buildercloud-appedt-loopibm-cloudibm-partner-plusibm-securitylogo-angularlogo-ansible-communitylogo-astradblogo-digglogo-discordlogo-facebooklogo-figmalogo-flickrlogo-gitlogo-githublogo-gitlab
Use the logo bluesky icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9.2 6.9c2.7 2.1 5.7 6.3 6.8 8.5c1.1-2.2 4-6.4 6.8-8.5c2-1.5 5.2-2.6 5.2 1s-.4 6.2-.7 7c-.9 3.1-4 3.8-6.8 3.4c4.8.8 6.1 3.6 3.4 6.3c-5.1 5.2-7.3-1.3-7.8-3c0-.3-.1-.5-.1-.3c0-.1 0 0-.1.3c-.6 1.7-2.8 8.2-7.8 3c-2.7-2.7-1.4-5.5 3.4-6.3c-2.8.5-5.9-.3-6.8-3.4c-.2-.9-.7-6.3-.7-7c0-3.7 3.2-2.5 5.2-1"/></svg>
React
import type { SVGProps } from "react";
export function CarbonLogoBluesky(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9.2 6.9c2.7 2.1 5.7 6.3 6.8 8.5c1.1-2.2 4-6.4 6.8-8.5c2-1.5 5.2-2.6 5.2 1s-.4 6.2-.7 7c-.9 3.1-4 3.8-6.8 3.4c4.8.8 6.1 3.6 3.4 6.3c-5.1 5.2-7.3-1.3-7.8-3c0-.3-.1-.5-.1-.3c0-.1 0 0-.1.3c-.6 1.7-2.8 8.2-7.8 3c-2.7-2.7-1.4-5.5 3.4-6.3c-2.8.5-5.9-.3-6.8-3.4c-.2-.9-.7-6.3-.7-7c0-3.7 3.2-2.5 5.2-1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9.2 6.9c2.7 2.1 5.7 6.3 6.8 8.5c1.1-2.2 4-6.4 6.8-8.5c2-1.5 5.2-2.6 5.2 1s-.4 6.2-.7 7c-.9 3.1-4 3.8-6.8 3.4c4.8.8 6.1 3.6 3.4 6.3c-5.1 5.2-7.3-1.3-7.8-3c0-.3-.1-.5-.1-.3c0-.1 0 0-.1.3c-.6 1.7-2.8 8.2-7.8 3c-2.7-2.7-1.4-5.5 3.4-6.3c-2.8.5-5.9-.3-6.8-3.4c-.2-.9-.7-6.3-.7-7c0-3.7 3.2-2.5 5.2-1"/></svg> </template>
CSS
.icon-logo-bluesky {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.2%206.9c2.7%202.1%205.7%206.3%206.8%208.5c1.1-2.2%204-6.4%206.8-8.5c2-1.5%205.2-2.6%205.2%201s-.4%206.2-.7%207c-.9%203.1-4%203.8-6.8%203.4c4.8.8%206.1%203.6%203.4%206.3c-5.1%205.2-7.3-1.3-7.8-3c0-.3-.1-.5-.1-.3c0-.1%200%200-.1.3c-.6%201.7-2.8%208.2-7.8%203c-2.7-2.7-1.4-5.5%203.4-6.3c-2.8.5-5.9-.3-6.8-3.4c-.2-.9-.7-6.3-.7-7c0-3.7%203.2-2.5%205.2-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.2%206.9c2.7%202.1%205.7%206.3%206.8%208.5c1.1-2.2%204-6.4%206.8-8.5c2-1.5%205.2-2.6%205.2%201s-.4%206.2-.7%207c-.9%203.1-4%203.8-6.8%203.4c4.8.8%206.1%203.6%203.4%206.3c-5.1%205.2-7.3-1.3-7.8-3c0-.3-.1-.5-.1-.3c0-.1%200%200-.1.3c-.6%201.7-2.8%208.2-7.8%203c-2.7-2.7-1.4-5.5%203.4-6.3c-2.8.5-5.9-.3-6.8-3.4c-.2-.9-.7-6.3-.7-7c0-3.7%203.2-2.5%205.2-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/logo-bluesky.svg?color=%231a73e8&size=48