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

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

Related icons in Catppuccin Icons

Use the stylua logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="none" stroke="#f5bde6" stroke-linecap="round" stroke-linejoin="round" d="M5.67 2.5s-.298-.014-.741 0c-.502-.008-1.061.38-1.065 1.002c-.004.66.798.838 1.056.967c.257.128 1.054.248 1.092 1.009c.024.472-.342 1.02-1.264 1.03c-.71.009-1.077.001-1.077.001M8.5 2.5v4.009"/><path fill="none" stroke="#cad3f5" stroke-linecap="round" stroke-linejoin="round" d="M7.533 9.482v3.376H9.08m1.378-2.799v2.118s.093.68.918.68s.817-.68.817-.68v-2.118m1.661-.005h.665s.98-.102.98.778v1.948"/><path fill="none" stroke="#cad3f5" stroke-linecap="round" stroke-linejoin="round" d="M15.495 11.392h-1.258s-.595.1-.595.733c0 .701.631.733.631.733h1.222"/><path fill="none" stroke="#8087a2" stroke-linecap="round" stroke-linejoin="round" d="M5.432 8.525v4.81M.5 2.687V6.55m0 2.456v3.862"/><path fill="none" stroke="#f5bde6" stroke-linecap="round" stroke-linejoin="round" d="M7 3.5h3m1.5 0l1.5 3l1.5-3m-1.5 3L12.21 8"/></svg>

React

import type { SVGProps } from "react";

export function CatppuccinStylua(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="#f5bde6" strokeLinecap="round" strokeLinejoin="round" d="M5.67 2.5s-.298-.014-.741 0c-.502-.008-1.061.38-1.065 1.002c-.004.66.798.838 1.056.967c.257.128 1.054.248 1.092 1.009c.024.472-.342 1.02-1.264 1.03c-.71.009-1.077.001-1.077.001M8.5 2.5v4.009"/><path fill="none" stroke="#cad3f5" strokeLinecap="round" strokeLinejoin="round" d="M7.533 9.482v3.376H9.08m1.378-2.799v2.118s.093.68.918.68s.817-.68.817-.68v-2.118m1.661-.005h.665s.98-.102.98.778v1.948"/><path fill="none" stroke="#cad3f5" strokeLinecap="round" strokeLinejoin="round" d="M15.495 11.392h-1.258s-.595.1-.595.733c0 .701.631.733.631.733h1.222"/><path fill="none" stroke="#8087a2" strokeLinecap="round" strokeLinejoin="round" d="M5.432 8.525v4.81M.5 2.687V6.55m0 2.456v3.862"/><path fill="none" stroke="#f5bde6" strokeLinecap="round" strokeLinejoin="round" d="M7 3.5h3m1.5 0l1.5 3l1.5-3m-1.5 3L12.21 8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="none" stroke="#f5bde6" stroke-linecap="round" stroke-linejoin="round" d="M5.67 2.5s-.298-.014-.741 0c-.502-.008-1.061.38-1.065 1.002c-.004.66.798.838 1.056.967c.257.128 1.054.248 1.092 1.009c.024.472-.342 1.02-1.264 1.03c-.71.009-1.077.001-1.077.001M8.5 2.5v4.009"/><path fill="none" stroke="#cad3f5" stroke-linecap="round" stroke-linejoin="round" d="M7.533 9.482v3.376H9.08m1.378-2.799v2.118s.093.68.918.68s.817-.68.817-.68v-2.118m1.661-.005h.665s.98-.102.98.778v1.948"/><path fill="none" stroke="#cad3f5" stroke-linecap="round" stroke-linejoin="round" d="M15.495 11.392h-1.258s-.595.1-.595.733c0 .701.631.733.631.733h1.222"/><path fill="none" stroke="#8087a2" stroke-linecap="round" stroke-linejoin="round" d="M5.432 8.525v4.81M.5 2.687V6.55m0 2.456v3.862"/><path fill="none" stroke="#f5bde6" stroke-linecap="round" stroke-linejoin="round" d="M7 3.5h3m1.5 0l1.5 3l1.5-3m-1.5 3L12.21 8"/></svg>
</template>

CSS

.icon-stylua {
  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%23f5bde6%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M5.67%202.5s-.298-.014-.741%200c-.502-.008-1.061.38-1.065%201.002c-.004.66.798.838%201.056.967c.257.128%201.054.248%201.092%201.009c.024.472-.342%201.02-1.264%201.03c-.71.009-1.077.001-1.077.001M8.5%202.5v4.009%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%22M7.533%209.482v3.376H9.08m1.378-2.799v2.118s.093.68.918.68s.817-.68.817-.68v-2.118m1.661-.005h.665s.98-.102.98.778v1.948%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%22M15.495%2011.392h-1.258s-.595.1-.595.733c0%20.701.631.733.631.733h1.222%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%238087a2%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M5.432%208.525v4.81M.5%202.687V6.55m0%202.456v3.862%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23f5bde6%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7%203.5h3m1.5%200l1.5%203l1.5-3m-1.5%203L12.21%208%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%23f5bde6%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M5.67%202.5s-.298-.014-.741%200c-.502-.008-1.061.38-1.065%201.002c-.004.66.798.838%201.056.967c.257.128%201.054.248%201.092%201.009c.024.472-.342%201.02-1.264%201.03c-.71.009-1.077.001-1.077.001M8.5%202.5v4.009%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%22M7.533%209.482v3.376H9.08m1.378-2.799v2.118s.093.68.918.68s.817-.68.817-.68v-2.118m1.661-.005h.665s.98-.102.98.778v1.948%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%22M15.495%2011.392h-1.258s-.595.1-.595.733c0%20.701.631.733.631.733h1.222%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%238087a2%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M5.432%208.525v4.81M.5%202.687V6.55m0%202.456v3.862%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23f5bde6%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7%203.5h3m1.5%200l1.5%203l1.5-3m-1.5%203L12.21%208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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