Rainbow Kwgt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Rainbow 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/331893.svg" alt="Rainbow Kwgt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331893.svg" alt="Rainbow Kwgt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331893.svg" alt="Rainbow Kwgt icon" :width="24" :height="24" />
CSS background
.icon-rainbow-kwgt {
background-image: url('https://proicons.com/icon/331893.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g><path class="b" d="m33.4309,43.3266c-2.8474,1.3921-6.0479,2.1734-9.4309,2.1734-11.8741,0-21.5-9.6259-21.5-21.5S12.1259,2.5,24,2.5s21.5,9.6259,21.5,21.5c0,3.3832-.7814,6.5839-2.1736,9.4314"/><circle class="b" cx="38.5" cy="38.5" r="7"/><g><line class="b" x1="36.6536" y1="34.4921" x2="36.6536" y2="42.5079"/><polyline class="b" points="40.3464 42.5079 40.3464 40.4552 38.2728 38.5 40.3464 36.5448 40.3464 34.4921"/></g></g><g><path class="b" d="m35.9055,31.9994c-3.173-2.8003-7.3408-4.4994-11.9055-4.4994-7.2493,0-13.4977,4.2855-16.35,10.4612"/><path class="b" d="m42.0103,32.4324c-4.0444-5.5646-10.6049-9.1824-18.0103-9.1824-8.0748,0-15.1449,4.3014-19.0441,10.7378"/><path class="b" d="m44.8736,29.172c-4.8508-6.1925-12.3975-10.172-20.8736-10.172S7.9773,22.9794,3.1265,29.1719"/><path class="b" d="m45.4941,23.5098c-5.5438-5.4195-13.1289-8.7598-21.4941-8.7598s-15.9566,3.3431-21.501,8.7666"/><path class="b" d="m44.3384,17.0125c-5.7322-4.0998-12.7536-6.5125-20.3384-6.5125s-14.606,2.4126-20.3382,6.5123"/></g></svg>
Copied!