round brightness 4 icon

round-brightness-4 from Google Material Icons by Material Design Authors · Baseline · Image · Apache-2.0 Free for personal and commercial use.

Name
round-brightness-4
Set
Google Material Icons
Style
Baseline
Category
Image
Viewbox
24×24
License
Apache 2.0

More image icons from Google Material Icons

Use the round brightness 4 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.6 11.29L20 8.69V5c0-.55-.45-1-1-1h-3.69l-2.6-2.6a.996.996 0 0 0-1.41 0L8.69 4H5c-.55 0-1 .45-1 1v3.69l-2.6 2.6a.996.996 0 0 0 0 1.41L4 15.3V19c0 .55.45 1 1 1h3.69l2.6 2.6c.39.39 1.02.39 1.41 0l2.6-2.6H19c.55 0 1-.45 1-1v-3.69l2.6-2.6c.39-.39.39-1.03 0-1.42m-4.68 1.69a6 6 0 0 1-3.88 4.66c-1.21.43-2.41.45-3.5.18c-.41-.1-.48-.65-.13-.9C11.98 15.84 13 14.04 13 12s-1.02-3.84-2.58-4.92c-.35-.24-.29-.79.13-.9c1.09-.27 2.29-.25 3.5.18c2.02.72 3.54 2.54 3.88 4.66c.05.33.07.66.07.98c-.01.32-.03.65-.08.98"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundBrightness4(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="M22.6 11.29L20 8.69V5c0-.55-.45-1-1-1h-3.69l-2.6-2.6a.996.996 0 0 0-1.41 0L8.69 4H5c-.55 0-1 .45-1 1v3.69l-2.6 2.6a.996.996 0 0 0 0 1.41L4 15.3V19c0 .55.45 1 1 1h3.69l2.6 2.6c.39.39 1.02.39 1.41 0l2.6-2.6H19c.55 0 1-.45 1-1v-3.69l2.6-2.6c.39-.39.39-1.03 0-1.42m-4.68 1.69a6 6 0 0 1-3.88 4.66c-1.21.43-2.41.45-3.5.18c-.41-.1-.48-.65-.13-.9C11.98 15.84 13 14.04 13 12s-1.02-3.84-2.58-4.92c-.35-.24-.29-.79.13-.9c1.09-.27 2.29-.25 3.5.18c2.02.72 3.54 2.54 3.88 4.66c.05.33.07.66.07.98c-.01.32-.03.65-.08.98"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.6 11.29L20 8.69V5c0-.55-.45-1-1-1h-3.69l-2.6-2.6a.996.996 0 0 0-1.41 0L8.69 4H5c-.55 0-1 .45-1 1v3.69l-2.6 2.6a.996.996 0 0 0 0 1.41L4 15.3V19c0 .55.45 1 1 1h3.69l2.6 2.6c.39.39 1.02.39 1.41 0l2.6-2.6H19c.55 0 1-.45 1-1v-3.69l2.6-2.6c.39-.39.39-1.03 0-1.42m-4.68 1.69a6 6 0 0 1-3.88 4.66c-1.21.43-2.41.45-3.5.18c-.41-.1-.48-.65-.13-.9C11.98 15.84 13 14.04 13 12s-1.02-3.84-2.58-4.92c-.35-.24-.29-.79.13-.9c1.09-.27 2.29-.25 3.5.18c2.02.72 3.54 2.54 3.88 4.66c.05.33.07.66.07.98c-.01.32-.03.65-.08.98"/></svg>
</template>

CSS

.icon-round-brightness-4 {
  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%22M22.6%2011.29L20%208.69V5c0-.55-.45-1-1-1h-3.69l-2.6-2.6a.996.996%200%200%200-1.41%200L8.69%204H5c-.55%200-1%20.45-1%201v3.69l-2.6%202.6a.996.996%200%200%200%200%201.41L4%2015.3V19c0%20.55.45%201%201%201h3.69l2.6%202.6c.39.39%201.02.39%201.41%200l2.6-2.6H19c.55%200%201-.45%201-1v-3.69l2.6-2.6c.39-.39.39-1.03%200-1.42m-4.68%201.69a6%206%200%200%201-3.88%204.66c-1.21.43-2.41.45-3.5.18c-.41-.1-.48-.65-.13-.9C11.98%2015.84%2013%2014.04%2013%2012s-1.02-3.84-2.58-4.92c-.35-.24-.29-.79.13-.9c1.09-.27%202.29-.25%203.5.18c2.02.72%203.54%202.54%203.88%204.66c.05.33.07.66.07.98c-.01.32-.03.65-.08.98%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%22M22.6%2011.29L20%208.69V5c0-.55-.45-1-1-1h-3.69l-2.6-2.6a.996.996%200%200%200-1.41%200L8.69%204H5c-.55%200-1%20.45-1%201v3.69l-2.6%202.6a.996.996%200%200%200%200%201.41L4%2015.3V19c0%20.55.45%201%201%201h3.69l2.6%202.6c.39.39%201.02.39%201.41%200l2.6-2.6H19c.55%200%201-.45%201-1v-3.69l2.6-2.6c.39-.39.39-1.03%200-1.42m-4.68%201.69a6%206%200%200%201-3.88%204.66c-1.21.43-2.41.45-3.5.18c-.41-.1-.48-.65-.13-.9C11.98%2015.84%2013%2014.04%2013%2012s-1.02-3.84-2.58-4.92c-.35-.24-.29-.79.13-.9c1.09-.27%202.29-.25%203.5.18c2.02.72%203.54%202.54%203.88%204.66c.05.33.07.66.07.98c-.01.32-.03.65-.08.98%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-brightness-4.svg?color=%231a73e8&size=48