Bare Metal Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Bare Metal 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/319575.svg" alt="Bare Metal icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319575.svg" alt="Bare Metal icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319575.svg" alt="Bare Metal icon" :width="24" :height="24" />
CSS background
.icon-bare-metal {
background-image: url('https://proicons.com/icon/319575.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 27.5.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="bare-metal_00000025421454348086594630000011276718271061270201_" d="M31,31.36H1c-0.199,0-0.36-0.161-0.36-0.36V1 c0-0.199,0.161-0.36,0.36-0.36h10c0.199,0,0.36,0.161,0.36,0.36v9.64H21c0.199,0,0.36,0.161,0.36,0.36v9.64H31 c0.199,0,0.36,0.161,0.36,0.36v10C31.36,31.199,31.199,31.36,31,31.36z M21.36,30.64h9.279v-9.28H21.36V30.64z M11.36,30.64h9.28 V11.36h-9.28V30.64z M1.36,30.64h9.28V1.36H1.36V30.64z M27,27.36h-2c-0.199,0-0.36-0.161-0.36-0.36v-2 c0-0.199,0.161-0.36,0.36-0.36h2c0.199,0,0.36,0.161,0.36,0.36v2C27.36,27.199,27.199,27.36,27,27.36z M25.36,26.64h1.279v-1.28 H25.36V26.64z M17,27.36h-2c-0.199,0-0.36-0.161-0.36-0.36v-2c0-0.199,0.161-0.36,0.36-0.36h0.64v-7.28H15 c-0.199,0-0.36-0.161-0.36-0.36v-2c0-0.199,0.161-0.36,0.36-0.36h2c0.199,0,0.36,0.161,0.36,0.36v2c0,0.199-0.161,0.36-0.36,0.36 h-0.64v7.279H17c0.199,0,0.36,0.161,0.36,0.36v2C17.36,27.199,17.199,27.36,17,27.36z M15.36,26.64h1.28v-1.28h-1.28V26.64z M15.36,16.64h1.28v-1.28h-1.28V16.64z M7,27.36H5c-0.199,0-0.36-0.161-0.36-0.36v-2c0-0.199,0.161-0.36,0.36-0.36h0.64v-7.28H5 c-0.199,0-0.36-0.161-0.36-0.36v-2c0-0.199,0.161-0.36,0.36-0.36h0.64V7.36H5C4.801,7.36,4.64,7.199,4.64,7V5 c0-0.199,0.161-0.36,0.36-0.36h2c0.199,0,0.36,0.161,0.36,0.36v2c0,0.199-0.161,0.36-0.36,0.36H6.36v7.28H7 c0.199,0,0.36,0.161,0.36,0.36v2c0,0.199-0.161,0.36-0.36,0.36H6.36v7.279H7c0.199,0,0.36,0.161,0.36,0.36v2 C7.36,27.199,7.199,27.36,7,27.36z M5.36,26.64h1.28v-1.28H5.36V26.64z M5.36,16.64h1.28v-1.28H5.36V16.64z M5.36,6.64h1.28V5.36 H5.36V6.64z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!