git-cliff from Catppuccin Icons by Catppuccin · Color · MIT Free for personal and commercial use.

Name
git-cliff
Set
Catppuccin Icons
Style
Color
Viewbox
16×16
License
MIT

Use the git cliff logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="none" stroke="#f5a97f" stroke-linecap="round" stroke-linejoin="round" d="M2.143 10.585s3.16-2.431 3.58-2.851s.906-.884 1.702-.133C8.22 8.353 8.86 8.95 8.86 8.95s.707-.154 1.348.265c.64.42 2.983 1.812 2.983 1.812"/><path fill="none" stroke="#f5a97f" stroke-linecap="round" stroke-linejoin="round" d="M8.95 8.922s-.973.248-1.26.425s-.862.243-1.083.221m4.29.09s2.14 1.59-3.804 4.683"/><circle cx="8" cy="8" r="6.5" fill="none" stroke="#8087a2" stroke-linecap="round" stroke-linejoin="round"/></svg>

React

import type { SVGProps } from "react";

export function CatppuccinGitCliff(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="#f5a97f" strokeLinecap="round" strokeLinejoin="round" d="M2.143 10.585s3.16-2.431 3.58-2.851s.906-.884 1.702-.133C8.22 8.353 8.86 8.95 8.86 8.95s.707-.154 1.348.265c.64.42 2.983 1.812 2.983 1.812"/><path fill="none" stroke="#f5a97f" strokeLinecap="round" strokeLinejoin="round" d="M8.95 8.922s-.973.248-1.26.425s-.862.243-1.083.221m4.29.09s2.14 1.59-3.804 4.683"/><circle cx="8" cy="8" r="6.5" fill="none" stroke="#8087a2" strokeLinecap="round" strokeLinejoin="round"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="none" stroke="#f5a97f" stroke-linecap="round" stroke-linejoin="round" d="M2.143 10.585s3.16-2.431 3.58-2.851s.906-.884 1.702-.133C8.22 8.353 8.86 8.95 8.86 8.95s.707-.154 1.348.265c.64.42 2.983 1.812 2.983 1.812"/><path fill="none" stroke="#f5a97f" stroke-linecap="round" stroke-linejoin="round" d="M8.95 8.922s-.973.248-1.26.425s-.862.243-1.083.221m4.29.09s2.14 1.59-3.804 4.683"/><circle cx="8" cy="8" r="6.5" fill="none" stroke="#8087a2" stroke-linecap="round" stroke-linejoin="round"/></svg>
</template>

CSS

.icon-git-cliff {
  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%23f5a97f%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M2.143%2010.585s3.16-2.431%203.58-2.851s.906-.884%201.702-.133C8.22%208.353%208.86%208.95%208.86%208.95s.707-.154%201.348.265c.64.42%202.983%201.812%202.983%201.812%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23f5a97f%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8.95%208.922s-.973.248-1.26.425s-.862.243-1.083.221m4.29.09s2.14%201.59-3.804%204.683%22%2F%3E%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%226.5%22%20fill%3D%22none%22%20stroke%3D%22%238087a2%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%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%23f5a97f%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M2.143%2010.585s3.16-2.431%203.58-2.851s.906-.884%201.702-.133C8.22%208.353%208.86%208.95%208.86%208.95s.707-.154%201.348.265c.64.42%202.983%201.812%202.983%201.812%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23f5a97f%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8.95%208.922s-.973.248-1.26.425s-.862.243-1.083.221m4.29.09s2.14%201.59-3.804%204.683%22%2F%3E%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%226.5%22%20fill%3D%22none%22%20stroke%3D%22%238087a2%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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