Quick Cursor Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Quick Cursor 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/331804.svg" alt="Quick Cursor icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331804.svg" alt="Quick Cursor icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331804.svg" alt="Quick Cursor icon" :width="24" :height="24" />
CSS background
.icon-quick-cursor {
background-image: url('https://proicons.com/icon/331804.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M21.9742,16.5945,4.5,21.8293,21.836,11.528"/><path class="a" d="M21.836,11.528c2.6535-1.1383,5.814,8.59,5.814,8.59.6419-1.6689,2.5043-1.7972,3.7657-1.4549a2.6109,2.6109,0,0,1,3.9607-.6858c.5751-1.8817,2.8-2.1384,3.461-.85l4.1071,9.164c3.0342,6.9221-7.2028,11.7521-10.3946,9.86L20.344,28.8524c-2.2689-1.5-2.2728-4.5724,1.6-3.4111l5.9184,3.4611S18.7057,13.0085,21.836,11.5318Z"/></svg>
Copied!