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

Name
right-click
Set
Material Symbols
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

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="m12.3 18l.625-2.1q1.35-.325 2.213-1.4T16 12q0-1.65-1.175-2.825T12 8q-1.425 0-2.5.863t-1.4 2.212L6 11.7q.125-2.4 1.85-4.05T12 6q2.5 0 4.25 1.75T18 12q0 2.425-1.65 4.15T12.3 18m-8.825 4.5L1.5 20.525l4.275-4.275L2 15l10-3l-3 10l-1.25-3.775z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsRightClick(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.3 18l.625-2.1q1.35-.325 2.213-1.4T16 12q0-1.65-1.175-2.825T12 8q-1.425 0-2.5.863t-1.4 2.212L6 11.7q.125-2.4 1.85-4.05T12 6q2.5 0 4.25 1.75T18 12q0 2.425-1.65 4.15T12.3 18m-8.825 4.5L1.5 20.525l4.275-4.275L2 15l10-3l-3 10l-1.25-3.775z"/></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.3 18l.625-2.1q1.35-.325 2.213-1.4T16 12q0-1.65-1.175-2.825T12 8q-1.425 0-2.5.863t-1.4 2.212L6 11.7q.125-2.4 1.85-4.05T12 6q2.5 0 4.25 1.75T18 12q0 2.425-1.65 4.15T12.3 18m-8.825 4.5L1.5 20.525l4.275-4.275L2 15l10-3l-3 10l-1.25-3.775z"/></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.3%2018l.625-2.1q1.35-.325%202.213-1.4T16%2012q0-1.65-1.175-2.825T12%208q-1.425%200-2.5.863t-1.4%202.212L6%2011.7q.125-2.4%201.85-4.05T12%206q2.5%200%204.25%201.75T18%2012q0%202.425-1.65%204.15T12.3%2018m-8.825%204.5L1.5%2020.525l4.275-4.275L2%2015l10-3l-3%2010l-1.25-3.775z%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.3%2018l.625-2.1q1.35-.325%202.213-1.4T16%2012q0-1.65-1.175-2.825T12%208q-1.425%200-2.5.863t-1.4%202.212L6%2011.7q.125-2.4%201.85-4.05T12%206q2.5%200%204.25%201.75T18%2012q0%202.425-1.65%204.15T12.3%2018m-8.825%204.5L1.5%2020.525l4.275-4.275L2%2015l10-3l-3%2010l-1.25-3.775z%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.svg?color=%231a73e8&size=48