cursor hand icon

cursor-hand from Remix Icon by Remix Design · Regular · Editor · Apache-2.0 Free for personal and commercial use.

Name
cursor-hand
Set
Remix Icon
Style
Regular
Category
Editor
Viewbox
24×24
License
Apache 2.0

More editor icons from Remix Icon

Use the cursor hand icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.5.5A2.5 2.5 0 0 1 12 3v3.803a3 3 0 0 1 1.803-.062l5 1.389A3 3 0 0 1 21 11.02v4.481a7.5 7.5 0 0 1-7.5 7.5c-2.458 0-4.329-.693-5.817-1.999c-1.45-1.273-2.458-3.064-3.35-5.1c-.929-2.126-1.444-3.421-1.724-4.178c-.356-.964.137-2.311 1.477-2.405l.248-.01a4 4 0 0 1 2.666.95V3A2.5 2.5 0 0 1 9.5.5m0 2A.5.5 0 0 0 9 3v11h-.995l-.986.197c-.348-1.74-1.334-2.746-2.422-2.872A88 88 0 0 0 6.166 15.1c.859 1.962 1.725 3.422 2.838 4.399c1.074.943 2.455 1.502 4.496 1.502a5.5 5.5 0 0 0 5.5-5.5v-4.48a1 1 0 0 0-.733-.964l-5-1.389A1 1 0 0 0 12 9.631V11h-2V3a.5.5 0 0 0-.5-.5"/></svg>

React

import type { SVGProps } from "react";

export function RiCursorHand(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.5.5A2.5 2.5 0 0 1 12 3v3.803a3 3 0 0 1 1.803-.062l5 1.389A3 3 0 0 1 21 11.02v4.481a7.5 7.5 0 0 1-7.5 7.5c-2.458 0-4.329-.693-5.817-1.999c-1.45-1.273-2.458-3.064-3.35-5.1c-.929-2.126-1.444-3.421-1.724-4.178c-.356-.964.137-2.311 1.477-2.405l.248-.01a4 4 0 0 1 2.666.95V3A2.5 2.5 0 0 1 9.5.5m0 2A.5.5 0 0 0 9 3v11h-.995l-.986.197c-.348-1.74-1.334-2.746-2.422-2.872A88 88 0 0 0 6.166 15.1c.859 1.962 1.725 3.422 2.838 4.399c1.074.943 2.455 1.502 4.496 1.502a5.5 5.5 0 0 0 5.5-5.5v-4.48a1 1 0 0 0-.733-.964l-5-1.389A1 1 0 0 0 12 9.631V11h-2V3a.5.5 0 0 0-.5-.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.5.5A2.5 2.5 0 0 1 12 3v3.803a3 3 0 0 1 1.803-.062l5 1.389A3 3 0 0 1 21 11.02v4.481a7.5 7.5 0 0 1-7.5 7.5c-2.458 0-4.329-.693-5.817-1.999c-1.45-1.273-2.458-3.064-3.35-5.1c-.929-2.126-1.444-3.421-1.724-4.178c-.356-.964.137-2.311 1.477-2.405l.248-.01a4 4 0 0 1 2.666.95V3A2.5 2.5 0 0 1 9.5.5m0 2A.5.5 0 0 0 9 3v11h-.995l-.986.197c-.348-1.74-1.334-2.746-2.422-2.872A88 88 0 0 0 6.166 15.1c.859 1.962 1.725 3.422 2.838 4.399c1.074.943 2.455 1.502 4.496 1.502a5.5 5.5 0 0 0 5.5-5.5v-4.48a1 1 0 0 0-.733-.964l-5-1.389A1 1 0 0 0 12 9.631V11h-2V3a.5.5 0 0 0-.5-.5"/></svg>
</template>

CSS

.icon-cursor-hand {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.5.5A2.5%202.5%200%200%201%2012%203v3.803a3%203%200%200%201%201.803-.062l5%201.389A3%203%200%200%201%2021%2011.02v4.481a7.5%207.5%200%200%201-7.5%207.5c-2.458%200-4.329-.693-5.817-1.999c-1.45-1.273-2.458-3.064-3.35-5.1c-.929-2.126-1.444-3.421-1.724-4.178c-.356-.964.137-2.311%201.477-2.405l.248-.01a4%204%200%200%201%202.666.95V3A2.5%202.5%200%200%201%209.5.5m0%202A.5.5%200%200%200%209%203v11h-.995l-.986.197c-.348-1.74-1.334-2.746-2.422-2.872A88%2088%200%200%200%206.166%2015.1c.859%201.962%201.725%203.422%202.838%204.399c1.074.943%202.455%201.502%204.496%201.502a5.5%205.5%200%200%200%205.5-5.5v-4.48a1%201%200%200%200-.733-.964l-5-1.389A1%201%200%200%200%2012%209.631V11h-2V3a.5.5%200%200%200-.5-.5%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.5.5A2.5%202.5%200%200%201%2012%203v3.803a3%203%200%200%201%201.803-.062l5%201.389A3%203%200%200%201%2021%2011.02v4.481a7.5%207.5%200%200%201-7.5%207.5c-2.458%200-4.329-.693-5.817-1.999c-1.45-1.273-2.458-3.064-3.35-5.1c-.929-2.126-1.444-3.421-1.724-4.178c-.356-.964.137-2.311%201.477-2.405l.248-.01a4%204%200%200%201%202.666.95V3A2.5%202.5%200%200%201%209.5.5m0%202A.5.5%200%200%200%209%203v11h-.995l-.986.197c-.348-1.74-1.334-2.746-2.422-2.872A88%2088%200%200%200%206.166%2015.1c.859%201.962%201.725%203.422%202.838%204.399c1.074.943%202.455%201.502%204.496%201.502a5.5%205.5%200%200%200%205.5-5.5v-4.48a1%201%200%200%200-.733-.964l-5-1.389A1%201%200%200%200%2012%209.631V11h-2V3a.5.5%200%200%200-.5-.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/cursor-hand.svg?color=%231a73e8&size=48