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

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

Use the rsml logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="#91d7e3" d="m6.785 9.2l-.599-.165l.383-1.429l-3.695-.99L1.5 11.735l2.152.58Z"/><path stroke="#a6da95" d="m3.652 12.315l3.133-3.116l1.653.455l1.137 4.259Z"/><path stroke="#eed49f" d="M9.575 13.913L8.438 9.654l.61.168l.383-1.428l3.695.99l-1.374 5.116Z"/><path stroke="#ed8796" d="m9.43 8.394l.384-1.429L9.21 6.8l3.084-3.128l2.206.595l-1.374 5.117z"/><path stroke="#f5bde6" d="m9.21 6.8l3.084-3.13l-5.875-1.585l1.136 4.259Z"/><path stroke="#8aadf4" d="m6.57 7.606l.382-1.428l.603.166L6.42 2.085L4.249 1.5L2.874 6.617Z"/></g></svg>

React

import type { SVGProps } from "react";

export function CatppuccinRsml(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none" strokeLinecap="round" strokeLinejoin="round"><path stroke="#91d7e3" d="m6.785 9.2l-.599-.165l.383-1.429l-3.695-.99L1.5 11.735l2.152.58Z"/><path stroke="#a6da95" d="m3.652 12.315l3.133-3.116l1.653.455l1.137 4.259Z"/><path stroke="#eed49f" d="M9.575 13.913L8.438 9.654l.61.168l.383-1.428l3.695.99l-1.374 5.116Z"/><path stroke="#ed8796" d="m9.43 8.394l.384-1.429L9.21 6.8l3.084-3.128l2.206.595l-1.374 5.117z"/><path stroke="#f5bde6" d="m9.21 6.8l3.084-3.13l-5.875-1.585l1.136 4.259Z"/><path stroke="#8aadf4" d="m6.57 7.606l.382-1.428l.603.166L6.42 2.085L4.249 1.5L2.874 6.617Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="#91d7e3" d="m6.785 9.2l-.599-.165l.383-1.429l-3.695-.99L1.5 11.735l2.152.58Z"/><path stroke="#a6da95" d="m3.652 12.315l3.133-3.116l1.653.455l1.137 4.259Z"/><path stroke="#eed49f" d="M9.575 13.913L8.438 9.654l.61.168l.383-1.428l3.695.99l-1.374 5.116Z"/><path stroke="#ed8796" d="m9.43 8.394l.384-1.429L9.21 6.8l3.084-3.128l2.206.595l-1.374 5.117z"/><path stroke="#f5bde6" d="m9.21 6.8l3.084-3.13l-5.875-1.585l1.136 4.259Z"/><path stroke="#8aadf4" d="m6.57 7.606l.382-1.428l.603.166L6.42 2.085L4.249 1.5L2.874 6.617Z"/></g></svg>
</template>

CSS

.icon-rsml {
  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%3Cg%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke%3D%22%2391d7e3%22%20d%3D%22m6.785%209.2l-.599-.165l.383-1.429l-3.695-.99L1.5%2011.735l2.152.58Z%22%2F%3E%3Cpath%20stroke%3D%22%23a6da95%22%20d%3D%22m3.652%2012.315l3.133-3.116l1.653.455l1.137%204.259Z%22%2F%3E%3Cpath%20stroke%3D%22%23eed49f%22%20d%3D%22M9.575%2013.913L8.438%209.654l.61.168l.383-1.428l3.695.99l-1.374%205.116Z%22%2F%3E%3Cpath%20stroke%3D%22%23ed8796%22%20d%3D%22m9.43%208.394l.384-1.429L9.21%206.8l3.084-3.128l2.206.595l-1.374%205.117z%22%2F%3E%3Cpath%20stroke%3D%22%23f5bde6%22%20d%3D%22m9.21%206.8l3.084-3.13l-5.875-1.585l1.136%204.259Z%22%2F%3E%3Cpath%20stroke%3D%22%238aadf4%22%20d%3D%22m6.57%207.606l.382-1.428l.603.166L6.42%202.085L4.249%201.5L2.874%206.617Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke%3D%22%2391d7e3%22%20d%3D%22m6.785%209.2l-.599-.165l.383-1.429l-3.695-.99L1.5%2011.735l2.152.58Z%22%2F%3E%3Cpath%20stroke%3D%22%23a6da95%22%20d%3D%22m3.652%2012.315l3.133-3.116l1.653.455l1.137%204.259Z%22%2F%3E%3Cpath%20stroke%3D%22%23eed49f%22%20d%3D%22M9.575%2013.913L8.438%209.654l.61.168l.383-1.428l3.695.99l-1.374%205.116Z%22%2F%3E%3Cpath%20stroke%3D%22%23ed8796%22%20d%3D%22m9.43%208.394l.384-1.429L9.21%206.8l3.084-3.128l2.206.595l-1.374%205.117z%22%2F%3E%3Cpath%20stroke%3D%22%23f5bde6%22%20d%3D%22m9.21%206.8l3.084-3.13l-5.875-1.585l1.136%204.259Z%22%2F%3E%3Cpath%20stroke%3D%22%238aadf4%22%20d%3D%22m6.57%207.606l.382-1.428l.603.166L6.42%202.085L4.249%201.5L2.874%206.617Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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