Magic Mouse Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Magic 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/306048.svg" alt="Magic Mouse icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306048.svg" alt="Magic Mouse icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306048.svg" alt="Magic Mouse icon" :width="24" :height="24" />
CSS background
.icon-magic-mouse {
background-image: url('https://proicons.com/icon/306048.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="M740 161C732 62 641 2 496 0 353 2 267 61 258 161c-8 104-12 367-10 452 0 14 0 27 1 40 1 62 2 110 9 171 4 40 35 171 238 173v1h5v2c190-4 229-95 238-175 9-73 11-129 13-212 1-85-4-351-12-452zm2 452c-2 83-4 138-12 211-6 49-19 164-234 166-194-2-224-127-228-166-7-60-8-109-9-171-1-13-1-26-1-40-2-83 2-349 10-451 8-95 91-150 228-152 139 2 226 59 234 152 8 101 14 366 12 451zM523 739c-6 0-13 4-17 9-4 4-7 11-6 18 6 0 13-4 17-9 4-4 7-11 6-18zm9 62c0-15 12-22 12-22-7-10-17-12-21-12-9-1-18 5-22 5-5 0-12-5-20-5-9 0-19 6-24 15-10 18-2 44 8 59 5 7 10 15 18 15 8-1 10-5 19-5s12 5 19 4c8 0 13-7 18-14 6-8 8-16 8-17 0 0-15-5-15-23z"/></svg>
Copied!