burncloud from LobeHub AI Icons by LobeHub · Mono · MIT Free for personal and commercial use.

Name
burncloud
Set
LobeHub AI Icons
Style
Mono
Viewbox
24×24
License
MIT

2 other variants in LobeHub AI Icons

Use the burncloud logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M17.8 10.1q-.6-.9-1.4-1.9S14.6 6.1 14.9 3c0 0-6.9 2.7-7 8.2 0 0-1-1.6-.8-4.6 0 0-2.2 2.1-2.5 5.5-2.1.7-3.8 2.5-3.8 4.3 0 2.5 2.7 4.6 5.9 4.6-2.4-.4-4.2-2-4.2-4 0-1.4.8-2.5 2-3.3q.1 1.1.5 2.4s1.2 3.8 5.4 4.8c1.2.3 2.5.2 3.7-.3 1.3-.6 2.8-1.8 2.8-4.5 0 0 .1-2.7-1.5-4.1 0 0 2.1 5-1.8 6.5-1.3.5-2.6.5-3.9 0-1.7-.7-3.8-2.5-3.5-7.2 0 0 1 3.4 3.2 4.7 0 0-2-5.8 3.9-9.8 0 0 .5 2.1 1.9 3.3.4.4 4 3.2 3.3 8 .7-.9 1.3-3.1.7-4.8 0 0-.1-.4-.4-.9 1.5.3 2.7 1.5 2.8 4.2.1 2.3-1.6 4.2-3.8 5 3-.4 5.4-2.7 5.4-5.6 0-2.8-2.2-5.1-5.4-5.3z"/></svg>

React

import type { SVGProps } from "react";

export function LobehubBurncloud(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" fillRule="evenodd" d="M17.8 10.1q-.6-.9-1.4-1.9S14.6 6.1 14.9 3c0 0-6.9 2.7-7 8.2 0 0-1-1.6-.8-4.6 0 0-2.2 2.1-2.5 5.5-2.1.7-3.8 2.5-3.8 4.3 0 2.5 2.7 4.6 5.9 4.6-2.4-.4-4.2-2-4.2-4 0-1.4.8-2.5 2-3.3q.1 1.1.5 2.4s1.2 3.8 5.4 4.8c1.2.3 2.5.2 3.7-.3 1.3-.6 2.8-1.8 2.8-4.5 0 0 .1-2.7-1.5-4.1 0 0 2.1 5-1.8 6.5-1.3.5-2.6.5-3.9 0-1.7-.7-3.8-2.5-3.5-7.2 0 0 1 3.4 3.2 4.7 0 0-2-5.8 3.9-9.8 0 0 .5 2.1 1.9 3.3.4.4 4 3.2 3.3 8 .7-.9 1.3-3.1.7-4.8 0 0-.1-.4-.4-.9 1.5.3 2.7 1.5 2.8 4.2.1 2.3-1.6 4.2-3.8 5 3-.4 5.4-2.7 5.4-5.6 0-2.8-2.2-5.1-5.4-5.3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M17.8 10.1q-.6-.9-1.4-1.9S14.6 6.1 14.9 3c0 0-6.9 2.7-7 8.2 0 0-1-1.6-.8-4.6 0 0-2.2 2.1-2.5 5.5-2.1.7-3.8 2.5-3.8 4.3 0 2.5 2.7 4.6 5.9 4.6-2.4-.4-4.2-2-4.2-4 0-1.4.8-2.5 2-3.3q.1 1.1.5 2.4s1.2 3.8 5.4 4.8c1.2.3 2.5.2 3.7-.3 1.3-.6 2.8-1.8 2.8-4.5 0 0 .1-2.7-1.5-4.1 0 0 2.1 5-1.8 6.5-1.3.5-2.6.5-3.9 0-1.7-.7-3.8-2.5-3.5-7.2 0 0 1 3.4 3.2 4.7 0 0-2-5.8 3.9-9.8 0 0 .5 2.1 1.9 3.3.4.4 4 3.2 3.3 8 .7-.9 1.3-3.1.7-4.8 0 0-.1-.4-.4-.9 1.5.3 2.7 1.5 2.8 4.2.1 2.3-1.6 4.2-3.8 5 3-.4 5.4-2.7 5.4-5.6 0-2.8-2.2-5.1-5.4-5.3z"/></svg>
</template>

CSS

.icon-burncloud {
  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-rule%3D%22evenodd%22%20d%3D%22M17.8%2010.1q-.6-.9-1.4-1.9S14.6%206.1%2014.9%203c0%200-6.9%202.7-7%208.2%200%200-1-1.6-.8-4.6%200%200-2.2%202.1-2.5%205.5-2.1.7-3.8%202.5-3.8%204.3%200%202.5%202.7%204.6%205.9%204.6-2.4-.4-4.2-2-4.2-4%200-1.4.8-2.5%202-3.3q.1%201.1.5%202.4s1.2%203.8%205.4%204.8c1.2.3%202.5.2%203.7-.3%201.3-.6%202.8-1.8%202.8-4.5%200%200%20.1-2.7-1.5-4.1%200%200%202.1%205-1.8%206.5-1.3.5-2.6.5-3.9%200-1.7-.7-3.8-2.5-3.5-7.2%200%200%201%203.4%203.2%204.7%200%200-2-5.8%203.9-9.8%200%200%20.5%202.1%201.9%203.3.4.4%204%203.2%203.3%208%20.7-.9%201.3-3.1.7-4.8%200%200-.1-.4-.4-.9%201.5.3%202.7%201.5%202.8%204.2.1%202.3-1.6%204.2-3.8%205%203-.4%205.4-2.7%205.4-5.6%200-2.8-2.2-5.1-5.4-5.3z%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%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M17.8%2010.1q-.6-.9-1.4-1.9S14.6%206.1%2014.9%203c0%200-6.9%202.7-7%208.2%200%200-1-1.6-.8-4.6%200%200-2.2%202.1-2.5%205.5-2.1.7-3.8%202.5-3.8%204.3%200%202.5%202.7%204.6%205.9%204.6-2.4-.4-4.2-2-4.2-4%200-1.4.8-2.5%202-3.3q.1%201.1.5%202.4s1.2%203.8%205.4%204.8c1.2.3%202.5.2%203.7-.3%201.3-.6%202.8-1.8%202.8-4.5%200%200%20.1-2.7-1.5-4.1%200%200%202.1%205-1.8%206.5-1.3.5-2.6.5-3.9%200-1.7-.7-3.8-2.5-3.5-7.2%200%200%201%203.4%203.2%204.7%200%200-2-5.8%203.9-9.8%200%200%20.5%202.1%201.9%203.3.4.4%204%203.2%203.3%208%20.7-.9%201.3-3.1.7-4.8%200%200-.1-.4-.4-.9%201.5.3%202.7%201.5%202.8%204.2.1%202.3-1.6%204.2-3.8%205%203-.4%205.4-2.7%205.4-5.6%200-2.8-2.2-5.1-5.4-5.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/lobehub/burncloud.svg?color=%231a73e8&size=48

Burncloud logo — LobeHub AI Icons · IconsDB