Cursor Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The 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/307088.svg" alt="Cursor icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307088.svg" alt="Cursor icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307088.svg" alt="Cursor icon" :width="24" :height="24" />
CSS background
.icon-cursor {
background-image: url('https://proicons.com/icon/307088.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M4.00165 2.99863C4.00165 2.17447 4.94264 1.70412 5.60184 2.19877L13.5993 8.19993C14.3679 8.77665 13.96 9.99978 12.9991 9.99978H9.05388C8.74293 9.99978 8.44968 10.1444 8.26043 10.3911L5.7951 13.6051C5.21352 14.3633 4.00165 13.952 4.00165 12.9964V2.99863ZM12.9991 8.99978L5.00165 2.99863V12.9964L7.46698 9.78251C7.84548 9.28907 8.43199 8.99978 9.05388 8.99978L12.9991 8.99978Z"/></svg>
Cursor in other icon packs
Copied!