Mouse Icon
Free SVG icon from the IcoFont 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/306115.svg" alt="Mouse icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306115.svg" alt="Mouse icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306115.svg" alt="Mouse icon" :width="24" :height="24" />
CSS background
.icon-mouse {
background-image: url('https://proicons.com/icon/306115.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M527 221c0-1-1-2-2-2-9-8-9-6 1-15 7-6 16-11 24-17 21-15 35-35 44-58 21-53-41-90-72-122-22-22-57 12-35 35 17 18 40 32 55 51 16 22-9 46-27 59-27 18-50 43-45 70-122 11-235 77-235 193v325c0 143 119 260 265 260s265-117 265-260V415c0-127-119-188-238-194zM285 415c0-86 95-136 193-144v299c-89-4-162-24-193-34V415zm430 325c0 116-96 211-215 211s-215-95-215-211V588c45 13 128 33 228 33 63 0 133-8 202-32v151zm0-203c-63 24-127 33-187 34V270c97 6 187 51 187 145v122z"/></svg>
Mouse in other icon packs
Copied!