rainbow from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.

Name
rainbow
Set
Jam Icons
Style
Outline
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="-2 -7 24 24"><path fill="currentColor" d="M0 10C0 4.477 4.477 0 10 0s10 4.477 10 10h-2a8 8 0 1 0-16 0zm4 0a6 6 0 1 1 12 0h-2a4 4 0 1 0-8 0zm4 0a2 2 0 1 1 4 0z"/></svg>

React

import type { SVGProps } from "react";

export function JamRainbow(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -7 24 24"><path fill="currentColor" d="M0 10C0 4.477 4.477 0 10 0s10 4.477 10 10h-2a8 8 0 1 0-16 0zm4 0a6 6 0 1 1 12 0h-2a4 4 0 1 0-8 0zm4 0a2 2 0 1 1 4 0z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -7 24 24"><path fill="currentColor" d="M0 10C0 4.477 4.477 0 10 0s10 4.477 10 10h-2a8 8 0 1 0-16 0zm4 0a6 6 0 1 1 12 0h-2a4 4 0 1 0-8 0zm4 0a2 2 0 1 1 4 0z"/></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%22-2%20-7%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%2010C0%204.477%204.477%200%2010%200s10%204.477%2010%2010h-2a8%208%200%201%200-16%200zm4%200a6%206%200%201%201%2012%200h-2a4%204%200%201%200-8%200zm4%200a2%202%200%201%201%204%200z%22%2F%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%22-2%20-7%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%2010C0%204.477%204.477%200%2010%200s10%204.477%2010%2010h-2a8%208%200%201%200-16%200zm4%200a6%206%200%201%201%2012%200h-2a4%204%200%201%200-8%200zm4%200a2%202%200%201%201%204%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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