rainbow from Font Awesome Solid by Dave Gandy · Solid · Spring · CC-BY-4.0 Attribution required.

Name
rainbow
Set
Font Awesome Solid
Style
Solid
Category
Spring
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More spring icons from Font Awesome Solid

Use the rainbow icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 160C178.6 160 64 274.6 64 416v64c0 17.7-14.3 32-32 32S0 497.7 0 480v-64C0 239.3 143.3 96 320 96s320 143.3 320 320v64c0 17.7-14.3 32-32 32s-32-14.3-32-32v-64c0-141.4-114.6-256-256-256m0 112c-79.5 0-144 64.5-144 144v64c0 17.7-14.3 32-32 32s-32-14.3-32-32v-64c0-114.9 93.1-208 208-208s208 93.1 208 208v64c0 17.7-14.3 32-32 32s-32-14.3-32-32v-64c0-79.5-64.5-144-144-144m-32 144v64c0 17.7-14.3 32-32 32s-32-14.3-32-32v-64c0-53 43-96 96-96s96 43 96 96v64c0 17.7-14.3 32-32 32s-32-14.3-32-32v-64c0-17.7-14.3-32-32-32s-32 14.3-32 32"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidRainbow(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 160C178.6 160 64 274.6 64 416v64c0 17.7-14.3 32-32 32S0 497.7 0 480v-64C0 239.3 143.3 96 320 96s320 143.3 320 320v64c0 17.7-14.3 32-32 32s-32-14.3-32-32v-64c0-141.4-114.6-256-256-256m0 112c-79.5 0-144 64.5-144 144v64c0 17.7-14.3 32-32 32s-32-14.3-32-32v-64c0-114.9 93.1-208 208-208s208 93.1 208 208v64c0 17.7-14.3 32-32 32s-32-14.3-32-32v-64c0-79.5-64.5-144-144-144m-32 144v64c0 17.7-14.3 32-32 32s-32-14.3-32-32v-64c0-53 43-96 96-96s96 43 96 96v64c0 17.7-14.3 32-32 32s-32-14.3-32-32v-64c0-17.7-14.3-32-32-32s-32 14.3-32 32"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 160C178.6 160 64 274.6 64 416v64c0 17.7-14.3 32-32 32S0 497.7 0 480v-64C0 239.3 143.3 96 320 96s320 143.3 320 320v64c0 17.7-14.3 32-32 32s-32-14.3-32-32v-64c0-141.4-114.6-256-256-256m0 112c-79.5 0-144 64.5-144 144v64c0 17.7-14.3 32-32 32s-32-14.3-32-32v-64c0-114.9 93.1-208 208-208s208 93.1 208 208v64c0 17.7-14.3 32-32 32s-32-14.3-32-32v-64c0-79.5-64.5-144-144-144m-32 144v64c0 17.7-14.3 32-32 32s-32-14.3-32-32v-64c0-53 43-96 96-96s96 43 96 96v64c0 17.7-14.3 32-32 32s-32-14.3-32-32v-64c0-17.7-14.3-32-32-32s-32 14.3-32 32"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%20160C178.6%20160%2064%20274.6%2064%20416v64c0%2017.7-14.3%2032-32%2032S0%20497.7%200%20480v-64C0%20239.3%20143.3%2096%20320%2096s320%20143.3%20320%20320v64c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-64c0-141.4-114.6-256-256-256m0%20112c-79.5%200-144%2064.5-144%20144v64c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-64c0-114.9%2093.1-208%20208-208s208%2093.1%20208%20208v64c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-64c0-79.5-64.5-144-144-144m-32%20144v64c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-64c0-53%2043-96%2096-96s96%2043%2096%2096v64c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-64c0-17.7-14.3-32-32-32s-32%2014.3-32%2032%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%20160C178.6%20160%2064%20274.6%2064%20416v64c0%2017.7-14.3%2032-32%2032S0%20497.7%200%20480v-64C0%20239.3%20143.3%2096%20320%2096s320%20143.3%20320%20320v64c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-64c0-141.4-114.6-256-256-256m0%20112c-79.5%200-144%2064.5-144%20144v64c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-64c0-114.9%2093.1-208%20208-208s208%2093.1%20208%20208v64c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-64c0-79.5-64.5-144-144-144m-32%20144v64c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-64c0-53%2043-96%2096-96s96%2043%2096%2096v64c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-64c0-17.7-14.3-32-32-32s-32%2014.3-32%2032%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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