switch left icon
switch-left-rounded from Material Symbols Light by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- switch-left-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- switch-left-outline-rounded
1 other variant in Material Symbols Light
The same icon in other sets
More ui actions icons from Material Symbols Light
Use the switch left icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.192 16.35q-.142 0-.288-.056q-.146-.055-.277-.186l-3.543-3.542q-.13-.131-.183-.268q-.053-.136-.053-.298t.053-.298t.183-.267l3.543-3.543q.13-.13.277-.186q.146-.056.288-.056q.304 0 .556.22t.252.594v7.073q0 .373-.252.593t-.556.22m-.077-.994V8.644L5.76 12zm5.693.994q-.304 0-.556-.22T14 15.537V8.464q0-.373.252-.594t.556-.22q.142 0 .288.056t.277.186l3.543 3.543q.13.13.183.267t.053.298t-.053.298t-.183.268l-3.543 3.542q-.13.13-.277.186q-.146.056-.288.056"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSwitchLeftRounded(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="M9.192 16.35q-.142 0-.288-.056q-.146-.055-.277-.186l-3.543-3.542q-.13-.131-.183-.268q-.053-.136-.053-.298t.053-.298t.183-.267l3.543-3.543q.13-.13.277-.186q.146-.056.288-.056q.304 0 .556.22t.252.594v7.073q0 .373-.252.593t-.556.22m-.077-.994V8.644L5.76 12zm5.693.994q-.304 0-.556-.22T14 15.537V8.464q0-.373.252-.594t.556-.22q.142 0 .288.056t.277.186l3.543 3.543q.13.13.183.267t.053.298t-.053.298t-.183.268l-3.543 3.542q-.13.13-.277.186q-.146.056-.288.056"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.192 16.35q-.142 0-.288-.056q-.146-.055-.277-.186l-3.543-3.542q-.13-.131-.183-.268q-.053-.136-.053-.298t.053-.298t.183-.267l3.543-3.543q.13-.13.277-.186q.146-.056.288-.056q.304 0 .556.22t.252.594v7.073q0 .373-.252.593t-.556.22m-.077-.994V8.644L5.76 12zm5.693.994q-.304 0-.556-.22T14 15.537V8.464q0-.373.252-.594t.556-.22q.142 0 .288.056t.277.186l3.543 3.543q.13.13.183.267t.053.298t-.053.298t-.183.268l-3.543 3.542q-.13.13-.277.186q-.146.056-.288.056"/></svg> </template>
CSS
.icon-switch-left-rounded {
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%22M9.192%2016.35q-.142%200-.288-.056q-.146-.055-.277-.186l-3.543-3.542q-.13-.131-.183-.268q-.053-.136-.053-.298t.053-.298t.183-.267l3.543-3.543q.13-.13.277-.186q.146-.056.288-.056q.304%200%20.556.22t.252.594v7.073q0%20.373-.252.593t-.556.22m-.077-.994V8.644L5.76%2012zm5.693.994q-.304%200-.556-.22T14%2015.537V8.464q0-.373.252-.594t.556-.22q.142%200%20.288.056t.277.186l3.543%203.543q.13.13.183.267t.053.298t-.053.298t-.183.268l-3.543%203.542q-.13.13-.277.186q-.146.056-.288.056%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%22M9.192%2016.35q-.142%200-.288-.056q-.146-.055-.277-.186l-3.543-3.542q-.13-.131-.183-.268q-.053-.136-.053-.298t.053-.298t.183-.267l3.543-3.543q.13-.13.277-.186q.146-.056.288-.056q.304%200%20.556.22t.252.594v7.073q0%20.373-.252.593t-.556.22m-.077-.994V8.644L5.76%2012zm5.693.994q-.304%200-.556-.22T14%2015.537V8.464q0-.373.252-.594t.556-.22q.142%200%20.288.056t.277.186l3.543%203.543q.13.13.183.267t.053.298t-.053.298t-.183.268l-3.543%203.542q-.13.13-.277.186q-.146.056-.288.056%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/switch-left-rounded.svg?color=%231a73e8&size=48