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

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

Related icons in Catppuccin Icons

Use the rust alt logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="none" stroke="#f5a97f" stroke-linecap="round" stroke-linejoin="round" d="M2.165 11.219h4.158M2.505 4.788h7.143c2.2-.001 2.2 3.214 0 3.215H4.703m0-3.215v6.431M8 8.003h1.099c1.214 0 2.198.96 2.198 2.144c0 .592.492 1.072 1.099 1.072h1.217M8 .5l1.477 1.19l1.86-.447l.803 1.698l1.874.385l-.033 1.868l1.519 1.14l-.863 1.67l.862 1.67l-1.519 1.139l.033 1.868l-1.876.385l-.8 1.698l-1.861-.448L8 15.506l-1.477-1.19l-1.86.448l-.803-1.698l-1.874-.385l.033-1.868L.5 9.673l.863-1.67L.5 6.333l1.519-1.138l-.033-1.868l1.874-.385l.803-1.698l1.86.447Z"/></svg>

React

import type { SVGProps } from "react";

export function CatppuccinRustAlt(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="#f5a97f" strokeLinecap="round" strokeLinejoin="round" d="M2.165 11.219h4.158M2.505 4.788h7.143c2.2-.001 2.2 3.214 0 3.215H4.703m0-3.215v6.431M8 8.003h1.099c1.214 0 2.198.96 2.198 2.144c0 .592.492 1.072 1.099 1.072h1.217M8 .5l1.477 1.19l1.86-.447l.803 1.698l1.874.385l-.033 1.868l1.519 1.14l-.863 1.67l.862 1.67l-1.519 1.139l.033 1.868l-1.876.385l-.8 1.698l-1.861-.448L8 15.506l-1.477-1.19l-1.86.448l-.803-1.698l-1.874-.385l.033-1.868L.5 9.673l.863-1.67L.5 6.333l1.519-1.138l-.033-1.868l1.874-.385l.803-1.698l1.86.447Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="none" stroke="#f5a97f" stroke-linecap="round" stroke-linejoin="round" d="M2.165 11.219h4.158M2.505 4.788h7.143c2.2-.001 2.2 3.214 0 3.215H4.703m0-3.215v6.431M8 8.003h1.099c1.214 0 2.198.96 2.198 2.144c0 .592.492 1.072 1.099 1.072h1.217M8 .5l1.477 1.19l1.86-.447l.803 1.698l1.874.385l-.033 1.868l1.519 1.14l-.863 1.67l.862 1.67l-1.519 1.139l.033 1.868l-1.876.385l-.8 1.698l-1.861-.448L8 15.506l-1.477-1.19l-1.86.448l-.803-1.698l-1.874-.385l.033-1.868L.5 9.673l.863-1.67L.5 6.333l1.519-1.138l-.033-1.868l1.874-.385l.803-1.698l1.86.447Z"/></svg>
</template>

CSS

.icon-rust-alt {
  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%23f5a97f%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M2.165%2011.219h4.158M2.505%204.788h7.143c2.2-.001%202.2%203.214%200%203.215H4.703m0-3.215v6.431M8%208.003h1.099c1.214%200%202.198.96%202.198%202.144c0%20.592.492%201.072%201.099%201.072h1.217M8%20.5l1.477%201.19l1.86-.447l.803%201.698l1.874.385l-.033%201.868l1.519%201.14l-.863%201.67l.862%201.67l-1.519%201.139l.033%201.868l-1.876.385l-.8%201.698l-1.861-.448L8%2015.506l-1.477-1.19l-1.86.448l-.803-1.698l-1.874-.385l.033-1.868L.5%209.673l.863-1.67L.5%206.333l1.519-1.138l-.033-1.868l1.874-.385l.803-1.698l1.86.447Z%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%23f5a97f%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M2.165%2011.219h4.158M2.505%204.788h7.143c2.2-.001%202.2%203.214%200%203.215H4.703m0-3.215v6.431M8%208.003h1.099c1.214%200%202.198.96%202.198%202.144c0%20.592.492%201.072%201.099%201.072h1.217M8%20.5l1.477%201.19l1.86-.447l.803%201.698l1.874.385l-.033%201.868l1.519%201.14l-.863%201.67l.862%201.67l-1.519%201.139l.033%201.868l-1.876.385l-.8%201.698l-1.861-.448L8%2015.506l-1.477-1.19l-1.86.448l-.803-1.698l-1.874-.385l.033-1.868L.5%209.673l.863-1.67L.5%206.333l1.519-1.138l-.033-1.868l1.874-.385l.803-1.698l1.86.447Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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