Equinixmetal Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Equinixmetal 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/314239.svg" alt="Equinixmetal icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314239.svg" alt="Equinixmetal icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314239.svg" alt="Equinixmetal icon" :width="24" :height="24" />
CSS background
.icon-equinixmetal {
background-image: url('https://proicons.com/icon/314239.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Equinix Metal</title><path d="M22.399 7.789v7.005l-1.599.56V7.231L16 5.557v11.472l-1.601.557V4.996L12 4.16l-2.4.836v12.59l-1.599-.557V5.557L3.2 7.232v8.121l-1.599-.56V7.79L0 8.349v7.582l4.801 1.676v-9.24l1.6-.558v10.356L11.2 19.84V6.133l.8-.28.8.28v13.708l4.801-1.676V7.809l1.599.558v9.24L24 15.93V8.349z"/></svg>
Copied!