hand-line from Majesticons by Gerrit Halfmann · Line · MIT Free for personal and commercial use.

Name
hand-line
Set
Majesticons
Style
Line
Viewbox
24×24
License
MIT

1 other variant in Majesticons

The same icon in other sets

Related icons in Majesticons

Use the hand icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M13 6V4.5A1.5 1.5 0 0 0 11.5 3v0A1.5 1.5 0 0 0 10 4.5V12m3-1V5.5A1.5 1.5 0 0 1 14.5 4v0A1.5 1.5 0 0 1 16 5.5V10m-6-3V5.5A1.5 1.5 0 0 0 8.5 4v0A1.5 1.5 0 0 0 7 5.5v6M7 14v-2.5A1.5 1.5 0 0 0 5.5 10v0A1.5 1.5 0 0 0 4 11.5v2C4 16 5.5 21 11.5 21c2.5 0 7.5-1.5 7.5-7.5v-4A1.5 1.5 0 0 0 17.5 8v0A1.5 1.5 0 0 0 16 9.5V12"/></svg>

React

import type { SVGProps } from "react";

export function MajesticonsHandLine(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="2" d="M13 6V4.5A1.5 1.5 0 0 0 11.5 3v0A1.5 1.5 0 0 0 10 4.5V12m3-1V5.5A1.5 1.5 0 0 1 14.5 4v0A1.5 1.5 0 0 1 16 5.5V10m-6-3V5.5A1.5 1.5 0 0 0 8.5 4v0A1.5 1.5 0 0 0 7 5.5v6M7 14v-2.5A1.5 1.5 0 0 0 5.5 10v0A1.5 1.5 0 0 0 4 11.5v2C4 16 5.5 21 11.5 21c2.5 0 7.5-1.5 7.5-7.5v-4A1.5 1.5 0 0 0 17.5 8v0A1.5 1.5 0 0 0 16 9.5V12"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M13 6V4.5A1.5 1.5 0 0 0 11.5 3v0A1.5 1.5 0 0 0 10 4.5V12m3-1V5.5A1.5 1.5 0 0 1 14.5 4v0A1.5 1.5 0 0 1 16 5.5V10m-6-3V5.5A1.5 1.5 0 0 0 8.5 4v0A1.5 1.5 0 0 0 7 5.5v6M7 14v-2.5A1.5 1.5 0 0 0 5.5 10v0A1.5 1.5 0 0 0 4 11.5v2C4 16 5.5 21 11.5 21c2.5 0 7.5-1.5 7.5-7.5v-4A1.5 1.5 0 0 0 17.5 8v0A1.5 1.5 0 0 0 16 9.5V12"/></svg>
</template>

CSS

.icon-hand-line {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M13%206V4.5A1.5%201.5%200%200%200%2011.5%203v0A1.5%201.5%200%200%200%2010%204.5V12m3-1V5.5A1.5%201.5%200%200%201%2014.5%204v0A1.5%201.5%200%200%201%2016%205.5V10m-6-3V5.5A1.5%201.5%200%200%200%208.5%204v0A1.5%201.5%200%200%200%207%205.5v6M7%2014v-2.5A1.5%201.5%200%200%200%205.5%2010v0A1.5%201.5%200%200%200%204%2011.5v2C4%2016%205.5%2021%2011.5%2021c2.5%200%207.5-1.5%207.5-7.5v-4A1.5%201.5%200%200%200%2017.5%208v0A1.5%201.5%200%200%200%2016%209.5V12%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M13%206V4.5A1.5%201.5%200%200%200%2011.5%203v0A1.5%201.5%200%200%200%2010%204.5V12m3-1V5.5A1.5%201.5%200%200%201%2014.5%204v0A1.5%201.5%200%200%201%2016%205.5V10m-6-3V5.5A1.5%201.5%200%200%200%208.5%204v0A1.5%201.5%200%200%200%207%205.5v6M7%2014v-2.5A1.5%201.5%200%200%200%205.5%2010v0A1.5%201.5%200%200%200%204%2011.5v2C4%2016%205.5%2021%2011.5%2021c2.5%200%207.5-1.5%207.5-7.5v-4A1.5%201.5%200%200%200%2017.5%208v0A1.5%201.5%200%200%200%2016%209.5V12%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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