Rust Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Rust icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/332288.svg" alt="Rust icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332288.svg" alt="Rust icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332288.svg" alt="Rust icon" :width="24" :height="24" />
CSS background
.icon-rust {
background-image: url('https://proicons.com/icon/332288.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="a" x="23.3169" y="23.3169" width="3.7298" height="3.7298" transform="translate(-10.4307 25.1818) rotate(-45)"/><rect class="a" x="26.1241" y="27.9983" width="6.7484" height="3" transform="translate(-12.2186 29.4983) rotate(-45)"/><polygon class="a" points="34.56 29.788 29.788 34.56 35.698 42.5 42.5 35.698 34.56 29.788"/><rect class="a" x="21.8076" y="17.5774" width="6.7484" height="3" transform="translate(50.3637 38.1547) rotate(-180)"/><polygon class="a" points="21.808 15.294 28.556 15.294 29.992 5.5 20.372 5.5 21.808 15.294"/><rect class="a" x="15.7032" y="23.6818" width="6.7484" height="3" transform="translate(44.2592 6.1045) rotate(90)"/><polygon class="a" points="15.294 28.556 15.294 21.808 5.5 20.372 5.5 29.992 15.294 28.556"/></svg>
Copied!