brightness low icon
brightness-low-rounded from Material Symbols by Google · Rounded · Apache-2.0 Free for personal and commercial use.
- Name
- brightness-low-rounded
- Set
- Material Symbols
- Style
- Rounded
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
Related icons in Material Symbols
Use the brightness low icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.65 20H6q-.825 0-1.412-.587Q4 18.825 4 18v-2.65L2.075 13.4Q1.5 12.825 1.5 12t.575-1.4L4 8.65V6q0-.825.588-1.412Q5.175 4 6 4h2.65l1.95-1.925Q11.175 1.5 12 1.5t1.4.575L15.35 4H18q.825 0 1.413.588Q20 5.175 20 6v2.65l1.925 1.95q.575.575.575 1.4t-.575 1.4L20 15.35V18q0 .825-.587 1.413Q18.825 20 18 20h-2.65l-1.95 1.925q-.575.575-1.4.575t-1.4-.575ZM12 17q-2.075 0-3.537-1.463Q7 14.075 7 12t1.463-3.538Q9.925 7 12 7t3.538 1.462Q17 9.925 17 12q0 2.075-1.462 3.537Q14.075 17 12 17Zm0-2q1.25 0 2.125-.875T15 12q0-1.25-.875-2.125T12 9q-1.25 0-2.125.875T9 12q0 1.25.875 2.125T12 15Zm0 5.5l2.5-2.5H18v-3.5l2.5-2.5L18 9.5V6h-3.5L12 3.5L9.5 6H6v3.5L3.5 12L6 14.5V18h3.5Zm0-5.5q-1.25 0-2.125-.875T9 12q0-1.25.875-2.125T12 9q1.25 0 2.125.875T15 12q0 1.25-.875 2.125T12 15Z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsBrightnessLowRounded(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="M8.65 20H6q-.825 0-1.412-.587Q4 18.825 4 18v-2.65L2.075 13.4Q1.5 12.825 1.5 12t.575-1.4L4 8.65V6q0-.825.588-1.412Q5.175 4 6 4h2.65l1.95-1.925Q11.175 1.5 12 1.5t1.4.575L15.35 4H18q.825 0 1.413.588Q20 5.175 20 6v2.65l1.925 1.95q.575.575.575 1.4t-.575 1.4L20 15.35V18q0 .825-.587 1.413Q18.825 20 18 20h-2.65l-1.95 1.925q-.575.575-1.4.575t-1.4-.575ZM12 17q-2.075 0-3.537-1.463Q7 14.075 7 12t1.463-3.538Q9.925 7 12 7t3.538 1.462Q17 9.925 17 12q0 2.075-1.462 3.537Q14.075 17 12 17Zm0-2q1.25 0 2.125-.875T15 12q0-1.25-.875-2.125T12 9q-1.25 0-2.125.875T9 12q0 1.25.875 2.125T12 15Zm0 5.5l2.5-2.5H18v-3.5l2.5-2.5L18 9.5V6h-3.5L12 3.5L9.5 6H6v3.5L3.5 12L6 14.5V18h3.5Zm0-5.5q-1.25 0-2.125-.875T9 12q0-1.25.875-2.125T12 9q1.25 0 2.125.875T15 12q0 1.25-.875 2.125T12 15Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.65 20H6q-.825 0-1.412-.587Q4 18.825 4 18v-2.65L2.075 13.4Q1.5 12.825 1.5 12t.575-1.4L4 8.65V6q0-.825.588-1.412Q5.175 4 6 4h2.65l1.95-1.925Q11.175 1.5 12 1.5t1.4.575L15.35 4H18q.825 0 1.413.588Q20 5.175 20 6v2.65l1.925 1.95q.575.575.575 1.4t-.575 1.4L20 15.35V18q0 .825-.587 1.413Q18.825 20 18 20h-2.65l-1.95 1.925q-.575.575-1.4.575t-1.4-.575ZM12 17q-2.075 0-3.537-1.463Q7 14.075 7 12t1.463-3.538Q9.925 7 12 7t3.538 1.462Q17 9.925 17 12q0 2.075-1.462 3.537Q14.075 17 12 17Zm0-2q1.25 0 2.125-.875T15 12q0-1.25-.875-2.125T12 9q-1.25 0-2.125.875T9 12q0 1.25.875 2.125T12 15Zm0 5.5l2.5-2.5H18v-3.5l2.5-2.5L18 9.5V6h-3.5L12 3.5L9.5 6H6v3.5L3.5 12L6 14.5V18h3.5Zm0-5.5q-1.25 0-2.125-.875T9 12q0-1.25.875-2.125T12 9q1.25 0 2.125.875T15 12q0 1.25-.875 2.125T12 15Z"/></svg> </template>
CSS
.icon-brightness-low-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%22M8.65%2020H6q-.825%200-1.412-.587Q4%2018.825%204%2018v-2.65L2.075%2013.4Q1.5%2012.825%201.5%2012t.575-1.4L4%208.65V6q0-.825.588-1.412Q5.175%204%206%204h2.65l1.95-1.925Q11.175%201.5%2012%201.5t1.4.575L15.35%204H18q.825%200%201.413.588Q20%205.175%2020%206v2.65l1.925%201.95q.575.575.575%201.4t-.575%201.4L20%2015.35V18q0%20.825-.587%201.413Q18.825%2020%2018%2020h-2.65l-1.95%201.925q-.575.575-1.4.575t-1.4-.575ZM12%2017q-2.075%200-3.537-1.463Q7%2014.075%207%2012t1.463-3.538Q9.925%207%2012%207t3.538%201.462Q17%209.925%2017%2012q0%202.075-1.462%203.537Q14.075%2017%2012%2017Zm0-2q1.25%200%202.125-.875T15%2012q0-1.25-.875-2.125T12%209q-1.25%200-2.125.875T9%2012q0%201.25.875%202.125T12%2015Zm0%205.5l2.5-2.5H18v-3.5l2.5-2.5L18%209.5V6h-3.5L12%203.5L9.5%206H6v3.5L3.5%2012L6%2014.5V18h3.5Zm0-5.5q-1.25%200-2.125-.875T9%2012q0-1.25.875-2.125T12%209q1.25%200%202.125.875T15%2012q0%201.25-.875%202.125T12%2015Z%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%22M8.65%2020H6q-.825%200-1.412-.587Q4%2018.825%204%2018v-2.65L2.075%2013.4Q1.5%2012.825%201.5%2012t.575-1.4L4%208.65V6q0-.825.588-1.412Q5.175%204%206%204h2.65l1.95-1.925Q11.175%201.5%2012%201.5t1.4.575L15.35%204H18q.825%200%201.413.588Q20%205.175%2020%206v2.65l1.925%201.95q.575.575.575%201.4t-.575%201.4L20%2015.35V18q0%20.825-.587%201.413Q18.825%2020%2018%2020h-2.65l-1.95%201.925q-.575.575-1.4.575t-1.4-.575ZM12%2017q-2.075%200-3.537-1.463Q7%2014.075%207%2012t1.463-3.538Q9.925%207%2012%207t3.538%201.462Q17%209.925%2017%2012q0%202.075-1.462%203.537Q14.075%2017%2012%2017Zm0-2q1.25%200%202.125-.875T15%2012q0-1.25-.875-2.125T12%209q-1.25%200-2.125.875T9%2012q0%201.25.875%202.125T12%2015Zm0%205.5l2.5-2.5H18v-3.5l2.5-2.5L18%209.5V6h-3.5L12%203.5L9.5%206H6v3.5L3.5%2012L6%2014.5V18h3.5Zm0-5.5q-1.25%200-2.125-.875T9%2012q0-1.25.875-2.125T12%209q1.25%200%202.125.875T15%2012q0%201.25-.875%202.125T12%2015Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/brightness-low-rounded.svg?color=%231a73e8&size=48