brightness-4-outline-rounded from Material Symbols Light by Google · Outline Rounded · Images · Apache-2.0 Free for personal and commercial use.

Name
brightness-4-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
Images
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More images icons from Material Symbols Light

Use the 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="M12.53 16.23q1.749 0 2.99-1.24q1.242-1.242 1.242-2.99T15.52 9.01q-1.241-1.24-2.99-1.24h-.344q-.165 0-.326.05q-.318.055-.398.36t.155.486q.796.584 1.21 1.468q.414.883.414 1.866q0 .989-.408 1.878q-.408.89-1.216 1.457q-.242.18-.174.485t.398.355q.161.05.335.053t.355.003M9.073 19H6.616q-.672 0-1.144-.472T5 17.385v-2.458l-1.79-1.796q-.237-.243-.349-.538T2.75 12t.112-.593t.347-.538L5 9.073V6.616q0-.672.472-1.144T6.616 5h2.457l1.796-1.79q.243-.237.538-.349T12 2.75t.593.112t.538.347L14.927 5h2.458q.67 0 1.143.472q.472.472.472 1.144v2.457l1.79 1.796q.237.243.349.538t.111.593t-.111.593t-.348.538L19 14.927v2.458q0 .67-.472 1.143q-.472.472-1.143.472h-2.458l-1.796 1.79q-.243.237-.538.349T12 21.25t-.593-.111t-.538-.348zm.427-1l2.058 2.058q.173.173.442.173t.442-.173L14.5 18h2.885q.269 0 .442-.173t.173-.442V14.5l2.058-2.058q.173-.173.173-.442t-.173-.442L18 9.5V6.616q0-.27-.173-.443T17.385 6H14.5l-2.058-2.058Q12.27 3.77 12 3.77t-.442.173L9.5 6H6.616q-.27 0-.443.173T6 6.616V9.5l-2.058 2.058q-.173.173-.173.442t.173.442L6 14.5v2.885q0 .269.173.442t.443.173zm2.5-6"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightBrightness4OutlineRounded(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="M12.53 16.23q1.749 0 2.99-1.24q1.242-1.242 1.242-2.99T15.52 9.01q-1.241-1.24-2.99-1.24h-.344q-.165 0-.326.05q-.318.055-.398.36t.155.486q.796.584 1.21 1.468q.414.883.414 1.866q0 .989-.408 1.878q-.408.89-1.216 1.457q-.242.18-.174.485t.398.355q.161.05.335.053t.355.003M9.073 19H6.616q-.672 0-1.144-.472T5 17.385v-2.458l-1.79-1.796q-.237-.243-.349-.538T2.75 12t.112-.593t.347-.538L5 9.073V6.616q0-.672.472-1.144T6.616 5h2.457l1.796-1.79q.243-.237.538-.349T12 2.75t.593.112t.538.347L14.927 5h2.458q.67 0 1.143.472q.472.472.472 1.144v2.457l1.79 1.796q.237.243.349.538t.111.593t-.111.593t-.348.538L19 14.927v2.458q0 .67-.472 1.143q-.472.472-1.143.472h-2.458l-1.796 1.79q-.243.237-.538.349T12 21.25t-.593-.111t-.538-.348zm.427-1l2.058 2.058q.173.173.442.173t.442-.173L14.5 18h2.885q.269 0 .442-.173t.173-.442V14.5l2.058-2.058q.173-.173.173-.442t-.173-.442L18 9.5V6.616q0-.27-.173-.443T17.385 6H14.5l-2.058-2.058Q12.27 3.77 12 3.77t-.442.173L9.5 6H6.616q-.27 0-.443.173T6 6.616V9.5l-2.058 2.058q-.173.173-.173.442t.173.442L6 14.5v2.885q0 .269.173.442t.443.173zm2.5-6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.53 16.23q1.749 0 2.99-1.24q1.242-1.242 1.242-2.99T15.52 9.01q-1.241-1.24-2.99-1.24h-.344q-.165 0-.326.05q-.318.055-.398.36t.155.486q.796.584 1.21 1.468q.414.883.414 1.866q0 .989-.408 1.878q-.408.89-1.216 1.457q-.242.18-.174.485t.398.355q.161.05.335.053t.355.003M9.073 19H6.616q-.672 0-1.144-.472T5 17.385v-2.458l-1.79-1.796q-.237-.243-.349-.538T2.75 12t.112-.593t.347-.538L5 9.073V6.616q0-.672.472-1.144T6.616 5h2.457l1.796-1.79q.243-.237.538-.349T12 2.75t.593.112t.538.347L14.927 5h2.458q.67 0 1.143.472q.472.472.472 1.144v2.457l1.79 1.796q.237.243.349.538t.111.593t-.111.593t-.348.538L19 14.927v2.458q0 .67-.472 1.143q-.472.472-1.143.472h-2.458l-1.796 1.79q-.243.237-.538.349T12 21.25t-.593-.111t-.538-.348zm.427-1l2.058 2.058q.173.173.442.173t.442-.173L14.5 18h2.885q.269 0 .442-.173t.173-.442V14.5l2.058-2.058q.173-.173.173-.442t-.173-.442L18 9.5V6.616q0-.27-.173-.443T17.385 6H14.5l-2.058-2.058Q12.27 3.77 12 3.77t-.442.173L9.5 6H6.616q-.27 0-.443.173T6 6.616V9.5l-2.058 2.058q-.173.173-.173.442t.173.442L6 14.5v2.885q0 .269.173.442t.443.173zm2.5-6"/></svg>
</template>

CSS

.icon-brightness-4-outline-rounded {
  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%22M12.53%2016.23q1.749%200%202.99-1.24q1.242-1.242%201.242-2.99T15.52%209.01q-1.241-1.24-2.99-1.24h-.344q-.165%200-.326.05q-.318.055-.398.36t.155.486q.796.584%201.21%201.468q.414.883.414%201.866q0%20.989-.408%201.878q-.408.89-1.216%201.457q-.242.18-.174.485t.398.355q.161.05.335.053t.355.003M9.073%2019H6.616q-.672%200-1.144-.472T5%2017.385v-2.458l-1.79-1.796q-.237-.243-.349-.538T2.75%2012t.112-.593t.347-.538L5%209.073V6.616q0-.672.472-1.144T6.616%205h2.457l1.796-1.79q.243-.237.538-.349T12%202.75t.593.112t.538.347L14.927%205h2.458q.67%200%201.143.472q.472.472.472%201.144v2.457l1.79%201.796q.237.243.349.538t.111.593t-.111.593t-.348.538L19%2014.927v2.458q0%20.67-.472%201.143q-.472.472-1.143.472h-2.458l-1.796%201.79q-.243.237-.538.349T12%2021.25t-.593-.111t-.538-.348zm.427-1l2.058%202.058q.173.173.442.173t.442-.173L14.5%2018h2.885q.269%200%20.442-.173t.173-.442V14.5l2.058-2.058q.173-.173.173-.442t-.173-.442L18%209.5V6.616q0-.27-.173-.443T17.385%206H14.5l-2.058-2.058Q12.27%203.77%2012%203.77t-.442.173L9.5%206H6.616q-.27%200-.443.173T6%206.616V9.5l-2.058%202.058q-.173.173-.173.442t.173.442L6%2014.5v2.885q0%20.269.173.442t.443.173zm2.5-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.53%2016.23q1.749%200%202.99-1.24q1.242-1.242%201.242-2.99T15.52%209.01q-1.241-1.24-2.99-1.24h-.344q-.165%200-.326.05q-.318.055-.398.36t.155.486q.796.584%201.21%201.468q.414.883.414%201.866q0%20.989-.408%201.878q-.408.89-1.216%201.457q-.242.18-.174.485t.398.355q.161.05.335.053t.355.003M9.073%2019H6.616q-.672%200-1.144-.472T5%2017.385v-2.458l-1.79-1.796q-.237-.243-.349-.538T2.75%2012t.112-.593t.347-.538L5%209.073V6.616q0-.672.472-1.144T6.616%205h2.457l1.796-1.79q.243-.237.538-.349T12%202.75t.593.112t.538.347L14.927%205h2.458q.67%200%201.143.472q.472.472.472%201.144v2.457l1.79%201.796q.237.243.349.538t.111.593t-.111.593t-.348.538L19%2014.927v2.458q0%20.67-.472%201.143q-.472.472-1.143.472h-2.458l-1.796%201.79q-.243.237-.538.349T12%2021.25t-.593-.111t-.538-.348zm.427-1l2.058%202.058q.173.173.442.173t.442-.173L14.5%2018h2.885q.269%200%20.442-.173t.173-.442V14.5l2.058-2.058q.173-.173.173-.442t-.173-.442L18%209.5V6.616q0-.27-.173-.443T17.385%206H14.5l-2.058-2.058Q12.27%203.77%2012%203.77t-.442.173L9.5%206H6.616q-.27%200-.443.173T6%206.616V9.5l-2.058%202.058q-.173.173-.173.442t.173.442L6%2014.5v2.885q0%20.269.173.442t.443.173zm2.5-6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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