switch themes icon

switch-themes from IconPark by ByteDance · Color · Edit · Apache-2.0 Free for personal and commercial use.

Name
switch-themes
Set
IconPark
Style
Color
Category
Edit
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More edit icons from IconPark

Use the switch themes icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-linecap="round" stroke-width="4"><path fill="#2F88FF" fill-rule="evenodd" stroke="#000" stroke-linejoin="round" d="M23 4V27H43.9933L44 4H23Z" clip-rule="evenodd"/><path stroke="#000" d="M31.0049 43.9998C24.6752 43.9998 20.5595 43.9998 18.6579 43.9998C16.9557 43.9998 14.9159 43.4318 13.5475 41.6126C12.6229 40.3832 12.0049 38.5826 12.0049 35.9998C12.0049 31.7298 12.0049 28.063 12.0049 24.9995"/><path stroke="#000" stroke-linejoin="round" d="M4 32.9998L12.0046 24.9995L20.0138 32.9998"/><path stroke="#fff" d="M30 19H37"/><path stroke="#fff" d="M30 12H37"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkSwitchThemes(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" strokeLinecap="round" strokeWidth="4"><path fill="#2F88FF" fillRule="evenodd" stroke="#000" strokeLinejoin="round" d="M23 4V27H43.9933L44 4H23Z" clipRule="evenodd"/><path stroke="#000" d="M31.0049 43.9998C24.6752 43.9998 20.5595 43.9998 18.6579 43.9998C16.9557 43.9998 14.9159 43.4318 13.5475 41.6126C12.6229 40.3832 12.0049 38.5826 12.0049 35.9998C12.0049 31.7298 12.0049 28.063 12.0049 24.9995"/><path stroke="#000" strokeLinejoin="round" d="M4 32.9998L12.0046 24.9995L20.0138 32.9998"/><path stroke="#fff" d="M30 19H37"/><path stroke="#fff" d="M30 12H37"/></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-linecap="round" stroke-width="4"><path fill="#2F88FF" fill-rule="evenodd" stroke="#000" stroke-linejoin="round" d="M23 4V27H43.9933L44 4H23Z" clip-rule="evenodd"/><path stroke="#000" d="M31.0049 43.9998C24.6752 43.9998 20.5595 43.9998 18.6579 43.9998C16.9557 43.9998 14.9159 43.4318 13.5475 41.6126C12.6229 40.3832 12.0049 38.5826 12.0049 35.9998C12.0049 31.7298 12.0049 28.063 12.0049 24.9995"/><path stroke="#000" stroke-linejoin="round" d="M4 32.9998L12.0046 24.9995L20.0138 32.9998"/><path stroke="#fff" d="M30 19H37"/><path stroke="#fff" d="M30 12H37"/></g></svg>
</template>

CSS

.icon-switch-themes {
  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-linecap%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20d%3D%22M23%204V27H43.9933L44%204H23Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M31.0049%2043.9998C24.6752%2043.9998%2020.5595%2043.9998%2018.6579%2043.9998C16.9557%2043.9998%2014.9159%2043.4318%2013.5475%2041.6126C12.6229%2040.3832%2012.0049%2038.5826%2012.0049%2035.9998C12.0049%2031.7298%2012.0049%2028.063%2012.0049%2024.9995%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%2032.9998L12.0046%2024.9995L20.0138%2032.9998%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M30%2019H37%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M30%2012H37%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-linecap%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20d%3D%22M23%204V27H43.9933L44%204H23Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M31.0049%2043.9998C24.6752%2043.9998%2020.5595%2043.9998%2018.6579%2043.9998C16.9557%2043.9998%2014.9159%2043.4318%2013.5475%2041.6126C12.6229%2040.3832%2012.0049%2038.5826%2012.0049%2035.9998C12.0049%2031.7298%2012.0049%2028.063%2012.0049%2024.9995%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%2032.9998L12.0046%2024.9995L20.0138%2032.9998%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M30%2019H37%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M30%2012H37%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/switch-themes.svg?color=%231a73e8&size=48