hand up icon

hand-up from IconPark by ByteDance · Color · Hands · Apache-2.0 Free for personal and commercial use.

Name
hand-up
Set
IconPark
Style
Color
Category
Hands
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More hands icons from IconPark

Use the hand up icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" d="M41 38H19V44H41V38Z"/><path d="M19.0001 38C12.4812 30.8771 8.74054 26.7492 7.77829 25.6162C6.33491 23.9168 6.941 21.996 10.5532 21.996C14.1653 21.996 16.2485 27.2814 19.0001 27.2814C19.0165 27.2848 19.0176 20.5257 19.0034 7.00404C19.0017 5.3467 20.3438 4.00174 22.0012 4L22.0043 4C23.6635 4 25.0085 5.34501 25.0085 7.00417V15.0136C32.9813 16.2224 37.3158 16.8893 38.0122 17.0144C39.0567 17.2019 41.0001 18.199 41.0001 21.068C41.0001 22.9807 41.0001 27.9581 41.0001 38H19.0001Z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkHandUp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinejoin="round" strokeWidth="4"><path fill="#2F88FF" d="M41 38H19V44H41V38Z"/><path d="M19.0001 38C12.4812 30.8771 8.74054 26.7492 7.77829 25.6162C6.33491 23.9168 6.941 21.996 10.5532 21.996C14.1653 21.996 16.2485 27.2814 19.0001 27.2814C19.0165 27.2848 19.0176 20.5257 19.0034 7.00404C19.0017 5.3467 20.3438 4.00174 22.0012 4L22.0043 4C23.6635 4 25.0085 5.34501 25.0085 7.00417V15.0136C32.9813 16.2224 37.3158 16.8893 38.0122 17.0144C39.0567 17.2019 41.0001 18.199 41.0001 21.068C41.0001 22.9807 41.0001 27.9581 41.0001 38H19.0001Z" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" d="M41 38H19V44H41V38Z"/><path d="M19.0001 38C12.4812 30.8771 8.74054 26.7492 7.77829 25.6162C6.33491 23.9168 6.941 21.996 10.5532 21.996C14.1653 21.996 16.2485 27.2814 19.0001 27.2814C19.0165 27.2848 19.0176 20.5257 19.0034 7.00404C19.0017 5.3467 20.3438 4.00174 22.0012 4L22.0043 4C23.6635 4 25.0085 5.34501 25.0085 7.00417V15.0136C32.9813 16.2224 37.3158 16.8893 38.0122 17.0144C39.0567 17.2019 41.0001 18.199 41.0001 21.068C41.0001 22.9807 41.0001 27.9581 41.0001 38H19.0001Z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-hand-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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M41%2038H19V44H41V38Z%22%2F%3E%3Cpath%20d%3D%22M19.0001%2038C12.4812%2030.8771%208.74054%2026.7492%207.77829%2025.6162C6.33491%2023.9168%206.941%2021.996%2010.5532%2021.996C14.1653%2021.996%2016.2485%2027.2814%2019.0001%2027.2814C19.0165%2027.2848%2019.0176%2020.5257%2019.0034%207.00404C19.0017%205.3467%2020.3438%204.00174%2022.0012%204L22.0043%204C23.6635%204%2025.0085%205.34501%2025.0085%207.00417V15.0136C32.9813%2016.2224%2037.3158%2016.8893%2038.0122%2017.0144C39.0567%2017.2019%2041.0001%2018.199%2041.0001%2021.068C41.0001%2022.9807%2041.0001%2027.9581%2041.0001%2038H19.0001Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M41%2038H19V44H41V38Z%22%2F%3E%3Cpath%20d%3D%22M19.0001%2038C12.4812%2030.8771%208.74054%2026.7492%207.77829%2025.6162C6.33491%2023.9168%206.941%2021.996%2010.5532%2021.996C14.1653%2021.996%2016.2485%2027.2814%2019.0001%2027.2814C19.0165%2027.2848%2019.0176%2020.5257%2019.0034%207.00404C19.0017%205.3467%2020.3438%204.00174%2022.0012%204L22.0043%204C23.6635%204%2025.0085%205.34501%2025.0085%207.00417V15.0136C32.9813%2016.2224%2037.3158%2016.8893%2038.0122%2017.0144C39.0567%2017.2019%2041.0001%2018.199%2041.0001%2021.068C41.0001%2022.9807%2041.0001%2027.9581%2041.0001%2038H19.0001Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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