brightness down icon
brightness-down-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.
- Name
- brightness-down-filled
- Set
- Tabler Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in Tabler Icons
The same icon in other sets
Related icons in Tabler Icons
Use the brightness down icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 8a4 4 0 1 1-3.995 4.2L8 12l.005-.2A4 4 0 0 1 12 8m0-4a1 1 0 0 1 .993.883L13 5.01a1 1 0 0 1-1.993.117L11 5a1 1 0 0 1 1-1m5 2a1 1 0 0 1 .993.883L18 7.01a1 1 0 0 1-1.993.117L16 7a1 1 0 0 1 1-1m2 5a1 1 0 0 1 .993.883l.007.127a1 1 0 0 1-1.993.117L18 12a1 1 0 0 1 1-1m-2 5a1 1 0 0 1 .993.883l.007.127a1 1 0 0 1-1.993.117L16 17a1 1 0 0 1 1-1m-5 2a1 1 0 0 1 .993.883l.007.127a1 1 0 0 1-1.993.117L11 19a1 1 0 0 1 1-1m-5-2a1 1 0 0 1 .993.883L8 17.01a1 1 0 0 1-1.993.117L6 17a1 1 0 0 1 1-1m-2-5a1 1 0 0 1 .993.883L6 12.01a1 1 0 0 1-1.993.117L4 12a1 1 0 0 1 1-1m2-5a1 1 0 0 1 .993.883L8 7.01a1 1 0 0 1-1.993.117L6 7a1 1 0 0 1 1-1"/></svg>
React
import type { SVGProps } from "react";
export function TablerBrightnessDownFilled(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 8a4 4 0 1 1-3.995 4.2L8 12l.005-.2A4 4 0 0 1 12 8m0-4a1 1 0 0 1 .993.883L13 5.01a1 1 0 0 1-1.993.117L11 5a1 1 0 0 1 1-1m5 2a1 1 0 0 1 .993.883L18 7.01a1 1 0 0 1-1.993.117L16 7a1 1 0 0 1 1-1m2 5a1 1 0 0 1 .993.883l.007.127a1 1 0 0 1-1.993.117L18 12a1 1 0 0 1 1-1m-2 5a1 1 0 0 1 .993.883l.007.127a1 1 0 0 1-1.993.117L16 17a1 1 0 0 1 1-1m-5 2a1 1 0 0 1 .993.883l.007.127a1 1 0 0 1-1.993.117L11 19a1 1 0 0 1 1-1m-5-2a1 1 0 0 1 .993.883L8 17.01a1 1 0 0 1-1.993.117L6 17a1 1 0 0 1 1-1m-2-5a1 1 0 0 1 .993.883L6 12.01a1 1 0 0 1-1.993.117L4 12a1 1 0 0 1 1-1m2-5a1 1 0 0 1 .993.883L8 7.01a1 1 0 0 1-1.993.117L6 7a1 1 0 0 1 1-1"/></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 8a4 4 0 1 1-3.995 4.2L8 12l.005-.2A4 4 0 0 1 12 8m0-4a1 1 0 0 1 .993.883L13 5.01a1 1 0 0 1-1.993.117L11 5a1 1 0 0 1 1-1m5 2a1 1 0 0 1 .993.883L18 7.01a1 1 0 0 1-1.993.117L16 7a1 1 0 0 1 1-1m2 5a1 1 0 0 1 .993.883l.007.127a1 1 0 0 1-1.993.117L18 12a1 1 0 0 1 1-1m-2 5a1 1 0 0 1 .993.883l.007.127a1 1 0 0 1-1.993.117L16 17a1 1 0 0 1 1-1m-5 2a1 1 0 0 1 .993.883l.007.127a1 1 0 0 1-1.993.117L11 19a1 1 0 0 1 1-1m-5-2a1 1 0 0 1 .993.883L8 17.01a1 1 0 0 1-1.993.117L6 17a1 1 0 0 1 1-1m-2-5a1 1 0 0 1 .993.883L6 12.01a1 1 0 0 1-1.993.117L4 12a1 1 0 0 1 1-1m2-5a1 1 0 0 1 .993.883L8 7.01a1 1 0 0 1-1.993.117L6 7a1 1 0 0 1 1-1"/></svg> </template>
CSS
.icon-brightness-down-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%208a4%204%200%201%201-3.995%204.2L8%2012l.005-.2A4%204%200%200%201%2012%208m0-4a1%201%200%200%201%20.993.883L13%205.01a1%201%200%200%201-1.993.117L11%205a1%201%200%200%201%201-1m5%202a1%201%200%200%201%20.993.883L18%207.01a1%201%200%200%201-1.993.117L16%207a1%201%200%200%201%201-1m2%205a1%201%200%200%201%20.993.883l.007.127a1%201%200%200%201-1.993.117L18%2012a1%201%200%200%201%201-1m-2%205a1%201%200%200%201%20.993.883l.007.127a1%201%200%200%201-1.993.117L16%2017a1%201%200%200%201%201-1m-5%202a1%201%200%200%201%20.993.883l.007.127a1%201%200%200%201-1.993.117L11%2019a1%201%200%200%201%201-1m-5-2a1%201%200%200%201%20.993.883L8%2017.01a1%201%200%200%201-1.993.117L6%2017a1%201%200%200%201%201-1m-2-5a1%201%200%200%201%20.993.883L6%2012.01a1%201%200%200%201-1.993.117L4%2012a1%201%200%200%201%201-1m2-5a1%201%200%200%201%20.993.883L8%207.01a1%201%200%200%201-1.993.117L6%207a1%201%200%200%201%201-1%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%208a4%204%200%201%201-3.995%204.2L8%2012l.005-.2A4%204%200%200%201%2012%208m0-4a1%201%200%200%201%20.993.883L13%205.01a1%201%200%200%201-1.993.117L11%205a1%201%200%200%201%201-1m5%202a1%201%200%200%201%20.993.883L18%207.01a1%201%200%200%201-1.993.117L16%207a1%201%200%200%201%201-1m2%205a1%201%200%200%201%20.993.883l.007.127a1%201%200%200%201-1.993.117L18%2012a1%201%200%200%201%201-1m-2%205a1%201%200%200%201%20.993.883l.007.127a1%201%200%200%201-1.993.117L16%2017a1%201%200%200%201%201-1m-5%202a1%201%200%200%201%20.993.883l.007.127a1%201%200%200%201-1.993.117L11%2019a1%201%200%200%201%201-1m-5-2a1%201%200%200%201%20.993.883L8%2017.01a1%201%200%200%201-1.993.117L6%2017a1%201%200%200%201%201-1m-2-5a1%201%200%200%201%20.993.883L6%2012.01a1%201%200%200%201-1.993.117L4%2012a1%201%200%200%201%201-1m2-5a1%201%200%200%201%20.993.883L8%207.01a1%201%200%200%201-1.993.117L6%207a1%201%200%200%201%201-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/brightness-down-filled.svg?color=%231a73e8&size=48