Cursor Icon
Free SVG icon from the Simple Icons 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/314022.svg" alt="Cursor icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314022.svg" alt="Cursor icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314022.svg" alt="Cursor icon" :width="24" :height="24" />
CSS background
.icon-cursor {
background-image: url('https://proicons.com/icon/314022.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Cursor</title><path d="M11.503.131 1.891 5.678a.84.84 0 0 0-.42.726v11.188c0 .3.162.575.42.724l9.609 5.55a1 1 0 0 0 .998 0l9.61-5.55a.84.84 0 0 0 .42-.724V6.404a.84.84 0 0 0-.42-.726L12.497.131a1.01 1.01 0 0 0-.996 0M2.657 6.338h18.55c.263 0 .43.287.297.515L12.23 22.918c-.062.107-.229.064-.229-.06V12.335a.59.59 0 0 0-.295-.51l-9.11-5.257c-.109-.063-.064-.23.061-.23"/></svg>
Cursor in other icon packs
Copied!