rust icon
rust-outline from Teenyicons by smhmd · Outline · MIT Free for personal and commercial use.
- Name
- rust-outline
- Set
- Teenyicons
- Style
- Outline
- Viewbox
- 15×15
- License
- MIT
1 other variant in Teenyicons
The same icon in other sets
Use the rust icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="none" stroke="currentColor" stroke-linejoin="round" d="M2 10.5h5m-4.5-6H9a1.5 1.5 0 1 1 0 3H4.5m0-3v6m3-3h1a2 2 0 0 1 2 2a1 1 0 0 0 1 1H13M7.5.5l1.344 1.11l1.693-.417l.73 1.584l1.706.359l-.03 1.743l1.382 1.063L13.54 7.5l.784 1.558l-1.382 1.063l.03 1.743l-1.707.359l-.729 1.584l-1.693-.418L7.5 14.5l-1.344-1.11l-1.693.417l-.73-1.584l-1.706-.359l.03-1.743L.675 9.058L1.46 7.5L.675 5.942L2.057 4.88l-.03-1.743l1.706-.359l.73-1.584l1.693.417z"/></svg>
React
import type { SVGProps } from "react";
export function TeenyiconsRustOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="none" stroke="currentColor" strokeLinejoin="round" d="M2 10.5h5m-4.5-6H9a1.5 1.5 0 1 1 0 3H4.5m0-3v6m3-3h1a2 2 0 0 1 2 2a1 1 0 0 0 1 1H13M7.5.5l1.344 1.11l1.693-.417l.73 1.584l1.706.359l-.03 1.743l1.382 1.063L13.54 7.5l.784 1.558l-1.382 1.063l.03 1.743l-1.707.359l-.729 1.584l-1.693-.418L7.5 14.5l-1.344-1.11l-1.693.417l-.73-1.584l-1.706-.359l.03-1.743L.675 9.058L1.46 7.5L.675 5.942L2.057 4.88l-.03-1.743l1.706-.359l.73-1.584l1.693.417z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="none" stroke="currentColor" stroke-linejoin="round" d="M2 10.5h5m-4.5-6H9a1.5 1.5 0 1 1 0 3H4.5m0-3v6m3-3h1a2 2 0 0 1 2 2a1 1 0 0 0 1 1H13M7.5.5l1.344 1.11l1.693-.417l.73 1.584l1.706.359l-.03 1.743l1.382 1.063L13.54 7.5l.784 1.558l-1.382 1.063l.03 1.743l-1.707.359l-.729 1.584l-1.693-.418L7.5 14.5l-1.344-1.11l-1.693.417l-.73-1.584l-1.706-.359l.03-1.743L.675 9.058L1.46 7.5L.675 5.942L2.057 4.88l-.03-1.743l1.706-.359l.73-1.584l1.693.417z"/></svg> </template>
CSS
.icon-rust-outline {
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%2015%2015%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20d%3D%22M2%2010.5h5m-4.5-6H9a1.5%201.5%200%201%201%200%203H4.5m0-3v6m3-3h1a2%202%200%200%201%202%202a1%201%200%200%200%201%201H13M7.5.5l1.344%201.11l1.693-.417l.73%201.584l1.706.359l-.03%201.743l1.382%201.063L13.54%207.5l.784%201.558l-1.382%201.063l.03%201.743l-1.707.359l-.729%201.584l-1.693-.418L7.5%2014.5l-1.344-1.11l-1.693.417l-.73-1.584l-1.706-.359l.03-1.743L.675%209.058L1.46%207.5L.675%205.942L2.057%204.88l-.03-1.743l1.706-.359l.73-1.584l1.693.417z%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%2015%2015%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20d%3D%22M2%2010.5h5m-4.5-6H9a1.5%201.5%200%201%201%200%203H4.5m0-3v6m3-3h1a2%202%200%200%201%202%202a1%201%200%200%200%201%201H13M7.5.5l1.344%201.11l1.693-.417l.73%201.584l1.706.359l-.03%201.743l1.382%201.063L13.54%207.5l.784%201.558l-1.382%201.063l.03%201.743l-1.707.359l-.729%201.584l-1.693-.418L7.5%2014.5l-1.344-1.11l-1.693.417l-.73-1.584l-1.706-.359l.03-1.743L.675%209.058L1.46%207.5L.675%205.942L2.057%204.88l-.03-1.743l1.706-.359l.73-1.584l1.693.417z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/teenyicons/rust-outline.svg?color=%231a73e8&size=48