brightness icon
brightness from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- brightness
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
- Aliases
- bx-brightness
The same icon in other sets
Related icons in BoxIcons v2
Use the brightness icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.707 9.293L19 8.586V6a1 1 0 0 0-1-1h-2.586l-.707-.707l-2-2a1 1 0 0 0-1.414 0l-2 2L8.586 5H6a1 1 0 0 0-1 1v2.586l-.707.707l-2 2a1 1 0 0 0 0 1.414l2 2l.707.707V18a1 1 0 0 0 1 1h2.586l.707.707l2 2a.997.997 0 0 0 1.414 0l2-2l.707-.707H18a1 1 0 0 0 1-1v-2.586l.707-.707l2-2a1 1 0 0 0 0-1.414zm-2.414 5l-.293.293V17h-2.414l-.293.293l-1 1L12 19.586l-1.293-1.293l-1-1L9.414 17H7v-2.414l-.293-.293l-1-1L4.414 12l1.293-1.293l1-1L7 9.414V7h2.414l.293-.293l1-1L12 4.414l1.293 1.293l1 1l.293.293H17v2.414l.293.293l1 1L19.586 12l-1.293 1.293z"/><path fill="currentColor" d="M12 8c-2.206 0-4 1.794-4 4s1.794 4 4 4s4-1.794 4-4s-1.794-4-4-4"/></svg>
React
import type { SVGProps } from "react";
export function BxBrightness(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="M19.707 9.293L19 8.586V6a1 1 0 0 0-1-1h-2.586l-.707-.707l-2-2a1 1 0 0 0-1.414 0l-2 2L8.586 5H6a1 1 0 0 0-1 1v2.586l-.707.707l-2 2a1 1 0 0 0 0 1.414l2 2l.707.707V18a1 1 0 0 0 1 1h2.586l.707.707l2 2a.997.997 0 0 0 1.414 0l2-2l.707-.707H18a1 1 0 0 0 1-1v-2.586l.707-.707l2-2a1 1 0 0 0 0-1.414zm-2.414 5l-.293.293V17h-2.414l-.293.293l-1 1L12 19.586l-1.293-1.293l-1-1L9.414 17H7v-2.414l-.293-.293l-1-1L4.414 12l1.293-1.293l1-1L7 9.414V7h2.414l.293-.293l1-1L12 4.414l1.293 1.293l1 1l.293.293H17v2.414l.293.293l1 1L19.586 12l-1.293 1.293z"/><path fill="currentColor" d="M12 8c-2.206 0-4 1.794-4 4s1.794 4 4 4s4-1.794 4-4s-1.794-4-4-4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.707 9.293L19 8.586V6a1 1 0 0 0-1-1h-2.586l-.707-.707l-2-2a1 1 0 0 0-1.414 0l-2 2L8.586 5H6a1 1 0 0 0-1 1v2.586l-.707.707l-2 2a1 1 0 0 0 0 1.414l2 2l.707.707V18a1 1 0 0 0 1 1h2.586l.707.707l2 2a.997.997 0 0 0 1.414 0l2-2l.707-.707H18a1 1 0 0 0 1-1v-2.586l.707-.707l2-2a1 1 0 0 0 0-1.414zm-2.414 5l-.293.293V17h-2.414l-.293.293l-1 1L12 19.586l-1.293-1.293l-1-1L9.414 17H7v-2.414l-.293-.293l-1-1L4.414 12l1.293-1.293l1-1L7 9.414V7h2.414l.293-.293l1-1L12 4.414l1.293 1.293l1 1l.293.293H17v2.414l.293.293l1 1L19.586 12l-1.293 1.293z"/><path fill="currentColor" d="M12 8c-2.206 0-4 1.794-4 4s1.794 4 4 4s4-1.794 4-4s-1.794-4-4-4"/></svg> </template>
CSS
.icon-brightness {
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%22M19.707%209.293L19%208.586V6a1%201%200%200%200-1-1h-2.586l-.707-.707l-2-2a1%201%200%200%200-1.414%200l-2%202L8.586%205H6a1%201%200%200%200-1%201v2.586l-.707.707l-2%202a1%201%200%200%200%200%201.414l2%202l.707.707V18a1%201%200%200%200%201%201h2.586l.707.707l2%202a.997.997%200%200%200%201.414%200l2-2l.707-.707H18a1%201%200%200%200%201-1v-2.586l.707-.707l2-2a1%201%200%200%200%200-1.414zm-2.414%205l-.293.293V17h-2.414l-.293.293l-1%201L12%2019.586l-1.293-1.293l-1-1L9.414%2017H7v-2.414l-.293-.293l-1-1L4.414%2012l1.293-1.293l1-1L7%209.414V7h2.414l.293-.293l1-1L12%204.414l1.293%201.293l1%201l.293.293H17v2.414l.293.293l1%201L19.586%2012l-1.293%201.293z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%208c-2.206%200-4%201.794-4%204s1.794%204%204%204s4-1.794%204-4s-1.794-4-4-4%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%22M19.707%209.293L19%208.586V6a1%201%200%200%200-1-1h-2.586l-.707-.707l-2-2a1%201%200%200%200-1.414%200l-2%202L8.586%205H6a1%201%200%200%200-1%201v2.586l-.707.707l-2%202a1%201%200%200%200%200%201.414l2%202l.707.707V18a1%201%200%200%200%201%201h2.586l.707.707l2%202a.997.997%200%200%200%201.414%200l2-2l.707-.707H18a1%201%200%200%200%201-1v-2.586l.707-.707l2-2a1%201%200%200%200%200-1.414zm-2.414%205l-.293.293V17h-2.414l-.293.293l-1%201L12%2019.586l-1.293-1.293l-1-1L9.414%2017H7v-2.414l-.293-.293l-1-1L4.414%2012l1.293-1.293l1-1L7%209.414V7h2.414l.293-.293l1-1L12%204.414l1.293%201.293l1%201l.293.293H17v2.414l.293.293l1%201L19.586%2012l-1.293%201.293z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%208c-2.206%200-4%201.794-4%204s1.794%204%204%204s4-1.794%204-4s-1.794-4-4-4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/brightness.svg?color=%231a73e8&size=48