hand icon
hand from Remix Icon by Remix Design · Regular · Editor · Apache-2.0 Free for personal and commercial use.
- Name
- hand
- Set
- Remix Icon
- Style
- Regular
- Category
- Editor
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More editor icons from Remix Icon
Use the hand icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.5 2a.5.5 0 0 0-.5.5V12h-2V4.5a.5.5 0 0 0-1 0V14H7c-.38-1.62-1.358-2.56-2.405-2.678A89 89 0 0 0 6.166 15.1c.86 1.962 1.725 3.422 2.838 4.399C10.078 20.442 11.459 21 13.5 21a5.5 5.5 0 0 0 5.5-5.5V7a.5.5 0 0 0-1 0v5h-2V4a.5.5 0 0 0-1 0v8h-2V2.5a.5.5 0 0 0-.5-.5M21 15.5a7.5 7.5 0 0 1-7.5 7.5c-2.458 0-4.328-.692-5.816-1.998c-1.45-1.274-2.459-3.064-3.35-5.1c-.93-2.127-1.444-3.422-1.724-4.178c-.357-.964.136-2.312 1.476-2.406a4.02 4.02 0 0 1 2.914.94V4.5a2.5 2.5 0 0 1 3.04-2.442a2.5 2.5 0 0 1 4.79-.467A2.502 2.502 0 0 1 18 4v.55q.243-.05.5-.05A2.5 2.5 0 0 1 21 7z"/></svg>
React
import type { SVGProps } from "react";
export function RiHand(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="M12.5 2a.5.5 0 0 0-.5.5V12h-2V4.5a.5.5 0 0 0-1 0V14H7c-.38-1.62-1.358-2.56-2.405-2.678A89 89 0 0 0 6.166 15.1c.86 1.962 1.725 3.422 2.838 4.399C10.078 20.442 11.459 21 13.5 21a5.5 5.5 0 0 0 5.5-5.5V7a.5.5 0 0 0-1 0v5h-2V4a.5.5 0 0 0-1 0v8h-2V2.5a.5.5 0 0 0-.5-.5M21 15.5a7.5 7.5 0 0 1-7.5 7.5c-2.458 0-4.328-.692-5.816-1.998c-1.45-1.274-2.459-3.064-3.35-5.1c-.93-2.127-1.444-3.422-1.724-4.178c-.357-.964.136-2.312 1.476-2.406a4.02 4.02 0 0 1 2.914.94V4.5a2.5 2.5 0 0 1 3.04-2.442a2.5 2.5 0 0 1 4.79-.467A2.502 2.502 0 0 1 18 4v.55q.243-.05.5-.05A2.5 2.5 0 0 1 21 7z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.5 2a.5.5 0 0 0-.5.5V12h-2V4.5a.5.5 0 0 0-1 0V14H7c-.38-1.62-1.358-2.56-2.405-2.678A89 89 0 0 0 6.166 15.1c.86 1.962 1.725 3.422 2.838 4.399C10.078 20.442 11.459 21 13.5 21a5.5 5.5 0 0 0 5.5-5.5V7a.5.5 0 0 0-1 0v5h-2V4a.5.5 0 0 0-1 0v8h-2V2.5a.5.5 0 0 0-.5-.5M21 15.5a7.5 7.5 0 0 1-7.5 7.5c-2.458 0-4.328-.692-5.816-1.998c-1.45-1.274-2.459-3.064-3.35-5.1c-.93-2.127-1.444-3.422-1.724-4.178c-.357-.964.136-2.312 1.476-2.406a4.02 4.02 0 0 1 2.914.94V4.5a2.5 2.5 0 0 1 3.04-2.442a2.5 2.5 0 0 1 4.79-.467A2.502 2.502 0 0 1 18 4v.55q.243-.05.5-.05A2.5 2.5 0 0 1 21 7z"/></svg> </template>
CSS
.icon-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%22M12.5%202a.5.5%200%200%200-.5.5V12h-2V4.5a.5.5%200%200%200-1%200V14H7c-.38-1.62-1.358-2.56-2.405-2.678A89%2089%200%200%200%206.166%2015.1c.86%201.962%201.725%203.422%202.838%204.399C10.078%2020.442%2011.459%2021%2013.5%2021a5.5%205.5%200%200%200%205.5-5.5V7a.5.5%200%200%200-1%200v5h-2V4a.5.5%200%200%200-1%200v8h-2V2.5a.5.5%200%200%200-.5-.5M21%2015.5a7.5%207.5%200%200%201-7.5%207.5c-2.458%200-4.328-.692-5.816-1.998c-1.45-1.274-2.459-3.064-3.35-5.1c-.93-2.127-1.444-3.422-1.724-4.178c-.357-.964.136-2.312%201.476-2.406a4.02%204.02%200%200%201%202.914.94V4.5a2.5%202.5%200%200%201%203.04-2.442a2.5%202.5%200%200%201%204.79-.467A2.502%202.502%200%200%201%2018%204v.55q.243-.05.5-.05A2.5%202.5%200%200%201%2021%207z%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%22M12.5%202a.5.5%200%200%200-.5.5V12h-2V4.5a.5.5%200%200%200-1%200V14H7c-.38-1.62-1.358-2.56-2.405-2.678A89%2089%200%200%200%206.166%2015.1c.86%201.962%201.725%203.422%202.838%204.399C10.078%2020.442%2011.459%2021%2013.5%2021a5.5%205.5%200%200%200%205.5-5.5V7a.5.5%200%200%200-1%200v5h-2V4a.5.5%200%200%200-1%200v8h-2V2.5a.5.5%200%200%200-.5-.5M21%2015.5a7.5%207.5%200%200%201-7.5%207.5c-2.458%200-4.328-.692-5.816-1.998c-1.45-1.274-2.459-3.064-3.35-5.1c-.93-2.127-1.444-3.422-1.724-4.178c-.357-.964.136-2.312%201.476-2.406a4.02%204.02%200%200%201%202.914.94V4.5a2.5%202.5%200%200%201%203.04-2.442a2.5%202.5%200%200%201%204.79-.467A2.502%202.502%200%200%201%2018%204v.55q.243-.05.5-.05A2.5%202.5%200%200%201%2021%207z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/hand.svg?color=%231a73e8&size=48