outline switch access shortcut icon

outline-switch-access-shortcut from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.

Name
outline-switch-access-shortcut
Set
Google Material Icons
Style
Baseline
Category
Action
Viewbox
24×24
License
Apache 2.0

More action icons from Google Material Icons

Use the outline switch access shortcut icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.06 8.94L5 8l2.06-.94L8 5l.94 2.06L11 8l-2.06.94L8 11zM8 21l.94-2.06L11 18l-2.06-.94L8 15l-.94 2.06L5 18l2.06.94zm-3.63-8.63L3 13l1.37.63L5 15l.63-1.37L7 13l-1.37-.63L5 11zM12 12c0-3.09 1.38-5.94 3.44-8H12V2h7v7h-2V5.28c-1.8 1.74-3 4.2-3 6.72c0 3.32 2.1 6.36 5 7.82V22c-4.09-1.59-7-5.65-7-10"/></svg>

React

import type { SVGProps } from "react";

export function IcOutlineSwitchAccessShortcut(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.06 8.94L5 8l2.06-.94L8 5l.94 2.06L11 8l-2.06.94L8 11zM8 21l.94-2.06L11 18l-2.06-.94L8 15l-.94 2.06L5 18l2.06.94zm-3.63-8.63L3 13l1.37.63L5 15l.63-1.37L7 13l-1.37-.63L5 11zM12 12c0-3.09 1.38-5.94 3.44-8H12V2h7v7h-2V5.28c-1.8 1.74-3 4.2-3 6.72c0 3.32 2.1 6.36 5 7.82V22c-4.09-1.59-7-5.65-7-10"/></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.06 8.94L5 8l2.06-.94L8 5l.94 2.06L11 8l-2.06.94L8 11zM8 21l.94-2.06L11 18l-2.06-.94L8 15l-.94 2.06L5 18l2.06.94zm-3.63-8.63L3 13l1.37.63L5 15l.63-1.37L7 13l-1.37-.63L5 11zM12 12c0-3.09 1.38-5.94 3.44-8H12V2h7v7h-2V5.28c-1.8 1.74-3 4.2-3 6.72c0 3.32 2.1 6.36 5 7.82V22c-4.09-1.59-7-5.65-7-10"/></svg>
</template>

CSS

.icon-outline-switch-access-shortcut {
  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.06%208.94L5%208l2.06-.94L8%205l.94%202.06L11%208l-2.06.94L8%2011zM8%2021l.94-2.06L11%2018l-2.06-.94L8%2015l-.94%202.06L5%2018l2.06.94zm-3.63-8.63L3%2013l1.37.63L5%2015l.63-1.37L7%2013l-1.37-.63L5%2011zM12%2012c0-3.09%201.38-5.94%203.44-8H12V2h7v7h-2V5.28c-1.8%201.74-3%204.2-3%206.72c0%203.32%202.1%206.36%205%207.82V22c-4.09-1.59-7-5.65-7-10%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.06%208.94L5%208l2.06-.94L8%205l.94%202.06L11%208l-2.06.94L8%2011zM8%2021l.94-2.06L11%2018l-2.06-.94L8%2015l-.94%202.06L5%2018l2.06.94zm-3.63-8.63L3%2013l1.37.63L5%2015l.63-1.37L7%2013l-1.37-.63L5%2011zM12%2012c0-3.09%201.38-5.94%203.44-8H12V2h7v7h-2V5.28c-1.8%201.74-3%204.2-3%206.72c0%203.32%202.1%206.36%205%207.82V22c-4.09-1.59-7-5.65-7-10%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/outline-switch-access-shortcut.svg?color=%231a73e8&size=48