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

Name
right-click
Set
Material Symbols Light
Style
Regular
Category
UI Actions
Viewbox
24×24
License
Apache 2.0
Aliases
right-click-outline, right-click-outline-sharp, right-click-sharp

1 other variant in Material Symbols Light

The same icon in other sets

More ui actions icons from Material Symbols Light

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="m12.589 16.962l.336-1.062q1.33-.325 2.203-1.4T16 12q0-1.65-1.175-2.825T12 8q-1.425 0-2.49.863q-1.066.862-1.39 2.212l-1.081.317q.24-1.88 1.638-3.136T12 7q2.077 0 3.539 1.462T17 12q0 1.925-1.265 3.323q-1.266 1.398-3.146 1.639m-8.345 3.826l-1.032-1.032l4.813-4.794l-2.794-.923L12 12l-2.039 6.77l-.922-2.795z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightRightClick(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="m12.589 16.962l.336-1.062q1.33-.325 2.203-1.4T16 12q0-1.65-1.175-2.825T12 8q-1.425 0-2.49.863q-1.066.862-1.39 2.212l-1.081.317q.24-1.88 1.638-3.136T12 7q2.077 0 3.539 1.462T17 12q0 1.925-1.265 3.323q-1.266 1.398-3.146 1.639m-8.345 3.826l-1.032-1.032l4.813-4.794l-2.794-.923L12 12l-2.039 6.77l-.922-2.795z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12.589 16.962l.336-1.062q1.33-.325 2.203-1.4T16 12q0-1.65-1.175-2.825T12 8q-1.425 0-2.49.863q-1.066.862-1.39 2.212l-1.081.317q.24-1.88 1.638-3.136T12 7q2.077 0 3.539 1.462T17 12q0 1.925-1.265 3.323q-1.266 1.398-3.146 1.639m-8.345 3.826l-1.032-1.032l4.813-4.794l-2.794-.923L12 12l-2.039 6.77l-.922-2.795z"/></svg>
</template>

CSS

.icon-right-click {
  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%22m12.589%2016.962l.336-1.062q1.33-.325%202.203-1.4T16%2012q0-1.65-1.175-2.825T12%208q-1.425%200-2.49.863q-1.066.862-1.39%202.212l-1.081.317q.24-1.88%201.638-3.136T12%207q2.077%200%203.539%201.462T17%2012q0%201.925-1.265%203.323q-1.266%201.398-3.146%201.639m-8.345%203.826l-1.032-1.032l4.813-4.794l-2.794-.923L12%2012l-2.039%206.77l-.922-2.795z%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%22m12.589%2016.962l.336-1.062q1.33-.325%202.203-1.4T16%2012q0-1.65-1.175-2.825T12%208q-1.425%200-2.49.863q-1.066.862-1.39%202.212l-1.081.317q.24-1.88%201.638-3.136T12%207q2.077%200%203.539%201.462T17%2012q0%201.925-1.265%203.323q-1.266%201.398-3.146%201.639m-8.345%203.826l-1.032-1.032l4.813-4.794l-2.794-.923L12%2012l-2.039%206.77l-.922-2.795z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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