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

Name
brightness-3-outline
Set
Material Symbols Light
Style
Outline
Category
Images
Viewbox
24×24
License
Apache 2.0
Aliases
brightness-3-outline-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More images icons from Material Symbols Light

Use the brightness 3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.598 19.58q2.5-.78 4.047-2.872T17.192 12t-1.547-4.708t-4.047-2.873q1.471 1.531 2.235 3.488T14.596 12t-.763 4.093t-2.235 3.488M9.192 21q-.256 0-.486-.026t-.475-.078q2.49-1.294 3.928-3.688T13.596 12T12.16 6.792T8.23 3.104q.244-.052.475-.078T9.192 3q1.868 0 3.51.708t2.858 1.923t1.923 2.857q.71 1.642.71 3.509t-.71 3.51t-1.923 2.859t-2.858 1.925t-3.51.709m5.404-9"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightBrightness3Outline(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="M11.598 19.58q2.5-.78 4.047-2.872T17.192 12t-1.547-4.708t-4.047-2.873q1.471 1.531 2.235 3.488T14.596 12t-.763 4.093t-2.235 3.488M9.192 21q-.256 0-.486-.026t-.475-.078q2.49-1.294 3.928-3.688T13.596 12T12.16 6.792T8.23 3.104q.244-.052.475-.078T9.192 3q1.868 0 3.51.708t2.858 1.923t1.923 2.857q.71 1.642.71 3.509t-.71 3.51t-1.923 2.859t-2.858 1.925t-3.51.709m5.404-9"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.598 19.58q2.5-.78 4.047-2.872T17.192 12t-1.547-4.708t-4.047-2.873q1.471 1.531 2.235 3.488T14.596 12t-.763 4.093t-2.235 3.488M9.192 21q-.256 0-.486-.026t-.475-.078q2.49-1.294 3.928-3.688T13.596 12T12.16 6.792T8.23 3.104q.244-.052.475-.078T9.192 3q1.868 0 3.51.708t2.858 1.923t1.923 2.857q.71 1.642.71 3.509t-.71 3.51t-1.923 2.859t-2.858 1.925t-3.51.709m5.404-9"/></svg>
</template>

CSS

.icon-brightness-3-outline {
  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%22M11.598%2019.58q2.5-.78%204.047-2.872T17.192%2012t-1.547-4.708t-4.047-2.873q1.471%201.531%202.235%203.488T14.596%2012t-.763%204.093t-2.235%203.488M9.192%2021q-.256%200-.486-.026t-.475-.078q2.49-1.294%203.928-3.688T13.596%2012T12.16%206.792T8.23%203.104q.244-.052.475-.078T9.192%203q1.868%200%203.51.708t2.858%201.923t1.923%202.857q.71%201.642.71%203.509t-.71%203.51t-1.923%202.859t-2.858%201.925t-3.51.709m5.404-9%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%22M11.598%2019.58q2.5-.78%204.047-2.872T17.192%2012t-1.547-4.708t-4.047-2.873q1.471%201.531%202.235%203.488T14.596%2012t-.763%204.093t-2.235%203.488M9.192%2021q-.256%200-.486-.026t-.475-.078q2.49-1.294%203.928-3.688T13.596%2012T12.16%206.792T8.23%203.104q.244-.052.475-.078T9.192%203q1.868%200%203.51.708t2.858%201.923t1.923%202.857q.71%201.642.71%203.509t-.71%203.51t-1.923%202.859t-2.858%201.925t-3.51.709m5.404-9%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-3-outline.svg?color=%231a73e8&size=48