cherrystudio-color from LobeHub AI Icons by LobeHub · Color · MIT Free for personal and commercial use.

Name
cherrystudio-color
Set
LobeHub AI Icons
Style
Color
Viewbox
24×24
License
MIT

2 other variants in LobeHub AI Icons

Use the cherrystudio logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#ea5e5d" d="M6.513 18.419c-1.6 0-3.107-.64-4.247-1.802A6.146 6.146 0 01.5 12.287c0-1.63.626-3.168 1.766-4.33 1.14-1.162 2.647-1.802 4.247-1.802s3.132.655 4.25 1.795c.835.849.835 2.23 0 3.078a2.11 2.11 0 01-3.02 0 1.737 1.737 0 00-1.234-.521c-.945 0-1.744.813-1.744 1.776 0 .964.799 1.777 1.744 1.777.46 0 .907-.19 1.234-.522a2.11 2.11 0 013.02 0c.835.85.835 2.23 0 3.079a5.997 5.997 0 01-4.25 1.794v.008z"/><path fill="#ea5e5d" d="M12.026 24c-1.6 0-3.107-.64-4.247-1.802a6.146 6.146 0 01-1.766-4.33c0-1.63.644-3.193 1.762-4.337a2.11 2.11 0 013.021 0c.834.849.834 2.23 0 3.078-.324.331-.51.788-.51 1.255 0 .964.798 1.777 1.744 1.777.945 0 1.744-.813 1.744-1.777 0-.341-.083-.83-.475-1.233a6.255 6.255 0 01-1.77-4.348c0-1.615.627-3.168 1.767-4.33s2.646-1.802 4.247-1.802c1.6 0 3.107.64 4.247 1.802a6.146 6.146 0 011.766 4.33c0 1.63-.644 3.194-1.762 4.337a2.11 2.11 0 01-3.021 0 2.206 2.206 0 010-3.078c.323-.331.51-.788.51-1.255 0-.964-.798-1.777-1.744-1.777s-1.744.813-1.744 1.777c0 .47.19.935.521 1.27 1.115 1.136 1.727 2.667 1.727 4.311a6.122 6.122 0 01-1.766 4.33C15.137 23.36 13.63 24 12.03 24h-.004z"/><path fill="#23af69" d="M12.026 6.867L8.53 3.587a1.336 1.336 0 111.827-1.949l1.4 1.313L13.744.495a1.336 1.336 0 012.075 1.68l-3.798 4.692h.004z"/></svg>

React

import type { SVGProps } from "react";

