round switch access shortcut add icon

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

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

More action icons from Google Material Icons

Use the round switch access shortcut add icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 18c.55 0 1-.45 1-1v-1h1c.55 0 1-.45 1-1s-.45-1-1-1h-1v-1c0-.55-.45-1-1-1s-1 .45-1 1v1h-1c-.55 0-1 .45-1 1s.45 1 1 1h1v1c0 .55.45 1 1 1M7.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 11zM19 20.41a1 1 0 0 1-1.51.86C14.21 19.36 12 15.79 12 12c0-2.73 1.08-5.27 2.75-7.25l-1.9-1.9a.5.5 0 0 1 .36-.85h5.29c.28 0 .5.22.5.5v5.29c0 .45-.54.67-.85.35l-1.97-1.97C14.84 7.82 14 9.88 14 12c0 3.13 1.86 6.01 4.51 7.55c.3.18.49.51.49.86"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundSwitchAccessShortcutAdd(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="M21 18c.55 0 1-.45 1-1v-1h1c.55 0 1-.45 1-1s-.45-1-1-1h-1v-1c0-.55-.45-1-1-1s-1 .45-1 1v1h-1c-.55 0-1 .45-1 1s.45 1 1 1h1v1c0 .55.45 1 1 1M7.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 11zM19 20.41a1 1 0 0 1-1.51.86C14.21 19.36 12 15.79 12 12c0-2.73 1.08-5.27 2.75-7.25l-1.9-1.9a.5.5 0 0 1 .36-.85h5.29c.28 0 .5.22.5.5v5.29c0 .45-.54.67-.85.35l-1.97-1.97C14.84 7.82 14 9.88 14 12c0 3.13 1.86 6.01 4.51 7.55c.3.18.49.51.49.86"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 18c.55 0 1-.45 1-1v-1h1c.55 0 1-.45 1-1s-.45-1-1-1h-1v-1c0-.55-.45-1-1-1s-1 .45-1 1v1h-1c-.55 0-1 .45-1 1s.45 1 1 1h1v1c0 .55.45 1 1 1M7.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 11zM19 20.41a1 1 0 0 1-1.51.86C14.21 19.36 12 15.79 12 12c0-2.73 1.08-5.27 2.75-7.25l-1.9-1.9a.5.5 0 0 1 .36-.85h5.29c.28 0 .5.22.5.5v5.29c0 .45-.54.67-.85.35l-1.97-1.97C14.84 7.82 14 9.88 14 12c0 3.13 1.86 6.01 4.51 7.55c.3.18.49.51.49.86"/></svg>
</template>

CSS

.icon-round-switch-access-shortcut-add {
  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%22M21%2018c.55%200%201-.45%201-1v-1h1c.55%200%201-.45%201-1s-.45-1-1-1h-1v-1c0-.55-.45-1-1-1s-1%20.45-1%201v1h-1c-.55%200-1%20.45-1%201s.45%201%201%201h1v1c0%20.55.45%201%201%201M7.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%2011zM19%2020.41a1%201%200%200%201-1.51.86C14.21%2019.36%2012%2015.79%2012%2012c0-2.73%201.08-5.27%202.75-7.25l-1.9-1.9a.5.5%200%200%201%20.36-.85h5.29c.28%200%20.5.22.5.5v5.29c0%20.45-.54.67-.85.35l-1.97-1.97C14.84%207.82%2014%209.88%2014%2012c0%203.13%201.86%206.01%204.51%207.55c.3.18.49.51.49.86%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%22M21%2018c.55%200%201-.45%201-1v-1h1c.55%200%201-.45%201-1s-.45-1-1-1h-1v-1c0-.55-.45-1-1-1s-1%20.45-1%201v1h-1c-.55%200-1%20.45-1%201s.45%201%201%201h1v1c0%20.55.45%201%201%201M7.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%2011zM19%2020.41a1%201%200%200%201-1.51.86C14.21%2019.36%2012%2015.79%2012%2012c0-2.73%201.08-5.27%202.75-7.25l-1.9-1.9a.5.5%200%200%201%20.36-.85h5.29c.28%200%20.5.22.5.5v5.29c0%20.45-.54.67-.85.35l-1.97-1.97C14.84%207.82%2014%209.88%2014%2012c0%203.13%201.86%206.01%204.51%207.55c.3.18.49.51.49.86%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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