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

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

1 other variant in Material Symbols

The same icon in other sets

More ui actions icons from Material Symbols

Use the right click icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.475 21.5q-.425.425-.987.425T2.5 21.5t-.425-.975t.425-.975l3.3-3.3l-2.275-.75q-.35-.125-.337-.475t.362-.475l7.575-2.275q.275-.1.5.125t.125.5l-2.275 7.575q-.125.35-.475.362t-.475-.337l-.75-2.275zm13.55-9.5q0 1.875-1.05 3.413T14.2 17.6q-.4.15-.775 0t-.525-.55t.013-.775t.562-.525q1.125-.425 1.838-1.45t.712-2.3q0-1.65-1.175-2.825T12.025 8q-1.275 0-2.3.713t-1.45 1.837q-.15.4-.513.563T7 11.125t-.562-.525t-.013-.775q.65-1.7 2.163-2.762T12.025 6q2.5 0 4.25 1.75t1.75 4.25"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsRightClickRounded(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="M4.475 21.5q-.425.425-.987.425T2.5 21.5t-.425-.975t.425-.975l3.3-3.3l-2.275-.75q-.35-.125-.337-.475t.362-.475l7.575-2.275q.275-.1.5.125t.125.5l-2.275 7.575q-.125.35-.475.362t-.475-.337l-.75-2.275zm13.55-9.5q0 1.875-1.05 3.413T14.2 17.6q-.4.15-.775 0t-.525-.55t.013-.775t.562-.525q1.125-.425 1.838-1.45t.712-2.3q0-1.65-1.175-2.825T12.025 8q-1.275 0-2.3.713t-1.45 1.837q-.15.4-.513.563T7 11.125t-.562-.525t-.013-.775q.65-1.7 2.163-2.762T12.025 6q2.5 0 4.25 1.75t1.75 4.25"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.475 21.5q-.425.425-.987.425T2.5 21.5t-.425-.975t.425-.975l3.3-3.3l-2.275-.75q-.35-.125-.337-.475t.362-.475l7.575-2.275q.275-.1.5.125t.125.5l-2.275 7.575q-.125.35-.475.362t-.475-.337l-.75-2.275zm13.55-9.5q0 1.875-1.05 3.413T14.2 17.6q-.4.15-.775 0t-.525-.55t.013-.775t.562-.525q1.125-.425 1.838-1.45t.712-2.3q0-1.65-1.175-2.825T12.025 8q-1.275 0-2.3.713t-1.45 1.837q-.15.4-.513.563T7 11.125t-.562-.525t-.013-.775q.65-1.7 2.163-2.762T12.025 6q2.5 0 4.25 1.75t1.75 4.25"/></svg>
</template>

CSS

.icon-right-click-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%22M4.475%2021.5q-.425.425-.987.425T2.5%2021.5t-.425-.975t.425-.975l3.3-3.3l-2.275-.75q-.35-.125-.337-.475t.362-.475l7.575-2.275q.275-.1.5.125t.125.5l-2.275%207.575q-.125.35-.475.362t-.475-.337l-.75-2.275zm13.55-9.5q0%201.875-1.05%203.413T14.2%2017.6q-.4.15-.775%200t-.525-.55t.013-.775t.562-.525q1.125-.425%201.838-1.45t.712-2.3q0-1.65-1.175-2.825T12.025%208q-1.275%200-2.3.713t-1.45%201.837q-.15.4-.513.563T7%2011.125t-.562-.525t-.013-.775q.65-1.7%202.163-2.762T12.025%206q2.5%200%204.25%201.75t1.75%204.25%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%22M4.475%2021.5q-.425.425-.987.425T2.5%2021.5t-.425-.975t.425-.975l3.3-3.3l-2.275-.75q-.35-.125-.337-.475t.362-.475l7.575-2.275q.275-.1.5.125t.125.5l-2.275%207.575q-.125.35-.475.362t-.475-.337l-.75-2.275zm13.55-9.5q0%201.875-1.05%203.413T14.2%2017.6q-.4.15-.775%200t-.525-.55t.013-.775t.562-.525q1.125-.425%201.838-1.45t.712-2.3q0-1.65-1.175-2.825T12.025%208q-1.275%200-2.3.713t-1.45%201.837q-.15.4-.513.563T7%2011.125t-.562-.525t-.013-.775q.65-1.7%202.163-2.762T12.025%206q2.5%200%204.25%201.75t1.75%204.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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