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

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

Use the premake logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="#a6da95" d="m11.05 4.4l-.72-.2l-.06-.9l-.8-.1l-.17.96l-.7.17l-.45-.93l-1.05.32l.39.96l-.37.47l-.9-.38l-.5.6l1.2 1.54m4.62-3.13s-1 1.74-1.77 2.27c-.76.53-1.42 1.14-3.9.84c-2.5-.3-3.9.04-4.2.38s-.25 1.07.58 1.51c.82.44 1.94.8 1.94.8"/><path stroke="#eed49f" d="m11.86 10.7l.54-.52l.78.42l.5-.65l-.7-.65l.22-.7l1 .1l.3-1.08l-1.01-.17l-.2-.56l.8-.59l-.23-.74l-1.92.22m.17 5.67s-.92-1.8-.96-2.73c-.03-.94-.2-1.83 1.36-3.84c1.55-2 2-3.4 1.89-3.85c-.12-.44-.76-.78-1.56-.3c-.8.5-1.55 1.45-1.55 1.45"/><path stroke="#8aadf4" d="m6.12 8.41l.18.74l-.75.5l.29.76l.9-.3l.49.54l-.58.84l.77.8l.64-.82l.58.12l.1 1l.74.16l.77-1.82m-4.9-2.67s1.99.08 2.8.51c.8.44 1.66.74 2.58 3.12c.93 2.37 1.89 3.47 2.32 3.6c.44.11 1.04-.3 1.03-1.25c0-.95-.35-2.1-.35-2.1"/></g></svg>

React

import type { SVGProps } from "react";

