user hand up icon

user-hand-up-bold-duotone from Solar by 480 Design · Bold Duotone · Users · CC-BY-4.0 Attribution required.

Name
user-hand-up-bold-duotone
Set
Solar
Style
Bold Duotone
Category
Users
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More users icons from Solar

Use the user hand up icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M1.81828 5.27239C2.22012 5.17193 2.62732 5.41625 2.72778 5.81809L3.10975 7.34596C3.71957 9.78523 5.64125 11.6764 8.0847 12.25H16.0002C18.0912 12.25 19.8512 13.8151 20.0956 15.8918L20.745 21.4124C20.7934 21.8237 20.4992 22.1965 20.0878 22.2449C19.6764 22.2933 19.3037 21.999 19.2553 21.5876L18.6058 16.0671C18.4504 14.7458 17.3306 13.75 16.0002 13.75H7.91785L7.83748 13.7321C4.80227 13.0576 2.40864 10.7262 1.65454 7.70976L1.27257 6.1819C1.17211 5.78005 1.41643 5.37285 1.81828 5.27239Z" clip-rule="evenodd"/><path d="M8 13.75V18C8 19.8856 8 20.8284 8.58579 21.4142C9.17157 22 10.1144 22 12 22C13.8856 22 14.8284 22 15.4142 21.4142C16 20.8284 16 19.8856 16 18V13.75H8Z" opacity=".5"/><circle cx="12" cy="6" r="4"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarUserHandUpBoldDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M1.81828 5.27239C2.22012 5.17193 2.62732 5.41625 2.72778 5.81809L3.10975 7.34596C3.71957 9.78523 5.64125 11.6764 8.0847 12.25H16.0002C18.0912 12.25 19.8512 13.8151 20.0956 15.8918L20.745 21.4124C20.7934 21.8237 20.4992 22.1965 20.0878 22.2449C19.6764 22.2933 19.3037 21.999 19.2553 21.5876L18.6058 16.0671C18.4504 14.7458 17.3306 13.75 16.0002 13.75H7.91785L7.83748 13.7321C4.80227 13.0576 2.40864 10.7262 1.65454 7.70976L1.27257 6.1819C1.17211 5.78005 1.41643 5.37285 1.81828 5.27239Z" clipRule="evenodd"/><path d="M8 13.75V18C8 19.8856 8 20.8284 8.58579 21.4142C9.17157 22 10.1144 22 12 22C13.8856 22 14.8284 22 15.4142 21.4142C16 20.8284 16 19.8856 16 18V13.75H8Z" opacity=".5"/><circle cx="12" cy="6" r="4"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M1.81828 5.27239C2.22012 5.17193 2.62732 5.41625 2.72778 5.81809L3.10975 7.34596C3.71957 9.78523 5.64125 11.6764 8.0847 12.25H16.0002C18.0912 12.25 19.8512 13.8151 20.0956 15.8918L20.745 21.4124C20.7934 21.8237 20.4992 22.1965 20.0878 22.2449C19.6764 22.2933 19.3037 21.999 19.2553 21.5876L18.6058 16.0671C18.4504 14.7458 17.3306 13.75 16.0002 13.75H7.91785L7.83748 13.7321C4.80227 13.0576 2.40864 10.7262 1.65454 7.70976L1.27257 6.1819C1.17211 5.78005 1.41643 5.37285 1.81828 5.27239Z" clip-rule="evenodd"/><path d="M8 13.75V18C8 19.8856 8 20.8284 8.58579 21.4142C9.17157 22 10.1144 22 12 22C13.8856 22 14.8284 22 15.4142 21.4142C16 20.8284 16 19.8856 16 18V13.75H8Z" opacity=".5"/><circle cx="12" cy="6" r="4"/></g></svg>
</template>

CSS

.icon-user-hand-up-bold-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1.81828%205.27239C2.22012%205.17193%202.62732%205.41625%202.72778%205.81809L3.10975%207.34596C3.71957%209.78523%205.64125%2011.6764%208.0847%2012.25H16.0002C18.0912%2012.25%2019.8512%2013.8151%2020.0956%2015.8918L20.745%2021.4124C20.7934%2021.8237%2020.4992%2022.1965%2020.0878%2022.2449C19.6764%2022.2933%2019.3037%2021.999%2019.2553%2021.5876L18.6058%2016.0671C18.4504%2014.7458%2017.3306%2013.75%2016.0002%2013.75H7.91785L7.83748%2013.7321C4.80227%2013.0576%202.40864%2010.7262%201.65454%207.70976L1.27257%206.1819C1.17211%205.78005%201.41643%205.37285%201.81828%205.27239Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M8%2013.75V18C8%2019.8856%208%2020.8284%208.58579%2021.4142C9.17157%2022%2010.1144%2022%2012%2022C13.8856%2022%2014.8284%2022%2015.4142%2021.4142C16%2020.8284%2016%2019.8856%2016%2018V13.75H8Z%22%20opacity%3D%22.5%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%226%22%20r%3D%224%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1.81828%205.27239C2.22012%205.17193%202.62732%205.41625%202.72778%205.81809L3.10975%207.34596C3.71957%209.78523%205.64125%2011.6764%208.0847%2012.25H16.0002C18.0912%2012.25%2019.8512%2013.8151%2020.0956%2015.8918L20.745%2021.4124C20.7934%2021.8237%2020.4992%2022.1965%2020.0878%2022.2449C19.6764%2022.2933%2019.3037%2021.999%2019.2553%2021.5876L18.6058%2016.0671C18.4504%2014.7458%2017.3306%2013.75%2016.0002%2013.75H7.91785L7.83748%2013.7321C4.80227%2013.0576%202.40864%2010.7262%201.65454%207.70976L1.27257%206.1819C1.17211%205.78005%201.41643%205.37285%201.81828%205.27239Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M8%2013.75V18C8%2019.8856%208%2020.8284%208.58579%2021.4142C9.17157%2022%2010.1144%2022%2012%2022C13.8856%2022%2014.8284%2022%2015.4142%2021.4142C16%2020.8284%2016%2019.8856%2016%2018V13.75H8Z%22%20opacity%3D%22.5%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%226%22%20r%3D%224%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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