export function LobehubCherrystudioColor(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#ea5e5d" d="M6.513 18.419c-1.6 0-3.107-.64-4.247-1.802A6.146 6.146 0 01.5 12.287c0-1.63.626-3.168 1.766-4.33 1.14-1.162 2.647-1.802 4.247-1.802s3.132.655 4.25 1.795c.835.849.835 2.23 0 3.078a2.11 2.11 0 01-3.02 0 1.737 1.737 0 00-1.234-.521c-.945 0-1.744.813-1.744 1.776 0 .964.799 1.777 1.744 1.777.46 0 .907-.19 1.234-.522a2.11 2.11 0 013.02 0c.835.85.835 2.23 0 3.079a5.997 5.997 0 01-4.25 1.794v.008z"/><path fill="#ea5e5d" d="M12.026 24c-1.6 0-3.107-.64-4.247-1.802a6.146 6.146 0 01-1.766-4.33c0-1.63.644-3.193 1.762-4.337a2.11 2.11 0 013.021 0c.834.849.834 2.23 0 3.078-.324.331-.51.788-.51 1.255 0 .964.798 1.777 1.744 1.777.945 0 1.744-.813 1.744-1.777 0-.341-.083-.83-.475-1.233a6.255 6.255 0 01-1.77-4.348c0-1.615.627-3.168 1.767-4.33s2.646-1.802 4.247-1.802c1.6 0 3.107.64 4.247 1.802a6.146 6.146 0 011.766 4.33c0 1.63-.644 3.194-1.762 4.337a2.11 2.11 0 01-3.021 0 2.206 2.206 0 010-3.078c.323-.331.51-.788.51-1.255 0-.964-.798-1.777-1.744-1.777s-1.744.813-1.744 1.777c0 .47.19.935.521 1.27 1.115 1.136 1.727 2.667 1.727 4.311a6.122 6.122 0 01-1.766 4.33C15.137 23.36 13.63 24 12.03 24h-.004z"/><path fill="#23af69" d="M12.026 6.867L8.53 3.587a1.336 1.336 0 111.827-1.949l1.4 1.313L13.744.495a1.336 1.336 0 012.075 1.68l-3.798 4.692h.004z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#ea5e5d" d="M6.513 18.419c-1.6 0-3.107-.64-4.247-1.802A6.146 6.146 0 01.5 12.287c0-1.63.626-3.168 1.766-4.33 1.14-1.162 2.647-1.802 4.247-1.802s3.132.655 4.25 1.795c.835.849.835 2.23 0 3.078a2.11 2.11 0 01-3.02 0 1.737 1.737 0 00-1.234-.521c-.945 0-1.744.813-1.744 1.776 0 .964.799 1.777 1.744 1.777.46 0 .907-.19 1.234-.522a2.11 2.11 0 013.02 0c.835.85.835 2.23 0 3.079a5.997 5.997 0 01-4.25 1.794v.008z"/><path fill="#ea5e5d" d="M12.026 24c-1.6 0-3.107-.64-4.247-1.802a6.146 6.146 0 01-1.766-4.33c0-1.63.644-3.193 1.762-4.337a2.11 2.11 0 013.021 0c.834.849.834 2.23 0 3.078-.324.331-.51.788-.51 1.255 0 .964.798 1.777 1.744 1.777.945 0 1.744-.813 1.744-1.777 0-.341-.083-.83-.475-1.233a6.255 6.255 0 01-1.77-4.348c0-1.615.627-3.168 1.767-4.33s2.646-1.802 4.247-1.802c1.6 0 3.107.64 4.247 1.802a6.146 6.146 0 011.766 4.33c0 1.63-.644 3.194-1.762 4.337a2.11 2.11 0 01-3.021 0 2.206 2.206 0 010-3.078c.323-.331.51-.788.51-1.255 0-.964-.798-1.777-1.744-1.777s-1.744.813-1.744 1.777c0 .47.19.935.521 1.27 1.115 1.136 1.727 2.667 1.727 4.311a6.122 6.122 0 01-1.766 4.33C15.137 23.36 13.63 24 12.03 24h-.004z"/><path fill="#23af69" d="M12.026 6.867L8.53 3.587a1.336 1.336 0 111.827-1.949l1.4 1.313L13.744.495a1.336 1.336 0 012.075 1.68l-3.798 4.692h.004z"/></svg>
</template>

CSS

.icon-cherrystudio-color {
  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%22%23ea5e5d%22%20d%3D%22M6.513%2018.419c-1.6%200-3.107-.64-4.247-1.802A6.146%206.146%200%2001.5%2012.287c0-1.63.626-3.168%201.766-4.33%201.14-1.162%202.647-1.802%204.247-1.802s3.132.655%204.25%201.795c.835.849.835%202.23%200%203.078a2.11%202.11%200%2001-3.02%200%201.737%201.737%200%2000-1.234-.521c-.945%200-1.744.813-1.744%201.776%200%20.964.799%201.777%201.744%201.777.46%200%20.907-.19%201.234-.522a2.11%202.11%200%20013.02%200c.835.85.835%202.23%200%203.079a5.997%205.997%200%2001-4.25%201.794v.008z%22%2F%3E%3Cpath%20fill%3D%22%23ea5e5d%22%20d%3D%22M12.026%2024c-1.6%200-3.107-.64-4.247-1.802a6.146%206.146%200%2001-1.766-4.33c0-1.63.644-3.193%201.762-4.337a2.11%202.11%200%20013.021%200c.834.849.834%202.23%200%203.078-.324.331-.51.788-.51%201.255%200%20.964.798%201.777%201.744%201.777.945%200%201.744-.813%201.744-1.777%200-.341-.083-.83-.475-1.233a6.255%206.255%200%2001-1.77-4.348c0-1.615.627-3.168%201.767-4.33s2.646-1.802%204.247-1.802c1.6%200%203.107.64%204.247%201.802a6.146%206.146%200%20011.766%204.33c0%201.63-.644%203.194-1.762%204.337a2.11%202.11%200%2001-3.021%200%202.206%202.206%200%20010-3.078c.323-.331.51-.788.51-1.255%200-.964-.798-1.777-1.744-1.777s-1.744.813-1.744%201.777c0%20.47.19.935.521%201.27%201.115%201.136%201.727%202.667%201.727%204.311a6.122%206.122%200%2001-1.766%204.33C15.137%2023.36%2013.63%2024%2012.03%2024h-.004z%22%2F%3E%3Cpath%20fill%3D%22%2323af69%22%20d%3D%22M12.026%206.867L8.53%203.587a1.336%201.336%200%20111.827-1.949l1.4%201.313L13.744.495a1.336%201.336%200%20012.075%201.68l-3.798%204.692h.004z%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%22%23ea5e5d%22%20d%3D%22M6.513%2018.419c-1.6%200-3.107-.64-4.247-1.802A6.146%206.146%200%2001.5%2012.287c0-1.63.626-3.168%201.766-4.33%201.14-1.162%202.647-1.802%204.247-1.802s3.132.655%204.25%201.795c.835.849.835%202.23%200%203.078a2.11%202.11%200%2001-3.02%200%201.737%201.737%200%2000-1.234-.521c-.945%200-1.744.813-1.744%201.776%200%20.964.799%201.777%201.744%201.777.46%200%20.907-.19%201.234-.522a2.11%202.11%200%20013.02%200c.835.85.835%202.23%200%203.079a5.997%205.997%200%2001-4.25%201.794v.008z%22%2F%3E%3Cpath%20fill%3D%22%23ea5e5d%22%20d%3D%22M12.026%2024c-1.6%200-3.107-.64-4.247-1.802a6.146%206.146%200%2001-1.766-4.33c0-1.63.644-3.193%201.762-4.337a2.11%202.11%200%20013.021%200c.834.849.834%202.23%200%203.078-.324.331-.51.788-.51%201.255%200%20.964.798%201.777%201.744%201.777.945%200%201.744-.813%201.744-1.777%200-.341-.083-.83-.475-1.233a6.255%206.255%200%2001-1.77-4.348c0-1.615.627-3.168%201.767-4.33s2.646-1.802%204.247-1.802c1.6%200%203.107.64%204.247%201.802a6.146%206.146%200%20011.766%204.33c0%201.63-.644%203.194-1.762%204.337a2.11%202.11%200%2001-3.021%200%202.206%202.206%200%20010-3.078c.323-.331.51-.788.51-1.255%200-.964-.798-1.777-1.744-1.777s-1.744.813-1.744%201.777c0%20.47.19.935.521%201.27%201.115%201.136%201.727%202.667%201.727%204.311a6.122%206.122%200%2001-1.766%204.33C15.137%2023.36%2013.63%2024%2012.03%2024h-.004z%22%2F%3E%3Cpath%20fill%3D%22%2323af69%22%20d%3D%22M12.026%206.867L8.53%203.587a1.336%201.336%200%20111.827-1.949l1.4%201.313L13.744.495a1.336%201.336%200%20012.075%201.68l-3.798%204.692h.004z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Cherrystudio logo — LobeHub AI Icons · IconsDB