mouse right click 01 icon
mouse-right-click-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- mouse-right-click-01
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the mouse right click 01 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" stroke-linejoin="round" d="M10.5 2v4m0 4v2"/><path d="M3.24 17.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.334-2.332 4.524-4.723c.132-1.657.241-3.357.241-5.089s-.11-3.432-.24-5.089c-.19-2.391-2.084-4.422-4.525-4.723C12.337 2.078 11.425 2 10.5 2s-1.837.078-2.735.188c-2.44.3-4.335 2.332-4.524 4.723C3.109 8.568 3 10.268 3 12s.109 3.432.24 5.089Z"/><path stroke-linecap="round" d="M19 2c1.055 1.132 1.765 2.501 2 4"/><path d="M12 7.5c0-.466 0-.699-.076-.883a1 1 0 0 0-.541-.54C11.199 6 10.966 6 10.5 6s-.699 0-.883.076a1 1 0 0 0-.54.541C9 6.801 9 7.034 9 7.5v1c0 .466 0 .699.076.883a1 1 0 0 0 .541.54c.184.077.417.077.883.077s.699 0 .883-.076a1 1 0 0 0 .54-.541C12 9.199 12 8.966 12 8.5z"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsMouseRightClick01(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" strokeLinejoin="round" d="M10.5 2v4m0 4v2"/><path d="M3.24 17.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.334-2.332 4.524-4.723c.132-1.657.241-3.357.241-5.089s-.11-3.432-.24-5.089c-.19-2.391-2.084-4.422-4.525-4.723C12.337 2.078 11.425 2 10.5 2s-1.837.078-2.735.188c-2.44.3-4.335 2.332-4.524 4.723C3.109 8.568 3 10.268 3 12s.109 3.432.24 5.089Z"/><path strokeLinecap="round" d="M19 2c1.055 1.132 1.765 2.501 2 4"/><path d="M12 7.5c0-.466 0-.699-.076-.883a1 1 0 0 0-.541-.54C11.199 6 10.966 6 10.5 6s-.699 0-.883.076a1 1 0 0 0-.54.541C9 6.801 9 7.034 9 7.5v1c0 .466 0 .699.076.883a1 1 0 0 0 .541.54c.184.077.417.077.883.077s.699 0 .883-.076a1 1 0 0 0 .54-.541C12 9.199 12 8.966 12 8.5z"/></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" stroke-linejoin="round" d="M10.5 2v4m0 4v2"/><path d="M3.24 17.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.334-2.332 4.524-4.723c.132-1.657.241-3.357.241-5.089s-.11-3.432-.24-5.089c-.19-2.391-2.084-4.422-4.525-4.723C12.337 2.078 11.425 2 10.5 2s-1.837.078-2.735.188c-2.44.3-4.335 2.332-4.524 4.723C3.109 8.568 3 10.268 3 12s.109 3.432.24 5.089Z"/><path stroke-linecap="round" d="M19 2c1.055 1.132 1.765 2.501 2 4"/><path d="M12 7.5c0-.466 0-.699-.076-.883a1 1 0 0 0-.541-.54C11.199 6 10.966 6 10.5 6s-.699 0-.883.076a1 1 0 0 0-.54.541C9 6.801 9 7.034 9 7.5v1c0 .466 0 .699.076.883a1 1 0 0 0 .541.54c.184.077.417.077.883.077s.699 0 .883-.076a1 1 0 0 0 .54-.541C12 9.199 12 8.966 12 8.5z"/></g></svg> </template>
CSS
.icon-mouse-right-click-01 {
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%20stroke-linejoin%3D%22round%22%20d%3D%22M10.5%202v4m0%204v2%22%2F%3E%3Cpath%20d%3D%22M3.24%2017.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.334-2.332%204.524-4.723c.132-1.657.241-3.357.241-5.089s-.11-3.432-.24-5.089c-.19-2.391-2.084-4.422-4.525-4.723C12.337%202.078%2011.425%202%2010.5%202s-1.837.078-2.735.188c-2.44.3-4.335%202.332-4.524%204.723C3.109%208.568%203%2010.268%203%2012s.109%203.432.24%205.089Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19%202c1.055%201.132%201.765%202.501%202%204%22%2F%3E%3Cpath%20d%3D%22M12%207.5c0-.466%200-.699-.076-.883a1%201%200%200%200-.541-.54C11.199%206%2010.966%206%2010.5%206s-.699%200-.883.076a1%201%200%200%200-.54.541C9%206.801%209%207.034%209%207.5v1c0%20.466%200%20.699.076.883a1%201%200%200%200%20.541.54c.184.077.417.077.883.077s.699%200%20.883-.076a1%201%200%200%200%20.54-.541C12%209.199%2012%208.966%2012%208.5z%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%20stroke-linejoin%3D%22round%22%20d%3D%22M10.5%202v4m0%204v2%22%2F%3E%3Cpath%20d%3D%22M3.24%2017.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.334-2.332%204.524-4.723c.132-1.657.241-3.357.241-5.089s-.11-3.432-.24-5.089c-.19-2.391-2.084-4.422-4.525-4.723C12.337%202.078%2011.425%202%2010.5%202s-1.837.078-2.735.188c-2.44.3-4.335%202.332-4.524%204.723C3.109%208.568%203%2010.268%203%2012s.109%203.432.24%205.089Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19%202c1.055%201.132%201.765%202.501%202%204%22%2F%3E%3Cpath%20d%3D%22M12%207.5c0-.466%200-.699-.076-.883a1%201%200%200%200-.541-.54C11.199%206%2010.966%206%2010.5%206s-.699%200-.883.076a1%201%200%200%200-.54.541C9%206.801%209%207.034%209%207.5v1c0%20.466%200%20.699.076.883a1%201%200%200%200%20.541.54c.184.077.417.077.883.077s.699%200%20.883-.076a1%201%200%200%200%20.54-.541C12%209.199%2012%208.966%2012%208.5z%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-01.svg?color=%231a73e8&size=48