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/310242.svg" alt="Mouse icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310242.svg" alt="Mouse icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310242.svg" alt="Mouse icon" :width="24" :height="24" />
CSS background
.icon-mouse {
background-image: url('https://proicons.com/icon/310242.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.7452 11.3058V15.1154C19.7452 18.9363 16.3029 22 12 22C7.69708 22 4.25475 18.9019 4.25475 15.1154V11.3058H19.7452Z" fill="black"/> <path d="M11.1394 2V9.58461H4.25475V8.88467C4.34619 7.08834 5.10089 5.38982 6.37273 4.11798C7.64457 2.84614 9.34309 2.09144 11.1394 2Z" fill="black"/> <path d="M19.7452 8.88467V9.58461H12.8606V2C14.6561 2.09396 16.3531 2.84947 17.6245 4.1208C18.8958 5.39213 19.6513 7.0892 19.7452 8.88467Z" fill="black"/> </svg>
Mouse in other icon packs
Copied!