gleam from Catppuccin Icons by Catppuccin · Color · MIT Free for personal and commercial use.

Name
gleam
Set
Catppuccin Icons
Style
Color
Viewbox
16×16
License
MIT

The same logo in other sets

Related icons in Catppuccin Icons

Use the gleam logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="none" stroke="#f5bde6" stroke-width=".84" d="M7.986 1.42a.96.96 0 0 0-.851.51L5.704 4.577a.98.98 0 0 1-.658.498l-2.856.601c-.733.155-1.032 1.115-.526 1.69l1.972 2.238c.192.217.284.512.251.806l-.334 3.02c-.086.775.696 1.37 1.377 1.044l2.65-1.265a.94.94 0 0 1 .812 0l2.65 1.265c.68.325 1.462-.269 1.376-1.044l-.334-3.02a1.04 1.04 0 0 1 .251-.806l1.972-2.239c.506-.574.207-1.534-.526-1.689l-2.856-.6a.98.98 0 0 1-.658-.5L8.837 1.93a.96.96 0 0 0-.851-.51"/><path fill="none" stroke="#f5bde6" stroke-linecap="round" stroke-linejoin="round" d="M8.685 9.262a.75.754 0 0 1-.705.496a.75.754 0 0 1-.704-.496M10.5 8"/></svg>

React

import type { SVGProps } from "react";

export function CatppuccinGleam(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="none" stroke="#f5bde6" strokeWidth=".84" d="M7.986 1.42a.96.96 0 0 0-.851.51L5.704 4.577a.98.98 0 0 1-.658.498l-2.856.601c-.733.155-1.032 1.115-.526 1.69l1.972 2.238c.192.217.284.512.251.806l-.334 3.02c-.086.775.696 1.37 1.377 1.044l2.65-1.265a.94.94 0 0 1 .812 0l2.65 1.265c.68.325 1.462-.269 1.376-1.044l-.334-3.02a1.04 1.04 0 0 1 .251-.806l1.972-2.239c.506-.574.207-1.534-.526-1.689l-2.856-.6a.98.98 0 0 1-.658-.5L8.837 1.93a.96.96 0 0 0-.851-.51"/><path fill="none" stroke="#f5bde6" strokeLinecap="round" strokeLinejoin="round" d="M8.685 9.262a.75.754 0 0 1-.705.496a.75.754 0 0 1-.704-.496M10.5 8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="none" stroke="#f5bde6" stroke-width=".84" d="M7.986 1.42a.96.96 0 0 0-.851.51L5.704 4.577a.98.98 0 0 1-.658.498l-2.856.601c-.733.155-1.032 1.115-.526 1.69l1.972 2.238c.192.217.284.512.251.806l-.334 3.02c-.086.775.696 1.37 1.377 1.044l2.65-1.265a.94.94 0 0 1 .812 0l2.65 1.265c.68.325 1.462-.269 1.376-1.044l-.334-3.02a1.04 1.04 0 0 1 .251-.806l1.972-2.239c.506-.574.207-1.534-.526-1.689l-2.856-.6a.98.98 0 0 1-.658-.5L8.837 1.93a.96.96 0 0 0-.851-.51"/><path fill="none" stroke="#f5bde6" stroke-linecap="round" stroke-linejoin="round" d="M8.685 9.262a.75.754 0 0 1-.705.496a.75.754 0 0 1-.704-.496M10.5 8"/></svg>
</template>

CSS

.icon-gleam {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23f5bde6%22%20stroke-width%3D%22.84%22%20d%3D%22M7.986%201.42a.96.96%200%200%200-.851.51L5.704%204.577a.98.98%200%200%201-.658.498l-2.856.601c-.733.155-1.032%201.115-.526%201.69l1.972%202.238c.192.217.284.512.251.806l-.334%203.02c-.086.775.696%201.37%201.377%201.044l2.65-1.265a.94.94%200%200%201%20.812%200l2.65%201.265c.68.325%201.462-.269%201.376-1.044l-.334-3.02a1.04%201.04%200%200%201%20.251-.806l1.972-2.239c.506-.574.207-1.534-.526-1.689l-2.856-.6a.98.98%200%200%201-.658-.5L8.837%201.93a.96.96%200%200%200-.851-.51%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23f5bde6%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8.685%209.262a.75.754%200%200%201-.705.496a.75.754%200%200%201-.704-.496M10.5%208%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%2016%2016%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23f5bde6%22%20stroke-width%3D%22.84%22%20d%3D%22M7.986%201.42a.96.96%200%200%200-.851.51L5.704%204.577a.98.98%200%200%201-.658.498l-2.856.601c-.733.155-1.032%201.115-.526%201.69l1.972%202.238c.192.217.284.512.251.806l-.334%203.02c-.086.775.696%201.37%201.377%201.044l2.65-1.265a.94.94%200%200%201%20.812%200l2.65%201.265c.68.325%201.462-.269%201.376-1.044l-.334-3.02a1.04%201.04%200%200%201%20.251-.806l1.972-2.239c.506-.574.207-1.534-.526-1.689l-2.856-.6a.98.98%200%200%201-.658-.5L8.837%201.93a.96.96%200%200%200-.851-.51%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23f5bde6%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8.685%209.262a.75.754%200%200%201-.705.496a.75.754%200%200%201-.704-.496M10.5%208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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