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

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

The same logo in other sets

Use the husky 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="m9.63 3.54l.48-.84c.94-1.68-1.51-3.13-2.46-1.46l-.47.84c-.94 1.68 1.5 3.14 2.45 1.46m4.09 2.42l.47-.84c.95-1.68-1.5-3.13-2.45-1.45l-.47.84c-.95 1.67 1.5 3.13 2.45 1.45m.33 5.23l.24-.42c.94-1.68-1.51-3.13-2.46-1.45l-.23.42c-.95 1.67 1.5 3.13 2.45 1.45M5.3 5.44C6.22 3.76 3.77 2.31 2.83 4l-.24.42C1.65 6.1 4.1 7.55 5.04 5.87l.24-.42ZM2.57 9.02l4.06-1.56c1.25-.48 2.6.33 2.83 1.68l.71 4.38c.23 1.41-1.25 2.46-2.45 1.75a1.2 1.2 0 0 1-.4-.38l-.2-.33a5 5 0 0 0-3.9-2.3l-.38-.02a1.16 1.16 0 0 1-.51-.16a1.71 1.71 0 0 1 .24-3.06"/></svg>

React

import type { SVGProps } from "react";

export function CatppuccinHusky(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="m9.63 3.54l.48-.84c.94-1.68-1.51-3.13-2.46-1.46l-.47.84c-.94 1.68 1.5 3.14 2.45 1.46m4.09 2.42l.47-.84c.95-1.68-1.5-3.13-2.45-1.45l-.47.84c-.95 1.67 1.5 3.13 2.45 1.45m.33 5.23l.24-.42c.94-1.68-1.51-3.13-2.46-1.45l-.23.42c-.95 1.67 1.5 3.13 2.45 1.45M5.3 5.44C6.22 3.76 3.77 2.31 2.83 4l-.24.42C1.65 6.1 4.1 7.55 5.04 5.87l.24-.42ZM2.57 9.02l4.06-1.56c1.25-.48 2.6.33 2.83 1.68l.71 4.38c.23 1.41-1.25 2.46-2.45 1.75a1.2 1.2 0 0 1-.4-.38l-.2-.33a5 5 0 0 0-3.9-2.3l-.38-.02a1.16 1.16 0 0 1-.51-.16a1.71 1.71 0 0 1 .24-3.06"/></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="m9.63 3.54l.48-.84c.94-1.68-1.51-3.13-2.46-1.46l-.47.84c-.94 1.68 1.5 3.14 2.45 1.46m4.09 2.42l.47-.84c.95-1.68-1.5-3.13-2.45-1.45l-.47.84c-.95 1.67 1.5 3.13 2.45 1.45m.33 5.23l.24-.42c.94-1.68-1.51-3.13-2.46-1.45l-.23.42c-.95 1.67 1.5 3.13 2.45 1.45M5.3 5.44C6.22 3.76 3.77 2.31 2.83 4l-.24.42C1.65 6.1 4.1 7.55 5.04 5.87l.24-.42ZM2.57 9.02l4.06-1.56c1.25-.48 2.6.33 2.83 1.68l.71 4.38c.23 1.41-1.25 2.46-2.45 1.75a1.2 1.2 0 0 1-.4-.38l-.2-.33a5 5 0 0 0-3.9-2.3l-.38-.02a1.16 1.16 0 0 1-.51-.16a1.71 1.71 0 0 1 .24-3.06"/></svg>
</template>

CSS

.icon-husky {
  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%22m9.63%203.54l.48-.84c.94-1.68-1.51-3.13-2.46-1.46l-.47.84c-.94%201.68%201.5%203.14%202.45%201.46m4.09%202.42l.47-.84c.95-1.68-1.5-3.13-2.45-1.45l-.47.84c-.95%201.67%201.5%203.13%202.45%201.45m.33%205.23l.24-.42c.94-1.68-1.51-3.13-2.46-1.45l-.23.42c-.95%201.67%201.5%203.13%202.45%201.45M5.3%205.44C6.22%203.76%203.77%202.31%202.83%204l-.24.42C1.65%206.1%204.1%207.55%205.04%205.87l.24-.42ZM2.57%209.02l4.06-1.56c1.25-.48%202.6.33%202.83%201.68l.71%204.38c.23%201.41-1.25%202.46-2.45%201.75a1.2%201.2%200%200%201-.4-.38l-.2-.33a5%205%200%200%200-3.9-2.3l-.38-.02a1.16%201.16%200%200%201-.51-.16a1.71%201.71%200%200%201%20.24-3.06%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%22m9.63%203.54l.48-.84c.94-1.68-1.51-3.13-2.46-1.46l-.47.84c-.94%201.68%201.5%203.14%202.45%201.46m4.09%202.42l.47-.84c.95-1.68-1.5-3.13-2.45-1.45l-.47.84c-.95%201.67%201.5%203.13%202.45%201.45m.33%205.23l.24-.42c.94-1.68-1.51-3.13-2.46-1.45l-.23.42c-.95%201.67%201.5%203.13%202.45%201.45M5.3%205.44C6.22%203.76%203.77%202.31%202.83%204l-.24.42C1.65%206.1%204.1%207.55%205.04%205.87l.24-.42ZM2.57%209.02l4.06-1.56c1.25-.48%202.6.33%202.83%201.68l.71%204.38c.23%201.41-1.25%202.46-2.45%201.75a1.2%201.2%200%200%201-.4-.38l-.2-.33a5%205%200%200%200-3.9-2.3l-.38-.02a1.16%201.16%200%200%201-.51-.16a1.71%201.71%200%200%201%20.24-3.06%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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