theme light dark icon

theme-light-dark from Material Design Icons by Pictogrammers · Filled · Weather · Apache-2.0 Free for personal and commercial use.

Name
theme-light-dark
Set
Material Design Icons
Style
Filled
Category
Weather
Viewbox
24×24
License
Apache 2.0
Aliases
sun-moon-stars

More weather icons from Material Design Icons

Use the theme light dark icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.5 2c-1.79 1.15-3 3.18-3 5.5s1.21 4.35 3.03 5.5C4.46 13 2 10.54 2 7.5A5.5 5.5 0 0 1 7.5 2m11.57 1.5l1.43 1.43L4.93 20.5L3.5 19.07zm-6.18 2.43L11.41 5L9.97 6l.42-1.7L9 3.24l1.75-.12l.58-1.65L12 3.1l1.73.03l-1.35 1.13zm-3.3 3.61l-1.16-.73l-1.12.78l.34-1.32l-1.09-.83l1.36-.09l.45-1.29l.51 1.27l1.36.03l-1.05.87zM19 13.5a5.5 5.5 0 0 1-5.5 5.5c-1.22 0-2.35-.4-3.26-1.07l7.69-7.69c.67.91 1.07 2.04 1.07 3.26m-4.4 6.58l2.77-1.15l-.24 3.35zm4.33-2.7l1.15-2.77l2.2 2.54zm1.15-4.96l-1.14-2.78l3.34.24zM9.63 18.93l2.77 1.15l-2.53 2.19z"/></svg>

React

import type { SVGProps } from "react";

export function MdiThemeLightDark(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="M7.5 2c-1.79 1.15-3 3.18-3 5.5s1.21 4.35 3.03 5.5C4.46 13 2 10.54 2 7.5A5.5 5.5 0 0 1 7.5 2m11.57 1.5l1.43 1.43L4.93 20.5L3.5 19.07zm-6.18 2.43L11.41 5L9.97 6l.42-1.7L9 3.24l1.75-.12l.58-1.65L12 3.1l1.73.03l-1.35 1.13zm-3.3 3.61l-1.16-.73l-1.12.78l.34-1.32l-1.09-.83l1.36-.09l.45-1.29l.51 1.27l1.36.03l-1.05.87zM19 13.5a5.5 5.5 0 0 1-5.5 5.5c-1.22 0-2.35-.4-3.26-1.07l7.69-7.69c.67.91 1.07 2.04 1.07 3.26m-4.4 6.58l2.77-1.15l-.24 3.35zm4.33-2.7l1.15-2.77l2.2 2.54zm1.15-4.96l-1.14-2.78l3.34.24zM9.63 18.93l2.77 1.15l-2.53 2.19z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.5 2c-1.79 1.15-3 3.18-3 5.5s1.21 4.35 3.03 5.5C4.46 13 2 10.54 2 7.5A5.5 5.5 0 0 1 7.5 2m11.57 1.5l1.43 1.43L4.93 20.5L3.5 19.07zm-6.18 2.43L11.41 5L9.97 6l.42-1.7L9 3.24l1.75-.12l.58-1.65L12 3.1l1.73.03l-1.35 1.13zm-3.3 3.61l-1.16-.73l-1.12.78l.34-1.32l-1.09-.83l1.36-.09l.45-1.29l.51 1.27l1.36.03l-1.05.87zM19 13.5a5.5 5.5 0 0 1-5.5 5.5c-1.22 0-2.35-.4-3.26-1.07l7.69-7.69c.67.91 1.07 2.04 1.07 3.26m-4.4 6.58l2.77-1.15l-.24 3.35zm4.33-2.7l1.15-2.77l2.2 2.54zm1.15-4.96l-1.14-2.78l3.34.24zM9.63 18.93l2.77 1.15l-2.53 2.19z"/></svg>
</template>

CSS

.icon-theme-light-dark {
  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%22M7.5%202c-1.79%201.15-3%203.18-3%205.5s1.21%204.35%203.03%205.5C4.46%2013%202%2010.54%202%207.5A5.5%205.5%200%200%201%207.5%202m11.57%201.5l1.43%201.43L4.93%2020.5L3.5%2019.07zm-6.18%202.43L11.41%205L9.97%206l.42-1.7L9%203.24l1.75-.12l.58-1.65L12%203.1l1.73.03l-1.35%201.13zm-3.3%203.61l-1.16-.73l-1.12.78l.34-1.32l-1.09-.83l1.36-.09l.45-1.29l.51%201.27l1.36.03l-1.05.87zM19%2013.5a5.5%205.5%200%200%201-5.5%205.5c-1.22%200-2.35-.4-3.26-1.07l7.69-7.69c.67.91%201.07%202.04%201.07%203.26m-4.4%206.58l2.77-1.15l-.24%203.35zm4.33-2.7l1.15-2.77l2.2%202.54zm1.15-4.96l-1.14-2.78l3.34.24zM9.63%2018.93l2.77%201.15l-2.53%202.19z%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%22M7.5%202c-1.79%201.15-3%203.18-3%205.5s1.21%204.35%203.03%205.5C4.46%2013%202%2010.54%202%207.5A5.5%205.5%200%200%201%207.5%202m11.57%201.5l1.43%201.43L4.93%2020.5L3.5%2019.07zm-6.18%202.43L11.41%205L9.97%206l.42-1.7L9%203.24l1.75-.12l.58-1.65L12%203.1l1.73.03l-1.35%201.13zm-3.3%203.61l-1.16-.73l-1.12.78l.34-1.32l-1.09-.83l1.36-.09l.45-1.29l.51%201.27l1.36.03l-1.05.87zM19%2013.5a5.5%205.5%200%200%201-5.5%205.5c-1.22%200-2.35-.4-3.26-1.07l7.69-7.69c.67.91%201.07%202.04%201.07%203.26m-4.4%206.58l2.77-1.15l-.24%203.35zm4.33-2.7l1.15-2.77l2.2%202.54zm1.15-4.96l-1.14-2.78l3.34.24zM9.63%2018.93l2.77%201.15l-2.53%202.19z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/theme-light-dark.svg?color=%231a73e8&size=48