cursor emoji
cursor from OpenMoji by OpenMoji · Default · Extras Openmoji · CC-BY-SA-4.0 Attribution required.
- Name
- cursor
- Set
- OpenMoji
- Style
- Default
- Category
- Extras Openmoji
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More extras openmoji icons from OpenMoji
Use the cursor emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="m47.11 59.48l-10.75 4.57l-6.435-14.44l-11.74 4.993l.048-46.65l35.58 31.5l-13.14 5.586z"/><path fill="#d0cfce" d="m44.61 43.87l9.207-4.416l-35.58-31.5z"/><path fill="none" stroke="#000" stroke-linejoin="round" stroke-width="2" d="m18.21 7.95l35.64 31.5l-13.16 5.586l6.445 14.44l-10.77 4.57l-6.445-14.44l-11.76 4.993z"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiCursor(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="m47.11 59.48l-10.75 4.57l-6.435-14.44l-11.74 4.993l.048-46.65l35.58 31.5l-13.14 5.586z"/><path fill="#d0cfce" d="m44.61 43.87l9.207-4.416l-35.58-31.5z"/><path fill="none" stroke="#000" strokeLinejoin="round" strokeWidth="2" d="m18.21 7.95l35.64 31.5l-13.16 5.586l6.445 14.44l-10.77 4.57l-6.445-14.44l-11.76 4.993z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="m47.11 59.48l-10.75 4.57l-6.435-14.44l-11.74 4.993l.048-46.65l35.58 31.5l-13.14 5.586z"/><path fill="#d0cfce" d="m44.61 43.87l9.207-4.416l-35.58-31.5z"/><path fill="none" stroke="#000" stroke-linejoin="round" stroke-width="2" d="m18.21 7.95l35.64 31.5l-13.16 5.586l6.445 14.44l-10.77 4.57l-6.445-14.44l-11.76 4.993z"/></svg> </template>
CSS
.icon-cursor {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m47.11%2059.48l-10.75%204.57l-6.435-14.44l-11.74%204.993l.048-46.65l35.58%2031.5l-13.14%205.586z%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22m44.61%2043.87l9.207-4.416l-35.58-31.5z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m18.21%207.95l35.64%2031.5l-13.16%205.586l6.445%2014.44l-10.77%204.57l-6.445-14.44l-11.76%204.993z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m47.11%2059.48l-10.75%204.57l-6.435-14.44l-11.74%204.993l.048-46.65l35.58%2031.5l-13.14%205.586z%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22m44.61%2043.87l9.207-4.416l-35.58-31.5z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m18.21%207.95l35.64%2031.5l-13.16%205.586l6.445%2014.44l-10.77%204.57l-6.445-14.44l-11.76%204.993z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/cursor.svg?color=%231a73e8&size=48