light-mode-auto-outline from Material Symbols Light by Google · Outline · Android · Apache-2.0 Free for personal and commercial use.

Name
light-mode-auto-outline
Set
Material Symbols Light
Style
Outline
Category
Android
Viewbox
24×24
License
Apache 2.0
Aliases
light-mode-auto-outline-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More android icons from Material Symbols Light

Use the light mode auto icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1.5 12.5v-1H5v1zm10-7.5V1.5h1V5zm0 17.5V19h1v3.5zM6.746 7.404l-2.16-2.098l.695-.745l2.111 2.135zM18.72 19.439l-2.117-2.141l.652-.702l2.16 2.098zm-13.432-.006l-.725-.714l2.14-2.117l.664.652zM12 16q-1.671 0-2.835-1.164Q8 13.67 8 12t1.165-2.835T12 8q.237 0 .467.028t.448.078l-.348.958q-.138-.045-.274-.054Q12.158 9 12 9q-1.25 0-2.125.875T9 12t.875 2.125T12 15q.86 0 1.565-.447q.704-.447 1.087-1.168h1.075q-.408 1.148-1.418 1.881Q13.3 16 12 16m2.377-5l3.47-9h.73l3.508 9H21.03l-1.008-2.539H16.4L15.392 11zm2.32-3.35h3.03l-1.496-3.996h-.077z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightLightModeAutoOutline(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="M1.5 12.5v-1H5v1zm10-7.5V1.5h1V5zm0 17.5V19h1v3.5zM6.746 7.404l-2.16-2.098l.695-.745l2.111 2.135zM18.72 19.439l-2.117-2.141l.652-.702l2.16 2.098zm-13.432-.006l-.725-.714l2.14-2.117l.664.652zM12 16q-1.671 0-2.835-1.164Q8 13.67 8 12t1.165-2.835T12 8q.237 0 .467.028t.448.078l-.348.958q-.138-.045-.274-.054Q12.158 9 12 9q-1.25 0-2.125.875T9 12t.875 2.125T12 15q.86 0 1.565-.447q.704-.447 1.087-1.168h1.075q-.408 1.148-1.418 1.881Q13.3 16 12 16m2.377-5l3.47-9h.73l3.508 9H21.03l-1.008-2.539H16.4L15.392 11zm2.32-3.35h3.03l-1.496-3.996h-.077z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1.5 12.5v-1H5v1zm10-7.5V1.5h1V5zm0 17.5V19h1v3.5zM6.746 7.404l-2.16-2.098l.695-.745l2.111 2.135zM18.72 19.439l-2.117-2.141l.652-.702l2.16 2.098zm-13.432-.006l-.725-.714l2.14-2.117l.664.652zM12 16q-1.671 0-2.835-1.164Q8 13.67 8 12t1.165-2.835T12 8q.237 0 .467.028t.448.078l-.348.958q-.138-.045-.274-.054Q12.158 9 12 9q-1.25 0-2.125.875T9 12t.875 2.125T12 15q.86 0 1.565-.447q.704-.447 1.087-1.168h1.075q-.408 1.148-1.418 1.881Q13.3 16 12 16m2.377-5l3.47-9h.73l3.508 9H21.03l-1.008-2.539H16.4L15.392 11zm2.32-3.35h3.03l-1.496-3.996h-.077z"/></svg>
</template>

CSS

.icon-light-mode-auto-outline {
  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%22M1.5%2012.5v-1H5v1zm10-7.5V1.5h1V5zm0%2017.5V19h1v3.5zM6.746%207.404l-2.16-2.098l.695-.745l2.111%202.135zM18.72%2019.439l-2.117-2.141l.652-.702l2.16%202.098zm-13.432-.006l-.725-.714l2.14-2.117l.664.652zM12%2016q-1.671%200-2.835-1.164Q8%2013.67%208%2012t1.165-2.835T12%208q.237%200%20.467.028t.448.078l-.348.958q-.138-.045-.274-.054Q12.158%209%2012%209q-1.25%200-2.125.875T9%2012t.875%202.125T12%2015q.86%200%201.565-.447q.704-.447%201.087-1.168h1.075q-.408%201.148-1.418%201.881Q13.3%2016%2012%2016m2.377-5l3.47-9h.73l3.508%209H21.03l-1.008-2.539H16.4L15.392%2011zm2.32-3.35h3.03l-1.496-3.996h-.077z%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%22M1.5%2012.5v-1H5v1zm10-7.5V1.5h1V5zm0%2017.5V19h1v3.5zM6.746%207.404l-2.16-2.098l.695-.745l2.111%202.135zM18.72%2019.439l-2.117-2.141l.652-.702l2.16%202.098zm-13.432-.006l-.725-.714l2.14-2.117l.664.652zM12%2016q-1.671%200-2.835-1.164Q8%2013.67%208%2012t1.165-2.835T12%208q.237%200%20.467.028t.448.078l-.348.958q-.138-.045-.274-.054Q12.158%209%2012%209q-1.25%200-2.125.875T9%2012t.875%202.125T12%2015q.86%200%201.565-.447q.704-.447%201.087-1.168h1.075q-.408%201.148-1.418%201.881Q13.3%2016%2012%2016m2.377-5l3.47-9h.73l3.508%209H21.03l-1.008-2.539H16.4L15.392%2011zm2.32-3.35h3.03l-1.496-3.996h-.077z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/light-mode-auto-outline.svg?color=%231a73e8&size=48