hand-raised-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.

Name
hand-raised-fill
Set
Framework7 Icons
Style
Fill
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

The same icon in other sets

Related icons in Framework7 Icons

Use the hand raised icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M9.121 36.25c0 11.555 6.399 16.734 15.328 16.734c5.672 0 9.89-1.875 13.266-5.414c4.687-4.968 6.234-12.492 7.125-15.445c.703-2.32 2.039-5.297 2.039-6.867c0-1.008-1.336-1.899-2.227-1.899c-2.015 0-2.765.914-3.96 3.446c-1.313 2.789-2.907 7.992-4.172 7.992c-.727 0-.985-1.29-.985-3.75V8.43c0-1.242-.75-2.367-2.344-2.367c-1.57 0-2.343 1.125-2.343 2.367v18.515c-.75-.21-1.617-.375-2.555-.515V5.36c0-1.243-.773-2.344-2.344-2.344s-2.344 1.101-2.344 2.343v20.907c-.867.047-1.71.14-2.554.28V7.165c0-1.242-.797-2.367-2.344-2.367s-2.344 1.125-2.344 2.367V27.86a16.3 16.3 0 0 0-2.554 1.313v-14.72c0-1.242-.727-2.367-2.297-2.367c-1.617 0-2.39 1.125-2.39 2.367Z"/></svg>

React

import type { SVGProps } from "react";

export function F7HandRaisedFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M9.121 36.25c0 11.555 6.399 16.734 15.328 16.734c5.672 0 9.89-1.875 13.266-5.414c4.687-4.968 6.234-12.492 7.125-15.445c.703-2.32 2.039-5.297 2.039-6.867c0-1.008-1.336-1.899-2.227-1.899c-2.015 0-2.765.914-3.96 3.446c-1.313 2.789-2.907 7.992-4.172 7.992c-.727 0-.985-1.29-.985-3.75V8.43c0-1.242-.75-2.367-2.344-2.367c-1.57 0-2.343 1.125-2.343 2.367v18.515c-.75-.21-1.617-.375-2.555-.515V5.36c0-1.243-.773-2.344-2.344-2.344s-2.344 1.101-2.344 2.343v20.907c-.867.047-1.71.14-2.554.28V7.165c0-1.242-.797-2.367-2.344-2.367s-2.344 1.125-2.344 2.367V27.86a16.3 16.3 0 0 0-2.554 1.313v-14.72c0-1.242-.727-2.367-2.297-2.367c-1.617 0-2.39 1.125-2.39 2.367Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M9.121 36.25c0 11.555 6.399 16.734 15.328 16.734c5.672 0 9.89-1.875 13.266-5.414c4.687-4.968 6.234-12.492 7.125-15.445c.703-2.32 2.039-5.297 2.039-6.867c0-1.008-1.336-1.899-2.227-1.899c-2.015 0-2.765.914-3.96 3.446c-1.313 2.789-2.907 7.992-4.172 7.992c-.727 0-.985-1.29-.985-3.75V8.43c0-1.242-.75-2.367-2.344-2.367c-1.57 0-2.343 1.125-2.343 2.367v18.515c-.75-.21-1.617-.375-2.555-.515V5.36c0-1.243-.773-2.344-2.344-2.344s-2.344 1.101-2.344 2.343v20.907c-.867.047-1.71.14-2.554.28V7.165c0-1.242-.797-2.367-2.344-2.367s-2.344 1.125-2.344 2.367V27.86a16.3 16.3 0 0 0-2.554 1.313v-14.72c0-1.242-.727-2.367-2.297-2.367c-1.617 0-2.39 1.125-2.39 2.367Z"/></svg>
</template>

CSS

.icon-hand-raised-fill {
  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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.121%2036.25c0%2011.555%206.399%2016.734%2015.328%2016.734c5.672%200%209.89-1.875%2013.266-5.414c4.687-4.968%206.234-12.492%207.125-15.445c.703-2.32%202.039-5.297%202.039-6.867c0-1.008-1.336-1.899-2.227-1.899c-2.015%200-2.765.914-3.96%203.446c-1.313%202.789-2.907%207.992-4.172%207.992c-.727%200-.985-1.29-.985-3.75V8.43c0-1.242-.75-2.367-2.344-2.367c-1.57%200-2.343%201.125-2.343%202.367v18.515c-.75-.21-1.617-.375-2.555-.515V5.36c0-1.243-.773-2.344-2.344-2.344s-2.344%201.101-2.344%202.343v20.907c-.867.047-1.71.14-2.554.28V7.165c0-1.242-.797-2.367-2.344-2.367s-2.344%201.125-2.344%202.367V27.86a16.3%2016.3%200%200%200-2.554%201.313v-14.72c0-1.242-.727-2.367-2.297-2.367c-1.617%200-2.39%201.125-2.39%202.367Z%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.121%2036.25c0%2011.555%206.399%2016.734%2015.328%2016.734c5.672%200%209.89-1.875%2013.266-5.414c4.687-4.968%206.234-12.492%207.125-15.445c.703-2.32%202.039-5.297%202.039-6.867c0-1.008-1.336-1.899-2.227-1.899c-2.015%200-2.765.914-3.96%203.446c-1.313%202.789-2.907%207.992-4.172%207.992c-.727%200-.985-1.29-.985-3.75V8.43c0-1.242-.75-2.367-2.344-2.367c-1.57%200-2.343%201.125-2.343%202.367v18.515c-.75-.21-1.617-.375-2.555-.515V5.36c0-1.243-.773-2.344-2.344-2.344s-2.344%201.101-2.344%202.343v20.907c-.867.047-1.71.14-2.554.28V7.165c0-1.242-.797-2.367-2.344-2.367s-2.344%201.125-2.344%202.367V27.86a16.3%2016.3%200%200%200-2.554%201.313v-14.72c0-1.242-.727-2.367-2.297-2.367c-1.617%200-2.39%201.125-2.39%202.367Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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