huff logo
huff from Catppuccin Icons by Catppuccin · Color · MIT Free for personal and commercial use.
- Name
- huff
- Set
- Catppuccin Icons
- Style
- Color
- Viewbox
- 16×16
- License
- MIT
The same logo in other sets
Use the huff 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.64 10.515c-.063-.232-.154-.389-.351-.389H6.65c-.197 0-.273.157-.336.389l-.836 1.317h5.044zm-.017-.389c-.075-.487-.618-1.047-1.002-1.42c-.921-.893-.836-1.658-.685-1.865l.92.652c.218.155.492.119.68-.09v0c.206-.23.253-.61.112-.906l-.693-1.458l.266-.747c-.68-.649-2.01-.591-2.767.048c-.846.72-.726 1.368-.107 5.785"/><path fill="none" stroke="#cad3f5" d="M13.565 10.46q.081-.183.15-.372l1.513-.85a.42.42 0 0 0 .213-.318a7.5 7.5 0 0 0-.017-1.975a.42.42 0 0 0-.218-.317l-1.532-.825a6 6 0 0 0-.156-.368l.469-1.676a.42.42 0 0 0-.077-.377a7.5 7.5 0 0 0-1.408-1.381a.42.42 0 0 0-.377-.065l-1.666.5a6 6 0 0 0-.373-.151L9.24.77a.42.42 0 0 0-.318-.213a7.5 7.5 0 0 0-1.975.018a.42.42 0 0 0-.317.217l-.822 1.533q-.188.072-.368.157l-1.68-.466a.42.42 0 0 0-.376.077c-.52.406-.985.88-1.382 1.408a.42.42 0 0 0-.065.372l.5 1.666a6 6 0 0 0-.15.373l-1.517.85a.42.42 0 0 0-.213.318a7.5 7.5 0 0 0 .019 1.972a.42.42 0 0 0 .217.316l1.532.825q.072.188.157.368l-.465 1.676a.42.42 0 0 0 .077.377c.406.52.88.985 1.408 1.381c.108.08.247.106.376.067l1.659-.499q.183.081.372.15l.853 1.518a.42.42 0 0 0 .317.212a7.5 7.5 0 0 0 1.972-.018a.42.42 0 0 0 .317-.218l.825-1.532q.187-.071.368-.156l1.676.469c.131.036.27.007.377-.077a7.5 7.5 0 0 0 1.381-1.408a.42.42 0 0 0 .067-.376z"/></svg>
React
import type { SVGProps } from "react";
export function CatppuccinHuff(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.64 10.515c-.063-.232-.154-.389-.351-.389H6.65c-.197 0-.273.157-.336.389l-.836 1.317h5.044zm-.017-.389c-.075-.487-.618-1.047-1.002-1.42c-.921-.893-.836-1.658-.685-1.865l.92.652c.218.155.492.119.68-.09v0c.206-.23.253-.61.112-.906l-.693-1.458l.266-.747c-.68-.649-2.01-.591-2.767.048c-.846.72-.726 1.368-.107 5.785"/><path fill="none" stroke="#cad3f5" d="M13.565 10.46q.081-.183.15-.372l1.513-.85a.42.42 0 0 0 .213-.318a7.5 7.5 0 0 0-.017-1.975a.42.42 0 0 0-.218-.317l-1.532-.825a6 6 0 0 0-.156-.368l.469-1.676a.42.42 0 0 0-.077-.377a7.5 7.5 0 0 0-1.408-1.381a.42.42 0 0 0-.377-.065l-1.666.5a6 6 0 0 0-.373-.151L9.24.77a.42.42 0 0 0-.318-.213a7.5 7.5 0 0 0-1.975.018a.42.42 0 0 0-.317.217l-.822 1.533q-.188.072-.368.157l-1.68-.466a.42.42 0 0 0-.376.077c-.52.406-.985.88-1.382 1.408a.42.42 0 0 0-.065.372l.5 1.666a6 6 0 0 0-.15.373l-1.517.85a.42.42 0 0 0-.213.318a7.5 7.5 0 0 0 .019 1.972a.42.42 0 0 0 .217.316l1.532.825q.072.188.157.368l-.465 1.676a.42.42 0 0 0 .077.377c.406.52.88.985 1.408 1.381c.108.08.247.106.376.067l1.659-.499q.183.081.372.15l.853 1.518a.42.42 0 0 0 .317.212a7.5 7.5 0 0 0 1.972-.018a.42.42 0 0 0 .317-.218l.825-1.532q.187-.071.368-.156l1.676.469c.131.036.27.007.377-.077a7.5 7.5 0 0 0 1.381-1.408a.42.42 0 0 0 .067-.376z"/></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.64 10.515c-.063-.232-.154-.389-.351-.389H6.65c-.197 0-.273.157-.336.389l-.836 1.317h5.044zm-.017-.389c-.075-.487-.618-1.047-1.002-1.42c-.921-.893-.836-1.658-.685-1.865l.92.652c.218.155.492.119.68-.09v0c.206-.23.253-.61.112-.906l-.693-1.458l.266-.747c-.68-.649-2.01-.591-2.767.048c-.846.72-.726 1.368-.107 5.785"/><path fill="none" stroke="#cad3f5" d="M13.565 10.46q.081-.183.15-.372l1.513-.85a.42.42 0 0 0 .213-.318a7.5 7.5 0 0 0-.017-1.975a.42.42 0 0 0-.218-.317l-1.532-.825a6 6 0 0 0-.156-.368l.469-1.676a.42.42 0 0 0-.077-.377a7.5 7.5 0 0 0-1.408-1.381a.42.42 0 0 0-.377-.065l-1.666.5a6 6 0 0 0-.373-.151L9.24.77a.42.42 0 0 0-.318-.213a7.5 7.5 0 0 0-1.975.018a.42.42 0 0 0-.317.217l-.822 1.533q-.188.072-.368.157l-1.68-.466a.42.42 0 0 0-.376.077c-.52.406-.985.88-1.382 1.408a.42.42 0 0 0-.065.372l.5 1.666a6 6 0 0 0-.15.373l-1.517.85a.42.42 0 0 0-.213.318a7.5 7.5 0 0 0 .019 1.972a.42.42 0 0 0 .217.316l1.532.825q.072.188.157.368l-.465 1.676a.42.42 0 0 0 .077.377c.406.52.88.985 1.408 1.381c.108.08.247.106.376.067l1.659-.499q.183.081.372.15l.853 1.518a.42.42 0 0 0 .317.212a7.5 7.5 0 0 0 1.972-.018a.42.42 0 0 0 .317-.218l.825-1.532q.187-.071.368-.156l1.676.469c.131.036.27.007.377-.077a7.5 7.5 0 0 0 1.381-1.408a.42.42 0 0 0 .067-.376z"/></svg> </template>
CSS
.icon-huff {
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.64%2010.515c-.063-.232-.154-.389-.351-.389H6.65c-.197%200-.273.157-.336.389l-.836%201.317h5.044zm-.017-.389c-.075-.487-.618-1.047-1.002-1.42c-.921-.893-.836-1.658-.685-1.865l.92.652c.218.155.492.119.68-.09v0c.206-.23.253-.61.112-.906l-.693-1.458l.266-.747c-.68-.649-2.01-.591-2.767.048c-.846.72-.726%201.368-.107%205.785%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23cad3f5%22%20d%3D%22M13.565%2010.46q.081-.183.15-.372l1.513-.85a.42.42%200%200%200%20.213-.318a7.5%207.5%200%200%200-.017-1.975a.42.42%200%200%200-.218-.317l-1.532-.825a6%206%200%200%200-.156-.368l.469-1.676a.42.42%200%200%200-.077-.377a7.5%207.5%200%200%200-1.408-1.381a.42.42%200%200%200-.377-.065l-1.666.5a6%206%200%200%200-.373-.151L9.24.77a.42.42%200%200%200-.318-.213a7.5%207.5%200%200%200-1.975.018a.42.42%200%200%200-.317.217l-.822%201.533q-.188.072-.368.157l-1.68-.466a.42.42%200%200%200-.376.077c-.52.406-.985.88-1.382%201.408a.42.42%200%200%200-.065.372l.5%201.666a6%206%200%200%200-.15.373l-1.517.85a.42.42%200%200%200-.213.318a7.5%207.5%200%200%200%20.019%201.972a.42.42%200%200%200%20.217.316l1.532.825q.072.188.157.368l-.465%201.676a.42.42%200%200%200%20.077.377c.406.52.88.985%201.408%201.381c.108.08.247.106.376.067l1.659-.499q.183.081.372.15l.853%201.518a.42.42%200%200%200%20.317.212a7.5%207.5%200%200%200%201.972-.018a.42.42%200%200%200%20.317-.218l.825-1.532q.187-.071.368-.156l1.676.469c.131.036.27.007.377-.077a7.5%207.5%200%200%200%201.381-1.408a.42.42%200%200%200%20.067-.376z%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.64%2010.515c-.063-.232-.154-.389-.351-.389H6.65c-.197%200-.273.157-.336.389l-.836%201.317h5.044zm-.017-.389c-.075-.487-.618-1.047-1.002-1.42c-.921-.893-.836-1.658-.685-1.865l.92.652c.218.155.492.119.68-.09v0c.206-.23.253-.61.112-.906l-.693-1.458l.266-.747c-.68-.649-2.01-.591-2.767.048c-.846.72-.726%201.368-.107%205.785%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23cad3f5%22%20d%3D%22M13.565%2010.46q.081-.183.15-.372l1.513-.85a.42.42%200%200%200%20.213-.318a7.5%207.5%200%200%200-.017-1.975a.42.42%200%200%200-.218-.317l-1.532-.825a6%206%200%200%200-.156-.368l.469-1.676a.42.42%200%200%200-.077-.377a7.5%207.5%200%200%200-1.408-1.381a.42.42%200%200%200-.377-.065l-1.666.5a6%206%200%200%200-.373-.151L9.24.77a.42.42%200%200%200-.318-.213a7.5%207.5%200%200%200-1.975.018a.42.42%200%200%200-.317.217l-.822%201.533q-.188.072-.368.157l-1.68-.466a.42.42%200%200%200-.376.077c-.52.406-.985.88-1.382%201.408a.42.42%200%200%200-.065.372l.5%201.666a6%206%200%200%200-.15.373l-1.517.85a.42.42%200%200%200-.213.318a7.5%207.5%200%200%200%20.019%201.972a.42.42%200%200%200%20.217.316l1.532.825q.072.188.157.368l-.465%201.676a.42.42%200%200%200%20.077.377c.406.52.88.985%201.408%201.381c.108.08.247.106.376.067l1.659-.499q.183.081.372.15l.853%201.518a.42.42%200%200%200%20.317.212a7.5%207.5%200%200%200%201.972-.018a.42.42%200%200%200%20.317-.218l.825-1.532q.187-.071.368-.156l1.676.469c.131.036.27.007.377-.077a7.5%207.5%200%200%200%201.381-1.408a.42.42%200%200%200%20.067-.376z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/catppuccin/huff.svg?color=%231a73e8&size=48