rainbow from Streamline Emojis by Streamline · Default · Animals Nature · CC-BY-4.0 Attribution required.

Name
rainbow
Set
Streamline Emojis
Style
Default
Category
Animals Nature
Viewbox
48×48
License
CC BY 4.0

The same emoji in other sets

More animals nature icons from Streamline Emojis

Use the rainbow emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M3.08 45.3a20.92 1.7 0 1 0 41.84 0a20.92 1.7 0 1 0-41.84 0" opacity=".15"/><path fill="#fff" d="M4.21 4.21h39.57v39.57H4.21Z"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M4.21 4.21h39.57v39.57H4.21Z"/><path fill="#00b8f0" d="M7.04 7.04h33.92v33.92H7.04Z"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M7.04 7.04h33.92v33.92H7.04Z"/><path fill="#ff6242" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M41 9.4v30.43A1.13 1.13 0 0 1 39.83 41H9.4h0v0A31.56 31.56 0 0 1 41 9.4"/><path fill="#ffe500" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M41 14.13v25.7A1.13 1.13 0 0 1 39.83 41h-25.7h0v0A26.83 26.83 0 0 1 41 14.13"/><path fill="#00dba8" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M41 19v20.83A1.13 1.13 0 0 1 39.83 41H19h0v0a22 22 0 0 1 22-22"/><path fill="#bf8df2" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M41 23.73v16.1A1.13 1.13 0 0 1 39.83 41h-16.1h0v0A17.23 17.23 0 0 1 41 23.73"/><path fill="#00b8f0" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M41 28.25v11.58A1.13 1.13 0 0 1 39.83 41H28.25h0v0A12.71 12.71 0 0 1 41 28.25"/></svg>

React

import type { SVGProps } from "react";

