Andromeda Kwgt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Andromeda Kwgt 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/336326.svg" alt="Andromeda Kwgt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336326.svg" alt="Andromeda Kwgt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336326.svg" alt="Andromeda Kwgt icon" :width="24" :height="24" />
CSS background
.icon-andromeda-kwgt {
background-image: url('https://proicons.com/icon/336326.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M28.4935,27.6557,24,18.2189,12.4369,42.5H5.4994l18.5-37,10.939,21.8767"/><path class="a" d="M39.3037,36.1063,42.5006,42.5H35.5631L32.724,36.5378"/><polyline class="a" points="34.112 29.679 32.962 34.278 31.813 29.679 30.663 34.278 29.513 29.679"/><path class="a" d="M38.4646,31.2335a1.5574,1.5574,0,0,0-1.6085-1.5511A1.6181,1.6181,0,0,0,35.42,31.2908v1.4361a1.5447,1.5447,0,0,0,1.5511,1.5511h0a1.5446,1.5446,0,0,0,1.5511-1.5511H36.9711"/><line class="a" x1="39.3037" y1="29.6786" x2="42.3509" y2="29.6786"/><line class="a" x1="40.8554" y1="34.2775" x2="40.8554" y2="29.6786"/><line class="a" x1="25.7336" y1="29.6786" x2="25.7336" y2="34.2775"/><polyline class="a" points="28.204 34.277 26.307 31.977 28.204 29.678"/><line class="a" x1="26.3071" y1="31.9788" x2="25.7336" y2="31.9788"/></svg>
Copied!