switch icon
switch from Element Plus by Element Plus · Outline · MIT Free for personal and commercial use.
- Name
- switch
- Set
- Element Plus
- Style
- Outline
- Viewbox
- 1024×1024
- License
- MIT
The same icon in other sets
Related icons in Element Plus
Use the switch icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M118.7 438.7a32 32 0 0 1 0-45.3L416 96l4.5-3.8a32 32 0 0 1 40.7 3.8l3.8 4.5a32 32 0 0 1-3.8 40.8L218.6 384H928a32 32 0 1 1 0 64H141.2a32 32 0 0 1-22.5-9.3M64 608a32 32 0 0 1 32-32h786.8a32 32 0 0 1 22.6 54.6L608 928l-4.5 3.8a32 32 0 0 1-40.8-49l243-242.8H96a32 32 0 0 1-32-32"/></svg>
React
import type { SVGProps } from "react";
export function EpSwitch(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M118.7 438.7a32 32 0 0 1 0-45.3L416 96l4.5-3.8a32 32 0 0 1 40.7 3.8l3.8 4.5a32 32 0 0 1-3.8 40.8L218.6 384H928a32 32 0 1 1 0 64H141.2a32 32 0 0 1-22.5-9.3M64 608a32 32 0 0 1 32-32h786.8a32 32 0 0 1 22.6 54.6L608 928l-4.5 3.8a32 32 0 0 1-40.8-49l243-242.8H96a32 32 0 0 1-32-32"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M118.7 438.7a32 32 0 0 1 0-45.3L416 96l4.5-3.8a32 32 0 0 1 40.7 3.8l3.8 4.5a32 32 0 0 1-3.8 40.8L218.6 384H928a32 32 0 1 1 0 64H141.2a32 32 0 0 1-22.5-9.3M64 608a32 32 0 0 1 32-32h786.8a32 32 0 0 1 22.6 54.6L608 928l-4.5 3.8a32 32 0 0 1-40.8-49l243-242.8H96a32 32 0 0 1-32-32"/></svg> </template>
CSS
.icon-switch {
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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M118.7%20438.7a32%2032%200%200%201%200-45.3L416%2096l4.5-3.8a32%2032%200%200%201%2040.7%203.8l3.8%204.5a32%2032%200%200%201-3.8%2040.8L218.6%20384H928a32%2032%200%201%201%200%2064H141.2a32%2032%200%200%201-22.5-9.3M64%20608a32%2032%200%200%201%2032-32h786.8a32%2032%200%200%201%2022.6%2054.6L608%20928l-4.5%203.8a32%2032%200%200%201-40.8-49l243-242.8H96a32%2032%200%200%201-32-32%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M118.7%20438.7a32%2032%200%200%201%200-45.3L416%2096l4.5-3.8a32%2032%200%200%201%2040.7%203.8l3.8%204.5a32%2032%200%200%201-3.8%2040.8L218.6%20384H928a32%2032%200%201%201%200%2064H141.2a32%2032%200%200%201-22.5-9.3M64%20608a32%2032%200%200%201%2032-32h786.8a32%2032%200%200%201%2022.6%2054.6L608%20928l-4.5%203.8a32%2032%200%200%201-40.8-49l243-242.8H96a32%2032%200%200%201-32-32%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ep/switch.svg?color=%231a73e8&size=48