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

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

3 other variants in Material Symbols

The same icon in other sets

More android icons from Material Symbols

Use the light mode icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.125 14.125Q15 13.25 15 12t-.875-2.125T12 9t-2.125.875T9 12t.875 2.125T12 15t2.125-.875m-5.663 1.413Q7 14.075 7 12t1.463-3.537T12 7t3.538 1.463T17 12t-1.463 3.538T12 17t-3.537-1.463M5 13H1v-2h4zm18 0h-4v-2h4zM11 5V1h2v4zm0 18v-4h2v4zM6.4 7.75L3.875 5.325L5.3 3.85l2.4 2.5zm12.3 12.4l-2.425-2.525L17.6 16.25l2.525 2.425zM16.25 6.4l2.425-2.525L20.15 5.3l-2.5 2.4zM3.85 18.7l2.525-2.425L7.75 17.6l-2.425 2.525zM12 12"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightModeOutline(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="M14.125 14.125Q15 13.25 15 12t-.875-2.125T12 9t-2.125.875T9 12t.875 2.125T12 15t2.125-.875m-5.663 1.413Q7 14.075 7 12t1.463-3.537T12 7t3.538 1.463T17 12t-1.463 3.538T12 17t-3.537-1.463M5 13H1v-2h4zm18 0h-4v-2h4zM11 5V1h2v4zm0 18v-4h2v4zM6.4 7.75L3.875 5.325L5.3 3.85l2.4 2.5zm12.3 12.4l-2.425-2.525L17.6 16.25l2.525 2.425zM16.25 6.4l2.425-2.525L20.15 5.3l-2.5 2.4zM3.85 18.7l2.525-2.425L7.75 17.6l-2.425 2.525zM12 12"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.125 14.125Q15 13.25 15 12t-.875-2.125T12 9t-2.125.875T9 12t.875 2.125T12 15t2.125-.875m-5.663 1.413Q7 14.075 7 12t1.463-3.537T12 7t3.538 1.463T17 12t-1.463 3.538T12 17t-3.537-1.463M5 13H1v-2h4zm18 0h-4v-2h4zM11 5V1h2v4zm0 18v-4h2v4zM6.4 7.75L3.875 5.325L5.3 3.85l2.4 2.5zm12.3 12.4l-2.425-2.525L17.6 16.25l2.525 2.425zM16.25 6.4l2.425-2.525L20.15 5.3l-2.5 2.4zM3.85 18.7l2.525-2.425L7.75 17.6l-2.425 2.525zM12 12"/></svg>
</template>

CSS

.icon-light-mode-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%22M14.125%2014.125Q15%2013.25%2015%2012t-.875-2.125T12%209t-2.125.875T9%2012t.875%202.125T12%2015t2.125-.875m-5.663%201.413Q7%2014.075%207%2012t1.463-3.537T12%207t3.538%201.463T17%2012t-1.463%203.538T12%2017t-3.537-1.463M5%2013H1v-2h4zm18%200h-4v-2h4zM11%205V1h2v4zm0%2018v-4h2v4zM6.4%207.75L3.875%205.325L5.3%203.85l2.4%202.5zm12.3%2012.4l-2.425-2.525L17.6%2016.25l2.525%202.425zM16.25%206.4l2.425-2.525L20.15%205.3l-2.5%202.4zM3.85%2018.7l2.525-2.425L7.75%2017.6l-2.425%202.525zM12%2012%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%22M14.125%2014.125Q15%2013.25%2015%2012t-.875-2.125T12%209t-2.125.875T9%2012t.875%202.125T12%2015t2.125-.875m-5.663%201.413Q7%2014.075%207%2012t1.463-3.537T12%207t3.538%201.463T17%2012t-1.463%203.538T12%2017t-3.537-1.463M5%2013H1v-2h4zm18%200h-4v-2h4zM11%205V1h2v4zm0%2018v-4h2v4zM6.4%207.75L3.875%205.325L5.3%203.85l2.4%202.5zm12.3%2012.4l-2.425-2.525L17.6%2016.25l2.525%202.425zM16.25%206.4l2.425-2.525L20.15%205.3l-2.5%202.4zM3.85%2018.7l2.525-2.425L7.75%2017.6l-2.425%202.525zM12%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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