Endless Sky Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Endless Sky 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/325437.svg" alt="Endless Sky icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325437.svg" alt="Endless Sky icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325437.svg" alt="Endless Sky icon" :width="24" :height="24" />
CSS background
.icon-endless-sky {
background-image: url('https://proicons.com/icon/325437.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="c" points="24 2.5 27.5712 20.4288 45.5 24 27.5712 27.5712 24 45.5 20.4288 27.5712 2.5 24 20.4288 20.4288 24 2.5"/><polygon class="c" points="34.4878 13.5122 29.062 24 34.4878 34.4878 24 29.062 13.5122 34.4878 18.938 24 13.5122 13.5122 24 18.938 34.4878 13.5122"/><g><line class="c" x1="21.4425" y1="22.5668" x2="22.0047" y2="20.8804"/><line class="c" x1="21.1782" y1="24.795" x2="20.3832" y2="23.205"/><line class="c" x1="22.5668" y1="26.5575" x2="20.8804" y2="25.9953"/><line class="c" x1="24.795" y1="26.8218" x2="23.205" y2="27.6168"/><line class="c" x1="26.5575" y1="25.4332" x2="25.9953" y2="27.1196"/><line class="c" x1="26.8218" y1="23.205" x2="27.6168" y2="24.795"/><line class="c" x1="25.4332" y1="21.4425" x2="27.1196" y2="22.0047"/><line class="c" x1="23.205" y1="21.1782" x2="24.795" y2="20.3832"/></g></svg>
Copied!