switch access 2 icon
switch-access-2-outline-rounded from Material Symbols by Google · Outline Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- switch-access-2-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
More ui actions icons from Material Symbols
Use the switch access 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1 18V6q0-.825.588-1.412T3 4h6q.825 0 1.413.588T11 6v1q0 .425-.288.713T10 8t-.712-.288T9 7V6H3v12h6v-1q0-.425.288-.712T10 16t.713.288T11 17v1q0 .825-.587 1.413T9 20H3q-.825 0-1.412-.587T1 18m12 0v-1q0-.425.288-.712T14 16t.713.288T15 17v1h1q.425 0 .713.288T17 19t-.288.713T16 20h-1q-.825 0-1.412-.587T13 18m7 0h1v-1q0-.425.288-.712T22 16t.713.288T23 17v1q0 .825-.587 1.413T21 20h-1q-.425 0-.712-.288T19 19t.288-.712T20 18M13 7V6q0-.825.588-1.412T15 4h1q.425 0 .713.288T17 5t-.288.713T16 6h-1v1q0 .425-.288.713T14 8t-.712-.288T13 7m8 0V6h-1q-.425 0-.712-.288T19 5t.288-.712T20 4h1q.825 0 1.413.588T23 6v1q0 .425-.288.713T22 8t-.712-.288T21 7M3 18V6zm14.175-5H7q-.425 0-.712-.288T6 12t.288-.712T7 11h10.175l-.9-.9Q16 9.825 16 9.413t.3-.713q.275-.275.7-.275t.7.275l2.6 2.6q.3.3.3.7t-.3.7l-2.6 2.6q-.275.275-.687.288T16.3 15.3q-.275-.275-.275-.7t.275-.7z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSwitchAccess2OutlineRounded(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="M1 18V6q0-.825.588-1.412T3 4h6q.825 0 1.413.588T11 6v1q0 .425-.288.713T10 8t-.712-.288T9 7V6H3v12h6v-1q0-.425.288-.712T10 16t.713.288T11 17v1q0 .825-.587 1.413T9 20H3q-.825 0-1.412-.587T1 18m12 0v-1q0-.425.288-.712T14 16t.713.288T15 17v1h1q.425 0 .713.288T17 19t-.288.713T16 20h-1q-.825 0-1.412-.587T13 18m7 0h1v-1q0-.425.288-.712T22 16t.713.288T23 17v1q0 .825-.587 1.413T21 20h-1q-.425 0-.712-.288T19 19t.288-.712T20 18M13 7V6q0-.825.588-1.412T15 4h1q.425 0 .713.288T17 5t-.288.713T16 6h-1v1q0 .425-.288.713T14 8t-.712-.288T13 7m8 0V6h-1q-.425 0-.712-.288T19 5t.288-.712T20 4h1q.825 0 1.413.588T23 6v1q0 .425-.288.713T22 8t-.712-.288T21 7M3 18V6zm14.175-5H7q-.425 0-.712-.288T6 12t.288-.712T7 11h10.175l-.9-.9Q16 9.825 16 9.413t.3-.713q.275-.275.7-.275t.7.275l2.6 2.6q.3.3.3.7t-.3.7l-2.6 2.6q-.275.275-.687.288T16.3 15.3q-.275-.275-.275-.7t.275-.7z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1 18V6q0-.825.588-1.412T3 4h6q.825 0 1.413.588T11 6v1q0 .425-.288.713T10 8t-.712-.288T9 7V6H3v12h6v-1q0-.425.288-.712T10 16t.713.288T11 17v1q0 .825-.587 1.413T9 20H3q-.825 0-1.412-.587T1 18m12 0v-1q0-.425.288-.712T14 16t.713.288T15 17v1h1q.425 0 .713.288T17 19t-.288.713T16 20h-1q-.825 0-1.412-.587T13 18m7 0h1v-1q0-.425.288-.712T22 16t.713.288T23 17v1q0 .825-.587 1.413T21 20h-1q-.425 0-.712-.288T19 19t.288-.712T20 18M13 7V6q0-.825.588-1.412T15 4h1q.425 0 .713.288T17 5t-.288.713T16 6h-1v1q0 .425-.288.713T14 8t-.712-.288T13 7m8 0V6h-1q-.425 0-.712-.288T19 5t.288-.712T20 4h1q.825 0 1.413.588T23 6v1q0 .425-.288.713T22 8t-.712-.288T21 7M3 18V6zm14.175-5H7q-.425 0-.712-.288T6 12t.288-.712T7 11h10.175l-.9-.9Q16 9.825 16 9.413t.3-.713q.275-.275.7-.275t.7.275l2.6 2.6q.3.3.3.7t-.3.7l-2.6 2.6q-.275.275-.687.288T16.3 15.3q-.275-.275-.275-.7t.275-.7z"/></svg> </template>
CSS
.icon-switch-access-2-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%22M1%2018V6q0-.825.588-1.412T3%204h6q.825%200%201.413.588T11%206v1q0%20.425-.288.713T10%208t-.712-.288T9%207V6H3v12h6v-1q0-.425.288-.712T10%2016t.713.288T11%2017v1q0%20.825-.587%201.413T9%2020H3q-.825%200-1.412-.587T1%2018m12%200v-1q0-.425.288-.712T14%2016t.713.288T15%2017v1h1q.425%200%20.713.288T17%2019t-.288.713T16%2020h-1q-.825%200-1.412-.587T13%2018m7%200h1v-1q0-.425.288-.712T22%2016t.713.288T23%2017v1q0%20.825-.587%201.413T21%2020h-1q-.425%200-.712-.288T19%2019t.288-.712T20%2018M13%207V6q0-.825.588-1.412T15%204h1q.425%200%20.713.288T17%205t-.288.713T16%206h-1v1q0%20.425-.288.713T14%208t-.712-.288T13%207m8%200V6h-1q-.425%200-.712-.288T19%205t.288-.712T20%204h1q.825%200%201.413.588T23%206v1q0%20.425-.288.713T22%208t-.712-.288T21%207M3%2018V6zm14.175-5H7q-.425%200-.712-.288T6%2012t.288-.712T7%2011h10.175l-.9-.9Q16%209.825%2016%209.413t.3-.713q.275-.275.7-.275t.7.275l2.6%202.6q.3.3.3.7t-.3.7l-2.6%202.6q-.275.275-.687.288T16.3%2015.3q-.275-.275-.275-.7t.275-.7z%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%22M1%2018V6q0-.825.588-1.412T3%204h6q.825%200%201.413.588T11%206v1q0%20.425-.288.713T10%208t-.712-.288T9%207V6H3v12h6v-1q0-.425.288-.712T10%2016t.713.288T11%2017v1q0%20.825-.587%201.413T9%2020H3q-.825%200-1.412-.587T1%2018m12%200v-1q0-.425.288-.712T14%2016t.713.288T15%2017v1h1q.425%200%20.713.288T17%2019t-.288.713T16%2020h-1q-.825%200-1.412-.587T13%2018m7%200h1v-1q0-.425.288-.712T22%2016t.713.288T23%2017v1q0%20.825-.587%201.413T21%2020h-1q-.425%200-.712-.288T19%2019t.288-.712T20%2018M13%207V6q0-.825.588-1.412T15%204h1q.425%200%20.713.288T17%205t-.288.713T16%206h-1v1q0%20.425-.288.713T14%208t-.712-.288T13%207m8%200V6h-1q-.425%200-.712-.288T19%205t.288-.712T20%204h1q.825%200%201.413.588T23%206v1q0%20.425-.288.713T22%208t-.712-.288T21%207M3%2018V6zm14.175-5H7q-.425%200-.712-.288T6%2012t.288-.712T7%2011h10.175l-.9-.9Q16%209.825%2016%209.413t.3-.713q.275-.275.7-.275t.7.275l2.6%202.6q.3.3.3.7t-.3.7l-2.6%202.6q-.275.275-.687.288T16.3%2015.3q-.275-.275-.275-.7t.275-.7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/switch-access-2-outline-rounded.svg?color=%231a73e8&size=48