bluesky twotone icon

bluesky-twotone from Material Line Icons by Vjacheslav Trushkin · Line · Social · MIT Free for personal and commercial use.

Name
bluesky-twotone
Set
Material Line Icons
Style
Line
Category
Social
Viewbox
24×24
License
MIT

More social icons from Material Line Icons

Use the bluesky twotone icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-opacity="0" stroke="currentColor" stroke-dasharray="76" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7.47 5.94c1.83 1.37 3.81 4.14 4.53 5.63c0.72 -1.49 2.7 -4.26 4.53 -5.63c1.33 -0.99 3.47 -1.75 3.47 0.68c0 0.49 -0.28 4.08 -0.45 4.66c-0.57 2.03 -2.65 2.55 -4.5 2.23c3.24 0.55 4.06 2.36 2.28 4.17c-3.38 3.44 -4.85 -0.87 -5.23 -1.97c-0.07 -0.2 -0.1 -0.3 -0.1 -0.22c-0 -0.08 -0.03 0.02 -0.1 0.22c-0.38 1.1 -1.86 5.41 -5.23 1.97c-1.78 -1.81 -0.96 -3.63 2.28 -4.17c-1.85 0.31 -3.93 -0.21 -4.5 -2.23c-0.17 -0.58 -0.45 -4.18 -0.45 -4.66c0 -2.43 2.14 -1.67 3.47 -0.68Z"><animate fill="freeze" attributeName="stroke-dashoffset" dur="0.6s" values="76;0"/><animate fill="freeze" attributeName="fill-opacity" begin="0.6s" dur="0.15s" to=".3"/></path></svg>

React

import type { SVGProps } from "react";

export function LineMdBlueskyTwotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillOpacity="0" stroke="currentColor" strokeDasharray="76" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M7.47 5.94c1.83 1.37 3.81 4.14 4.53 5.63c0.72 -1.49 2.7 -4.26 4.53 -5.63c1.33 -0.99 3.47 -1.75 3.47 0.68c0 0.49 -0.28 4.08 -0.45 4.66c-0.57 2.03 -2.65 2.55 -4.5 2.23c3.24 0.55 4.06 2.36 2.28 4.17c-3.38 3.44 -4.85 -0.87 -5.23 -1.97c-0.07 -0.2 -0.1 -0.3 -0.1 -0.22c-0 -0.08 -0.03 0.02 -0.1 0.22c-0.38 1.1 -1.86 5.41 -5.23 1.97c-1.78 -1.81 -0.96 -3.63 2.28 -4.17c-1.85 0.31 -3.93 -0.21 -4.5 -2.23c-0.17 -0.58 -0.45 -4.18 -0.45 -4.66c0 -2.43 2.14 -1.67 3.47 -0.68Z"><animate fill="freeze" attributeName="strokeDashoffset" dur="0.6s" values="76;0"/><animate fill="freeze" attributeName="fillOpacity" begin="0.6s" dur="0.15s" to=".3"/></path></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-opacity="0" stroke="currentColor" stroke-dasharray="76" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7.47 5.94c1.83 1.37 3.81 4.14 4.53 5.63c0.72 -1.49 2.7 -4.26 4.53 -5.63c1.33 -0.99 3.47 -1.75 3.47 0.68c0 0.49 -0.28 4.08 -0.45 4.66c-0.57 2.03 -2.65 2.55 -4.5 2.23c3.24 0.55 4.06 2.36 2.28 4.17c-3.38 3.44 -4.85 -0.87 -5.23 -1.97c-0.07 -0.2 -0.1 -0.3 -0.1 -0.22c-0 -0.08 -0.03 0.02 -0.1 0.22c-0.38 1.1 -1.86 5.41 -5.23 1.97c-1.78 -1.81 -0.96 -3.63 2.28 -4.17c-1.85 0.31 -3.93 -0.21 -4.5 -2.23c-0.17 -0.58 -0.45 -4.18 -0.45 -4.66c0 -2.43 2.14 -1.67 3.47 -0.68Z"><animate fill="freeze" attributeName="stroke-dashoffset" dur="0.6s" values="76;0"/><animate fill="freeze" attributeName="fill-opacity" begin="0.6s" dur="0.15s" to=".3"/></path></svg>
</template>

CSS

.icon-bluesky-twotone {
  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%22currentColor%22%20fill-opacity%3D%220%22%20stroke%3D%22currentColor%22%20stroke-dasharray%3D%2276%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M7.47%205.94c1.83%201.37%203.81%204.14%204.53%205.63c0.72%20-1.49%202.7%20-4.26%204.53%20-5.63c1.33%20-0.99%203.47%20-1.75%203.47%200.68c0%200.49%20-0.28%204.08%20-0.45%204.66c-0.57%202.03%20-2.65%202.55%20-4.5%202.23c3.24%200.55%204.06%202.36%202.28%204.17c-3.38%203.44%20-4.85%20-0.87%20-5.23%20-1.97c-0.07%20-0.2%20-0.1%20-0.3%20-0.1%20-0.22c-0%20-0.08%20-0.03%200.02%20-0.1%200.22c-0.38%201.1%20-1.86%205.41%20-5.23%201.97c-1.78%20-1.81%20-0.96%20-3.63%202.28%20-4.17c-1.85%200.31%20-3.93%20-0.21%20-4.5%20-2.23c-0.17%20-0.58%20-0.45%20-4.18%20-0.45%20-4.66c0%20-2.43%202.14%20-1.67%203.47%20-0.68Z%22%3E%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22stroke-dashoffset%22%20dur%3D%220.6s%22%20values%3D%2276%3B0%22%2F%3E%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22fill-opacity%22%20begin%3D%220.6s%22%20dur%3D%220.15s%22%20to%3D%22.3%22%2F%3E%3C%2Fpath%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%22currentColor%22%20fill-opacity%3D%220%22%20stroke%3D%22currentColor%22%20stroke-dasharray%3D%2276%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M7.47%205.94c1.83%201.37%203.81%204.14%204.53%205.63c0.72%20-1.49%202.7%20-4.26%204.53%20-5.63c1.33%20-0.99%203.47%20-1.75%203.47%200.68c0%200.49%20-0.28%204.08%20-0.45%204.66c-0.57%202.03%20-2.65%202.55%20-4.5%202.23c3.24%200.55%204.06%202.36%202.28%204.17c-3.38%203.44%20-4.85%20-0.87%20-5.23%20-1.97c-0.07%20-0.2%20-0.1%20-0.3%20-0.1%20-0.22c-0%20-0.08%20-0.03%200.02%20-0.1%200.22c-0.38%201.1%20-1.86%205.41%20-5.23%201.97c-1.78%20-1.81%20-0.96%20-3.63%202.28%20-4.17c-1.85%200.31%20-3.93%20-0.21%20-4.5%20-2.23c-0.17%20-0.58%20-0.45%20-4.18%20-0.45%20-4.66c0%20-2.43%202.14%20-1.67%203.47%20-0.68Z%22%3E%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22stroke-dashoffset%22%20dur%3D%220.6s%22%20values%3D%2276%3B0%22%2F%3E%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22fill-opacity%22%20begin%3D%220.6s%22%20dur%3D%220.15s%22%20to%3D%22.3%22%2F%3E%3C%2Fpath%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/line-md/bluesky-twotone.svg?color=%231a73e8&size=48