rust icon
rust-solid from Teenyicons by smhmd · Solid · MIT Free for personal and commercial use.
- Name
- rust-solid
- Set
- Teenyicons
- Style
- Solid
- 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="currentColor" d="M7.174.115a.52.52 0 0 1 .652 0l1.178.95l1.483-.357a.516.516 0 0 1 .588.276l.64 1.355l1.494.307c.24.05.411.258.407.498l-.027 1.492l1.211.91a.49.49 0 0 1 .145.621L14.26 7.5l.686 1.333a.49.49 0 0 1-.145.62l-.726.547h-2.478a.506.506 0 0 1-.512-.5a2.47 2.47 0 0 0-.861-1.87c.521-.363.86-.958.86-1.63c0-1.105-.916-2-2.047-2H1.399l-.015-.856a.5.5 0 0 1 .407-.498l1.495-.307l.639-1.355a.516.516 0 0 1 .588-.276l1.483.357z"/><path fill="currentColor" d="M.926 5L.2 5.546a.49.49 0 0 0-.145.621L.74 7.5L.055 8.833a.49.49 0 0 0 .145.62L.926 10h2.99V5z"/><path fill="currentColor" d="m1.4 11l-.016.856a.5.5 0 0 0 .407.498l1.495.307l.639 1.355c.103.218.35.334.588.276l1.483-.357l1.178.95a.52.52 0 0 0 .652 0l1.178-.95l1.483.357a.516.516 0 0 0 .588-.276l.64-1.355l1.494-.307a.504.504 0 0 0 .407-.498L13.6 11h-2.005c-.848 0-1.536-.672-1.536-1.5S9.372 8 8.524 8H4.94v2h2.048v1zm7.636-4H4.94V5h4.096c.565 0 1.024.448 1.024 1S9.6 7 9.036 7"/></svg>
React
import type { SVGProps } from "react";
export function TeenyiconsRustSolid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M7.174.115a.52.52 0 0 1 .652 0l1.178.95l1.483-.357a.516.516 0 0 1 .588.276l.64 1.355l1.494.307c.24.05.411.258.407.498l-.027 1.492l1.211.91a.49.49 0 0 1 .145.621L14.26 7.5l.686 1.333a.49.49 0 0 1-.145.62l-.726.547h-2.478a.506.506 0 0 1-.512-.5a2.47 2.47 0 0 0-.861-1.87c.521-.363.86-.958.86-1.63c0-1.105-.916-2-2.047-2H1.399l-.015-.856a.5.5 0 0 1 .407-.498l1.495-.307l.639-1.355a.516.516 0 0 1 .588-.276l1.483.357z"/><path fill="currentColor" d="M.926 5L.2 5.546a.49.49 0 0 0-.145.621L.74 7.5L.055 8.833a.49.49 0 0 0 .145.62L.926 10h2.99V5z"/><path fill="currentColor" d="m1.4 11l-.016.856a.5.5 0 0 0 .407.498l1.495.307l.639 1.355c.103.218.35.334.588.276l1.483-.357l1.178.95a.52.52 0 0 0 .652 0l1.178-.95l1.483.357a.516.516 0 0 0 .588-.276l.64-1.355l1.494-.307a.504.504 0 0 0 .407-.498L13.6 11h-2.005c-.848 0-1.536-.672-1.536-1.5S9.372 8 8.524 8H4.94v2h2.048v1zm7.636-4H4.94V5h4.096c.565 0 1.024.448 1.024 1S9.6 7 9.036 7"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M7.174.115a.52.52 0 0 1 .652 0l1.178.95l1.483-.357a.516.516 0 0 1 .588.276l.64 1.355l1.494.307c.24.05.411.258.407.498l-.027 1.492l1.211.91a.49.49 0 0 1 .145.621L14.26 7.5l.686 1.333a.49.49 0 0 1-.145.62l-.726.547h-2.478a.506.506 0 0 1-.512-.5a2.47 2.47 0 0 0-.861-1.87c.521-.363.86-.958.86-1.63c0-1.105-.916-2-2.047-2H1.399l-.015-.856a.5.5 0 0 1 .407-.498l1.495-.307l.639-1.355a.516.516 0 0 1 .588-.276l1.483.357z"/><path fill="currentColor" d="M.926 5L.2 5.546a.49.49 0 0 0-.145.621L.74 7.5L.055 8.833a.49.49 0 0 0 .145.62L.926 10h2.99V5z"/><path fill="currentColor" d="m1.4 11l-.016.856a.5.5 0 0 0 .407.498l1.495.307l.639 1.355c.103.218.35.334.588.276l1.483-.357l1.178.95a.52.52 0 0 0 .652 0l1.178-.95l1.483.357a.516.516 0 0 0 .588-.276l.64-1.355l1.494-.307a.504.504 0 0 0 .407-.498L13.6 11h-2.005c-.848 0-1.536-.672-1.536-1.5S9.372 8 8.524 8H4.94v2h2.048v1zm7.636-4H4.94V5h4.096c.565 0 1.024.448 1.024 1S9.6 7 9.036 7"/></svg> </template>
CSS
.icon-rust-solid {
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%22currentColor%22%20d%3D%22M7.174.115a.52.52%200%200%201%20.652%200l1.178.95l1.483-.357a.516.516%200%200%201%20.588.276l.64%201.355l1.494.307c.24.05.411.258.407.498l-.027%201.492l1.211.91a.49.49%200%200%201%20.145.621L14.26%207.5l.686%201.333a.49.49%200%200%201-.145.62l-.726.547h-2.478a.506.506%200%200%201-.512-.5a2.47%202.47%200%200%200-.861-1.87c.521-.363.86-.958.86-1.63c0-1.105-.916-2-2.047-2H1.399l-.015-.856a.5.5%200%200%201%20.407-.498l1.495-.307l.639-1.355a.516.516%200%200%201%20.588-.276l1.483.357z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M.926%205L.2%205.546a.49.49%200%200%200-.145.621L.74%207.5L.055%208.833a.49.49%200%200%200%20.145.62L.926%2010h2.99V5z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m1.4%2011l-.016.856a.5.5%200%200%200%20.407.498l1.495.307l.639%201.355c.103.218.35.334.588.276l1.483-.357l1.178.95a.52.52%200%200%200%20.652%200l1.178-.95l1.483.357a.516.516%200%200%200%20.588-.276l.64-1.355l1.494-.307a.504.504%200%200%200%20.407-.498L13.6%2011h-2.005c-.848%200-1.536-.672-1.536-1.5S9.372%208%208.524%208H4.94v2h2.048v1zm7.636-4H4.94V5h4.096c.565%200%201.024.448%201.024%201S9.6%207%209.036%207%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%22currentColor%22%20d%3D%22M7.174.115a.52.52%200%200%201%20.652%200l1.178.95l1.483-.357a.516.516%200%200%201%20.588.276l.64%201.355l1.494.307c.24.05.411.258.407.498l-.027%201.492l1.211.91a.49.49%200%200%201%20.145.621L14.26%207.5l.686%201.333a.49.49%200%200%201-.145.62l-.726.547h-2.478a.506.506%200%200%201-.512-.5a2.47%202.47%200%200%200-.861-1.87c.521-.363.86-.958.86-1.63c0-1.105-.916-2-2.047-2H1.399l-.015-.856a.5.5%200%200%201%20.407-.498l1.495-.307l.639-1.355a.516.516%200%200%201%20.588-.276l1.483.357z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M.926%205L.2%205.546a.49.49%200%200%200-.145.621L.74%207.5L.055%208.833a.49.49%200%200%200%20.145.62L.926%2010h2.99V5z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m1.4%2011l-.016.856a.5.5%200%200%200%20.407.498l1.495.307l.639%201.355c.103.218.35.334.588.276l1.483-.357l1.178.95a.52.52%200%200%200%20.652%200l1.178-.95l1.483.357a.516.516%200%200%200%20.588-.276l.64-1.355l1.494-.307a.504.504%200%200%200%20.407-.498L13.6%2011h-2.005c-.848%200-1.536-.672-1.536-1.5S9.372%208%208.524%208H4.94v2h2.048v1zm7.636-4H4.94V5h4.096c.565%200%201.024.448%201.024%201S9.6%207%209.036%207%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/teenyicons/rust-solid.svg?color=%231a73e8&size=48