Galaxy Enhance X Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Galaxy Enhance X 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/340909.svg" alt="Galaxy Enhance X icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340909.svg" alt="Galaxy Enhance X icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340909.svg" alt="Galaxy Enhance X icon" :width="24" :height="24" />
CSS background
.icon-galaxy-enhance-x {
background-image: url('https://proicons.com/icon/340909.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>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="e" d="m25.7284,5.5c.6218,2.7234,1.8957,5.1053,5.8842,6.0655-3.8891,1.1045-5.0498,2.6538-5.7629,6.0048-.8735-3.4194-1.6947-5.2853-5.9449-6.0048,3.6495-1.0237,5.0938-3.1553,5.8235-6.0655Z"/><path id="d" class="e" d="m35.0096,14.2343c-1.0538,3.9375-3.267,6.6525-7.4614,7.2786,5.0041.7992,6.6534,3.9556,7.4614,7.7031.6753-4.4072,3.2276-6.7759,7.2187-7.5818-3.876-1.0498-6.488-3.4375-7.2187-7.3999Z"/><rect class="e" x="16.7787" y="20.4858" width="5.5036" height="5.5036"/><rect class="e" x="22.2823" y="25.9894" width="5.5036" height="5.5036"/><path class="e" d="m16.7787,25.9894v5.5035h5.5035v5.5036h5.5036v2.5016c0,1.6579-1.344,3.0019-3.002,3.0019H8.7735c-1.6579,0-3.0019-1.344-3.0019-3.0019v-16.0103c0-1.6579,1.344-3.0019,3.0019-3.0019h2.5016v5.5035h5.5035Z"/></svg>
Copied!