rust alt config logo

rust-alt-config from Catppuccin Icons by Catppuccin · Color · MIT Free for personal and commercial use.

Name
rust-alt-config
Set
Catppuccin Icons
Style
Color
Viewbox
16×16
License
MIT

Related icons in Catppuccin Icons

Use the rust alt config logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="none" stroke="#8087a2" stroke-linecap="round" stroke-linejoin="round" d="M11.5 13.5a1 1 0 1 0 0-2a1 1 0 0 0 0 2m1.75-4l1.75 3l-1.75 3h-3.5L8 12.5l1.75-3z"/><path fill="none" stroke="#f5a97f" stroke-linecap="round" stroke-linejoin="round" d="M1.82 8.998h3.297M2.09 3.899h5.663c1.743 0 1.743 2.549 0 2.55h-3.92m0-2.55v5.099m2.613-2.55h.871c.962 0 1.742.761 1.742 1.7m-2.613 4.25l-1.171-.944l-1.475.354l-.636-1.346l-1.486-.305l.026-1.481L.5 7.773l.684-1.324L.5 5.125l1.204-.903l-.026-1.481l1.486-.305L3.8 1.09l1.475.354L6.445.5l1.172.943l1.475-.354l.636 1.346l1.486.305l-.026 1.481l1.204.904l-.684 1.324l.683 1.324"/></svg>

React

import type { SVGProps } from "react";

export function CatppuccinRustAltConfig(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="#8087a2" strokeLinecap="round" strokeLinejoin="round" d="M11.5 13.5a1 1 0 1 0 0-2a1 1 0 0 0 0 2m1.75-4l1.75 3l-1.75 3h-3.5L8 12.5l1.75-3z"/><path fill="none" stroke="#f5a97f" strokeLinecap="round" strokeLinejoin="round" d="M1.82 8.998h3.297M2.09 3.899h5.663c1.743 0 1.743 2.549 0 2.55h-3.92m0-2.55v5.099m2.613-2.55h.871c.962 0 1.742.761 1.742 1.7m-2.613 4.25l-1.171-.944l-1.475.354l-.636-1.346l-1.486-.305l.026-1.481L.5 7.773l.684-1.324L.5 5.125l1.204-.903l-.026-1.481l1.486-.305L3.8 1.09l1.475.354L6.445.5l1.172.943l1.475-.354l.636 1.346l1.486.305l-.026 1.481l1.204.904l-.684 1.324l.683 1.324"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="none" stroke="#8087a2" stroke-linecap="round" stroke-linejoin="round" d="M11.5 13.5a1 1 0 1 0 0-2a1 1 0 0 0 0 2m1.75-4l1.75 3l-1.75 3h-3.5L8 12.5l1.75-3z"/><path fill="none" stroke="#f5a97f" stroke-linecap="round" stroke-linejoin="round" d="M1.82 8.998h3.297M2.09 3.899h5.663c1.743 0 1.743 2.549 0 2.55h-3.92m0-2.55v5.099m2.613-2.55h.871c.962 0 1.742.761 1.742 1.7m-2.613 4.25l-1.171-.944l-1.475.354l-.636-1.346l-1.486-.305l.026-1.481L.5 7.773l.684-1.324L.5 5.125l1.204-.903l-.026-1.481l1.486-.305L3.8 1.09l1.475.354L6.445.5l1.172.943l1.475-.354l.636 1.346l1.486.305l-.026 1.481l1.204.904l-.684 1.324l.683 1.324"/></svg>
</template>

CSS

.icon-rust-alt-config {
  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%238087a2%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11.5%2013.5a1%201%200%201%200%200-2a1%201%200%200%200%200%202m1.75-4l1.75%203l-1.75%203h-3.5L8%2012.5l1.75-3z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23f5a97f%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M1.82%208.998h3.297M2.09%203.899h5.663c1.743%200%201.743%202.549%200%202.55h-3.92m0-2.55v5.099m2.613-2.55h.871c.962%200%201.742.761%201.742%201.7m-2.613%204.25l-1.171-.944l-1.475.354l-.636-1.346l-1.486-.305l.026-1.481L.5%207.773l.684-1.324L.5%205.125l1.204-.903l-.026-1.481l1.486-.305L3.8%201.09l1.475.354L6.445.5l1.172.943l1.475-.354l.636%201.346l1.486.305l-.026%201.481l1.204.904l-.684%201.324l.683%201.324%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%238087a2%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11.5%2013.5a1%201%200%201%200%200-2a1%201%200%200%200%200%202m1.75-4l1.75%203l-1.75%203h-3.5L8%2012.5l1.75-3z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23f5a97f%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M1.82%208.998h3.297M2.09%203.899h5.663c1.743%200%201.743%202.549%200%202.55h-3.92m0-2.55v5.099m2.613-2.55h.871c.962%200%201.742.761%201.742%201.7m-2.613%204.25l-1.171-.944l-1.475.354l-.636-1.346l-1.486-.305l.026-1.481L.5%207.773l.684-1.324L.5%205.125l1.204-.903l-.026-1.481l1.486-.305L3.8%201.09l1.475.354L6.445.5l1.172.943l1.475-.354l.636%201.346l1.486.305l-.026%201.481l1.204.904l-.684%201.324l.683%201.324%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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