mouse right click icon
mouse-right-click-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- mouse-right-click-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Related icons in Phosphor
Use the mouse right click icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M144 20h-32a60.07 60.07 0 0 0-60 60v96a60.07 60.07 0 0 0 60 60h32a60.07 60.07 0 0 0 60-60V80a60.07 60.07 0 0 0-60-60m52 60v28h-42.34l40.75-40.75A51.6 51.6 0 0 1 196 80m-4.51-21.15L142.34 108H132V81.66l43.22-43.22a52.5 52.5 0 0 1 16.27 20.41m-23.19-24.8L132 70.34V28h12a51.6 51.6 0 0 1 24.3 6.05M112 28h12v80H60V80a52.06 52.06 0 0 1 52-52m32 200h-32a52.06 52.06 0 0 1-52-52v-60h136v60a52.06 52.06 0 0 1-52 52"/></svg>
React
import type { SVGProps } from "react";
export function PhMouseRightClickThin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M144 20h-32a60.07 60.07 0 0 0-60 60v96a60.07 60.07 0 0 0 60 60h32a60.07 60.07 0 0 0 60-60V80a60.07 60.07 0 0 0-60-60m52 60v28h-42.34l40.75-40.75A51.6 51.6 0 0 1 196 80m-4.51-21.15L142.34 108H132V81.66l43.22-43.22a52.5 52.5 0 0 1 16.27 20.41m-23.19-24.8L132 70.34V28h12a51.6 51.6 0 0 1 24.3 6.05M112 28h12v80H60V80a52.06 52.06 0 0 1 52-52m32 200h-32a52.06 52.06 0 0 1-52-52v-60h136v60a52.06 52.06 0 0 1-52 52"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M144 20h-32a60.07 60.07 0 0 0-60 60v96a60.07 60.07 0 0 0 60 60h32a60.07 60.07 0 0 0 60-60V80a60.07 60.07 0 0 0-60-60m52 60v28h-42.34l40.75-40.75A51.6 51.6 0 0 1 196 80m-4.51-21.15L142.34 108H132V81.66l43.22-43.22a52.5 52.5 0 0 1 16.27 20.41m-23.19-24.8L132 70.34V28h12a51.6 51.6 0 0 1 24.3 6.05M112 28h12v80H60V80a52.06 52.06 0 0 1 52-52m32 200h-32a52.06 52.06 0 0 1-52-52v-60h136v60a52.06 52.06 0 0 1-52 52"/></svg> </template>
CSS
.icon-mouse-right-click-thin {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M144%2020h-32a60.07%2060.07%200%200%200-60%2060v96a60.07%2060.07%200%200%200%2060%2060h32a60.07%2060.07%200%200%200%2060-60V80a60.07%2060.07%200%200%200-60-60m52%2060v28h-42.34l40.75-40.75A51.6%2051.6%200%200%201%20196%2080m-4.51-21.15L142.34%20108H132V81.66l43.22-43.22a52.5%2052.5%200%200%201%2016.27%2020.41m-23.19-24.8L132%2070.34V28h12a51.6%2051.6%200%200%201%2024.3%206.05M112%2028h12v80H60V80a52.06%2052.06%200%200%201%2052-52m32%20200h-32a52.06%2052.06%200%200%201-52-52v-60h136v60a52.06%2052.06%200%200%201-52%2052%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M144%2020h-32a60.07%2060.07%200%200%200-60%2060v96a60.07%2060.07%200%200%200%2060%2060h32a60.07%2060.07%200%200%200%2060-60V80a60.07%2060.07%200%200%200-60-60m52%2060v28h-42.34l40.75-40.75A51.6%2051.6%200%200%201%20196%2080m-4.51-21.15L142.34%20108H132V81.66l43.22-43.22a52.5%2052.5%200%200%201%2016.27%2020.41m-23.19-24.8L132%2070.34V28h12a51.6%2051.6%200%200%201%2024.3%206.05M112%2028h12v80H60V80a52.06%2052.06%200%200%201%2052-52m32%20200h-32a52.06%2052.06%200%200%201-52-52v-60h136v60a52.06%2052.06%200%200%201-52%2052%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/mouse-right-click-thin.svg?color=%231a73e8&size=48