Back to Explorer
16 - 512
0.5 - 4.0
Save to
hardwareoutline
md mouse
Designed by Google Material
Developer Export Center
Code snippets update in real-time as you customize the playground.
const MdMouseIcon = (props) => (
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
width="24"
height="24"
fill="none"
stroke="currentColor"
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
{...props}
>
<path d="M0 0h24v24H0V0z" fill="none"/><path d="M20 9c-.04-4.39-3.6-7.93-8-7.93S4.04 4.61 4 9v6c0 4.42 3.58 8 8 8s8-3.58 8-8V9zm-2 0h-5V3.16c2.81.47 4.96 2.9 5 5.84zm-7-5.84V9H6c.04-2.94 2.19-5.37 5-5.84zM18 15c0 3.31-2.69 6-6 6s-6-2.69-6-6v-4h12v4z"/>
</svg>
);SVG Optimizer
Before
0.43 KB
↓
After
0.43 KB
Tags
actionclickcomputercomputingcontrolcursordesktopdevicedigitalhardwareinputinteractionlaptopminimalmousenavigationobjectoutlineperipheralpointerpointing devicescrollingselectshapesimpletechnologytouchscreentrackpadwireless
Compare Alternatives
See how other libraries approach this concept.