brightness icon
brightness from Iconoir by Luca Burgio · Regular · System · MIT Free for personal and commercial use.
- Name
- brightness
- Set
- Iconoir
- Style
- Regular
- Category
- System
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
More system icons from Iconoir
Use the brightness icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke-width="1.5"><path stroke="currentColor" d="m12 7l1.53 1.304l2.006.16l.16 2.005L17 12l-1.305 1.53l-.16 2.006l-2.004.16L12 17l-1.53-1.305l-2.006-.16l-.16-2.004L7 12l1.304-1.53l.16-2.006l2.005-.16z"/><path fill="currentColor" d="M10.47 15.696L12 17V7l-1.53 1.304l-2.006.16l-.16 2.005L7 12l1.304 1.53l.16 2.006z"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M21 3.6v16.8a.6.6 0 0 1-.6.6H3.6a.6.6 0 0 1-.6-.6V3.6a.6.6 0 0 1 .6-.6h16.8a.6.6 0 0 1 .6.6"/></g></svg>
React
import type { SVGProps } from "react";
export function IconoirBrightness(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" strokeWidth="1.5"><path stroke="currentColor" d="m12 7l1.53 1.304l2.006.16l.16 2.005L17 12l-1.305 1.53l-.16 2.006l-2.004.16L12 17l-1.53-1.305l-2.006-.16l-.16-2.004L7 12l1.304-1.53l.16-2.006l2.005-.16z"/><path fill="currentColor" d="M10.47 15.696L12 17V7l-1.53 1.304l-2.006.16l-.16 2.005L7 12l1.304 1.53l.16 2.006z"/><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" d="M21 3.6v16.8a.6.6 0 0 1-.6.6H3.6a.6.6 0 0 1-.6-.6V3.6a.6.6 0 0 1 .6-.6h16.8a.6.6 0 0 1 .6.6"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke-width="1.5"><path stroke="currentColor" d="m12 7l1.53 1.304l2.006.16l.16 2.005L17 12l-1.305 1.53l-.16 2.006l-2.004.16L12 17l-1.53-1.305l-2.006-.16l-.16-2.004L7 12l1.304-1.53l.16-2.006l2.005-.16z"/><path fill="currentColor" d="M10.47 15.696L12 17V7l-1.53 1.304l-2.006.16l-.16 2.005L7 12l1.304 1.53l.16 2.006z"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M21 3.6v16.8a.6.6 0 0 1-.6.6H3.6a.6.6 0 0 1-.6-.6V3.6a.6.6 0 0 1 .6-.6h16.8a.6.6 0 0 1 .6.6"/></g></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%3Cg%20fill%3D%22none%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke%3D%22currentColor%22%20d%3D%22m12%207l1.53%201.304l2.006.16l.16%202.005L17%2012l-1.305%201.53l-.16%202.006l-2.004.16L12%2017l-1.53-1.305l-2.006-.16l-.16-2.004L7%2012l1.304-1.53l.16-2.006l2.005-.16z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.47%2015.696L12%2017V7l-1.53%201.304l-2.006.16l-.16%202.005L7%2012l1.304%201.53l.16%202.006z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M21%203.6v16.8a.6.6%200%200%201-.6.6H3.6a.6.6%200%200%201-.6-.6V3.6a.6.6%200%200%201%20.6-.6h16.8a.6.6%200%200%201%20.6.6%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke%3D%22currentColor%22%20d%3D%22m12%207l1.53%201.304l2.006.16l.16%202.005L17%2012l-1.305%201.53l-.16%202.006l-2.004.16L12%2017l-1.53-1.305l-2.006-.16l-.16-2.004L7%2012l1.304-1.53l.16-2.006l2.005-.16z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.47%2015.696L12%2017V7l-1.53%201.304l-2.006.16l-.16%202.005L7%2012l1.304%201.53l.16%202.006z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M21%203.6v16.8a.6.6%200%200%201-.6.6H3.6a.6.6%200%200%201-.6-.6V3.6a.6.6%200%200%201%20.6-.6h16.8a.6.6%200%200%201%20.6.6%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/iconoir/brightness.svg?color=%231a73e8&size=48