mouse right click 02 icon
mouse-right-click-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- mouse-right-click-02
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the mouse right click 02 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M13.5 2.09a20 20 0 0 0-2-.09c-.925 0-1.837.078-2.735.188c-2.44.3-4.334 2.332-4.524 4.723C4.109 8.568 4 10.268 4 12s.11 3.432.24 5.089c.19 2.391 2.084 4.422 4.525 4.723c.898.11 1.81.188 2.735.188s1.837-.078 2.735-.188c2.44-.301 4.335-2.332 4.524-4.723c.132-1.657.241-3.357.241-5.089q-.001-1.008-.044-2"/><path stroke-linecap="round" stroke-linejoin="round" d="M11.5 2v9m7 0h-14"/><circle cx="2.5" cy="2.5" r="2.5" transform="matrix(-1 0 0 1 20 2.5)"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsMouseRightClick02(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" d="M13.5 2.09a20 20 0 0 0-2-.09c-.925 0-1.837.078-2.735.188c-2.44.3-4.334 2.332-4.524 4.723C4.109 8.568 4 10.268 4 12s.11 3.432.24 5.089c.19 2.391 2.084 4.422 4.525 4.723c.898.11 1.81.188 2.735.188s1.837-.078 2.735-.188c2.44-.301 4.335-2.332 4.524-4.723c.132-1.657.241-3.357.241-5.089q-.001-1.008-.044-2"/><path strokeLinecap="round" strokeLinejoin="round" d="M11.5 2v9m7 0h-14"/><circle cx="2.5" cy="2.5" r="2.5" transform="matrix(-1 0 0 1 20 2.5)"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M13.5 2.09a20 20 0 0 0-2-.09c-.925 0-1.837.078-2.735.188c-2.44.3-4.334 2.332-4.524 4.723C4.109 8.568 4 10.268 4 12s.11 3.432.24 5.089c.19 2.391 2.084 4.422 4.525 4.723c.898.11 1.81.188 2.735.188s1.837-.078 2.735-.188c2.44-.301 4.335-2.332 4.524-4.723c.132-1.657.241-3.357.241-5.089q-.001-1.008-.044-2"/><path stroke-linecap="round" stroke-linejoin="round" d="M11.5 2v9m7 0h-14"/><circle cx="2.5" cy="2.5" r="2.5" transform="matrix(-1 0 0 1 20 2.5)"/></g></svg> </template>
CSS
.icon-mouse-right-click-02 {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13.5%202.09a20%2020%200%200%200-2-.09c-.925%200-1.837.078-2.735.188c-2.44.3-4.334%202.332-4.524%204.723C4.109%208.568%204%2010.268%204%2012s.11%203.432.24%205.089c.19%202.391%202.084%204.422%204.525%204.723c.898.11%201.81.188%202.735.188s1.837-.078%202.735-.188c2.44-.301%204.335-2.332%204.524-4.723c.132-1.657.241-3.357.241-5.089q-.001-1.008-.044-2%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11.5%202v9m7%200h-14%22%2F%3E%3Ccircle%20cx%3D%222.5%22%20cy%3D%222.5%22%20r%3D%222.5%22%20transform%3D%22matrix(-1%200%200%201%2020%202.5)%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13.5%202.09a20%2020%200%200%200-2-.09c-.925%200-1.837.078-2.735.188c-2.44.3-4.334%202.332-4.524%204.723C4.109%208.568%204%2010.268%204%2012s.11%203.432.24%205.089c.19%202.391%202.084%204.422%204.525%204.723c.898.11%201.81.188%202.735.188s1.837-.078%202.735-.188c2.44-.301%204.335-2.332%204.524-4.723c.132-1.657.241-3.357.241-5.089q-.001-1.008-.044-2%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11.5%202v9m7%200h-14%22%2F%3E%3Ccircle%20cx%3D%222.5%22%20cy%3D%222.5%22%20r%3D%222.5%22%20transform%3D%22matrix(-1%200%200%201%2020%202.5)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/mouse-right-click-02.svg?color=%231a73e8&size=48