Aethersx2 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Aethersx2 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/321432.svg" alt="Aethersx2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321432.svg" alt="Aethersx2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321432.svg" alt="Aethersx2 icon" :width="24" :height="24" />
CSS background
.icon-aethersx2 {
background-image: url('https://proicons.com/icon/321432.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{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M21.672,4.4766,5.907,11.6152a.3673.3673,0,0,0-.2139.3723l2.1078,20.476a.4916.4916,0,0,0,.2617.3856l18.141,9.4617a.3739.3739,0,0,0,.428-.0582l12.722-11.869a.707.707,0,0,0,.2209-.4436l2.0513-19.709a.3149.3149,0,0,0-.2272-.3354L22.1676,4.44a.7237.7237,0,0,0-.4956.0369Z"/><path class="a" d="M5.7978,11.902l21.005,7.6668-.3075,22.76"/><path class="a" d="M41.488,10.216l-14.644,9.51"/></svg>
Copied!