switch contrast icon

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

Name
switch-contrast
Set
IconPark
Style
Color
Category
Abstract
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More abstract icons from IconPark

Use the switch contrast icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M30 10H40C41.8856 10 42.8284 10 43.4142 10.5858C44 11.1716 44 12.1144 44 14V34C44 35.8856 44 36.8284 43.4142 37.4142C42.8284 38 41.8856 38 40 38H30"/><path d="M18 10H8C6.11438 10 5.17157 10 4.58579 10.5858C4 11.1716 4 12.1144 4 14V34C4 35.8856 4 36.8284 4.58579 37.4142C5.17157 38 6.11438 38 8 38H18"/><path d="M24 6V42"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkSwitchContrast(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="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path d="M30 10H40C41.8856 10 42.8284 10 43.4142 10.5858C44 11.1716 44 12.1144 44 14V34C44 35.8856 44 36.8284 43.4142 37.4142C42.8284 38 41.8856 38 40 38H30"/><path d="M18 10H8C6.11438 10 5.17157 10 4.58579 10.5858C4 11.1716 4 12.1144 4 14V34C4 35.8856 4 36.8284 4.58579 37.4142C5.17157 38 6.11438 38 8 38H18"/><path d="M24 6V42"/></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="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M30 10H40C41.8856 10 42.8284 10 43.4142 10.5858C44 11.1716 44 12.1144 44 14V34C44 35.8856 44 36.8284 43.4142 37.4142C42.8284 38 41.8856 38 40 38H30"/><path d="M18 10H8C6.11438 10 5.17157 10 4.58579 10.5858C4 11.1716 4 12.1144 4 14V34C4 35.8856 4 36.8284 4.58579 37.4142C5.17157 38 6.11438 38 8 38H18"/><path d="M24 6V42"/></g></svg>
</template>

CSS

.icon-switch-contrast {
  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%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M30%2010H40C41.8856%2010%2042.8284%2010%2043.4142%2010.5858C44%2011.1716%2044%2012.1144%2044%2014V34C44%2035.8856%2044%2036.8284%2043.4142%2037.4142C42.8284%2038%2041.8856%2038%2040%2038H30%22%2F%3E%3Cpath%20d%3D%22M18%2010H8C6.11438%2010%205.17157%2010%204.58579%2010.5858C4%2011.1716%204%2012.1144%204%2014V34C4%2035.8856%204%2036.8284%204.58579%2037.4142C5.17157%2038%206.11438%2038%208%2038H18%22%2F%3E%3Cpath%20d%3D%22M24%206V42%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%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M30%2010H40C41.8856%2010%2042.8284%2010%2043.4142%2010.5858C44%2011.1716%2044%2012.1144%2044%2014V34C44%2035.8856%2044%2036.8284%2043.4142%2037.4142C42.8284%2038%2041.8856%2038%2040%2038H30%22%2F%3E%3Cpath%20d%3D%22M18%2010H8C6.11438%2010%205.17157%2010%204.58579%2010.5858C4%2011.1716%204%2012.1144%204%2014V34C4%2035.8856%204%2036.8284%204.58579%2037.4142C5.17157%2038%206.11438%2038%208%2038H18%22%2F%3E%3Cpath%20d%3D%22M24%206V42%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-contrast.svg?color=%231a73e8&size=48