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

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

The same logo in other sets

Use the hare logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="none" stroke="#cad3f5" stroke-linecap="round" stroke-linejoin="round" d="M6.791 13.156L9.05 15.09s2.259 1.26 3.887-.934c1.63-2.193-.586-4.235-.586-4.235s-.977-3.886-4.56-3.844c-3.638.044-4.17 3.91-4.17 3.91s-2.033 1.726-.652 3.974c1.488 2.421 3.757 1.15 3.757 1.15l2.335-1.954"/><path fill="none" stroke="#cad3f5" stroke-linecap="round" stroke-linejoin="round" d="M4.142 8.422S.862 1.32 3.317.604c2.454-.717 3.3 5.45 3.3 5.45m5.127 2.368s3.279-7.102.825-7.818c-2.454-.717-3.301 5.45-3.301 5.45"/><circle cx="6.035" cy="10.776" r=".5" fill="none" stroke="#cad3f5" stroke-linecap="round" stroke-linejoin="round"/><circle cx="9.874" cy="10.776" r=".5" fill="none" stroke="#cad3f5" stroke-linecap="round" stroke-linejoin="round"/><path fill="none" stroke="#cad3f5" stroke-linecap="round" stroke-linejoin="round" d="M11.526 12.374H15.5M11.572 13.7l3.839 1.029M4.474 12.374H.5M4.428 13.7L.59 14.728"/></svg>

React

import type { SVGProps } from "react";

export function CatppuccinHare(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="#cad3f5" strokeLinecap="round" strokeLinejoin="round" d="M6.791 13.156L9.05 15.09s2.259 1.26 3.887-.934c1.63-2.193-.586-4.235-.586-4.235s-.977-3.886-4.56-3.844c-3.638.044-4.17 3.91-4.17 3.91s-2.033 1.726-.652 3.974c1.488 2.421 3.757 1.15 3.757 1.15l2.335-1.954"/><path fill="none" stroke="#cad3f5" strokeLinecap="round" strokeLinejoin="round" d="M4.142 8.422S.862 1.32 3.317.604c2.454-.717 3.3 5.45 3.3 5.45m5.127 2.368s3.279-7.102.825-7.818c-2.454-.717-3.301 5.45-3.301 5.45"/><circle cx="6.035" cy="10.776" r=".5" fill="none" stroke="#cad3f5" strokeLinecap="round" strokeLinejoin="round"/><circle cx="9.874" cy="10.776" r=".5" fill="none" stroke="#cad3f5" strokeLinecap="round" strokeLinejoin="round"/><path fill="none" stroke="#cad3f5" strokeLinecap="round" strokeLinejoin="round" d="M11.526 12.374H15.5M11.572 13.7l3.839 1.029M4.474 12.374H.5M4.428 13.7L.59 14.728"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="none" stroke="#cad3f5" stroke-linecap="round" stroke-linejoin="round" d="M6.791 13.156L9.05 15.09s2.259 1.26 3.887-.934c1.63-2.193-.586-4.235-.586-4.235s-.977-3.886-4.56-3.844c-3.638.044-4.17 3.91-4.17 3.91s-2.033 1.726-.652 3.974c1.488 2.421 3.757 1.15 3.757 1.15l2.335-1.954"/><path fill="none" stroke="#cad3f5" stroke-linecap="round" stroke-linejoin="round" d="M4.142 8.422S.862 1.32 3.317.604c2.454-.717 3.3 5.45 3.3 5.45m5.127 2.368s3.279-7.102.825-7.818c-2.454-.717-3.301 5.45-3.301 5.45"/><circle cx="6.035" cy="10.776" r=".5" fill="none" stroke="#cad3f5" stroke-linecap="round" stroke-linejoin="round"/><circle cx="9.874" cy="10.776" r=".5" fill="none" stroke="#cad3f5" stroke-linecap="round" stroke-linejoin="round"/><path fill="none" stroke="#cad3f5" stroke-linecap="round" stroke-linejoin="round" d="M11.526 12.374H15.5M11.572 13.7l3.839 1.029M4.474 12.374H.5M4.428 13.7L.59 14.728"/></svg>
</template>

CSS

.icon-hare {
  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%23cad3f5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M6.791%2013.156L9.05%2015.09s2.259%201.26%203.887-.934c1.63-2.193-.586-4.235-.586-4.235s-.977-3.886-4.56-3.844c-3.638.044-4.17%203.91-4.17%203.91s-2.033%201.726-.652%203.974c1.488%202.421%203.757%201.15%203.757%201.15l2.335-1.954%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23cad3f5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4.142%208.422S.862%201.32%203.317.604c2.454-.717%203.3%205.45%203.3%205.45m5.127%202.368s3.279-7.102.825-7.818c-2.454-.717-3.301%205.45-3.301%205.45%22%2F%3E%3Ccircle%20cx%3D%226.035%22%20cy%3D%2210.776%22%20r%3D%22.5%22%20fill%3D%22none%22%20stroke%3D%22%23cad3f5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Ccircle%20cx%3D%229.874%22%20cy%3D%2210.776%22%20r%3D%22.5%22%20fill%3D%22none%22%20stroke%3D%22%23cad3f5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23cad3f5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11.526%2012.374H15.5M11.572%2013.7l3.839%201.029M4.474%2012.374H.5M4.428%2013.7L.59%2014.728%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%23cad3f5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M6.791%2013.156L9.05%2015.09s2.259%201.26%203.887-.934c1.63-2.193-.586-4.235-.586-4.235s-.977-3.886-4.56-3.844c-3.638.044-4.17%203.91-4.17%203.91s-2.033%201.726-.652%203.974c1.488%202.421%203.757%201.15%203.757%201.15l2.335-1.954%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23cad3f5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4.142%208.422S.862%201.32%203.317.604c2.454-.717%203.3%205.45%203.3%205.45m5.127%202.368s3.279-7.102.825-7.818c-2.454-.717-3.301%205.45-3.301%205.45%22%2F%3E%3Ccircle%20cx%3D%226.035%22%20cy%3D%2210.776%22%20r%3D%22.5%22%20fill%3D%22none%22%20stroke%3D%22%23cad3f5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Ccircle%20cx%3D%229.874%22%20cy%3D%2210.776%22%20r%3D%22.5%22%20fill%3D%22none%22%20stroke%3D%22%23cad3f5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23cad3f5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11.526%2012.374H15.5M11.572%2013.7l3.839%201.029M4.474%2012.374H.5M4.428%2013.7L.59%2014.728%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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