Mouse Pointer Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Mouse Pointer 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/310873.svg" alt="Mouse Pointer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310873.svg" alt="Mouse Pointer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310873.svg" alt="Mouse Pointer icon" :width="24" :height="24" />
CSS background
.icon-mouse-pointer {
background-image: url('https://proicons.com/icon/310873.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="M6.24408 3.11425L18.5419 11.7747C18.6465 11.8497 18.7281 11.9524 18.7776 12.0712C18.8271 12.19 18.8425 12.3203 18.8221 12.4474C18.8018 12.5745 18.7464 12.6934 18.6622 12.7907C18.578 12.8881 18.4684 12.9601 18.3456 12.9987L13.7267 13.8763C13.645 13.9001 13.5697 13.9421 13.5065 13.9991C13.4433 14.0561 13.3937 14.1266 13.3615 14.2054C13.3293 14.2842 13.3154 14.3693 13.3206 14.4542C13.3258 14.5392 13.3502 14.6219 13.3918 14.6961L15.7013 19.0725C15.7538 19.1506 15.7899 19.2386 15.8073 19.3311C15.8247 19.4235 15.8231 19.5186 15.8026 19.6105C15.7821 19.7023 15.743 19.789 15.6879 19.8653C15.6327 19.9415 15.5626 20.0058 15.4819 20.054L13.8191 20.9201C13.6567 21.0056 13.467 21.0233 13.2917 20.9692C13.1163 20.9151 12.9696 20.7936 12.8837 20.6314L10.5743 16.2435C10.5392 16.1651 10.487 16.0956 10.4216 16.0399C10.3562 15.9843 10.2792 15.944 10.1962 15.9218C10.1133 15.8997 10.0264 15.8964 9.942 15.9121C9.85759 15.9277 9.77773 15.9621 9.70825 16.0125L6.32491 19.2688C6.22286 19.3605 6.09589 19.4198 5.96009 19.4392C5.8243 19.4587 5.68579 19.4374 5.56212 19.378C5.43845 19.3186 5.33519 19.2239 5.26541 19.1058C5.19564 18.9877 5.1625 18.8515 5.17019 18.7146V3.70316C5.16831 3.57722 5.2008 3.45315 5.26416 3.34429C5.32753 3.23544 5.41937 3.14591 5.52981 3.08535C5.64025 3.02479 5.76511 2.99547 5.89096 3.00057C6.01681 3.00566 6.1389 3.04496 6.24408 3.11425Z" stroke="black" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!