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

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

The same logo in other sets

Use the haml 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="#cad3f5" d="M7.6 9.5s1.75.97 2.55 1.13c.8.17 1.5.8 2.49-.26c1.07-1.15 1.13-1.02.26-1.68c-.88-.66-2.41-1.94-2.41-2.69"/><path stroke="#eed49f" d="M6.87 5.56a.83.83 0 0 0 1.23.27L12 2.5l1 1.04L9.58 6.8a6.47 6.47 0 0 0-2.36 3.56l-1.2 4.13l-1.49-.5l1-3.98a6.17 6.17 0 0 0-.47-4.24L3.5 2.04l1.37-.54Z"/><path stroke="#cad3f5" d="m12 4.5l-1-1.16ZM5.41 2.62l-1.4.7Z"/></g></svg>

React

import type { SVGProps } from "react";

export function CatppuccinHaml(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="#cad3f5" d="M7.6 9.5s1.75.97 2.55 1.13c.8.17 1.5.8 2.49-.26c1.07-1.15 1.13-1.02.26-1.68c-.88-.66-2.41-1.94-2.41-2.69"/><path stroke="#eed49f" d="M6.87 5.56a.83.83 0 0 0 1.23.27L12 2.5l1 1.04L9.58 6.8a6.47 6.47 0 0 0-2.36 3.56l-1.2 4.13l-1.49-.5l1-3.98a6.17 6.17 0 0 0-.47-4.24L3.5 2.04l1.37-.54Z"/><path stroke="#cad3f5" d="m12 4.5l-1-1.16ZM5.41 2.62l-1.4.7Z"/></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="#cad3f5" d="M7.6 9.5s1.75.97 2.55 1.13c.8.17 1.5.8 2.49-.26c1.07-1.15 1.13-1.02.26-1.68c-.88-.66-2.41-1.94-2.41-2.69"/><path stroke="#eed49f" d="M6.87 5.56a.83.83 0 0 0 1.23.27L12 2.5l1 1.04L9.58 6.8a6.47 6.47 0 0 0-2.36 3.56l-1.2 4.13l-1.49-.5l1-3.98a6.17 6.17 0 0 0-.47-4.24L3.5 2.04l1.37-.54Z"/><path stroke="#cad3f5" d="m12 4.5l-1-1.16ZM5.41 2.62l-1.4.7Z"/></g></svg>
</template>

CSS

.icon-haml {
  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%23cad3f5%22%20d%3D%22M7.6%209.5s1.75.97%202.55%201.13c.8.17%201.5.8%202.49-.26c1.07-1.15%201.13-1.02.26-1.68c-.88-.66-2.41-1.94-2.41-2.69%22%2F%3E%3Cpath%20stroke%3D%22%23eed49f%22%20d%3D%22M6.87%205.56a.83.83%200%200%200%201.23.27L12%202.5l1%201.04L9.58%206.8a6.47%206.47%200%200%200-2.36%203.56l-1.2%204.13l-1.49-.5l1-3.98a6.17%206.17%200%200%200-.47-4.24L3.5%202.04l1.37-.54Z%22%2F%3E%3Cpath%20stroke%3D%22%23cad3f5%22%20d%3D%22m12%204.5l-1-1.16ZM5.41%202.62l-1.4.7Z%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%23cad3f5%22%20d%3D%22M7.6%209.5s1.75.97%202.55%201.13c.8.17%201.5.8%202.49-.26c1.07-1.15%201.13-1.02.26-1.68c-.88-.66-2.41-1.94-2.41-2.69%22%2F%3E%3Cpath%20stroke%3D%22%23eed49f%22%20d%3D%22M6.87%205.56a.83.83%200%200%200%201.23.27L12%202.5l1%201.04L9.58%206.8a6.47%206.47%200%200%200-2.36%203.56l-1.2%204.13l-1.49-.5l1-3.98a6.17%206.17%200%200%200-.47-4.24L3.5%202.04l1.37-.54Z%22%2F%3E%3Cpath%20stroke%3D%22%23cad3f5%22%20d%3D%22m12%204.5l-1-1.16ZM5.41%202.62l-1.4.7Z%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/haml.svg?color=%231a73e8&size=48