brightness low icon
brightness-low-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- brightness-low-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- Viewbox
- 48×48
- License
- MIT
11 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
Use the brightness low icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M25.25 8.25a1.25 1.25 0 1 0-2.5 0v2.5a1.25 1.25 0 0 0 2.5 0zm8.771 15.796c0 5.509-4.466 9.975-9.975 9.975c-5.51 0-9.975-4.466-9.975-9.975c0-5.51 4.466-9.976 9.975-9.976c5.51 0 9.975 4.466 9.975 9.976m-2.5 0a7.475 7.475 0 0 0-7.475-7.476H24v14.95l.046.001a7.475 7.475 0 0 0 7.475-7.475m9.48-.046c0 .69-.56 1.25-1.25 1.25h-2.5a1.25 1.25 0 0 1 0-2.5h2.5c.69 0 1.25.56 1.25 1.25M25.25 37.25a1.25 1.25 0 1 0-2.5 0v2.5a1.25 1.25 0 0 0 2.5 0zM12 24c0 .69-.56 1.25-1.25 1.25h-2.5a1.25 1.25 0 1 1 0-2.5h2.5c.69 0 1.25.56 1.25 1.25m2.133-11.634a1.25 1.25 0 0 0-1.767 1.768l1.5 1.5a1.25 1.25 0 0 0 1.767-1.768zm-1.767 23.268a1.25 1.25 0 0 0 1.767 0l1.5-1.5a1.25 1.25 0 1 0-1.767-1.768l-1.5 1.5a1.25 1.25 0 0 0 0 1.768m21.5-23.268a1.25 1.25 0 0 1 1.767 1.768l-1.5 1.5a1.25 1.25 0 0 1-1.767-1.768zm1.767 23.268a1.25 1.25 0 0 1-1.767 0l-1.5-1.5a1.25 1.25 0 1 1 1.767-1.768l1.5 1.5a1.25 1.25 0 0 1 0 1.768"/></svg>
React
import type { SVGProps } from "react";
export function FluentBrightnessLow48Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M25.25 8.25a1.25 1.25 0 1 0-2.5 0v2.5a1.25 1.25 0 0 0 2.5 0zm8.771 15.796c0 5.509-4.466 9.975-9.975 9.975c-5.51 0-9.975-4.466-9.975-9.975c0-5.51 4.466-9.976 9.975-9.976c5.51 0 9.975 4.466 9.975 9.976m-2.5 0a7.475 7.475 0 0 0-7.475-7.476H24v14.95l.046.001a7.475 7.475 0 0 0 7.475-7.475m9.48-.046c0 .69-.56 1.25-1.25 1.25h-2.5a1.25 1.25 0 0 1 0-2.5h2.5c.69 0 1.25.56 1.25 1.25M25.25 37.25a1.25 1.25 0 1 0-2.5 0v2.5a1.25 1.25 0 0 0 2.5 0zM12 24c0 .69-.56 1.25-1.25 1.25h-2.5a1.25 1.25 0 1 1 0-2.5h2.5c.69 0 1.25.56 1.25 1.25m2.133-11.634a1.25 1.25 0 0 0-1.767 1.768l1.5 1.5a1.25 1.25 0 0 0 1.767-1.768zm-1.767 23.268a1.25 1.25 0 0 0 1.767 0l1.5-1.5a1.25 1.25 0 1 0-1.767-1.768l-1.5 1.5a1.25 1.25 0 0 0 0 1.768m21.5-23.268a1.25 1.25 0 0 1 1.767 1.768l-1.5 1.5a1.25 1.25 0 0 1-1.767-1.768zm1.767 23.268a1.25 1.25 0 0 1-1.767 0l-1.5-1.5a1.25 1.25 0 1 1 1.767-1.768l1.5 1.5a1.25 1.25 0 0 1 0 1.768"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M25.25 8.25a1.25 1.25 0 1 0-2.5 0v2.5a1.25 1.25 0 0 0 2.5 0zm8.771 15.796c0 5.509-4.466 9.975-9.975 9.975c-5.51 0-9.975-4.466-9.975-9.975c0-5.51 4.466-9.976 9.975-9.976c5.51 0 9.975 4.466 9.975 9.976m-2.5 0a7.475 7.475 0 0 0-7.475-7.476H24v14.95l.046.001a7.475 7.475 0 0 0 7.475-7.475m9.48-.046c0 .69-.56 1.25-1.25 1.25h-2.5a1.25 1.25 0 0 1 0-2.5h2.5c.69 0 1.25.56 1.25 1.25M25.25 37.25a1.25 1.25 0 1 0-2.5 0v2.5a1.25 1.25 0 0 0 2.5 0zM12 24c0 .69-.56 1.25-1.25 1.25h-2.5a1.25 1.25 0 1 1 0-2.5h2.5c.69 0 1.25.56 1.25 1.25m2.133-11.634a1.25 1.25 0 0 0-1.767 1.768l1.5 1.5a1.25 1.25 0 0 0 1.767-1.768zm-1.767 23.268a1.25 1.25 0 0 0 1.767 0l1.5-1.5a1.25 1.25 0 1 0-1.767-1.768l-1.5 1.5a1.25 1.25 0 0 0 0 1.768m21.5-23.268a1.25 1.25 0 0 1 1.767 1.768l-1.5 1.5a1.25 1.25 0 0 1-1.767-1.768zm1.767 23.268a1.25 1.25 0 0 1-1.767 0l-1.5-1.5a1.25 1.25 0 1 1 1.767-1.768l1.5 1.5a1.25 1.25 0 0 1 0 1.768"/></svg> </template>
CSS
.icon-brightness-low-48-filled {
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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25.25%208.25a1.25%201.25%200%201%200-2.5%200v2.5a1.25%201.25%200%200%200%202.5%200zm8.771%2015.796c0%205.509-4.466%209.975-9.975%209.975c-5.51%200-9.975-4.466-9.975-9.975c0-5.51%204.466-9.976%209.975-9.976c5.51%200%209.975%204.466%209.975%209.976m-2.5%200a7.475%207.475%200%200%200-7.475-7.476H24v14.95l.046.001a7.475%207.475%200%200%200%207.475-7.475m9.48-.046c0%20.69-.56%201.25-1.25%201.25h-2.5a1.25%201.25%200%200%201%200-2.5h2.5c.69%200%201.25.56%201.25%201.25M25.25%2037.25a1.25%201.25%200%201%200-2.5%200v2.5a1.25%201.25%200%200%200%202.5%200zM12%2024c0%20.69-.56%201.25-1.25%201.25h-2.5a1.25%201.25%200%201%201%200-2.5h2.5c.69%200%201.25.56%201.25%201.25m2.133-11.634a1.25%201.25%200%200%200-1.767%201.768l1.5%201.5a1.25%201.25%200%200%200%201.767-1.768zm-1.767%2023.268a1.25%201.25%200%200%200%201.767%200l1.5-1.5a1.25%201.25%200%201%200-1.767-1.768l-1.5%201.5a1.25%201.25%200%200%200%200%201.768m21.5-23.268a1.25%201.25%200%200%201%201.767%201.768l-1.5%201.5a1.25%201.25%200%200%201-1.767-1.768zm1.767%2023.268a1.25%201.25%200%200%201-1.767%200l-1.5-1.5a1.25%201.25%200%201%201%201.767-1.768l1.5%201.5a1.25%201.25%200%200%201%200%201.768%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25.25%208.25a1.25%201.25%200%201%200-2.5%200v2.5a1.25%201.25%200%200%200%202.5%200zm8.771%2015.796c0%205.509-4.466%209.975-9.975%209.975c-5.51%200-9.975-4.466-9.975-9.975c0-5.51%204.466-9.976%209.975-9.976c5.51%200%209.975%204.466%209.975%209.976m-2.5%200a7.475%207.475%200%200%200-7.475-7.476H24v14.95l.046.001a7.475%207.475%200%200%200%207.475-7.475m9.48-.046c0%20.69-.56%201.25-1.25%201.25h-2.5a1.25%201.25%200%200%201%200-2.5h2.5c.69%200%201.25.56%201.25%201.25M25.25%2037.25a1.25%201.25%200%201%200-2.5%200v2.5a1.25%201.25%200%200%200%202.5%200zM12%2024c0%20.69-.56%201.25-1.25%201.25h-2.5a1.25%201.25%200%201%201%200-2.5h2.5c.69%200%201.25.56%201.25%201.25m2.133-11.634a1.25%201.25%200%200%200-1.767%201.768l1.5%201.5a1.25%201.25%200%200%200%201.767-1.768zm-1.767%2023.268a1.25%201.25%200%200%200%201.767%200l1.5-1.5a1.25%201.25%200%201%200-1.767-1.768l-1.5%201.5a1.25%201.25%200%200%200%200%201.768m21.5-23.268a1.25%201.25%200%200%201%201.767%201.768l-1.5%201.5a1.25%201.25%200%200%201-1.767-1.768zm1.767%2023.268a1.25%201.25%200%200%201-1.767%200l-1.5-1.5a1.25%201.25%200%201%201%201.767-1.768l1.5%201.5a1.25%201.25%200%200%201%200%201.768%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/brightness-low-48-filled.svg?color=%231a73e8&size=48