brightness 3 icon
brightness-3-outline-rounded from Material Symbols by Google · Outline Rounded · Images · Apache-2.0 Free for personal and commercial use.
- Name
- brightness-3-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
More images icons from Material Symbols
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="M12.675 19.1q2-1.05 3.163-2.937T17 12.075q0-2.3-1.162-4.212T12.675 4.9Q13.8 6.45 14.4 8.275t.6 3.8q0 1.875-.6 3.675t-1.725 3.35M15.75 4.575Q17.275 6 18.138 8.025t.862 4.05q0 2.125-.862 4t-2.388 3.3q-1.3 1.2-2.925 1.9t-3.4.7q-.3 0-.625-.025t-.625-.1q-.25-.05-.4-.225t-.15-.425q0-.2.1-.338T8 20.626q2.325-1.325 3.662-3.6T13 12.075q0-2.6-1.338-5.012T8 3.325q-.175-.1-.275-.238t-.1-.337q0-.25.15-.412t.4-.213q.3-.075.625-.1T9.425 2q1.775 0 3.4.688t2.925 1.887m-.75 7.5"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsBrightness3OutlineRounded(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.675 19.1q2-1.05 3.163-2.937T17 12.075q0-2.3-1.162-4.212T12.675 4.9Q13.8 6.45 14.4 8.275t.6 3.8q0 1.875-.6 3.675t-1.725 3.35M15.75 4.575Q17.275 6 18.138 8.025t.862 4.05q0 2.125-.862 4t-2.388 3.3q-1.3 1.2-2.925 1.9t-3.4.7q-.3 0-.625-.025t-.625-.1q-.25-.05-.4-.225t-.15-.425q0-.2.1-.338T8 20.626q2.325-1.325 3.662-3.6T13 12.075q0-2.6-1.338-5.012T8 3.325q-.175-.1-.275-.238t-.1-.337q0-.25.15-.412t.4-.213q.3-.075.625-.1T9.425 2q1.775 0 3.4.688t2.925 1.887m-.75 7.5"/></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.675 19.1q2-1.05 3.163-2.937T17 12.075q0-2.3-1.162-4.212T12.675 4.9Q13.8 6.45 14.4 8.275t.6 3.8q0 1.875-.6 3.675t-1.725 3.35M15.75 4.575Q17.275 6 18.138 8.025t.862 4.05q0 2.125-.862 4t-2.388 3.3q-1.3 1.2-2.925 1.9t-3.4.7q-.3 0-.625-.025t-.625-.1q-.25-.05-.4-.225t-.15-.425q0-.2.1-.338T8 20.626q2.325-1.325 3.662-3.6T13 12.075q0-2.6-1.338-5.012T8 3.325q-.175-.1-.275-.238t-.1-.337q0-.25.15-.412t.4-.213q.3-.075.625-.1T9.425 2q1.775 0 3.4.688t2.925 1.887m-.75 7.5"/></svg> </template>
CSS
.icon-brightness-3-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.675%2019.1q2-1.05%203.163-2.937T17%2012.075q0-2.3-1.162-4.212T12.675%204.9Q13.8%206.45%2014.4%208.275t.6%203.8q0%201.875-.6%203.675t-1.725%203.35M15.75%204.575Q17.275%206%2018.138%208.025t.862%204.05q0%202.125-.862%204t-2.388%203.3q-1.3%201.2-2.925%201.9t-3.4.7q-.3%200-.625-.025t-.625-.1q-.25-.05-.4-.225t-.15-.425q0-.2.1-.338T8%2020.626q2.325-1.325%203.662-3.6T13%2012.075q0-2.6-1.338-5.012T8%203.325q-.175-.1-.275-.238t-.1-.337q0-.25.15-.412t.4-.213q.3-.075.625-.1T9.425%202q1.775%200%203.4.688t2.925%201.887m-.75%207.5%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.675%2019.1q2-1.05%203.163-2.937T17%2012.075q0-2.3-1.162-4.212T12.675%204.9Q13.8%206.45%2014.4%208.275t.6%203.8q0%201.875-.6%203.675t-1.725%203.35M15.75%204.575Q17.275%206%2018.138%208.025t.862%204.05q0%202.125-.862%204t-2.388%203.3q-1.3%201.2-2.925%201.9t-3.4.7q-.3%200-.625-.025t-.625-.1q-.25-.05-.4-.225t-.15-.425q0-.2.1-.338T8%2020.626q2.325-1.325%203.662-3.6T13%2012.075q0-2.6-1.338-5.012T8%203.325q-.175-.1-.275-.238t-.1-.337q0-.25.15-.412t.4-.213q.3-.075.625-.1T9.425%202q1.775%200%203.4.688t2.925%201.887m-.75%207.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/brightness-3-outline-rounded.svg?color=%231a73e8&size=48