person raised hand icon

person-raised-hand-rounded from Material Symbols by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.

Name
person-raised-hand-rounded
Set
Material Symbols
Style
Rounded
Category
Social
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the person raised hand icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 23q-.425 0-.712-.288T2 22t.288-.712T3 21h18q.425 0 .713.288T22 22t-.288.713T21 23zm2-3q-.425 0-.712-.288T4 19v-5q-.825-1.35-1.275-2.863t-.45-3.087q0-1.525.388-3t.912-2.9q.2-.525.65-.837t1-.313Q6 1 6.55 1.525T7 2.775L6.725 5.05q-.15 1.2.213 2.275t1.087 1.887t1.75 1.3T12 11q1.5 0 3.013.313t2.637.887t1.738 1.463T20 15.85V19q0 .425-.288.713T19 20h-9v-.925q0-.85.575-1.463T12 17h3q.425 0 .713-.288T16 16t-.288-.712T15 15h-3q-1.675 0-2.838 1.2T8 19.075V20zM9.175 8.825Q8 7.65 8 6t1.175-2.825T12 2t2.825 1.175T16 6t-1.175 2.825T12 10T9.175 8.825"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsPersonRaisedHandRounded(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 23q-.425 0-.712-.288T2 22t.288-.712T3 21h18q.425 0 .713.288T22 22t-.288.713T21 23zm2-3q-.425 0-.712-.288T4 19v-5q-.825-1.35-1.275-2.863t-.45-3.087q0-1.525.388-3t.912-2.9q.2-.525.65-.837t1-.313Q6 1 6.55 1.525T7 2.775L6.725 5.05q-.15 1.2.213 2.275t1.087 1.887t1.75 1.3T12 11q1.5 0 3.013.313t2.637.887t1.738 1.463T20 15.85V19q0 .425-.288.713T19 20h-9v-.925q0-.85.575-1.463T12 17h3q.425 0 .713-.288T16 16t-.288-.712T15 15h-3q-1.675 0-2.838 1.2T8 19.075V20zM9.175 8.825Q8 7.65 8 6t1.175-2.825T12 2t2.825 1.175T16 6t-1.175 2.825T12 10T9.175 8.825"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 23q-.425 0-.712-.288T2 22t.288-.712T3 21h18q.425 0 .713.288T22 22t-.288.713T21 23zm2-3q-.425 0-.712-.288T4 19v-5q-.825-1.35-1.275-2.863t-.45-3.087q0-1.525.388-3t.912-2.9q.2-.525.65-.837t1-.313Q6 1 6.55 1.525T7 2.775L6.725 5.05q-.15 1.2.213 2.275t1.087 1.887t1.75 1.3T12 11q1.5 0 3.013.313t2.637.887t1.738 1.463T20 15.85V19q0 .425-.288.713T19 20h-9v-.925q0-.85.575-1.463T12 17h3q.425 0 .713-.288T16 16t-.288-.712T15 15h-3q-1.675 0-2.838 1.2T8 19.075V20zM9.175 8.825Q8 7.65 8 6t1.175-2.825T12 2t2.825 1.175T16 6t-1.175 2.825T12 10T9.175 8.825"/></svg>
</template>

CSS

.icon-person-raised-hand-rounded {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%2023q-.425%200-.712-.288T2%2022t.288-.712T3%2021h18q.425%200%20.713.288T22%2022t-.288.713T21%2023zm2-3q-.425%200-.712-.288T4%2019v-5q-.825-1.35-1.275-2.863t-.45-3.087q0-1.525.388-3t.912-2.9q.2-.525.65-.837t1-.313Q6%201%206.55%201.525T7%202.775L6.725%205.05q-.15%201.2.213%202.275t1.087%201.887t1.75%201.3T12%2011q1.5%200%203.013.313t2.637.887t1.738%201.463T20%2015.85V19q0%20.425-.288.713T19%2020h-9v-.925q0-.85.575-1.463T12%2017h3q.425%200%20.713-.288T16%2016t-.288-.712T15%2015h-3q-1.675%200-2.838%201.2T8%2019.075V20zM9.175%208.825Q8%207.65%208%206t1.175-2.825T12%202t2.825%201.175T16%206t-1.175%202.825T12%2010T9.175%208.825%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%2023q-.425%200-.712-.288T2%2022t.288-.712T3%2021h18q.425%200%20.713.288T22%2022t-.288.713T21%2023zm2-3q-.425%200-.712-.288T4%2019v-5q-.825-1.35-1.275-2.863t-.45-3.087q0-1.525.388-3t.912-2.9q.2-.525.65-.837t1-.313Q6%201%206.55%201.525T7%202.775L6.725%205.05q-.15%201.2.213%202.275t1.087%201.887t1.75%201.3T12%2011q1.5%200%203.013.313t2.637.887t1.738%201.463T20%2015.85V19q0%20.425-.288.713T19%2020h-9v-.925q0-.85.575-1.463T12%2017h3q.425%200%20.713-.288T16%2016t-.288-.712T15%2015h-3q-1.675%200-2.838%201.2T8%2019.075V20zM9.175%208.825Q8%207.65%208%206t1.175-2.825T12%202t2.825%201.175T16%206t-1.175%202.825T12%2010T9.175%208.825%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/person-raised-hand-rounded.svg?color=%231a73e8&size=48