brightness 3 icon
brightness-3 from Material Symbols Light by Google · Regular · Images · Apache-2.0 Free for personal and commercial use.
- Name
- brightness-3
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- brightness-3-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="M9.192 21q-.252 0-.485-.026t-.476-.078q2.496-1.294 3.93-3.688T13.597 12t-1.434-5.208T8.23 3.104q.244-.052.477-.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.709"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightBrightness3(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="M9.192 21q-.252 0-.485-.026t-.476-.078q2.496-1.294 3.93-3.688T13.597 12t-1.434-5.208T8.23 3.104q.244-.052.477-.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.709"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.192 21q-.252 0-.485-.026t-.476-.078q2.496-1.294 3.93-3.688T13.597 12t-1.434-5.208T8.23 3.104q.244-.052.477-.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.709"/></svg> </template>
CSS
.icon-brightness-3 {
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%22M9.192%2021q-.252%200-.485-.026t-.476-.078q2.496-1.294%203.93-3.688T13.597%2012t-1.434-5.208T8.23%203.104q.244-.052.477-.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.709%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%22M9.192%2021q-.252%200-.485-.026t-.476-.078q2.496-1.294%203.93-3.688T13.597%2012t-1.434-5.208T8.23%203.104q.244-.052.477-.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.709%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.svg?color=%231a73e8&size=48