wb-iridescent from Material Symbols Light by Google · Regular · Images · Apache-2.0 Free for personal and commercial use.

Name
wb-iridescent
Set
Material Symbols Light
Style
Regular
Category
Images
Viewbox
24×24
License
Apache 2.0
Aliases
wb-iridescent-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More images icons from Material Symbols Light

Use the wb iridescent icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 14.089V9.933h12v4.155zm5.5-9.243V2.462h1v2.384zm6.816 2.608l-.708-.708L19.1 5.254l.708.708zM11.5 21.462v-2.385h1v2.385zm7.6-2.693l-1.492-1.492l.708-.708l1.492 1.493zM5.684 7.454L4.193 5.96l.708-.707l1.492 1.492zM4.9 18.769l-.708-.707l1.493-1.493l.707.708z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightWbIridescent(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 14.089V9.933h12v4.155zm5.5-9.243V2.462h1v2.384zm6.816 2.608l-.708-.708L19.1 5.254l.708.708zM11.5 21.462v-2.385h1v2.385zm7.6-2.693l-1.492-1.492l.708-.708l1.492 1.493zM5.684 7.454L4.193 5.96l.708-.707l1.492 1.492zM4.9 18.769l-.708-.707l1.493-1.493l.707.708z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 14.089V9.933h12v4.155zm5.5-9.243V2.462h1v2.384zm6.816 2.608l-.708-.708L19.1 5.254l.708.708zM11.5 21.462v-2.385h1v2.385zm7.6-2.693l-1.492-1.492l.708-.708l1.492 1.493zM5.684 7.454L4.193 5.96l.708-.707l1.492 1.492zM4.9 18.769l-.708-.707l1.493-1.493l.707.708z"/></svg>
</template>

CSS

.icon-wb-iridescent {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%2014.089V9.933h12v4.155zm5.5-9.243V2.462h1v2.384zm6.816%202.608l-.708-.708L19.1%205.254l.708.708zM11.5%2021.462v-2.385h1v2.385zm7.6-2.693l-1.492-1.492l.708-.708l1.492%201.493zM5.684%207.454L4.193%205.96l.708-.707l1.492%201.492zM4.9%2018.769l-.708-.707l1.493-1.493l.707.708z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%2014.089V9.933h12v4.155zm5.5-9.243V2.462h1v2.384zm6.816%202.608l-.708-.708L19.1%205.254l.708.708zM11.5%2021.462v-2.385h1v2.385zm7.6-2.693l-1.492-1.492l.708-.708l1.492%201.493zM5.684%207.454L4.193%205.96l.708-.707l1.492%201.492zM4.9%2018.769l-.708-.707l1.493-1.493l.707.708z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/wb-iridescent.svg?color=%231a73e8&size=48