Heavensabove Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Heavensabove 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/341516.svg" alt="Heavensabove icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341516.svg" alt="Heavensabove icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341516.svg" alt="Heavensabove icon" :width="24" :height="24" />
CSS background
.icon-heavensabove {
background-image: url('https://proicons.com/icon/341516.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a,.b{fill:none;stroke:#fff;}.a{stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="a" cx="24" cy="24" r="21.5"/><path class="a" d="M44.1,31.6A21.48,21.48,0,0,0,5.6,35.1"/><path class="b" d="M13.5,42.8c-.5-2.3-.2-3.8,1.7-5.2a3.67,3.67,0,0,0,1.3-1.8,2.1,2.1,0,0,1,1.3-1.3A6.38,6.38,0,0,1,22,34c1.5.6,2.2,1.8,3.4,2.3a3.08,3.08,0,0,0,2.3.1c2.1-1,3.4.2,4.2,1.6A36.53,36.53,0,0,0,35,42.3"/><path class="b" d="M29.7,36.1c-.1-1.8.5-2.5-1.1-2.5-.7,0-1.7,0-2-.5-.4-1-.8-1-1.5-1.2a3.31,3.31,0,0,0-1.9-.3c-.3.1.3,1.6-.5,1.5-.4-.1-.9-1.8-1.6-2.3a2.32,2.32,0,0,0-2.5.4c-1.4,1.3-2.3,1.6-3.2,1.1-.6-.3-.3-2.1.1-2.4.9-.6,1.3,0,2-1,.2-.3-.3-1,.2-1.9s2.5,0,3.3-1.1,2.8-2.7,4.4-1.6a4.37,4.37,0,0,0,1,.6c.3.2.6-.6,1-1s.6-.3,1.3-.3a17.39,17.39,0,0,0,3.4-1.3"/><path class="a" d="M28.3,13.3l-1.8,1-1,1.8-1-1.8-1.8-1,1.8-1,1-1.8,1,1.8Z"/><path class="a" d="M18.7,9.9l-1.3.7-.7,1.3L16,10.6l-1.3-.7L16,9.2,16.7,8l.7,1.3Z"/><path class="a" d="M37.4,16.1l-1,.5-.5,1-.5-1-1-.5,1-.5.5-1,.5,1Z"/><path class="a" d="M10.3,19.7l-1,.5-.5,1-.5-1-1-.5,1-.5.5-1,.5,1Z"/></svg>
Copied!