export function CatppuccinPremake(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none" strokeLinecap="round" strokeLinejoin="round"><path stroke="#a6da95" d="m11.05 4.4l-.72-.2l-.06-.9l-.8-.1l-.17.96l-.7.17l-.45-.93l-1.05.32l.39.96l-.37.47l-.9-.38l-.5.6l1.2 1.54m4.62-3.13s-1 1.74-1.77 2.27c-.76.53-1.42 1.14-3.9.84c-2.5-.3-3.9.04-4.2.38s-.25 1.07.58 1.51c.82.44 1.94.8 1.94.8"/><path stroke="#eed49f" d="m11.86 10.7l.54-.52l.78.42l.5-.65l-.7-.65l.22-.7l1 .1l.3-1.08l-1.01-.17l-.2-.56l.8-.59l-.23-.74l-1.92.22m.17 5.67s-.92-1.8-.96-2.73c-.03-.94-.2-1.83 1.36-3.84c1.55-2 2-3.4 1.89-3.85c-.12-.44-.76-.78-1.56-.3c-.8.5-1.55 1.45-1.55 1.45"/><path stroke="#8aadf4" d="m6.12 8.41l.18.74l-.75.5l.29.76l.9-.3l.49.54l-.58.84l.77.8l.64-.82l.58.12l.1 1l.74.16l.77-1.82m-4.9-2.67s1.99.08 2.8.51c.8.44 1.66.74 2.58 3.12c.93 2.37 1.89 3.47 2.32 3.6c.44.11 1.04-.3 1.03-1.25c0-.95-.35-2.1-.35-2.1"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="#a6da95" d="m11.05 4.4l-.72-.2l-.06-.9l-.8-.1l-.17.96l-.7.17l-.45-.93l-1.05.32l.39.96l-.37.47l-.9-.38l-.5.6l1.2 1.54m4.62-3.13s-1 1.74-1.77 2.27c-.76.53-1.42 1.14-3.9.84c-2.5-.3-3.9.04-4.2.38s-.25 1.07.58 1.51c.82.44 1.94.8 1.94.8"/><path stroke="#eed49f" d="m11.86 10.7l.54-.52l.78.42l.5-.65l-.7-.65l.22-.7l1 .1l.3-1.08l-1.01-.17l-.2-.56l.8-.59l-.23-.74l-1.92.22m.17 5.67s-.92-1.8-.96-2.73c-.03-.94-.2-1.83 1.36-3.84c1.55-2 2-3.4 1.89-3.85c-.12-.44-.76-.78-1.56-.3c-.8.5-1.55 1.45-1.55 1.45"/><path stroke="#8aadf4" d="m6.12 8.41l.18.74l-.75.5l.29.76l.9-.3l.49.54l-.58.84l.77.8l.64-.82l.58.12l.1 1l.74.16l.77-1.82m-4.9-2.67s1.99.08 2.8.51c.8.44 1.66.74 2.58 3.12c.93 2.37 1.89 3.47 2.32 3.6c.44.11 1.04-.3 1.03-1.25c0-.95-.35-2.1-.35-2.1"/></g></svg>
</template>

CSS

.icon-premake {
  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%3Cg%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke%3D%22%23a6da95%22%20d%3D%22m11.05%204.4l-.72-.2l-.06-.9l-.8-.1l-.17.96l-.7.17l-.45-.93l-1.05.32l.39.96l-.37.47l-.9-.38l-.5.6l1.2%201.54m4.62-3.13s-1%201.74-1.77%202.27c-.76.53-1.42%201.14-3.9.84c-2.5-.3-3.9.04-4.2.38s-.25%201.07.58%201.51c.82.44%201.94.8%201.94.8%22%2F%3E%3Cpath%20stroke%3D%22%23eed49f%22%20d%3D%22m11.86%2010.7l.54-.52l.78.42l.5-.65l-.7-.65l.22-.7l1%20.1l.3-1.08l-1.01-.17l-.2-.56l.8-.59l-.23-.74l-1.92.22m.17%205.67s-.92-1.8-.96-2.73c-.03-.94-.2-1.83%201.36-3.84c1.55-2%202-3.4%201.89-3.85c-.12-.44-.76-.78-1.56-.3c-.8.5-1.55%201.45-1.55%201.45%22%2F%3E%3Cpath%20stroke%3D%22%238aadf4%22%20d%3D%22m6.12%208.41l.18.74l-.75.5l.29.76l.9-.3l.49.54l-.58.84l.77.8l.64-.82l.58.12l.1%201l.74.16l.77-1.82m-4.9-2.67s1.99.08%202.8.51c.8.44%201.66.74%202.58%203.12c.93%202.37%201.89%203.47%202.32%203.6c.44.11%201.04-.3%201.03-1.25c0-.95-.35-2.1-.35-2.1%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke%3D%22%23a6da95%22%20d%3D%22m11.05%204.4l-.72-.2l-.06-.9l-.8-.1l-.17.96l-.7.17l-.45-.93l-1.05.32l.39.96l-.37.47l-.9-.38l-.5.6l1.2%201.54m4.62-3.13s-1%201.74-1.77%202.27c-.76.53-1.42%201.14-3.9.84c-2.5-.3-3.9.04-4.2.38s-.25%201.07.58%201.51c.82.44%201.94.8%201.94.8%22%2F%3E%3Cpath%20stroke%3D%22%23eed49f%22%20d%3D%22m11.86%2010.7l.54-.52l.78.42l.5-.65l-.7-.65l.22-.7l1%20.1l.3-1.08l-1.01-.17l-.2-.56l.8-.59l-.23-.74l-1.92.22m.17%205.67s-.92-1.8-.96-2.73c-.03-.94-.2-1.83%201.36-3.84c1.55-2%202-3.4%201.89-3.85c-.12-.44-.76-.78-1.56-.3c-.8.5-1.55%201.45-1.55%201.45%22%2F%3E%3Cpath%20stroke%3D%22%238aadf4%22%20d%3D%22m6.12%208.41l.18.74l-.75.5l.29.76l.9-.3l.49.54l-.58.84l.77.8l.64-.82l.58.12l.1%201l.74.16l.77-1.82m-4.9-2.67s1.99.08%202.8.51c.8.44%201.66.74%202.58%203.12c.93%202.37%201.89%203.47%202.32%203.6c.44.11%201.04-.3%201.03-1.25c0-.95-.35-2.1-.35-2.1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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