brand rust icon
brand-rust from Tabler Icons by Paweł Kuna · Outline · MIT Free for personal and commercial use.
- Name
- brand-rust
- Set
- Tabler Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
Related icons in Tabler Icons
brand-4chanbrand-abstractbrand-adobebrand-adobe-after-effectsbrand-adobe-illustratorbrand-adobe-indesignbrand-adobe-photoshopbrand-adobe-premierebrand-adobe-xdbrand-adonis-jsbrand-airbnbbrand-airtablebrand-algoliabrand-alipaybrand-alpine-jsbrand-amazonbrand-amdbrand-amiebrand-amigobrand-among-usbrand-androidbrand-angularbrand-ansiblebrand-ao3
Use the brand rust icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M10.139 3.463c.473-1.95 3.249-1.95 3.722 0a1.916 1.916 0 0 0 2.859 1.185c1.714-1.045 3.678.918 2.633 2.633a1.916 1.916 0 0 0 1.184 2.858c1.95.473 1.95 3.249 0 3.722a1.916 1.916 0 0 0-1.185 2.859c1.045 1.714-.918 3.678-2.633 2.633a1.916 1.916 0 0 0-2.858 1.184c-.473 1.95-3.249 1.95-3.722 0a1.916 1.916 0 0 0-2.859-1.185c-1.714 1.045-3.678-.918-2.633-2.633a1.916 1.916 0 0 0-1.184-2.858c-1.95-.473-1.95-3.249 0-3.722A1.916 1.916 0 0 0 4.648 7.28c-1.045-1.714.918-3.678 2.633-2.633a1.914 1.914 0 0 0 2.858-1.184"/><path d="M8 12h6a2 2 0 1 0 0-4H8v8z"/><path d="M19 16h-2a2 2 0 0 1-2-2a2 2 0 0 0-2-2h-1M9 8H5m0 8h4"/></g></svg>
React
import type { SVGProps } from "react";
export function TablerBrandRust(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M10.139 3.463c.473-1.95 3.249-1.95 3.722 0a1.916 1.916 0 0 0 2.859 1.185c1.714-1.045 3.678.918 2.633 2.633a1.916 1.916 0 0 0 1.184 2.858c1.95.473 1.95 3.249 0 3.722a1.916 1.916 0 0 0-1.185 2.859c1.045 1.714-.918 3.678-2.633 2.633a1.916 1.916 0 0 0-2.858 1.184c-.473 1.95-3.249 1.95-3.722 0a1.916 1.916 0 0 0-2.859-1.185c-1.714 1.045-3.678-.918-2.633-2.633a1.916 1.916 0 0 0-1.184-2.858c-1.95-.473-1.95-3.249 0-3.722A1.916 1.916 0 0 0 4.648 7.28c-1.045-1.714.918-3.678 2.633-2.633a1.914 1.914 0 0 0 2.858-1.184"/><path d="M8 12h6a2 2 0 1 0 0-4H8v8z"/><path d="M19 16h-2a2 2 0 0 1-2-2a2 2 0 0 0-2-2h-1M9 8H5m0 8h4"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M10.139 3.463c.473-1.95 3.249-1.95 3.722 0a1.916 1.916 0 0 0 2.859 1.185c1.714-1.045 3.678.918 2.633 2.633a1.916 1.916 0 0 0 1.184 2.858c1.95.473 1.95 3.249 0 3.722a1.916 1.916 0 0 0-1.185 2.859c1.045 1.714-.918 3.678-2.633 2.633a1.916 1.916 0 0 0-2.858 1.184c-.473 1.95-3.249 1.95-3.722 0a1.916 1.916 0 0 0-2.859-1.185c-1.714 1.045-3.678-.918-2.633-2.633a1.916 1.916 0 0 0-1.184-2.858c-1.95-.473-1.95-3.249 0-3.722A1.916 1.916 0 0 0 4.648 7.28c-1.045-1.714.918-3.678 2.633-2.633a1.914 1.914 0 0 0 2.858-1.184"/><path d="M8 12h6a2 2 0 1 0 0-4H8v8z"/><path d="M19 16h-2a2 2 0 0 1-2-2a2 2 0 0 0-2-2h-1M9 8H5m0 8h4"/></g></svg> </template>
CSS
.icon-brand-rust {
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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M10.139%203.463c.473-1.95%203.249-1.95%203.722%200a1.916%201.916%200%200%200%202.859%201.185c1.714-1.045%203.678.918%202.633%202.633a1.916%201.916%200%200%200%201.184%202.858c1.95.473%201.95%203.249%200%203.722a1.916%201.916%200%200%200-1.185%202.859c1.045%201.714-.918%203.678-2.633%202.633a1.916%201.916%200%200%200-2.858%201.184c-.473%201.95-3.249%201.95-3.722%200a1.916%201.916%200%200%200-2.859-1.185c-1.714%201.045-3.678-.918-2.633-2.633a1.916%201.916%200%200%200-1.184-2.858c-1.95-.473-1.95-3.249%200-3.722A1.916%201.916%200%200%200%204.648%207.28c-1.045-1.714.918-3.678%202.633-2.633a1.914%201.914%200%200%200%202.858-1.184%22%2F%3E%3Cpath%20d%3D%22M8%2012h6a2%202%200%201%200%200-4H8v8z%22%2F%3E%3Cpath%20d%3D%22M19%2016h-2a2%202%200%200%201-2-2a2%202%200%200%200-2-2h-1M9%208H5m0%208h4%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M10.139%203.463c.473-1.95%203.249-1.95%203.722%200a1.916%201.916%200%200%200%202.859%201.185c1.714-1.045%203.678.918%202.633%202.633a1.916%201.916%200%200%200%201.184%202.858c1.95.473%201.95%203.249%200%203.722a1.916%201.916%200%200%200-1.185%202.859c1.045%201.714-.918%203.678-2.633%202.633a1.916%201.916%200%200%200-2.858%201.184c-.473%201.95-3.249%201.95-3.722%200a1.916%201.916%200%200%200-2.859-1.185c-1.714%201.045-3.678-.918-2.633-2.633a1.916%201.916%200%200%200-1.184-2.858c-1.95-.473-1.95-3.249%200-3.722A1.916%201.916%200%200%200%204.648%207.28c-1.045-1.714.918-3.678%202.633-2.633a1.914%201.914%200%200%200%202.858-1.184%22%2F%3E%3Cpath%20d%3D%22M8%2012h6a2%202%200%201%200%200-4H8v8z%22%2F%3E%3Cpath%20d%3D%22M19%2016h-2a2%202%200%200%201-2-2a2%202%200%200%200-2-2h-1M9%208H5m0%208h4%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/brand-rust.svg?color=%231a73e8&size=48