Emoji Rainbow Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Rainbow 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/339930.svg" alt="Emoji Rainbow icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339930.svg" alt="Emoji Rainbow icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339930.svg" alt="Emoji Rainbow icon" :width="24" :height="24" />
CSS background
.icon-emoji-rainbow {
background-image: url('https://proicons.com/icon/339930.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m10.1652,42.5c0-17.858,14.4768-32.3348,32.3348-32.3348"/><path class="b" d="m14.8304,42.5c0-15.2815,12.3881-27.6696,27.6696-27.6696"/><path class="b" d="m19.4957,42.5c0-12.705,10.2994-23.0043,23.0043-23.0043"/><path class="b" d="m24.1609,42.5c0-10.1284,8.2107-18.3391,18.3391-18.3391"/><path class="b" d="m28.8261,42.5c0-7.5519,6.122-13.6739,13.6739-13.6739V5.5C22.0655,5.5,5.5,22.0655,5.5,42.5h23.3261Z"/></svg>
Copied!