person arms up icon

person-arms-up from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.

Name
person-arms-up
Set
Bootstrap Icons
Style
Outline
Viewbox
16×16
License
MIT

Related icons in Bootstrap Icons

Use the person arms up icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M8 3a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3"/><path d="m5.93 6.704l-.846 8.451a.768.768 0 0 0 1.523.203l.81-4.865a.59.59 0 0 1 1.165 0l.81 4.865a.768.768 0 0 0 1.523-.203l-.845-8.451A1.5 1.5 0 0 1 10.5 5.5L13 2.284a.796.796 0 0 0-1.239-.998L9.634 3.84a.7.7 0 0 1-.33.235c-.23.074-.665.176-1.304.176c-.64 0-1.074-.102-1.305-.176a.7.7 0 0 1-.329-.235L4.239 1.286a.796.796 0 0 0-1.24.998l2.5 3.216c.317.316.475.758.43 1.204Z"/></g></svg>

React

import type { SVGProps } from "react";

export function BiPersonArmsUp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M8 3a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3"/><path d="m5.93 6.704l-.846 8.451a.768.768 0 0 0 1.523.203l.81-4.865a.59.59 0 0 1 1.165 0l.81 4.865a.768.768 0 0 0 1.523-.203l-.845-8.451A1.5 1.5 0 0 1 10.5 5.5L13 2.284a.796.796 0 0 0-1.239-.998L9.634 3.84a.7.7 0 0 1-.33.235c-.23.074-.665.176-1.304.176c-.64 0-1.074-.102-1.305-.176a.7.7 0 0 1-.329-.235L4.239 1.286a.796.796 0 0 0-1.24.998l2.5 3.216c.317.316.475.758.43 1.204Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M8 3a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3"/><path d="m5.93 6.704l-.846 8.451a.768.768 0 0 0 1.523.203l.81-4.865a.59.59 0 0 1 1.165 0l.81 4.865a.768.768 0 0 0 1.523-.203l-.845-8.451A1.5 1.5 0 0 1 10.5 5.5L13 2.284a.796.796 0 0 0-1.239-.998L9.634 3.84a.7.7 0 0 1-.33.235c-.23.074-.665.176-1.304.176c-.64 0-1.074-.102-1.305-.176a.7.7 0 0 1-.329-.235L4.239 1.286a.796.796 0 0 0-1.24.998l2.5 3.216c.317.316.475.758.43 1.204Z"/></g></svg>
</template>

CSS

.icon-person-arms-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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M8%203a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203%22%2F%3E%3Cpath%20d%3D%22m5.93%206.704l-.846%208.451a.768.768%200%200%200%201.523.203l.81-4.865a.59.59%200%200%201%201.165%200l.81%204.865a.768.768%200%200%200%201.523-.203l-.845-8.451A1.5%201.5%200%200%201%2010.5%205.5L13%202.284a.796.796%200%200%200-1.239-.998L9.634%203.84a.7.7%200%200%201-.33.235c-.23.074-.665.176-1.304.176c-.64%200-1.074-.102-1.305-.176a.7.7%200%200%201-.329-.235L4.239%201.286a.796.796%200%200%200-1.24.998l2.5%203.216c.317.316.475.758.43%201.204Z%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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M8%203a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203%22%2F%3E%3Cpath%20d%3D%22m5.93%206.704l-.846%208.451a.768.768%200%200%200%201.523.203l.81-4.865a.59.59%200%200%201%201.165%200l.81%204.865a.768.768%200%200%200%201.523-.203l-.845-8.451A1.5%201.5%200%200%201%2010.5%205.5L13%202.284a.796.796%200%200%200-1.239-.998L9.634%203.84a.7.7%200%200%201-.33.235c-.23.074-.665.176-1.304.176c-.64%200-1.074-.102-1.305-.176a.7.7%200%200%201-.329-.235L4.239%201.286a.796.796%200%200%200-1.24.998l2.5%203.216c.317.316.475.758.43%201.204Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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