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

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

3 other variants in Material Symbols Light

The same icon in other sets

More ui actions icons from Material Symbols Light

Use the switch access icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.874 5.049q-.182-.182-.182-.433q0-.252.182-.434T8.308 4t.433.182t.182.434t-.182.433t-.433.182t-.434-.182m7.385 0q-.182-.182-.182-.433q0-.252.182-.434T15.692 4t.434.182t.182.434t-.182.433t-.434.182q-.251 0-.433-.182M4.182 8.741Q4 8.56 4 8.308t.182-.434t.433-.182t.434.182t.182.434t-.182.433t-.434.182t-.433-.182m14.769 0q-.182-.182-.182-.433q0-.252.182-.434t.434-.182t.433.182t.182.434t-.182.433t-.434.182t-.433-.182m-14.77 7.385Q4 15.944 4 15.692q0-.251.182-.433t.434-.182t.433.182t.182.433t-.182.434t-.433.182t-.434-.182m14.769 0q-.182-.182-.182-.434q0-.251.182-.433t.434-.182t.433.182t.182.433t-.182.434t-.434.182q-.251 0-.433-.182M7.874 19.818q-.182-.181-.182-.433t.182-.434t.434-.182t.433.182t.182.434t-.182.433t-.433.182t-.434-.182m7.385 0q-.182-.182-.182-.434q0-.251.182-.433t.433-.182t.434.182t.182.434q0 .251-.182.433t-.434.182t-.433-.182m-5.951-3.51q-.671 0-1.143-.473q-.473-.472-.473-1.143V9.308q0-.671.473-1.143q.472-.473 1.143-.473h5.384q.672 0 1.144.473q.472.472.472 1.143v5.384q0 .672-.472 1.144t-1.144.472z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSwitchAccessRounded(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.874 5.049q-.182-.182-.182-.433q0-.252.182-.434T8.308 4t.433.182t.182.434t-.182.433t-.433.182t-.434-.182m7.385 0q-.182-.182-.182-.433q0-.252.182-.434T15.692 4t.434.182t.182.434t-.182.433t-.434.182q-.251 0-.433-.182M4.182 8.741Q4 8.56 4 8.308t.182-.434t.433-.182t.434.182t.182.434t-.182.433t-.434.182t-.433-.182m14.769 0q-.182-.182-.182-.433q0-.252.182-.434t.434-.182t.433.182t.182.434t-.182.433t-.434.182t-.433-.182m-14.77 7.385Q4 15.944 4 15.692q0-.251.182-.433t.434-.182t.433.182t.182.433t-.182.434t-.433.182t-.434-.182m14.769 0q-.182-.182-.182-.434q0-.251.182-.433t.434-.182t.433.182t.182.433t-.182.434t-.434.182q-.251 0-.433-.182M7.874 19.818q-.182-.181-.182-.433t.182-.434t.434-.182t.433.182t.182.434t-.182.433t-.433.182t-.434-.182m7.385 0q-.182-.182-.182-.434q0-.251.182-.433t.433-.182t.434.182t.182.434q0 .251-.182.433t-.434.182t-.433-.182m-5.951-3.51q-.671 0-1.143-.473q-.473-.472-.473-1.143V9.308q0-.671.473-1.143q.472-.473 1.143-.473h5.384q.672 0 1.144.473q.472.472.472 1.143v5.384q0 .672-.472 1.144t-1.144.472z"/></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.874 5.049q-.182-.182-.182-.433q0-.252.182-.434T8.308 4t.433.182t.182.434t-.182.433t-.433.182t-.434-.182m7.385 0q-.182-.182-.182-.433q0-.252.182-.434T15.692 4t.434.182t.182.434t-.182.433t-.434.182q-.251 0-.433-.182M4.182 8.741Q4 8.56 4 8.308t.182-.434t.433-.182t.434.182t.182.434t-.182.433t-.434.182t-.433-.182m14.769 0q-.182-.182-.182-.433q0-.252.182-.434t.434-.182t.433.182t.182.434t-.182.433t-.434.182t-.433-.182m-14.77 7.385Q4 15.944 4 15.692q0-.251.182-.433t.434-.182t.433.182t.182.433t-.182.434t-.433.182t-.434-.182m14.769 0q-.182-.182-.182-.434q0-.251.182-.433t.434-.182t.433.182t.182.433t-.182.434t-.434.182q-.251 0-.433-.182M7.874 19.818q-.182-.181-.182-.433t.182-.434t.434-.182t.433.182t.182.434t-.182.433t-.433.182t-.434-.182m7.385 0q-.182-.182-.182-.434q0-.251.182-.433t.433-.182t.434.182t.182.434q0 .251-.182.433t-.434.182t-.433-.182m-5.951-3.51q-.671 0-1.143-.473q-.473-.472-.473-1.143V9.308q0-.671.473-1.143q.472-.473 1.143-.473h5.384q.672 0 1.144.473q.472.472.472 1.143v5.384q0 .672-.472 1.144t-1.144.472z"/></svg>
</template>

CSS

.icon-switch-access-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%22M7.874%205.049q-.182-.182-.182-.433q0-.252.182-.434T8.308%204t.433.182t.182.434t-.182.433t-.433.182t-.434-.182m7.385%200q-.182-.182-.182-.433q0-.252.182-.434T15.692%204t.434.182t.182.434t-.182.433t-.434.182q-.251%200-.433-.182M4.182%208.741Q4%208.56%204%208.308t.182-.434t.433-.182t.434.182t.182.434t-.182.433t-.434.182t-.433-.182m14.769%200q-.182-.182-.182-.433q0-.252.182-.434t.434-.182t.433.182t.182.434t-.182.433t-.434.182t-.433-.182m-14.77%207.385Q4%2015.944%204%2015.692q0-.251.182-.433t.434-.182t.433.182t.182.433t-.182.434t-.433.182t-.434-.182m14.769%200q-.182-.182-.182-.434q0-.251.182-.433t.434-.182t.433.182t.182.433t-.182.434t-.434.182q-.251%200-.433-.182M7.874%2019.818q-.182-.181-.182-.433t.182-.434t.434-.182t.433.182t.182.434t-.182.433t-.433.182t-.434-.182m7.385%200q-.182-.182-.182-.434q0-.251.182-.433t.433-.182t.434.182t.182.434q0%20.251-.182.433t-.434.182t-.433-.182m-5.951-3.51q-.671%200-1.143-.473q-.473-.472-.473-1.143V9.308q0-.671.473-1.143q.472-.473%201.143-.473h5.384q.672%200%201.144.473q.472.472.472%201.143v5.384q0%20.672-.472%201.144t-1.144.472z%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.874%205.049q-.182-.182-.182-.433q0-.252.182-.434T8.308%204t.433.182t.182.434t-.182.433t-.433.182t-.434-.182m7.385%200q-.182-.182-.182-.433q0-.252.182-.434T15.692%204t.434.182t.182.434t-.182.433t-.434.182q-.251%200-.433-.182M4.182%208.741Q4%208.56%204%208.308t.182-.434t.433-.182t.434.182t.182.434t-.182.433t-.434.182t-.433-.182m14.769%200q-.182-.182-.182-.433q0-.252.182-.434t.434-.182t.433.182t.182.434t-.182.433t-.434.182t-.433-.182m-14.77%207.385Q4%2015.944%204%2015.692q0-.251.182-.433t.434-.182t.433.182t.182.433t-.182.434t-.433.182t-.434-.182m14.769%200q-.182-.182-.182-.434q0-.251.182-.433t.434-.182t.433.182t.182.433t-.182.434t-.434.182q-.251%200-.433-.182M7.874%2019.818q-.182-.181-.182-.433t.182-.434t.434-.182t.433.182t.182.434t-.182.433t-.433.182t-.434-.182m7.385%200q-.182-.182-.182-.434q0-.251.182-.433t.433-.182t.434.182t.182.434q0%20.251-.182.433t-.434.182t-.433-.182m-5.951-3.51q-.671%200-1.143-.473q-.473-.472-.473-1.143V9.308q0-.671.473-1.143q.472-.473%201.143-.473h5.384q.672%200%201.144.473q.472.472.472%201.143v5.384q0%20.672-.472%201.144t-1.144.472z%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-rounded.svg?color=%231a73e8&size=48