switches from Material Symbols Light by Google · Regular · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
switches
Set
Material Symbols Light
Style
Regular
Category
UI Actions
Viewbox
24×24
License
Apache 2.0
Aliases
switches-rounded

3 other variants in Material Symbols Light

The same icon in other sets

More ui actions icons from Material Symbols Light

Use the switches icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.385 16q-1.671 0-2.836-1.164Q3.384 13.67 3.384 12T4.55 9.165T7.384 8q1.135 0 2.042.55t1.42 1.45h7.77q.846 0 1.423.577q.576.577.576 1.423t-.577 1.423t-1.422.577h-7.77q-.513.9-1.42 1.45T7.385 16m3.861-3h7.37q.425 0 .712-.288t.288-.712t-.288-.712t-.712-.288h-7.37q.07.225.104.5t.035.5t-.035.5t-.104.5"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSwitches(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="M7.385 16q-1.671 0-2.836-1.164Q3.384 13.67 3.384 12T4.55 9.165T7.384 8q1.135 0 2.042.55t1.42 1.45h7.77q.846 0 1.423.577q.576.577.576 1.423t-.577 1.423t-1.422.577h-7.77q-.513.9-1.42 1.45T7.385 16m3.861-3h7.37q.425 0 .712-.288t.288-.712t-.288-.712t-.712-.288h-7.37q.07.225.104.5t.035.5t-.035.5t-.104.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.385 16q-1.671 0-2.836-1.164Q3.384 13.67 3.384 12T4.55 9.165T7.384 8q1.135 0 2.042.55t1.42 1.45h7.77q.846 0 1.423.577q.576.577.576 1.423t-.577 1.423t-1.422.577h-7.77q-.513.9-1.42 1.45T7.385 16m3.861-3h7.37q.425 0 .712-.288t.288-.712t-.288-.712t-.712-.288h-7.37q.07.225.104.5t.035.5t-.035.5t-.104.5"/></svg>
</template>

CSS

.icon-switches {
  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%22M7.385%2016q-1.671%200-2.836-1.164Q3.384%2013.67%203.384%2012T4.55%209.165T7.384%208q1.135%200%202.042.55t1.42%201.45h7.77q.846%200%201.423.577q.576.577.576%201.423t-.577%201.423t-1.422.577h-7.77q-.513.9-1.42%201.45T7.385%2016m3.861-3h7.37q.425%200%20.712-.288t.288-.712t-.288-.712t-.712-.288h-7.37q.07.225.104.5t.035.5t-.035.5t-.104.5%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%22M7.385%2016q-1.671%200-2.836-1.164Q3.384%2013.67%203.384%2012T4.55%209.165T7.384%208q1.135%200%202.042.55t1.42%201.45h7.77q.846%200%201.423.577q.576.577.576%201.423t-.577%201.423t-1.422.577h-7.77q-.513.9-1.42%201.45T7.385%2016m3.861-3h7.37q.425%200%20.712-.288t.288-.712t-.288-.712t-.712-.288h-7.37q.07.225.104.5t.035.5t-.035.5t-.104.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/switches.svg?color=%231a73e8&size=48