Exoscale Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Exoscale 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/314265.svg" alt="Exoscale icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314265.svg" alt="Exoscale icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314265.svg" alt="Exoscale icon" :width="24" :height="24" />
CSS background
.icon-exoscale {
background-image: url('https://proicons.com/icon/314265.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>Exoscale</title><path d="M12 1.608 0 22.392h1.665L12 4.593v2.929l-8.612 14.87H5.11L12 10.507v2.986l-5.167 8.9h1.722L12 16.477v2.929l-1.722 2.985H24Z"/></svg>
Copied!