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

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

2 other variants in LobeHub AI Icons

Use the celestoai 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="M11.77.194c.044-.259.416-.259.46 0l1.081 6.45a.989.989 0 001.55.641l5.325-3.795c.213-.153.477.11.324.324L16.715 9.14a.989.989 0 00.641 1.549l6.45 1.082c.259.043.259.415 0 .458l-6.45 1.082a.989.989 0 00-.641 1.55l3.795 5.325c.153.213-.11.477-.324.324l-5.326-3.795a.989.989 0 00-1.549.641l-1.082 6.45c-.043.259-.415.259-.458 0l-1.082-6.45a.989.989 0 00-1.55-.641L3.815 20.51c-.214.153-.477-.11-.324-.324l3.795-5.326a.989.989 0 00-.641-1.549L.194 12.23c-.259-.043-.259-.415 0-.458l6.45-1.082a.989.989 0 00.641-1.55L3.49 3.815c-.153-.214.11-.477.324-.324L9.14 7.285a.989.989 0 001.549-.641L11.77.194z"/></svg>

React

import type { SVGProps } from "react";

export function LobehubCelestoai(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="M11.77.194c.044-.259.416-.259.46 0l1.081 6.45a.989.989 0 001.55.641l5.325-3.795c.213-.153.477.11.324.324L16.715 9.14a.989.989 0 00.641 1.549l6.45 1.082c.259.043.259.415 0 .458l-6.45 1.082a.989.989 0 00-.641 1.55l3.795 5.325c.153.213-.11.477-.324.324l-5.326-3.795a.989.989 0 00-1.549.641l-1.082 6.45c-.043.259-.415.259-.458 0l-1.082-6.45a.989.989 0 00-1.55-.641L3.815 20.51c-.214.153-.477-.11-.324-.324l3.795-5.326a.989.989 0 00-.641-1.549L.194 12.23c-.259-.043-.259-.415 0-.458l6.45-1.082a.989.989 0 00.641-1.55L3.49 3.815c-.153-.214.11-.477.324-.324L9.14 7.285a.989.989 0 001.549-.641L11.77.194z"/></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="M11.77.194c.044-.259.416-.259.46 0l1.081 6.45a.989.989 0 001.55.641l5.325-3.795c.213-.153.477.11.324.324L16.715 9.14a.989.989 0 00.641 1.549l6.45 1.082c.259.043.259.415 0 .458l-6.45 1.082a.989.989 0 00-.641 1.55l3.795 5.325c.153.213-.11.477-.324.324l-5.326-3.795a.989.989 0 00-1.549.641l-1.082 6.45c-.043.259-.415.259-.458 0l-1.082-6.45a.989.989 0 00-1.55-.641L3.815 20.51c-.214.153-.477-.11-.324-.324l3.795-5.326a.989.989 0 00-.641-1.549L.194 12.23c-.259-.043-.259-.415 0-.458l6.45-1.082a.989.989 0 00.641-1.55L3.49 3.815c-.153-.214.11-.477.324-.324L9.14 7.285a.989.989 0 001.549-.641L11.77.194z"/></svg>
</template>

CSS

.icon-celestoai {
  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%22M11.77.194c.044-.259.416-.259.46%200l1.081%206.45a.989.989%200%20001.55.641l5.325-3.795c.213-.153.477.11.324.324L16.715%209.14a.989.989%200%2000.641%201.549l6.45%201.082c.259.043.259.415%200%20.458l-6.45%201.082a.989.989%200%2000-.641%201.55l3.795%205.325c.153.213-.11.477-.324.324l-5.326-3.795a.989.989%200%2000-1.549.641l-1.082%206.45c-.043.259-.415.259-.458%200l-1.082-6.45a.989.989%200%2000-1.55-.641L3.815%2020.51c-.214.153-.477-.11-.324-.324l3.795-5.326a.989.989%200%2000-.641-1.549L.194%2012.23c-.259-.043-.259-.415%200-.458l6.45-1.082a.989.989%200%2000.641-1.55L3.49%203.815c-.153-.214.11-.477.324-.324L9.14%207.285a.989.989%200%20001.549-.641L11.77.194z%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%22M11.77.194c.044-.259.416-.259.46%200l1.081%206.45a.989.989%200%20001.55.641l5.325-3.795c.213-.153.477.11.324.324L16.715%209.14a.989.989%200%2000.641%201.549l6.45%201.082c.259.043.259.415%200%20.458l-6.45%201.082a.989.989%200%2000-.641%201.55l3.795%205.325c.153.213-.11.477-.324.324l-5.326-3.795a.989.989%200%2000-1.549.641l-1.082%206.45c-.043.259-.415.259-.458%200l-1.082-6.45a.989.989%200%2000-1.55-.641L3.815%2020.51c-.214.153-.477-.11-.324-.324l3.795-5.326a.989.989%200%2000-.641-1.549L.194%2012.23c-.259-.043-.259-.415%200-.458l6.45-1.082a.989.989%200%2000.641-1.55L3.49%203.815c-.153-.214.11-.477.324-.324L9.14%207.285a.989.989%200%20001.549-.641L11.77.194z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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