rainbow from Line Awesome by Icons8 · Line · Weather · Apache-2.0 Free for personal and commercial use.

Name
rainbow
Set
Line Awesome
Style
Line
Category
Weather
Viewbox
32×32
License
Apache 2.0
Aliases
rainbow-solid

The same icon in other sets

More weather icons from Line Awesome

Use the rainbow icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 5C8.28 5 2 11.28 2 19v8h2v-8C4 12.383 9.383 7 16 7s12 5.383 12 12v8h2v-8c0-7.72-6.28-14-14-14m0 4C10.486 9 6 13.486 6 19v8h2v-8c0-4.411 3.589-8 8-8s8 3.589 8 8v8h2v-8c0-5.514-4.486-10-10-10m0 4c-3.309 0-6 2.691-6 6v8h2v-8c0-2.206 1.794-4 4-4s4 1.794 4 4v8h2v-8c0-3.309-2.691-6-6-6"/></svg>

React

import type { SVGProps } from "react";

export function LaRainbow(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 5C8.28 5 2 11.28 2 19v8h2v-8C4 12.383 9.383 7 16 7s12 5.383 12 12v8h2v-8c0-7.72-6.28-14-14-14m0 4C10.486 9 6 13.486 6 19v8h2v-8c0-4.411 3.589-8 8-8s8 3.589 8 8v8h2v-8c0-5.514-4.486-10-10-10m0 4c-3.309 0-6 2.691-6 6v8h2v-8c0-2.206 1.794-4 4-4s4 1.794 4 4v8h2v-8c0-3.309-2.691-6-6-6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 5C8.28 5 2 11.28 2 19v8h2v-8C4 12.383 9.383 7 16 7s12 5.383 12 12v8h2v-8c0-7.72-6.28-14-14-14m0 4C10.486 9 6 13.486 6 19v8h2v-8c0-4.411 3.589-8 8-8s8 3.589 8 8v8h2v-8c0-5.514-4.486-10-10-10m0 4c-3.309 0-6 2.691-6 6v8h2v-8c0-2.206 1.794-4 4-4s4 1.794 4 4v8h2v-8c0-3.309-2.691-6-6-6"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%205C8.28%205%202%2011.28%202%2019v8h2v-8C4%2012.383%209.383%207%2016%207s12%205.383%2012%2012v8h2v-8c0-7.72-6.28-14-14-14m0%204C10.486%209%206%2013.486%206%2019v8h2v-8c0-4.411%203.589-8%208-8s8%203.589%208%208v8h2v-8c0-5.514-4.486-10-10-10m0%204c-3.309%200-6%202.691-6%206v8h2v-8c0-2.206%201.794-4%204-4s4%201.794%204%204v8h2v-8c0-3.309-2.691-6-6-6%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%205C8.28%205%202%2011.28%202%2019v8h2v-8C4%2012.383%209.383%207%2016%207s12%205.383%2012%2012v8h2v-8c0-7.72-6.28-14-14-14m0%204C10.486%209%206%2013.486%206%2019v8h2v-8c0-4.411%203.589-8%208-8s8%203.589%208%208v8h2v-8c0-5.514-4.486-10-10-10m0%204c-3.309%200-6%202.691-6%206v8h2v-8c0-2.206%201.794-4%204-4s4%201.794%204%204v8h2v-8c0-3.309-2.691-6-6-6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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