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

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

The same logo in other sets

Use the ruff logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="none" stroke="#a6da95" stroke-linecap="round" stroke-linejoin="round" d="M6.958 1.5a.22.22 0 0 0-.224.217v.65c0 .12-.1.216-.224.216h-.627a.22.22 0 0 0-.224.217v1.733c0 .12-.1.217-.224.217h-.627a.22.22 0 0 0-.225.217v1.191c0 .12-.1.217-.224.217h-.627a.22.22 0 0 0-.224.217v1.191c0 .12-.1.217-.224.217h-.56a.22.22 0 0 0-.224.217v.65c0 .12.1.216.224.216h2.912a.22.22 0 0 1 .224.217v1.192c0 .12-.1.216-.224.216H5.01a.22.22 0 0 0-.224.217v1.192c0 .12-.1.216-.224.216h-.627a.22.22 0 0 0-.224.217v1.733c0 .12.1.217.224.217h1.792a.22.22 0 0 0 .224-.217v-.866h.896a.22.22 0 0 0 .224-.217v-.65c0-.12.1-.217.224-.217h.628a.22.22 0 0 0 .224-.216v-.65c0-.12.1-.217.224-.217h.627a.22.22 0 0 0 .224-.217v-.65c0-.12.1-.216.224-.216h.627a.22.22 0 0 0 .224-.217V9.3c0-.12.1-.217.224-.217h.628a.22.22 0 0 0 .224-.216v-.65c0-.12.1-.217.224-.217h.627a.22.22 0 0 0 .224-.217V6.05a.22.22 0 0 0-.224-.217h-.65a.22.22 0 0 1-.224-.216v-.65c0-.12.1-.217.224-.217h.628a.22.22 0 0 0 .224-.217v-.65c0-.12.1-.216.224-.216h.627a.22.22 0 0 0 .224-.217V1.717a.22.22 0 0 0-.224-.217Z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function CatppuccinRuff(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="#a6da95" strokeLinecap="round" strokeLinejoin="round" d="M6.958 1.5a.22.22 0 0 0-.224.217v.65c0 .12-.1.216-.224.216h-.627a.22.22 0 0 0-.224.217v1.733c0 .12-.1.217-.224.217h-.627a.22.22 0 0 0-.225.217v1.191c0 .12-.1.217-.224.217h-.627a.22.22 0 0 0-.224.217v1.191c0 .12-.1.217-.224.217h-.56a.22.22 0 0 0-.224.217v.65c0 .12.1.216.224.216h2.912a.22.22 0 0 1 .224.217v1.192c0 .12-.1.216-.224.216H5.01a.22.22 0 0 0-.224.217v1.192c0 .12-.1.216-.224.216h-.627a.22.22 0 0 0-.224.217v1.733c0 .12.1.217.224.217h1.792a.22.22 0 0 0 .224-.217v-.866h.896a.22.22 0 0 0 .224-.217v-.65c0-.12.1-.217.224-.217h.628a.22.22 0 0 0 .224-.216v-.65c0-.12.1-.217.224-.217h.627a.22.22 0 0 0 .224-.217v-.65c0-.12.1-.216.224-.216h.627a.22.22 0 0 0 .224-.217V9.3c0-.12.1-.217.224-.217h.628a.22.22 0 0 0 .224-.216v-.65c0-.12.1-.217.224-.217h.627a.22.22 0 0 0 .224-.217V6.05a.22.22 0 0 0-.224-.217h-.65a.22.22 0 0 1-.224-.216v-.65c0-.12.1-.217.224-.217h.628a.22.22 0 0 0 .224-.217v-.65c0-.12.1-.216.224-.216h.627a.22.22 0 0 0 .224-.217V1.717a.22.22 0 0 0-.224-.217Z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="none" stroke="#a6da95" stroke-linecap="round" stroke-linejoin="round" d="M6.958 1.5a.22.22 0 0 0-.224.217v.65c0 .12-.1.216-.224.216h-.627a.22.22 0 0 0-.224.217v1.733c0 .12-.1.217-.224.217h-.627a.22.22 0 0 0-.225.217v1.191c0 .12-.1.217-.224.217h-.627a.22.22 0 0 0-.224.217v1.191c0 .12-.1.217-.224.217h-.56a.22.22 0 0 0-.224.217v.65c0 .12.1.216.224.216h2.912a.22.22 0 0 1 .224.217v1.192c0 .12-.1.216-.224.216H5.01a.22.22 0 0 0-.224.217v1.192c0 .12-.1.216-.224.216h-.627a.22.22 0 0 0-.224.217v1.733c0 .12.1.217.224.217h1.792a.22.22 0 0 0 .224-.217v-.866h.896a.22.22 0 0 0 .224-.217v-.65c0-.12.1-.217.224-.217h.628a.22.22 0 0 0 .224-.216v-.65c0-.12.1-.217.224-.217h.627a.22.22 0 0 0 .224-.217v-.65c0-.12.1-.216.224-.216h.627a.22.22 0 0 0 .224-.217V9.3c0-.12.1-.217.224-.217h.628a.22.22 0 0 0 .224-.216v-.65c0-.12.1-.217.224-.217h.627a.22.22 0 0 0 .224-.217V6.05a.22.22 0 0 0-.224-.217h-.65a.22.22 0 0 1-.224-.216v-.65c0-.12.1-.217.224-.217h.628a.22.22 0 0 0 .224-.217v-.65c0-.12.1-.216.224-.216h.627a.22.22 0 0 0 .224-.217V1.717a.22.22 0 0 0-.224-.217Z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-ruff {
  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%23a6da95%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M6.958%201.5a.22.22%200%200%200-.224.217v.65c0%20.12-.1.216-.224.216h-.627a.22.22%200%200%200-.224.217v1.733c0%20.12-.1.217-.224.217h-.627a.22.22%200%200%200-.225.217v1.191c0%20.12-.1.217-.224.217h-.627a.22.22%200%200%200-.224.217v1.191c0%20.12-.1.217-.224.217h-.56a.22.22%200%200%200-.224.217v.65c0%20.12.1.216.224.216h2.912a.22.22%200%200%201%20.224.217v1.192c0%20.12-.1.216-.224.216H5.01a.22.22%200%200%200-.224.217v1.192c0%20.12-.1.216-.224.216h-.627a.22.22%200%200%200-.224.217v1.733c0%20.12.1.217.224.217h1.792a.22.22%200%200%200%20.224-.217v-.866h.896a.22.22%200%200%200%20.224-.217v-.65c0-.12.1-.217.224-.217h.628a.22.22%200%200%200%20.224-.216v-.65c0-.12.1-.217.224-.217h.627a.22.22%200%200%200%20.224-.217v-.65c0-.12.1-.216.224-.216h.627a.22.22%200%200%200%20.224-.217V9.3c0-.12.1-.217.224-.217h.628a.22.22%200%200%200%20.224-.216v-.65c0-.12.1-.217.224-.217h.627a.22.22%200%200%200%20.224-.217V6.05a.22.22%200%200%200-.224-.217h-.65a.22.22%200%200%201-.224-.216v-.65c0-.12.1-.217.224-.217h.628a.22.22%200%200%200%20.224-.217v-.65c0-.12.1-.216.224-.216h.627a.22.22%200%200%200%20.224-.217V1.717a.22.22%200%200%200-.224-.217Z%22%20clip-rule%3D%22evenodd%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%23a6da95%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M6.958%201.5a.22.22%200%200%200-.224.217v.65c0%20.12-.1.216-.224.216h-.627a.22.22%200%200%200-.224.217v1.733c0%20.12-.1.217-.224.217h-.627a.22.22%200%200%200-.225.217v1.191c0%20.12-.1.217-.224.217h-.627a.22.22%200%200%200-.224.217v1.191c0%20.12-.1.217-.224.217h-.56a.22.22%200%200%200-.224.217v.65c0%20.12.1.216.224.216h2.912a.22.22%200%200%201%20.224.217v1.192c0%20.12-.1.216-.224.216H5.01a.22.22%200%200%200-.224.217v1.192c0%20.12-.1.216-.224.216h-.627a.22.22%200%200%200-.224.217v1.733c0%20.12.1.217.224.217h1.792a.22.22%200%200%200%20.224-.217v-.866h.896a.22.22%200%200%200%20.224-.217v-.65c0-.12.1-.217.224-.217h.628a.22.22%200%200%200%20.224-.216v-.65c0-.12.1-.217.224-.217h.627a.22.22%200%200%200%20.224-.217v-.65c0-.12.1-.216.224-.216h.627a.22.22%200%200%200%20.224-.217V9.3c0-.12.1-.217.224-.217h.628a.22.22%200%200%200%20.224-.216v-.65c0-.12.1-.217.224-.217h.627a.22.22%200%200%200%20.224-.217V6.05a.22.22%200%200%200-.224-.217h-.65a.22.22%200%200%201-.224-.216v-.65c0-.12.1-.217.224-.217h.628a.22.22%200%200%200%20.224-.217v-.65c0-.12.1-.216.224-.216h.627a.22.22%200%200%200%20.224-.217V1.717a.22.22%200%200%200-.224-.217Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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