rainbow icon
rainbow from Font Awesome 6 Solid by Dave Gandy · Regular · Spring · CC-BY-4.0 Attribution required.
- Name
- rainbow
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Category
- Spring
- Viewbox
- 640×512
- License
- CC BY 4.0
The same icon in other sets
rainbowBootstrap IconsrainbowEmoji One (Colored)rainbowFont Awesome SolidrainbowFluent EmojirainbowFluent Emoji FlatrainbowFluent Emoji High ContrastrainbowFirefox OS EmojirainbowHuge IconsrainbowJam IconsrainbowLine AwesomerainbowLuciderainbow-fillMingCute IconrainbowMyna UI IconsrainbowNoto EmojirainbowOpenMojirainbowPhosphorrainbow-fillRemix IconrainbowStreamline EmojisrainbowTabler IconsrainbowTDesign IconsrainbowWeb3 IconsrainbowWeb3 Icons BrandedrainbowTwitter EmojirainbowUnicons
More spring icons from Font Awesome 6 Solid
Use the rainbow icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M320 96C178.6 96 64 210.6 64 352v96c0 17.7-14.3 32-32 32S0 465.7 0 448v-96C0 175.3 143.3 32 320 32s320 143.3 320 320v96c0 17.7-14.3 32-32 32s-32-14.3-32-32v-96c0-141.4-114.6-256-256-256m0 192c-35.3 0-64 28.7-64 64v96c0 17.7-14.3 32-32 32s-32-14.3-32-32v-96c0-70.7 57.3-128 128-128s128 57.3 128 128v96c0 17.7-14.3 32-32 32s-32-14.3-32-32v-96c0-35.3-28.7-64-64-64m-160 64v96c0 17.7-14.3 32-32 32s-32-14.3-32-32v-96c0-123.7 100.3-224 224-224s224 100.3 224 224v96c0 17.7-14.3 32-32 32s-32-14.3-32-32v-96c0-88.4-71.6-160-160-160s-160 71.6-160 160"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidRainbow(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M320 96C178.6 96 64 210.6 64 352v96c0 17.7-14.3 32-32 32S0 465.7 0 448v-96C0 175.3 143.3 32 320 32s320 143.3 320 320v96c0 17.7-14.3 32-32 32s-32-14.3-32-32v-96c0-141.4-114.6-256-256-256m0 192c-35.3 0-64 28.7-64 64v96c0 17.7-14.3 32-32 32s-32-14.3-32-32v-96c0-70.7 57.3-128 128-128s128 57.3 128 128v96c0 17.7-14.3 32-32 32s-32-14.3-32-32v-96c0-35.3-28.7-64-64-64m-160 64v96c0 17.7-14.3 32-32 32s-32-14.3-32-32v-96c0-123.7 100.3-224 224-224s224 100.3 224 224v96c0 17.7-14.3 32-32 32s-32-14.3-32-32v-96c0-88.4-71.6-160-160-160s-160 71.6-160 160"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M320 96C178.6 96 64 210.6 64 352v96c0 17.7-14.3 32-32 32S0 465.7 0 448v-96C0 175.3 143.3 32 320 32s320 143.3 320 320v96c0 17.7-14.3 32-32 32s-32-14.3-32-32v-96c0-141.4-114.6-256-256-256m0 192c-35.3 0-64 28.7-64 64v96c0 17.7-14.3 32-32 32s-32-14.3-32-32v-96c0-70.7 57.3-128 128-128s128 57.3 128 128v96c0 17.7-14.3 32-32 32s-32-14.3-32-32v-96c0-35.3-28.7-64-64-64m-160 64v96c0 17.7-14.3 32-32 32s-32-14.3-32-32v-96c0-123.7 100.3-224 224-224s224 100.3 224 224v96c0 17.7-14.3 32-32 32s-32-14.3-32-32v-96c0-88.4-71.6-160-160-160s-160 71.6-160 160"/></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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%2096C178.6%2096%2064%20210.6%2064%20352v96c0%2017.7-14.3%2032-32%2032S0%20465.7%200%20448v-96C0%20175.3%20143.3%2032%20320%2032s320%20143.3%20320%20320v96c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-96c0-141.4-114.6-256-256-256m0%20192c-35.3%200-64%2028.7-64%2064v96c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-96c0-70.7%2057.3-128%20128-128s128%2057.3%20128%20128v96c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-96c0-35.3-28.7-64-64-64m-160%2064v96c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-96c0-123.7%20100.3-224%20224-224s224%20100.3%20224%20224v96c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-96c0-88.4-71.6-160-160-160s-160%2071.6-160%20160%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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%2096C178.6%2096%2064%20210.6%2064%20352v96c0%2017.7-14.3%2032-32%2032S0%20465.7%200%20448v-96C0%20175.3%20143.3%2032%20320%2032s320%20143.3%20320%20320v96c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-96c0-141.4-114.6-256-256-256m0%20192c-35.3%200-64%2028.7-64%2064v96c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-96c0-70.7%2057.3-128%20128-128s128%2057.3%20128%20128v96c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-96c0-35.3-28.7-64-64-64m-160%2064v96c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-96c0-123.7%20100.3-224%20224-224s224%20100.3%20224%20224v96c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-96c0-88.4-71.6-160-160-160s-160%2071.6-160%20160%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/rainbow.svg?color=%231a73e8&size=48