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

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

3 other variants in Material Symbols Light

The same icon in other sets

More android icons from Material Symbols Light

Use the dark mode icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.058 20q-3.334 0-5.667-2.333T4.058 12q0-3.039 1.98-5.27t4.904-2.634q.081 0 .159.006t.153.017q-.506.706-.801 1.57T10.158 7.5q0 2.667 1.866 4.533t4.534 1.867q.951 0 1.813-.295t1.548-.801q.012.075.017.153t.006.159q-.384 2.923-2.615 4.903T12.057 20m0-1q2.2 0 3.95-1.213t2.55-3.162q-.5.125-1 .2t-1 .075q-3.074 0-5.237-2.162T9.158 7.5q0-.5.075-1t.2-1q-1.95.8-3.163 2.55T5.058 12q0 2.9 2.05 4.95t4.95 2.05m-.25-6.75"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightDarkModeOutline(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.058 20q-3.334 0-5.667-2.333T4.058 12q0-3.039 1.98-5.27t4.904-2.634q.081 0 .159.006t.153.017q-.506.706-.801 1.57T10.158 7.5q0 2.667 1.866 4.533t4.534 1.867q.951 0 1.813-.295t1.548-.801q.012.075.017.153t.006.159q-.384 2.923-2.615 4.903T12.057 20m0-1q2.2 0 3.95-1.213t2.55-3.162q-.5.125-1 .2t-1 .075q-3.074 0-5.237-2.162T9.158 7.5q0-.5.075-1t.2-1q-1.95.8-3.163 2.55T5.058 12q0 2.9 2.05 4.95t4.95 2.05m-.25-6.75"/></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.058 20q-3.334 0-5.667-2.333T4.058 12q0-3.039 1.98-5.27t4.904-2.634q.081 0 .159.006t.153.017q-.506.706-.801 1.57T10.158 7.5q0 2.667 1.866 4.533t4.534 1.867q.951 0 1.813-.295t1.548-.801q.012.075.017.153t.006.159q-.384 2.923-2.615 4.903T12.057 20m0-1q2.2 0 3.95-1.213t2.55-3.162q-.5.125-1 .2t-1 .075q-3.074 0-5.237-2.162T9.158 7.5q0-.5.075-1t.2-1q-1.95.8-3.163 2.55T5.058 12q0 2.9 2.05 4.95t4.95 2.05m-.25-6.75"/></svg>
</template>

CSS

.icon-dark-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%22M12.058%2020q-3.334%200-5.667-2.333T4.058%2012q0-3.039%201.98-5.27t4.904-2.634q.081%200%20.159.006t.153.017q-.506.706-.801%201.57T10.158%207.5q0%202.667%201.866%204.533t4.534%201.867q.951%200%201.813-.295t1.548-.801q.012.075.017.153t.006.159q-.384%202.923-2.615%204.903T12.057%2020m0-1q2.2%200%203.95-1.213t2.55-3.162q-.5.125-1%20.2t-1%20.075q-3.074%200-5.237-2.162T9.158%207.5q0-.5.075-1t.2-1q-1.95.8-3.163%202.55T5.058%2012q0%202.9%202.05%204.95t4.95%202.05m-.25-6.75%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.058%2020q-3.334%200-5.667-2.333T4.058%2012q0-3.039%201.98-5.27t4.904-2.634q.081%200%20.159.006t.153.017q-.506.706-.801%201.57T10.158%207.5q0%202.667%201.866%204.533t4.534%201.867q.951%200%201.813-.295t1.548-.801q.012.075.017.153t.006.159q-.384%202.923-2.615%204.903T12.057%2020m0-1q2.2%200%203.95-1.213t2.55-3.162q-.5.125-1%20.2t-1%20.075q-3.074%200-5.237-2.162T9.158%207.5q0-.5.075-1t.2-1q-1.95.8-3.163%202.55T5.058%2012q0%202.9%202.05%204.95t4.95%202.05m-.25-6.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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