twotone brightness auto icon

twotone-brightness-auto from Google Material Icons by Material Design Authors · Baseline · Device · Apache-2.0 Free for personal and commercial use.

Name
twotone-brightness-auto
Set
Google Material Icons
Style
Baseline
Category
Device
Viewbox
24×24
License
Apache 2.0

More device icons from Google Material Icons

Use the twotone brightness auto icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-opacity=".3" d="M18 9.52V6h-3.52L12 3.52L9.52 6H6v3.52L3.52 12L6 14.48V18h3.52L12 20.48L14.48 18H18v-3.52L20.48 12zM14.3 16l-.7-2h-3.2l-.7 2H7.8L11 7h2l3.2 9zm-3.45-3.35h2.3L12 9z"/><path fill="currentColor" d="m11 7l-3.2 9h1.9l.7-2h3.2l.7 2h1.9L13 7zm-.15 5.65L12 9l1.15 3.65zM20 8.69V4h-4.69L12 .69L8.69 4H4v4.69L.69 12L4 15.31V20h4.69L12 23.31L15.31 20H20v-4.69L23.31 12zm-2 5.79V18h-3.52L12 20.48L9.52 18H6v-3.52L3.52 12L6 9.52V6h3.52L12 3.52L14.48 6H18v3.52L20.48 12z"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotoneBrightnessAuto(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" fillOpacity=".3" d="M18 9.52V6h-3.52L12 3.52L9.52 6H6v3.52L3.52 12L6 14.48V18h3.52L12 20.48L14.48 18H18v-3.52L20.48 12zM14.3 16l-.7-2h-3.2l-.7 2H7.8L11 7h2l3.2 9zm-3.45-3.35h2.3L12 9z"/><path fill="currentColor" d="m11 7l-3.2 9h1.9l.7-2h3.2l.7 2h1.9L13 7zm-.15 5.65L12 9l1.15 3.65zM20 8.69V4h-4.69L12 .69L8.69 4H4v4.69L.69 12L4 15.31V20h4.69L12 23.31L15.31 20H20v-4.69L23.31 12zm-2 5.79V18h-3.52L12 20.48L9.52 18H6v-3.52L3.52 12L6 9.52V6h3.52L12 3.52L14.48 6H18v3.52L20.48 12z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-opacity=".3" d="M18 9.52V6h-3.52L12 3.52L9.52 6H6v3.52L3.52 12L6 14.48V18h3.52L12 20.48L14.48 18H18v-3.52L20.48 12zM14.3 16l-.7-2h-3.2l-.7 2H7.8L11 7h2l3.2 9zm-3.45-3.35h2.3L12 9z"/><path fill="currentColor" d="m11 7l-3.2 9h1.9l.7-2h3.2l.7 2h1.9L13 7zm-.15 5.65L12 9l1.15 3.65zM20 8.69V4h-4.69L12 .69L8.69 4H4v4.69L.69 12L4 15.31V20h4.69L12 23.31L15.31 20H20v-4.69L23.31 12zm-2 5.79V18h-3.52L12 20.48L9.52 18H6v-3.52L3.52 12L6 9.52V6h3.52L12 3.52L14.48 6H18v3.52L20.48 12z"/></svg>
</template>

CSS

.icon-twotone-brightness-auto {
  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%20fill-opacity%3D%22.3%22%20d%3D%22M18%209.52V6h-3.52L12%203.52L9.52%206H6v3.52L3.52%2012L6%2014.48V18h3.52L12%2020.48L14.48%2018H18v-3.52L20.48%2012zM14.3%2016l-.7-2h-3.2l-.7%202H7.8L11%207h2l3.2%209zm-3.45-3.35h2.3L12%209z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m11%207l-3.2%209h1.9l.7-2h3.2l.7%202h1.9L13%207zm-.15%205.65L12%209l1.15%203.65zM20%208.69V4h-4.69L12%20.69L8.69%204H4v4.69L.69%2012L4%2015.31V20h4.69L12%2023.31L15.31%2020H20v-4.69L23.31%2012zm-2%205.79V18h-3.52L12%2020.48L9.52%2018H6v-3.52L3.52%2012L6%209.52V6h3.52L12%203.52L14.48%206H18v3.52L20.48%2012z%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%20fill-opacity%3D%22.3%22%20d%3D%22M18%209.52V6h-3.52L12%203.52L9.52%206H6v3.52L3.52%2012L6%2014.48V18h3.52L12%2020.48L14.48%2018H18v-3.52L20.48%2012zM14.3%2016l-.7-2h-3.2l-.7%202H7.8L11%207h2l3.2%209zm-3.45-3.35h2.3L12%209z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m11%207l-3.2%209h1.9l.7-2h3.2l.7%202h1.9L13%207zm-.15%205.65L12%209l1.15%203.65zM20%208.69V4h-4.69L12%20.69L8.69%204H4v4.69L.69%2012L4%2015.31V20h4.69L12%2023.31L15.31%2020H20v-4.69L23.31%2012zm-2%205.79V18h-3.52L12%2020.48L9.52%2018H6v-3.52L3.52%2012L6%209.52V6h3.52L12%203.52L14.48%206H18v3.52L20.48%2012z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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