bluesky social icon
bluesky-social-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.
- Name
- bluesky-social-line
- Set
- MingCute Icon
- Style
- Line
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
Use the bluesky social icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3.655 9.38l-.313-3.288c-.149-1.564 1.486-2.68 2.805-1.828C8.97 6.086 10.484 7.969 12 11c1.516-3.031 3.031-4.914 5.853-6.736c1.32-.852 2.954.264 2.805 1.828l-.313 3.287A4 4 0 0 1 16.363 13H15l2.34.936c1.407.563 2.002 2.248 1.093 3.46A10.5 10.5 0 0 1 17.5 18.5c-.275.275-.61.557-.963.827c-1.25.958-3 .282-3.498-1.211L12 15l-1.039 3.116c-.498 1.494-2.248 2.17-3.498 1.211A10 10 0 0 1 6.5 18.5c-.311-.311-.631-.7-.934-1.104c-.908-1.212-.313-2.897 1.094-3.46L9 13H7.637a4 4 0 0 1-3.982-3.62"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteBlueskySocialLine(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="m3.655 9.38l-.313-3.288c-.149-1.564 1.486-2.68 2.805-1.828C8.97 6.086 10.484 7.969 12 11c1.516-3.031 3.031-4.914 5.853-6.736c1.32-.852 2.954.264 2.805 1.828l-.313 3.287A4 4 0 0 1 16.363 13H15l2.34.936c1.407.563 2.002 2.248 1.093 3.46A10.5 10.5 0 0 1 17.5 18.5c-.275.275-.61.557-.963.827c-1.25.958-3 .282-3.498-1.211L12 15l-1.039 3.116c-.498 1.494-2.248 2.17-3.498 1.211A10 10 0 0 1 6.5 18.5c-.311-.311-.631-.7-.934-1.104c-.908-1.212-.313-2.897 1.094-3.46L9 13H7.637a4 4 0 0 1-3.982-3.62"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3.655 9.38l-.313-3.288c-.149-1.564 1.486-2.68 2.805-1.828C8.97 6.086 10.484 7.969 12 11c1.516-3.031 3.031-4.914 5.853-6.736c1.32-.852 2.954.264 2.805 1.828l-.313 3.287A4 4 0 0 1 16.363 13H15l2.34.936c1.407.563 2.002 2.248 1.093 3.46A10.5 10.5 0 0 1 17.5 18.5c-.275.275-.61.557-.963.827c-1.25.958-3 .282-3.498-1.211L12 15l-1.039 3.116c-.498 1.494-2.248 2.17-3.498 1.211A10 10 0 0 1 6.5 18.5c-.311-.311-.631-.7-.934-1.104c-.908-1.212-.313-2.897 1.094-3.46L9 13H7.637a4 4 0 0 1-3.982-3.62"/></svg> </template>
CSS
.icon-bluesky-social-line {
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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m3.655%209.38l-.313-3.288c-.149-1.564%201.486-2.68%202.805-1.828C8.97%206.086%2010.484%207.969%2012%2011c1.516-3.031%203.031-4.914%205.853-6.736c1.32-.852%202.954.264%202.805%201.828l-.313%203.287A4%204%200%200%201%2016.363%2013H15l2.34.936c1.407.563%202.002%202.248%201.093%203.46A10.5%2010.5%200%200%201%2017.5%2018.5c-.275.275-.61.557-.963.827c-1.25.958-3%20.282-3.498-1.211L12%2015l-1.039%203.116c-.498%201.494-2.248%202.17-3.498%201.211A10%2010%200%200%201%206.5%2018.5c-.311-.311-.631-.7-.934-1.104c-.908-1.212-.313-2.897%201.094-3.46L9%2013H7.637a4%204%200%200%201-3.982-3.62%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m3.655%209.38l-.313-3.288c-.149-1.564%201.486-2.68%202.805-1.828C8.97%206.086%2010.484%207.969%2012%2011c1.516-3.031%203.031-4.914%205.853-6.736c1.32-.852%202.954.264%202.805%201.828l-.313%203.287A4%204%200%200%201%2016.363%2013H15l2.34.936c1.407.563%202.002%202.248%201.093%203.46A10.5%2010.5%200%200%201%2017.5%2018.5c-.275.275-.61.557-.963.827c-1.25.958-3%20.282-3.498-1.211L12%2015l-1.039%203.116c-.498%201.494-2.248%202.17-3.498%201.211A10%2010%200%200%201%206.5%2018.5c-.311-.311-.631-.7-.934-1.104c-.908-1.212-.313-2.897%201.094-3.46L9%2013H7.637a4%204%200%200%201-3.982-3.62%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/bluesky-social-line.svg?color=%231a73e8&size=48