rainbow from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
rainbow
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the rainbow icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M2 15v-3a8 8 0 0 1 8-8c3.357 0 6.323 2.068 7.5 5"/><path d="M5 15v-3a5 5 0 0 1 5-5c1.85 0 3.649 1.005 4.5 2.5"/><path d="M8 15v-3a2 2 0 0 1 2-2c.932 0 1.778.637 2 1.5m7.513 3.7h.012c1.367 0 2.475 1.075 2.475 2.4S20.892 20 19.525 20H13.75C12.231 20 11 18.806 11 17.333c0-1.386 1.091-2.525 2.486-2.654m6.027.521q.012-.132.012-.267c0-1.62-1.354-2.933-3.025-2.933c-1.582 0-2.88 1.178-3.014 2.679m6.027.521a2.9 2.9 0 0 1-.68 1.6m-5.347-2.121q.13-.012.264-.012c.62 0 1.19.198 1.65.533"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsRainbow(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M2 15v-3a8 8 0 0 1 8-8c3.357 0 6.323 2.068 7.5 5"/><path d="M5 15v-3a5 5 0 0 1 5-5c1.85 0 3.649 1.005 4.5 2.5"/><path d="M8 15v-3a2 2 0 0 1 2-2c.932 0 1.778.637 2 1.5m7.513 3.7h.012c1.367 0 2.475 1.075 2.475 2.4S20.892 20 19.525 20H13.75C12.231 20 11 18.806 11 17.333c0-1.386 1.091-2.525 2.486-2.654m6.027.521q.012-.132.012-.267c0-1.62-1.354-2.933-3.025-2.933c-1.582 0-2.88 1.178-3.014 2.679m6.027.521a2.9 2.9 0 0 1-.68 1.6m-5.347-2.121q.13-.012.264-.012c.62 0 1.19.198 1.65.533"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M2 15v-3a8 8 0 0 1 8-8c3.357 0 6.323 2.068 7.5 5"/><path d="M5 15v-3a5 5 0 0 1 5-5c1.85 0 3.649 1.005 4.5 2.5"/><path d="M8 15v-3a2 2 0 0 1 2-2c.932 0 1.778.637 2 1.5m7.513 3.7h.012c1.367 0 2.475 1.075 2.475 2.4S20.892 20 19.525 20H13.75C12.231 20 11 18.806 11 17.333c0-1.386 1.091-2.525 2.486-2.654m6.027.521q.012-.132.012-.267c0-1.62-1.354-2.933-3.025-2.933c-1.582 0-2.88 1.178-3.014 2.679m6.027.521a2.9 2.9 0 0 1-.68 1.6m-5.347-2.121q.13-.012.264-.012c.62 0 1.19.198 1.65.533"/></g></svg>
</template>

CSS

.icon-rainbow {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2%2015v-3a8%208%200%200%201%208-8c3.357%200%206.323%202.068%207.5%205%22%2F%3E%3Cpath%20d%3D%22M5%2015v-3a5%205%200%200%201%205-5c1.85%200%203.649%201.005%204.5%202.5%22%2F%3E%3Cpath%20d%3D%22M8%2015v-3a2%202%200%200%201%202-2c.932%200%201.778.637%202%201.5m7.513%203.7h.012c1.367%200%202.475%201.075%202.475%202.4S20.892%2020%2019.525%2020H13.75C12.231%2020%2011%2018.806%2011%2017.333c0-1.386%201.091-2.525%202.486-2.654m6.027.521q.012-.132.012-.267c0-1.62-1.354-2.933-3.025-2.933c-1.582%200-2.88%201.178-3.014%202.679m6.027.521a2.9%202.9%200%200%201-.68%201.6m-5.347-2.121q.13-.012.264-.012c.62%200%201.19.198%201.65.533%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2%2015v-3a8%208%200%200%201%208-8c3.357%200%206.323%202.068%207.5%205%22%2F%3E%3Cpath%20d%3D%22M5%2015v-3a5%205%200%200%201%205-5c1.85%200%203.649%201.005%204.5%202.5%22%2F%3E%3Cpath%20d%3D%22M8%2015v-3a2%202%200%200%201%202-2c.932%200%201.778.637%202%201.5m7.513%203.7h.012c1.367%200%202.475%201.075%202.475%202.4S20.892%2020%2019.525%2020H13.75C12.231%2020%2011%2018.806%2011%2017.333c0-1.386%201.091-2.525%202.486-2.654m6.027.521q.012-.132.012-.267c0-1.62-1.354-2.933-3.025-2.933c-1.582%200-2.88%201.178-3.014%202.679m6.027.521a2.9%202.9%200%200%201-.68%201.6m-5.347-2.121q.13-.012.264-.012c.62%200%201.19.198%201.65.533%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/rainbow.svg?color=%231a73e8&size=48