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

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

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="M4.764 20.27q-.214.213-.517.213t-.516-.214t-.214-.513t.214-.514l4.3-4.28l-1.583-.52q-.292-.106-.29-.398t.296-.379l4.825-1.448q.217-.061.394.116q.177.176.115.394l-1.448 4.825q-.086.292-.379.295q-.292.003-.398-.29l-.519-1.582zM17.006 12q0 1.587-.877 2.845t-2.313 1.813q-.189.073-.381 0q-.193-.074-.266-.262t.003-.38t.265-.266q1.125-.425 1.847-1.45t.722-2.3q0-1.65-1.175-2.825T12.006 8q-1.275 0-2.29.713q-1.016.712-1.441 1.837q-.073.189-.262.284q-.19.095-.378.022q-.189-.073-.274-.275t-.013-.39q.535-1.432 1.797-2.311t2.86-.88q2.078 0 3.54 1.462T17.004 12"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightRightClickRounded(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.764 20.27q-.214.213-.517.213t-.516-.214t-.214-.513t.214-.514l4.3-4.28l-1.583-.52q-.292-.106-.29-.398t.296-.379l4.825-1.448q.217-.061.394.116q.177.176.115.394l-1.448 4.825q-.086.292-.379.295q-.292.003-.398-.29l-.519-1.582zM17.006 12q0 1.587-.877 2.845t-2.313 1.813q-.189.073-.381 0q-.193-.074-.266-.262t.003-.38t.265-.266q1.125-.425 1.847-1.45t.722-2.3q0-1.65-1.175-2.825T12.006 8q-1.275 0-2.29.713q-1.016.712-1.441 1.837q-.073.189-.262.284q-.19.095-.378.022q-.189-.073-.274-.275t-.013-.39q.535-1.432 1.797-2.311t2.86-.88q2.078 0 3.54 1.462T17.004 12"/></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.764 20.27q-.214.213-.517.213t-.516-.214t-.214-.513t.214-.514l4.3-4.28l-1.583-.52q-.292-.106-.29-.398t.296-.379l4.825-1.448q.217-.061.394.116q.177.176.115.394l-1.448 4.825q-.086.292-.379.295q-.292.003-.398-.29l-.519-1.582zM17.006 12q0 1.587-.877 2.845t-2.313 1.813q-.189.073-.381 0q-.193-.074-.266-.262t.003-.38t.265-.266q1.125-.425 1.847-1.45t.722-2.3q0-1.65-1.175-2.825T12.006 8q-1.275 0-2.29.713q-1.016.712-1.441 1.837q-.073.189-.262.284q-.19.095-.378.022q-.189-.073-.274-.275t-.013-.39q.535-1.432 1.797-2.311t2.86-.88q2.078 0 3.54 1.462T17.004 12"/></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.764%2020.27q-.214.213-.517.213t-.516-.214t-.214-.513t.214-.514l4.3-4.28l-1.583-.52q-.292-.106-.29-.398t.296-.379l4.825-1.448q.217-.061.394.116q.177.176.115.394l-1.448%204.825q-.086.292-.379.295q-.292.003-.398-.29l-.519-1.582zM17.006%2012q0%201.587-.877%202.845t-2.313%201.813q-.189.073-.381%200q-.193-.074-.266-.262t.003-.38t.265-.266q1.125-.425%201.847-1.45t.722-2.3q0-1.65-1.175-2.825T12.006%208q-1.275%200-2.29.713q-1.016.712-1.441%201.837q-.073.189-.262.284q-.19.095-.378.022q-.189-.073-.274-.275t-.013-.39q.535-1.432%201.797-2.311t2.86-.88q2.078%200%203.54%201.462T17.004%2012%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.764%2020.27q-.214.213-.517.213t-.516-.214t-.214-.513t.214-.514l4.3-4.28l-1.583-.52q-.292-.106-.29-.398t.296-.379l4.825-1.448q.217-.061.394.116q.177.176.115.394l-1.448%204.825q-.086.292-.379.295q-.292.003-.398-.29l-.519-1.582zM17.006%2012q0%201.587-.877%202.845t-2.313%201.813q-.189.073-.381%200q-.193-.074-.266-.262t.003-.38t.265-.266q1.125-.425%201.847-1.45t.722-2.3q0-1.65-1.175-2.825T12.006%208q-1.275%200-2.29.713q-1.016.712-1.441%201.837q-.073.189-.262.284q-.19.095-.378.022q-.189-.073-.274-.275t-.013-.39q.535-1.432%201.797-2.311t2.86-.88q2.078%200%203.54%201.462T17.004%2012%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-rounded.svg?color=%231a73e8&size=48