brightness auto icon

brightness-auto-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.

Name
brightness-auto-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 auto icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.707 2.793L14.915 5H18a1 1 0 0 1 .993.883L19 6v3.085l2.207 2.208a1 1 0 0 1 .083 1.32l-.083.094L19 14.914V18a1 1 0 0 1-.883.993L18 19h-3.086l-2.207 2.207a1 1 0 0 1-1.32.083l-.094-.083L9.085 19H6a1 1 0 0 1-.993-.883L5 18v-3.085l-2.207-2.208a1 1 0 0 1-.083-1.32l.083-.094L5 9.084V6a1 1 0 0 1 .883-.993L6 5h3.084l2.209-2.207a1 1 0 0 1 1.414 0M12 8a3 3 0 0 0-3 3v3.5a1 1 0 0 0 2 0V14h2v.5a1 1 0 0 0 .883.993L14 15.5a1 1 0 0 0 1-1V11a3 3 0 0 0-3-3m0 2a1 1 0 0 1 1 1v1h-2v-1a1 1 0 0 1 .883-.993z"/></svg>

React

import type { SVGProps } from "react";

export function TablerBrightnessAutoFilled(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.707 2.793L14.915 5H18a1 1 0 0 1 .993.883L19 6v3.085l2.207 2.208a1 1 0 0 1 .083 1.32l-.083.094L19 14.914V18a1 1 0 0 1-.883.993L18 19h-3.086l-2.207 2.207a1 1 0 0 1-1.32.083l-.094-.083L9.085 19H6a1 1 0 0 1-.993-.883L5 18v-3.085l-2.207-2.208a1 1 0 0 1-.083-1.32l.083-.094L5 9.084V6a1 1 0 0 1 .883-.993L6 5h3.084l2.209-2.207a1 1 0 0 1 1.414 0M12 8a3 3 0 0 0-3 3v3.5a1 1 0 0 0 2 0V14h2v.5a1 1 0 0 0 .883.993L14 15.5a1 1 0 0 0 1-1V11a3 3 0 0 0-3-3m0 2a1 1 0 0 1 1 1v1h-2v-1a1 1 0 0 1 .883-.993z"/></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.707 2.793L14.915 5H18a1 1 0 0 1 .993.883L19 6v3.085l2.207 2.208a1 1 0 0 1 .083 1.32l-.083.094L19 14.914V18a1 1 0 0 1-.883.993L18 19h-3.086l-2.207 2.207a1 1 0 0 1-1.32.083l-.094-.083L9.085 19H6a1 1 0 0 1-.993-.883L5 18v-3.085l-2.207-2.208a1 1 0 0 1-.083-1.32l.083-.094L5 9.084V6a1 1 0 0 1 .883-.993L6 5h3.084l2.209-2.207a1 1 0 0 1 1.414 0M12 8a3 3 0 0 0-3 3v3.5a1 1 0 0 0 2 0V14h2v.5a1 1 0 0 0 .883.993L14 15.5a1 1 0 0 0 1-1V11a3 3 0 0 0-3-3m0 2a1 1 0 0 1 1 1v1h-2v-1a1 1 0 0 1 .883-.993z"/></svg>
</template>

CSS

.icon-brightness-auto-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.707%202.793L14.915%205H18a1%201%200%200%201%20.993.883L19%206v3.085l2.207%202.208a1%201%200%200%201%20.083%201.32l-.083.094L19%2014.914V18a1%201%200%200%201-.883.993L18%2019h-3.086l-2.207%202.207a1%201%200%200%201-1.32.083l-.094-.083L9.085%2019H6a1%201%200%200%201-.993-.883L5%2018v-3.085l-2.207-2.208a1%201%200%200%201-.083-1.32l.083-.094L5%209.084V6a1%201%200%200%201%20.883-.993L6%205h3.084l2.209-2.207a1%201%200%200%201%201.414%200M12%208a3%203%200%200%200-3%203v3.5a1%201%200%200%200%202%200V14h2v.5a1%201%200%200%200%20.883.993L14%2015.5a1%201%200%200%200%201-1V11a3%203%200%200%200-3-3m0%202a1%201%200%200%201%201%201v1h-2v-1a1%201%200%200%201%20.883-.993z%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.707%202.793L14.915%205H18a1%201%200%200%201%20.993.883L19%206v3.085l2.207%202.208a1%201%200%200%201%20.083%201.32l-.083.094L19%2014.914V18a1%201%200%200%201-.883.993L18%2019h-3.086l-2.207%202.207a1%201%200%200%201-1.32.083l-.094-.083L9.085%2019H6a1%201%200%200%201-.993-.883L5%2018v-3.085l-2.207-2.208a1%201%200%200%201-.083-1.32l.083-.094L5%209.084V6a1%201%200%200%201%20.883-.993L6%205h3.084l2.209-2.207a1%201%200%200%201%201.414%200M12%208a3%203%200%200%200-3%203v3.5a1%201%200%200%200%202%200V14h2v.5a1%201%200%200%200%20.883.993L14%2015.5a1%201%200%200%200%201-1V11a3%203%200%200%200-3-3m0%202a1%201%200%200%201%201%201v1h-2v-1a1%201%200%200%201%20.883-.993z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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