dark mode icon
dark-mode from IconPark Outline by ByteDance · Outline · Edit · Apache-2.0 Free for personal and commercial use.
- Name
- dark-mode
- Set
- IconPark Outline
- Style
- Outline
- Category
- Edit
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More edit icons from IconPark Outline
Use the dark mode icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="4"><path d="m24.003 4l5.27 5.27h9.457v9.456l5.27 5.27l-5.27 5.278v9.456h-9.456L24.004 44l-5.278-5.27H9.27v-9.456L4 23.997l5.27-5.27V9.27h9.456z"/><path d="M27 17c0 8-5 9-10 9c0 4 6.5 8 12 4s2-13-2-13"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkOutlineDarkMode(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="4"><path d="m24.003 4l5.27 5.27h9.457v9.456l5.27 5.27l-5.27 5.278v9.456h-9.456L24.004 44l-5.278-5.27H9.27v-9.456L4 23.997l5.27-5.27V9.27h9.456z"/><path d="M27 17c0 8-5 9-10 9c0 4 6.5 8 12 4s2-13-2-13"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="4"><path d="m24.003 4l5.27 5.27h9.457v9.456l5.27 5.27l-5.27 5.278v9.456h-9.456L24.004 44l-5.278-5.27H9.27v-9.456L4 23.997l5.27-5.27V9.27h9.456z"/><path d="M27 17c0 8-5 9-10 9c0 4 6.5 8 12 4s2-13-2-13"/></g></svg> </template>
CSS
.icon-dark-mode {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22m24.003%204l5.27%205.27h9.457v9.456l5.27%205.27l-5.27%205.278v9.456h-9.456L24.004%2044l-5.278-5.27H9.27v-9.456L4%2023.997l5.27-5.27V9.27h9.456z%22%2F%3E%3Cpath%20d%3D%22M27%2017c0%208-5%209-10%209c0%204%206.5%208%2012%204s2-13-2-13%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22m24.003%204l5.27%205.27h9.457v9.456l5.27%205.27l-5.27%205.278v9.456h-9.456L24.004%2044l-5.278-5.27H9.27v-9.456L4%2023.997l5.27-5.27V9.27h9.456z%22%2F%3E%3Cpath%20d%3D%22M27%2017c0%208-5%209-10%209c0%204%206.5%208%2012%204s2-13-2-13%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park-outline/dark-mode.svg?color=%231a73e8&size=48