Cursor Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Cursor Svg 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/308910.svg" alt="Cursor Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308910.svg" alt="Cursor Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308910.svg" alt="Cursor Svg icon" :width="24" :height="24" />
CSS background
.icon-cursor---svg {
background-image: url('https://proicons.com/icon/308910.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 fill-rule="evenodd" clip-rule="evenodd" d="M4.38078 3.07532C4.00749 2.92161 3.57838 3.00743 3.29292 3.29289C3.00746 3.57835 2.92164 4.00746 3.07535 4.38075L10.0754 21.3807C10.2287 21.753 10.5903 21.9971 10.9929 22C11.3955 22.0028 11.7606 21.764 11.9192 21.3939L14.604 15.1292C14.7052 14.8932 14.8933 14.7052 15.1293 14.604L21.3939 11.9191C21.764 11.7605 22.0029 11.3955 22 10.9929C21.9971 10.5902 21.7531 10.2286 21.3808 10.0753L4.38078 3.07532Z" fill="#292929"/> </svg>
Copied!