hand point up icon

hand-point-up from Line Awesome by Icons8 · Line · Hands · Apache-2.0 Free for personal and commercial use.

Name
hand-point-up
Set
Line Awesome
Style
Line
Category
Hands
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More hands icons from Line Awesome

Use the hand point up icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M13 2c-1.645 0-3 1.355-3 3v10.75l-.75-.188c-.156-.203-.223-.332-.625-.624c-.64-.47-1.633-.938-2.969-.938C4.23 14 3 15.29 3 16.906v.407l.281.312L10 24.406V30h16V13.156c0-1.41-.996-2.64-2.375-2.937L16 8.563V5c0-1.645-1.355-3-3-3m0 2c.566 0 1 .434 1 1v5.188l.781.187l8.438 1.781c.468.102.781.524.781 1V23H11.406l-6.312-6.406c.082-.422.254-.594.562-.594c.903 0 1.461.273 1.813.531s.437.438.437.438l.188.343l.406.125l2.25.594l1.25.313V5c0-.566.434-1 1-1m-1 21h12v3H12z"/></svg>

React

import type { SVGProps } from "react";

export function LaHandPointUp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M13 2c-1.645 0-3 1.355-3 3v10.75l-.75-.188c-.156-.203-.223-.332-.625-.624c-.64-.47-1.633-.938-2.969-.938C4.23 14 3 15.29 3 16.906v.407l.281.312L10 24.406V30h16V13.156c0-1.41-.996-2.64-2.375-2.937L16 8.563V5c0-1.645-1.355-3-3-3m0 2c.566 0 1 .434 1 1v5.188l.781.187l8.438 1.781c.468.102.781.524.781 1V23H11.406l-6.312-6.406c.082-.422.254-.594.562-.594c.903 0 1.461.273 1.813.531s.437.438.437.438l.188.343l.406.125l2.25.594l1.25.313V5c0-.566.434-1 1-1m-1 21h12v3H12z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M13 2c-1.645 0-3 1.355-3 3v10.75l-.75-.188c-.156-.203-.223-.332-.625-.624c-.64-.47-1.633-.938-2.969-.938C4.23 14 3 15.29 3 16.906v.407l.281.312L10 24.406V30h16V13.156c0-1.41-.996-2.64-2.375-2.937L16 8.563V5c0-1.645-1.355-3-3-3m0 2c.566 0 1 .434 1 1v5.188l.781.187l8.438 1.781c.468.102.781.524.781 1V23H11.406l-6.312-6.406c.082-.422.254-.594.562-.594c.903 0 1.461.273 1.813.531s.437.438.437.438l.188.343l.406.125l2.25.594l1.25.313V5c0-.566.434-1 1-1m-1 21h12v3H12z"/></svg>
</template>

CSS

.icon-hand-point-up {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%202c-1.645%200-3%201.355-3%203v10.75l-.75-.188c-.156-.203-.223-.332-.625-.624c-.64-.47-1.633-.938-2.969-.938C4.23%2014%203%2015.29%203%2016.906v.407l.281.312L10%2024.406V30h16V13.156c0-1.41-.996-2.64-2.375-2.937L16%208.563V5c0-1.645-1.355-3-3-3m0%202c.566%200%201%20.434%201%201v5.188l.781.187l8.438%201.781c.468.102.781.524.781%201V23H11.406l-6.312-6.406c.082-.422.254-.594.562-.594c.903%200%201.461.273%201.813.531s.437.438.437.438l.188.343l.406.125l2.25.594l1.25.313V5c0-.566.434-1%201-1m-1%2021h12v3H12z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%202c-1.645%200-3%201.355-3%203v10.75l-.75-.188c-.156-.203-.223-.332-.625-.624c-.64-.47-1.633-.938-2.969-.938C4.23%2014%203%2015.29%203%2016.906v.407l.281.312L10%2024.406V30h16V13.156c0-1.41-.996-2.64-2.375-2.937L16%208.563V5c0-1.645-1.355-3-3-3m0%202c.566%200%201%20.434%201%201v5.188l.781.187l8.438%201.781c.468.102.781.524.781%201V23H11.406l-6.312-6.406c.082-.422.254-.594.562-.594c.903%200%201.461.273%201.813.531s.437.438.437.438l.188.343l.406.125l2.25.594l1.25.313V5c0-.566.434-1%201-1m-1%2021h12v3H12z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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