switch-fill from Remix Icon by Remix Design · Fill · Logos · Apache-2.0 Free for personal and commercial use.

Name
switch-fill
Set
Remix Icon
Style
Fill
Category
Logos
Viewbox
24×24
License
Apache 2.0

1 other variant in Remix Icon

The same icon in other sets

More logos icons from Remix Icon

Use the switch icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.62 21c-.085 0-.141-.057-.127-.127V3.127c0-.056.042-.113.113-.113h2.785a4.61 4.61 0 0 1 4.61 4.61v8.766a4.61 4.61 0 0 1-4.61 4.61zm3.422-9.926c-1.004 0-1.824.82-1.824 1.824s.82 1.824 1.824 1.824s1.824-.82 1.824-1.824s-.82-1.824-1.824-1.824M5.8 8.4a1.7 1.7 0 0 1 1.696-1.696A1.7 1.7 0 0 1 9.193 8.4c0 .934-.763 1.697-1.697 1.697A1.7 1.7 0 0 1 5.8 8.4M11.54 3c.085 0 .142.057.128.127V20.86c0 .07-.057.127-.128.127H7.61A4.61 4.61 0 0 1 3 16.376V7.61A4.61 4.61 0 0 1 7.611 3zm-1.315 16.544V4.442H7.611c-.849 0-1.64.34-2.235.933a3.1 3.1 0 0 0-.933 2.235v8.766c0 .849.34 1.64.933 2.234a3.1 3.1 0 0 0 2.235.934z"/></svg>

React

import type { SVGProps } from "react";

export function RiSwitchFill(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="M13.62 21c-.085 0-.141-.057-.127-.127V3.127c0-.056.042-.113.113-.113h2.785a4.61 4.61 0 0 1 4.61 4.61v8.766a4.61 4.61 0 0 1-4.61 4.61zm3.422-9.926c-1.004 0-1.824.82-1.824 1.824s.82 1.824 1.824 1.824s1.824-.82 1.824-1.824s-.82-1.824-1.824-1.824M5.8 8.4a1.7 1.7 0 0 1 1.696-1.696A1.7 1.7 0 0 1 9.193 8.4c0 .934-.763 1.697-1.697 1.697A1.7 1.7 0 0 1 5.8 8.4M11.54 3c.085 0 .142.057.128.127V20.86c0 .07-.057.127-.128.127H7.61A4.61 4.61 0 0 1 3 16.376V7.61A4.61 4.61 0 0 1 7.611 3zm-1.315 16.544V4.442H7.611c-.849 0-1.64.34-2.235.933a3.1 3.1 0 0 0-.933 2.235v8.766c0 .849.34 1.64.933 2.234a3.1 3.1 0 0 0 2.235.934z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.62 21c-.085 0-.141-.057-.127-.127V3.127c0-.056.042-.113.113-.113h2.785a4.61 4.61 0 0 1 4.61 4.61v8.766a4.61 4.61 0 0 1-4.61 4.61zm3.422-9.926c-1.004 0-1.824.82-1.824 1.824s.82 1.824 1.824 1.824s1.824-.82 1.824-1.824s-.82-1.824-1.824-1.824M5.8 8.4a1.7 1.7 0 0 1 1.696-1.696A1.7 1.7 0 0 1 9.193 8.4c0 .934-.763 1.697-1.697 1.697A1.7 1.7 0 0 1 5.8 8.4M11.54 3c.085 0 .142.057.128.127V20.86c0 .07-.057.127-.128.127H7.61A4.61 4.61 0 0 1 3 16.376V7.61A4.61 4.61 0 0 1 7.611 3zm-1.315 16.544V4.442H7.611c-.849 0-1.64.34-2.235.933a3.1 3.1 0 0 0-.933 2.235v8.766c0 .849.34 1.64.933 2.234a3.1 3.1 0 0 0 2.235.934z"/></svg>
</template>

CSS

.icon-switch-fill {
  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%22M13.62%2021c-.085%200-.141-.057-.127-.127V3.127c0-.056.042-.113.113-.113h2.785a4.61%204.61%200%200%201%204.61%204.61v8.766a4.61%204.61%200%200%201-4.61%204.61zm3.422-9.926c-1.004%200-1.824.82-1.824%201.824s.82%201.824%201.824%201.824s1.824-.82%201.824-1.824s-.82-1.824-1.824-1.824M5.8%208.4a1.7%201.7%200%200%201%201.696-1.696A1.7%201.7%200%200%201%209.193%208.4c0%20.934-.763%201.697-1.697%201.697A1.7%201.7%200%200%201%205.8%208.4M11.54%203c.085%200%20.142.057.128.127V20.86c0%20.07-.057.127-.128.127H7.61A4.61%204.61%200%200%201%203%2016.376V7.61A4.61%204.61%200%200%201%207.611%203zm-1.315%2016.544V4.442H7.611c-.849%200-1.64.34-2.235.933a3.1%203.1%200%200%200-.933%202.235v8.766c0%20.849.34%201.64.933%202.234a3.1%203.1%200%200%200%202.235.934z%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%22M13.62%2021c-.085%200-.141-.057-.127-.127V3.127c0-.056.042-.113.113-.113h2.785a4.61%204.61%200%200%201%204.61%204.61v8.766a4.61%204.61%200%200%201-4.61%204.61zm3.422-9.926c-1.004%200-1.824.82-1.824%201.824s.82%201.824%201.824%201.824s1.824-.82%201.824-1.824s-.82-1.824-1.824-1.824M5.8%208.4a1.7%201.7%200%200%201%201.696-1.696A1.7%201.7%200%200%201%209.193%208.4c0%20.934-.763%201.697-1.697%201.697A1.7%201.7%200%200%201%205.8%208.4M11.54%203c.085%200%20.142.057.128.127V20.86c0%20.07-.057.127-.128.127H7.61A4.61%204.61%200%200%201%203%2016.376V7.61A4.61%204.61%200%200%201%207.611%203zm-1.315%2016.544V4.442H7.611c-.849%200-1.64.34-2.235.933a3.1%203.1%200%200%200-.933%202.235v8.766c0%20.849.34%201.64.933%202.234a3.1%203.1%200%200%200%202.235.934z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/switch-fill.svg?color=%231a73e8&size=48