Hadesstar Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hadesstar 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/341419.svg" alt="Hadesstar icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341419.svg" alt="Hadesstar icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341419.svg" alt="Hadesstar icon" :width="24" :height="24" />
CSS background
.icon-hadesstar {
background-image: url('https://proicons.com/icon/341419.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;stroke-linecap:round;stroke-linejoin:round;}.a{stroke-dasharray:1 2;}</style></defs><circle class="a" cx="24" cy="24" r="13.3"/><path class="b" d="M19.4,38.63a16,16,0,0,0,4.56.69A15.34,15.34,0,0,0,34.82,13.13a17,17,0,0,0-3.54-2.64l1.46-2.7A19.62,19.62,0,0,1,37,11a18.35,18.35,0,0,1,5.39,13h3.07A21.48,21.48,0,0,0,24,2.47V5.54a20.07,20.07,0,0,1,5.47.82L28.52,9.3A16.39,16.39,0,0,0,24,8.61,15.34,15.34,0,0,0,13.1,34.8a16.38,16.38,0,0,0,3.54,2.64l-1.46,2.71A19.74,19.74,0,0,1,10.93,37,18.35,18.35,0,0,1,5.54,24H2.47A21.49,21.49,0,0,0,24,45.47V42.4a20.14,20.14,0,0,1-5.48-.83Z"/><path class="b" d="M40.07,31.06l.33,5.43-4.13,4L31.07,40M41.29,26.23a17.89,17.89,0,0,1-1.23,4.85,17.06,17.06,0,0,1-9,9,17.86,17.86,0,0,1-4.85,1.24"/><circle class="b" cx="24" cy="24" r="11.26"/></svg>
Copied!