export function StreamlineEmojisRainbow(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M3.08 45.3a20.92 1.7 0 1 0 41.84 0a20.92 1.7 0 1 0-41.84 0" opacity=".15"/><path fill="#fff" d="M4.21 4.21h39.57v39.57H4.21Z"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M4.21 4.21h39.57v39.57H4.21Z"/><path fill="#00b8f0" d="M7.04 7.04h33.92v33.92H7.04Z"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M7.04 7.04h33.92v33.92H7.04Z"/><path fill="#ff6242" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M41 9.4v30.43A1.13 1.13 0 0 1 39.83 41H9.4h0v0A31.56 31.56 0 0 1 41 9.4"/><path fill="#ffe500" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M41 14.13v25.7A1.13 1.13 0 0 1 39.83 41h-25.7h0v0A26.83 26.83 0 0 1 41 14.13"/><path fill="#00dba8" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M41 19v20.83A1.13 1.13 0 0 1 39.83 41H19h0v0a22 22 0 0 1 22-22"/><path fill="#bf8df2" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M41 23.73v16.1A1.13 1.13 0 0 1 39.83 41h-16.1h0v0A17.23 17.23 0 0 1 41 23.73"/><path fill="#00b8f0" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M41 28.25v11.58A1.13 1.13 0 0 1 39.83 41H28.25h0v0A12.71 12.71 0 0 1 41 28.25"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M3.08 45.3a20.92 1.7 0 1 0 41.84 0a20.92 1.7 0 1 0-41.84 0" opacity=".15"/><path fill="#fff" d="M4.21 4.21h39.57v39.57H4.21Z"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M4.21 4.21h39.57v39.57H4.21Z"/><path fill="#00b8f0" d="M7.04 7.04h33.92v33.92H7.04Z"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M7.04 7.04h33.92v33.92H7.04Z"/><path fill="#ff6242" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M41 9.4v30.43A1.13 1.13 0 0 1 39.83 41H9.4h0v0A31.56 31.56 0 0 1 41 9.4"/><path fill="#ffe500" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M41 14.13v25.7A1.13 1.13 0 0 1 39.83 41h-25.7h0v0A26.83 26.83 0 0 1 41 14.13"/><path fill="#00dba8" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M41 19v20.83A1.13 1.13 0 0 1 39.83 41H19h0v0a22 22 0 0 1 22-22"/><path fill="#bf8df2" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M41 23.73v16.1A1.13 1.13 0 0 1 39.83 41h-16.1h0v0A17.23 17.23 0 0 1 41 23.73"/><path fill="#00b8f0" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M41 28.25v11.58A1.13 1.13 0 0 1 39.83 41H28.25h0v0A12.71 12.71 0 0 1 41 28.25"/></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%2048%2048%22%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M3.08%2045.3a20.92%201.7%200%201%200%2041.84%200a20.92%201.7%200%201%200-41.84%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4.21%204.21h39.57v39.57H4.21Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4.21%204.21h39.57v39.57H4.21Z%22%2F%3E%3Cpath%20fill%3D%22%2300b8f0%22%20d%3D%22M7.04%207.04h33.92v33.92H7.04Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7.04%207.04h33.92v33.92H7.04Z%22%2F%3E%3Cpath%20fill%3D%22%23ff6242%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M41%209.4v30.43A1.13%201.13%200%200%201%2039.83%2041H9.4h0v0A31.56%2031.56%200%200%201%2041%209.4%22%2F%3E%3Cpath%20fill%3D%22%23ffe500%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M41%2014.13v25.7A1.13%201.13%200%200%201%2039.83%2041h-25.7h0v0A26.83%2026.83%200%200%201%2041%2014.13%22%2F%3E%3Cpath%20fill%3D%22%2300dba8%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M41%2019v20.83A1.13%201.13%200%200%201%2039.83%2041H19h0v0a22%2022%200%200%201%2022-22%22%2F%3E%3Cpath%20fill%3D%22%23bf8df2%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M41%2023.73v16.1A1.13%201.13%200%200%201%2039.83%2041h-16.1h0v0A17.23%2017.23%200%200%201%2041%2023.73%22%2F%3E%3Cpath%20fill%3D%22%2300b8f0%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M41%2028.25v11.58A1.13%201.13%200%200%201%2039.83%2041H28.25h0v0A12.71%2012.71%200%200%201%2041%2028.25%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%220%200%2048%2048%22%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M3.08%2045.3a20.92%201.7%200%201%200%2041.84%200a20.92%201.7%200%201%200-41.84%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4.21%204.21h39.57v39.57H4.21Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4.21%204.21h39.57v39.57H4.21Z%22%2F%3E%3Cpath%20fill%3D%22%2300b8f0%22%20d%3D%22M7.04%207.04h33.92v33.92H7.04Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7.04%207.04h33.92v33.92H7.04Z%22%2F%3E%3Cpath%20fill%3D%22%23ff6242%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M41%209.4v30.43A1.13%201.13%200%200%201%2039.83%2041H9.4h0v0A31.56%2031.56%200%200%201%2041%209.4%22%2F%3E%3Cpath%20fill%3D%22%23ffe500%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M41%2014.13v25.7A1.13%201.13%200%200%201%2039.83%2041h-25.7h0v0A26.83%2026.83%200%200%201%2041%2014.13%22%2F%3E%3Cpath%20fill%3D%22%2300dba8%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M41%2019v20.83A1.13%201.13%200%200%201%2039.83%2041H19h0v0a22%2022%200%200%201%2022-22%22%2F%3E%3Cpath%20fill%3D%22%23bf8df2%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M41%2023.73v16.1A1.13%201.13%200%200%201%2039.83%2041h-16.1h0v0A17.23%2017.23%200%200%201%2041%2023.73%22%2F%3E%3Cpath%20fill%3D%22%2300b8f0%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M41%2028.25v11.58A1.13%201.13%200%200%201%2039.83%2041H28.25h0v0A12.71%2012.71%200%200%201%2041%2028.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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