Mouse Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Mouse icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/310874.svg" alt="Mouse icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310874.svg" alt="Mouse icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310874.svg" alt="Mouse icon" :width="24" :height="24" />
CSS background
.icon-mouse {
background-image: url('https://proicons.com/icon/310874.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M19.5 9.28571C19.5 5.53807 16.1421 2.5 12 2.5C7.85783 2.5 4.49997 5.53807 4.49997 9.28571V14.7143C4.49997 18.4619 7.85783 21.5 12 21.5C16.1421 21.5 19.5 18.4619 19.5 14.7143V9.28571Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M12 10.6429V2.5" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M4.49997 10.6429H19.5" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Mouse in other icon packs
Copied!