round switch right icon

round-switch-right from Google Material Icons by Material Design Authors · Baseline · Navigation · Apache-2.0 Free for personal and commercial use.

Name
round-switch-right
Set
Google Material Icons
Style
Baseline
Category
Navigation
Viewbox
24×24
License
Apache 2.0

More navigation icons from Google Material Icons

Use the round switch right icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.5 15.38V8.62L18.88 12zm4.79-2.67a.996.996 0 0 0 0-1.41L15.7 6.71c-.62-.63-1.7-.19-1.7.7v9.17c0 .89 1.08 1.34 1.71.71zM10 16.59V7.41c0-.89-1.08-1.34-1.71-.71L3.7 11.29a.996.996 0 0 0 0 1.41l4.59 4.59c.63.63 1.71.19 1.71-.7"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundSwitchRight(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="M15.5 15.38V8.62L18.88 12zm4.79-2.67a.996.996 0 0 0 0-1.41L15.7 6.71c-.62-.63-1.7-.19-1.7.7v9.17c0 .89 1.08 1.34 1.71.71zM10 16.59V7.41c0-.89-1.08-1.34-1.71-.71L3.7 11.29a.996.996 0 0 0 0 1.41l4.59 4.59c.63.63 1.71.19 1.71-.7"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.5 15.38V8.62L18.88 12zm4.79-2.67a.996.996 0 0 0 0-1.41L15.7 6.71c-.62-.63-1.7-.19-1.7.7v9.17c0 .89 1.08 1.34 1.71.71zM10 16.59V7.41c0-.89-1.08-1.34-1.71-.71L3.7 11.29a.996.996 0 0 0 0 1.41l4.59 4.59c.63.63 1.71.19 1.71-.7"/></svg>
</template>

CSS

.icon-round-switch-right {
  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%22M15.5%2015.38V8.62L18.88%2012zm4.79-2.67a.996.996%200%200%200%200-1.41L15.7%206.71c-.62-.63-1.7-.19-1.7.7v9.17c0%20.89%201.08%201.34%201.71.71zM10%2016.59V7.41c0-.89-1.08-1.34-1.71-.71L3.7%2011.29a.996.996%200%200%200%200%201.41l4.59%204.59c.63.63%201.71.19%201.71-.7%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%22M15.5%2015.38V8.62L18.88%2012zm4.79-2.67a.996.996%200%200%200%200-1.41L15.7%206.71c-.62-.63-1.7-.19-1.7.7v9.17c0%20.89%201.08%201.34%201.71.71zM10%2016.59V7.41c0-.89-1.08-1.34-1.71-.71L3.7%2011.29a.996.996%200%200%200%200%201.41l4.59%204.59c.63.63%201.71.19%201.71-.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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