Astral Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Astral 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/313584.svg" alt="Astral icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/313584.svg" alt="Astral icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/313584.svg" alt="Astral icon" :width="24" :height="24" />
CSS background
.icon-astral {
background-image: url('https://proicons.com/icon/313584.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>Astral</title><path d="M1.44 0C.6422 0 0 .6422 0 1.44v21.12C0 23.3578.6422 24 1.44 24h21.12c.7978 0 1.44-.6422 1.44-1.44V1.44C24 .6422 23.3578 0 22.56 0Zm4.7998 4.8h11.5199c.7953 0 1.44.6447 1.44 1.44V19.2h-6.624v-4.32h-1.152v4.32H4.8V6.24c0-.7953.6446-1.44 1.4398-1.44m4.032 5.472v1.152h3.456v-1.152z"/></svg>
Copied!