Arkecosystem Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Arkecosystem 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/313565.svg" alt="Arkecosystem icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/313565.svg" alt="Arkecosystem icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/313565.svg" alt="Arkecosystem icon" :width="24" :height="24" />
CSS background
.icon-arkecosystem {
background-image: url('https://proicons.com/icon/313565.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>ARK Ecosystem</title><path d="M1.8 0C.806 0 0 .805 0 1.8v20.4c0 .995.805 1.8 1.8 1.8h20.4c.995 0 1.8-.805 1.8-1.8V1.8c0-.995-.805-1.8-1.8-1.8H1.8zm10.223 4.39l9.29 15.098-9.29-9.82-9.351 9.82 9.351-15.097zm0 7.583l1.633 1.691h-3.285l1.652-1.691zM9.31 14.762h5.41l1.496 1.574H7.813l1.496-1.574z"/></svg>
Copied!