brightness icon

brightness from Unicons by Iconscout · Line · User Interface · Apache-2.0 Free for personal and commercial use.

Name
brightness
Set
Unicons
Style
Line
Category
User Interface
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More user interface icons from Unicons

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="M5 12a1 1 0 0 0-1-1H3a1 1 0 0 0 0 2h1a1 1 0 0 0 1-1m.64 5l-.71.71a1 1 0 0 0 0 1.41a1 1 0 0 0 1.41 0l.71-.71A1 1 0 0 0 5.64 17M12 5a1 1 0 0 0 1-1V3a1 1 0 0 0-2 0v1a1 1 0 0 0 1 1m5.66 2.34a1 1 0 0 0 .7-.29l.71-.71a1 1 0 1 0-1.41-1.41l-.66.71a1 1 0 0 0 0 1.41a1 1 0 0 0 .66.29m-12-.29a1 1 0 0 0 .7.29a1 1 0 0 0 .71-.29a1 1 0 0 0 0-1.41l-.71-.71a1 1 0 0 0-1.43 1.41ZM21 11h-1a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2m-2.64 6A1 1 0 0 0 17 18.36l.71.71a1 1 0 0 0 1.41 0a1 1 0 0 0 0-1.41ZM12 6.5a5.5 5.5 0 1 0 5.5 5.5A5.51 5.51 0 0 0 12 6.5m0 9a3.5 3.5 0 1 1 3.5-3.5a3.5 3.5 0 0 1-3.5 3.5m0 3.5a1 1 0 0 0-1 1v1a1 1 0 0 0 2 0v-1a1 1 0 0 0-1-1"/></svg>

React

import type { SVGProps } from "react";

export function UilBrightness(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="M5 12a1 1 0 0 0-1-1H3a1 1 0 0 0 0 2h1a1 1 0 0 0 1-1m.64 5l-.71.71a1 1 0 0 0 0 1.41a1 1 0 0 0 1.41 0l.71-.71A1 1 0 0 0 5.64 17M12 5a1 1 0 0 0 1-1V3a1 1 0 0 0-2 0v1a1 1 0 0 0 1 1m5.66 2.34a1 1 0 0 0 .7-.29l.71-.71a1 1 0 1 0-1.41-1.41l-.66.71a1 1 0 0 0 0 1.41a1 1 0 0 0 .66.29m-12-.29a1 1 0 0 0 .7.29a1 1 0 0 0 .71-.29a1 1 0 0 0 0-1.41l-.71-.71a1 1 0 0 0-1.43 1.41ZM21 11h-1a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2m-2.64 6A1 1 0 0 0 17 18.36l.71.71a1 1 0 0 0 1.41 0a1 1 0 0 0 0-1.41ZM12 6.5a5.5 5.5 0 1 0 5.5 5.5A5.51 5.51 0 0 0 12 6.5m0 9a3.5 3.5 0 1 1 3.5-3.5a3.5 3.5 0 0 1-3.5 3.5m0 3.5a1 1 0 0 0-1 1v1a1 1 0 0 0 2 0v-1a1 1 0 0 0-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="M5 12a1 1 0 0 0-1-1H3a1 1 0 0 0 0 2h1a1 1 0 0 0 1-1m.64 5l-.71.71a1 1 0 0 0 0 1.41a1 1 0 0 0 1.41 0l.71-.71A1 1 0 0 0 5.64 17M12 5a1 1 0 0 0 1-1V3a1 1 0 0 0-2 0v1a1 1 0 0 0 1 1m5.66 2.34a1 1 0 0 0 .7-.29l.71-.71a1 1 0 1 0-1.41-1.41l-.66.71a1 1 0 0 0 0 1.41a1 1 0 0 0 .66.29m-12-.29a1 1 0 0 0 .7.29a1 1 0 0 0 .71-.29a1 1 0 0 0 0-1.41l-.71-.71a1 1 0 0 0-1.43 1.41ZM21 11h-1a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2m-2.64 6A1 1 0 0 0 17 18.36l.71.71a1 1 0 0 0 1.41 0a1 1 0 0 0 0-1.41ZM12 6.5a5.5 5.5 0 1 0 5.5 5.5A5.51 5.51 0 0 0 12 6.5m0 9a3.5 3.5 0 1 1 3.5-3.5a3.5 3.5 0 0 1-3.5 3.5m0 3.5a1 1 0 0 0-1 1v1a1 1 0 0 0 2 0v-1a1 1 0 0 0-1-1"/></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%22M5%2012a1%201%200%200%200-1-1H3a1%201%200%200%200%200%202h1a1%201%200%200%200%201-1m.64%205l-.71.71a1%201%200%200%200%200%201.41a1%201%200%200%200%201.41%200l.71-.71A1%201%200%200%200%205.64%2017M12%205a1%201%200%200%200%201-1V3a1%201%200%200%200-2%200v1a1%201%200%200%200%201%201m5.66%202.34a1%201%200%200%200%20.7-.29l.71-.71a1%201%200%201%200-1.41-1.41l-.66.71a1%201%200%200%200%200%201.41a1%201%200%200%200%20.66.29m-12-.29a1%201%200%200%200%20.7.29a1%201%200%200%200%20.71-.29a1%201%200%200%200%200-1.41l-.71-.71a1%201%200%200%200-1.43%201.41ZM21%2011h-1a1%201%200%200%200%200%202h1a1%201%200%200%200%200-2m-2.64%206A1%201%200%200%200%2017%2018.36l.71.71a1%201%200%200%200%201.41%200a1%201%200%200%200%200-1.41ZM12%206.5a5.5%205.5%200%201%200%205.5%205.5A5.51%205.51%200%200%200%2012%206.5m0%209a3.5%203.5%200%201%201%203.5-3.5a3.5%203.5%200%200%201-3.5%203.5m0%203.5a1%201%200%200%200-1%201v1a1%201%200%200%200%202%200v-1a1%201%200%200%200-1-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%22M5%2012a1%201%200%200%200-1-1H3a1%201%200%200%200%200%202h1a1%201%200%200%200%201-1m.64%205l-.71.71a1%201%200%200%200%200%201.41a1%201%200%200%200%201.41%200l.71-.71A1%201%200%200%200%205.64%2017M12%205a1%201%200%200%200%201-1V3a1%201%200%200%200-2%200v1a1%201%200%200%200%201%201m5.66%202.34a1%201%200%200%200%20.7-.29l.71-.71a1%201%200%201%200-1.41-1.41l-.66.71a1%201%200%200%200%200%201.41a1%201%200%200%200%20.66.29m-12-.29a1%201%200%200%200%20.7.29a1%201%200%200%200%20.71-.29a1%201%200%200%200%200-1.41l-.71-.71a1%201%200%200%200-1.43%201.41ZM21%2011h-1a1%201%200%200%200%200%202h1a1%201%200%200%200%200-2m-2.64%206A1%201%200%200%200%2017%2018.36l.71.71a1%201%200%200%200%201.41%200a1%201%200%200%200%200-1.41ZM12%206.5a5.5%205.5%200%201%200%205.5%205.5A5.51%205.51%200%200%200%2012%206.5m0%209a3.5%203.5%200%201%201%203.5-3.5a3.5%203.5%200%200%201-3.5%203.5m0%203.5a1%201%200%200%200-1%201v1a1%201%200%200%200%202%200v-1a1%201%200%200%200-1-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/brightness.svg?color=%231a73e8&size=48