user hand up icon

user-hand-up-broken from Solar by 480 Design · Broken · Users · CC-BY-4.0 Attribution required.

Name
user-hand-up-broken
Set
Solar
Style
Broken
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="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M8 13H16C17.7107 13 19.1506 14.2804 19.3505 15.9795L20 21.5M8 13C5.2421 12.3871 3.06717 10.2687 2.38197 7.52787L2 6M8 13V18C8 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 18V17"/><circle cx="12" cy="6" r="4"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarUserHandUpBroken(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" d="M8 13H16C17.7107 13 19.1506 14.2804 19.3505 15.9795L20 21.5M8 13C5.2421 12.3871 3.06717 10.2687 2.38197 7.52787L2 6M8 13V18C8 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 18V17"/><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="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M8 13H16C17.7107 13 19.1506 14.2804 19.3505 15.9795L20 21.5M8 13C5.2421 12.3871 3.06717 10.2687 2.38197 7.52787L2 6M8 13V18C8 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 18V17"/><circle cx="12" cy="6" r="4"/></g></svg>
</template>

CSS

.icon-user-hand-up-broken {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8%2013H16C17.7107%2013%2019.1506%2014.2804%2019.3505%2015.9795L20%2021.5M8%2013C5.2421%2012.3871%203.06717%2010.2687%202.38197%207.52787L2%206M8%2013V18C8%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%2018V17%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8%2013H16C17.7107%2013%2019.1506%2014.2804%2019.3505%2015.9795L20%2021.5M8%2013C5.2421%2012.3871%203.06717%2010.2687%202.38197%207.52787L2%206M8%2013V18C8%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%2018V17%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-broken.svg?color=%231a73e8&size=48