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

Name
switch-right-rounded
Set
Material Symbols
Style
Rounded
Category
UI Actions
Viewbox
24×24
License
Apache 2.0
Aliases
switch-right-outline-rounded

1 other variant in Material Symbols

The same icon in other sets

More ui actions icons from Material Symbols

Use the 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 17.6q-.4 0-.7-.288t-.3-.737v-9.15q0-.45.3-.737T15 6.4q.2 0 .375.075t.325.225l4.6 4.6q.15.15.213.325t.062.375t-.062.375t-.213.325l-4.6 4.6q-.15.15-.325.225T15 17.6m.5-2.225L18.875 12L15.5 8.625zM9 17.6q-.2 0-.375-.075T8.3 17.3l-4.6-4.6q-.15-.15-.213-.325T3.426 12t.063-.375t.212-.325l4.6-4.6q.15-.15.325-.225T9 6.4q.4 0 .7.288t.3.737v9.15q0 .45-.3.738T9 17.6"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSwitchRightRounded(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 17.6q-.4 0-.7-.288t-.3-.737v-9.15q0-.45.3-.737T15 6.4q.2 0 .375.075t.325.225l4.6 4.6q.15.15.213.325t.062.375t-.062.375t-.213.325l-4.6 4.6q-.15.15-.325.225T15 17.6m.5-2.225L18.875 12L15.5 8.625zM9 17.6q-.2 0-.375-.075T8.3 17.3l-4.6-4.6q-.15-.15-.213-.325T3.426 12t.063-.375t.212-.325l4.6-4.6q.15-.15.325-.225T9 6.4q.4 0 .7.288t.3.737v9.15q0 .45-.3.738T9 17.6"/></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 17.6q-.4 0-.7-.288t-.3-.737v-9.15q0-.45.3-.737T15 6.4q.2 0 .375.075t.325.225l4.6 4.6q.15.15.213.325t.062.375t-.062.375t-.213.325l-4.6 4.6q-.15.15-.325.225T15 17.6m.5-2.225L18.875 12L15.5 8.625zM9 17.6q-.2 0-.375-.075T8.3 17.3l-4.6-4.6q-.15-.15-.213-.325T3.426 12t.063-.375t.212-.325l4.6-4.6q.15-.15.325-.225T9 6.4q.4 0 .7.288t.3.737v9.15q0 .45-.3.738T9 17.6"/></svg>
</template>

CSS

.icon-switch-right-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%22M15%2017.6q-.4%200-.7-.288t-.3-.737v-9.15q0-.45.3-.737T15%206.4q.2%200%20.375.075t.325.225l4.6%204.6q.15.15.213.325t.062.375t-.062.375t-.213.325l-4.6%204.6q-.15.15-.325.225T15%2017.6m.5-2.225L18.875%2012L15.5%208.625zM9%2017.6q-.2%200-.375-.075T8.3%2017.3l-4.6-4.6q-.15-.15-.213-.325T3.426%2012t.063-.375t.212-.325l4.6-4.6q.15-.15.325-.225T9%206.4q.4%200%20.7.288t.3.737v9.15q0%20.45-.3.738T9%2017.6%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%2017.6q-.4%200-.7-.288t-.3-.737v-9.15q0-.45.3-.737T15%206.4q.2%200%20.375.075t.325.225l4.6%204.6q.15.15.213.325t.062.375t-.062.375t-.213.325l-4.6%204.6q-.15.15-.325.225T15%2017.6m.5-2.225L18.875%2012L15.5%208.625zM9%2017.6q-.2%200-.375-.075T8.3%2017.3l-4.6-4.6q-.15-.15-.213-.325T3.426%2012t.063-.375t.212-.325l4.6-4.6q.15-.15.325-.225T9%206.4q.4%200%20.7.288t.3.737v9.15q0%20.45-.3.738T9%2017.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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