switch-access-3-outline-rounded from Material Symbols Light by Google · Outline Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
switch-access-3-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
UI Actions
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More ui actions icons from Material Symbols Light

Use the switch access 3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.212 21q-.69 0-1.153-.462t-.463-1.153V18.5q0-.213.144-.356q.144-.144.357-.144t.356.144t.143.356v.885q0 .269.173.442t.442.173h7.174q.269 0 .442-.173t.173-.443V4.616q0-.27-.173-.443T19.385 4H12.21q-.269 0-.442.173t-.173.443V5.5q0 .213-.144.356T11.096 6t-.356-.144t-.144-.356v-.885q0-.69.463-1.153T12.212 3h7.173q.69 0 1.153.463T21 4.615v3.202q.406.03.684.323q.277.294.277.706v1.577q0 .412-.277.716q-.278.303-.684.332v7.914q0 .69-.462 1.153T19.385 21zm-8.404-3.23q-.343 0-.576-.233T3 16.962v-1.27q0-.343.232-.575t.576-.232h1.288q.343 0 .576.232t.232.575v1.27q0 .343-.232.575q-.233.232-.576.232zm7.52-5.27H3.5q-.213 0-.356-.144T3 11.999t.144-.356t.356-.143h7.829L9.723 9.894q-.134-.146-.14-.347t.14-.357t.354-.146t.354.156l2.234 2.234q.243.243.243.566t-.243.565L10.431 14.8q-.146.146-.354.156t-.354-.146t-.133-.367t.152-.357zm-7.52-3.384q-.343 0-.576-.233T3 8.308V7.019q0-.343.232-.575t.576-.232h1.288q.343 0 .576.232t.232.575v1.289q0 .343-.232.575q-.233.233-.576.233z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSwitchAccess3OutlineRounded(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="M12.212 21q-.69 0-1.153-.462t-.463-1.153V18.5q0-.213.144-.356q.144-.144.357-.144t.356.144t.143.356v.885q0 .269.173.442t.442.173h7.174q.269 0 .442-.173t.173-.443V4.616q0-.27-.173-.443T19.385 4H12.21q-.269 0-.442.173t-.173.443V5.5q0 .213-.144.356T11.096 6t-.356-.144t-.144-.356v-.885q0-.69.463-1.153T12.212 3h7.173q.69 0 1.153.463T21 4.615v3.202q.406.03.684.323q.277.294.277.706v1.577q0 .412-.277.716q-.278.303-.684.332v7.914q0 .69-.462 1.153T19.385 21zm-8.404-3.23q-.343 0-.576-.233T3 16.962v-1.27q0-.343.232-.575t.576-.232h1.288q.343 0 .576.232t.232.575v1.27q0 .343-.232.575q-.233.232-.576.232zm7.52-5.27H3.5q-.213 0-.356-.144T3 11.999t.144-.356t.356-.143h7.829L9.723 9.894q-.134-.146-.14-.347t.14-.357t.354-.146t.354.156l2.234 2.234q.243.243.243.566t-.243.565L10.431 14.8q-.146.146-.354.156t-.354-.146t-.133-.367t.152-.357zm-7.52-3.384q-.343 0-.576-.233T3 8.308V7.019q0-.343.232-.575t.576-.232h1.288q.343 0 .576.232t.232.575v1.289q0 .343-.232.575q-.233.233-.576.233z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.212 21q-.69 0-1.153-.462t-.463-1.153V18.5q0-.213.144-.356q.144-.144.357-.144t.356.144t.143.356v.885q0 .269.173.442t.442.173h7.174q.269 0 .442-.173t.173-.443V4.616q0-.27-.173-.443T19.385 4H12.21q-.269 0-.442.173t-.173.443V5.5q0 .213-.144.356T11.096 6t-.356-.144t-.144-.356v-.885q0-.69.463-1.153T12.212 3h7.173q.69 0 1.153.463T21 4.615v3.202q.406.03.684.323q.277.294.277.706v1.577q0 .412-.277.716q-.278.303-.684.332v7.914q0 .69-.462 1.153T19.385 21zm-8.404-3.23q-.343 0-.576-.233T3 16.962v-1.27q0-.343.232-.575t.576-.232h1.288q.343 0 .576.232t.232.575v1.27q0 .343-.232.575q-.233.232-.576.232zm7.52-5.27H3.5q-.213 0-.356-.144T3 11.999t.144-.356t.356-.143h7.829L9.723 9.894q-.134-.146-.14-.347t.14-.357t.354-.146t.354.156l2.234 2.234q.243.243.243.566t-.243.565L10.431 14.8q-.146.146-.354.156t-.354-.146t-.133-.367t.152-.357zm-7.52-3.384q-.343 0-.576-.233T3 8.308V7.019q0-.343.232-.575t.576-.232h1.288q.343 0 .576.232t.232.575v1.289q0 .343-.232.575q-.233.233-.576.233z"/></svg>
</template>

CSS

.icon-switch-access-3-outline-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%22M12.212%2021q-.69%200-1.153-.462t-.463-1.153V18.5q0-.213.144-.356q.144-.144.357-.144t.356.144t.143.356v.885q0%20.269.173.442t.442.173h7.174q.269%200%20.442-.173t.173-.443V4.616q0-.27-.173-.443T19.385%204H12.21q-.269%200-.442.173t-.173.443V5.5q0%20.213-.144.356T11.096%206t-.356-.144t-.144-.356v-.885q0-.69.463-1.153T12.212%203h7.173q.69%200%201.153.463T21%204.615v3.202q.406.03.684.323q.277.294.277.706v1.577q0%20.412-.277.716q-.278.303-.684.332v7.914q0%20.69-.462%201.153T19.385%2021zm-8.404-3.23q-.343%200-.576-.233T3%2016.962v-1.27q0-.343.232-.575t.576-.232h1.288q.343%200%20.576.232t.232.575v1.27q0%20.343-.232.575q-.233.232-.576.232zm7.52-5.27H3.5q-.213%200-.356-.144T3%2011.999t.144-.356t.356-.143h7.829L9.723%209.894q-.134-.146-.14-.347t.14-.357t.354-.146t.354.156l2.234%202.234q.243.243.243.566t-.243.565L10.431%2014.8q-.146.146-.354.156t-.354-.146t-.133-.367t.152-.357zm-7.52-3.384q-.343%200-.576-.233T3%208.308V7.019q0-.343.232-.575t.576-.232h1.288q.343%200%20.576.232t.232.575v1.289q0%20.343-.232.575q-.233.233-.576.233z%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%22M12.212%2021q-.69%200-1.153-.462t-.463-1.153V18.5q0-.213.144-.356q.144-.144.357-.144t.356.144t.143.356v.885q0%20.269.173.442t.442.173h7.174q.269%200%20.442-.173t.173-.443V4.616q0-.27-.173-.443T19.385%204H12.21q-.269%200-.442.173t-.173.443V5.5q0%20.213-.144.356T11.096%206t-.356-.144t-.144-.356v-.885q0-.69.463-1.153T12.212%203h7.173q.69%200%201.153.463T21%204.615v3.202q.406.03.684.323q.277.294.277.706v1.577q0%20.412-.277.716q-.278.303-.684.332v7.914q0%20.69-.462%201.153T19.385%2021zm-8.404-3.23q-.343%200-.576-.233T3%2016.962v-1.27q0-.343.232-.575t.576-.232h1.288q.343%200%20.576.232t.232.575v1.27q0%20.343-.232.575q-.233.232-.576.232zm7.52-5.27H3.5q-.213%200-.356-.144T3%2011.999t.144-.356t.356-.143h7.829L9.723%209.894q-.134-.146-.14-.347t.14-.357t.354-.146t.354.156l2.234%202.234q.243.243.243.566t-.243.565L10.431%2014.8q-.146.146-.354.156t-.354-.146t-.133-.367t.152-.357zm-7.52-3.384q-.343%200-.576-.233T3%208.308V7.019q0-.343.232-.575t.576-.232h1.288q.343%200%20.576.232t.232.575v1.289q0%20.343-.232.575q-.233.233-.576.233z%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-access-3-outline-rounded.svg?color=%231a73e8&size=48