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/310241.svg" alt="Mouse Pointer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310241.svg" alt="Mouse Pointer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310241.svg" alt="Mouse Pointer icon" :width="24" :height="24" />
CSS background
.icon-mouse-pointer {
background-image: url('https://proicons.com/icon/310241.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.512 12.5655C19.4706 12.8205 19.3598 13.0592 19.1919 13.2555C19.0188 13.4489 18.7982 13.5937 18.5519 13.6756L14.072 14.5255L16.3119 18.7555C16.4003 18.8926 16.4614 19.0454 16.492 19.2056C16.5272 19.3906 16.5272 19.5805 16.492 19.7656C16.453 19.9501 16.3745 20.1241 16.262 20.2755C16.15 20.4327 16.007 20.5654 15.842 20.6656L14.1519 21.5456C13.952 21.6522 13.7286 21.7072 13.502 21.7056C13.3632 21.7053 13.2251 21.6851 13.092 21.6456C12.7408 21.5339 12.4466 21.29 12.2719 20.9655L10.0219 16.6955L6.81194 19.7755C6.60707 19.9657 6.35003 20.0902 6.07379 20.133C5.79754 20.1758 5.51481 20.1349 5.26202 20.0156C5.01666 19.893 4.81163 19.7024 4.67156 19.4666C4.53149 19.2308 4.46224 18.9596 4.47198 18.6855V3.69555C4.47587 3.44684 4.54108 3.20296 4.66192 2.98556C4.78922 2.76472 4.97648 2.58441 5.20196 2.46554C5.42183 2.34392 5.67088 2.28512 5.92193 2.29555C6.17514 2.30606 6.42074 2.38558 6.63201 2.52553L18.9319 11.1855C19.1423 11.3394 19.3079 11.5465 19.4119 11.7855C19.5185 12.0308 19.5533 12.3013 19.512 12.5655Z" fill="black"/> </svg>
Copied!