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

Name
hand-raised
Set
Framework7 Icons
Style
Outline
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="M25.129 53.512c8.25 0 14.039-4.477 17.156-13.266l4.125-11.602c1.031-2.93.094-5.343-2.344-6.234c-2.18-.797-4.336.14-5.367 2.555l-1.523 3.75c-.047.094-.117.164-.211.164c-.117 0-.164-.094-.164-.211V9.871c0-2.742-1.711-4.453-4.336-4.453c-.961 0-1.828.328-2.485.938c-.304-2.391-1.851-3.868-4.171-3.868c-2.274 0-3.868 1.524-4.22 3.82c-.585-.585-1.429-.89-2.273-.89c-2.437 0-4.054 1.688-4.054 4.29v2.6c-.633-.656-1.57-1.007-2.578-1.007c-2.438 0-4.125 1.804-4.125 4.43v20.132c0 10.969 6.656 17.649 16.57 17.649m-.117-3.258c-8.297 0-13.36-5.32-13.36-14.766v-19.43c0-.984.633-1.687 1.618-1.687c.96 0 1.664.703 1.664 1.688v11.976c0 .867.703 1.453 1.453 1.453c.797 0 1.523-.586 1.523-1.453V10.13c0-1.008.633-1.688 1.594-1.688c.984 0 1.664.68 1.664 1.688v16.71c0 .868.703 1.454 1.477 1.454c.796 0 1.523-.586 1.523-1.453V7.223c0-.985.656-1.711 1.64-1.711c.938 0 1.618.726 1.618 1.71V26.84c0 .82.656 1.453 1.476 1.453c.797 0 1.5-.633 1.5-1.453V10.129c0-1.008.68-1.688 1.641-1.688c.984 0 1.64.68 1.64 1.688V33.19c0 1.078.68 1.852 1.665 1.852c.843 0 1.547-.375 2.086-1.547l3.187-7.125c.422-1.008 1.266-1.523 2.133-1.195c.937.375 1.266 1.265.82 2.484l-4.148 11.578c-2.86 7.993-7.875 11.016-14.414 11.016"/></svg>

React

import type { SVGProps } from "react";

export function F7HandRaised(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="M25.129 53.512c8.25 0 14.039-4.477 17.156-13.266l4.125-11.602c1.031-2.93.094-5.343-2.344-6.234c-2.18-.797-4.336.14-5.367 2.555l-1.523 3.75c-.047.094-.117.164-.211.164c-.117 0-.164-.094-.164-.211V9.871c0-2.742-1.711-4.453-4.336-4.453c-.961 0-1.828.328-2.485.938c-.304-2.391-1.851-3.868-4.171-3.868c-2.274 0-3.868 1.524-4.22 3.82c-.585-.585-1.429-.89-2.273-.89c-2.437 0-4.054 1.688-4.054 4.29v2.6c-.633-.656-1.57-1.007-2.578-1.007c-2.438 0-4.125 1.804-4.125 4.43v20.132c0 10.969 6.656 17.649 16.57 17.649m-.117-3.258c-8.297 0-13.36-5.32-13.36-14.766v-19.43c0-.984.633-1.687 1.618-1.687c.96 0 1.664.703 1.664 1.688v11.976c0 .867.703 1.453 1.453 1.453c.797 0 1.523-.586 1.523-1.453V10.13c0-1.008.633-1.688 1.594-1.688c.984 0 1.664.68 1.664 1.688v16.71c0 .868.703 1.454 1.477 1.454c.796 0 1.523-.586 1.523-1.453V7.223c0-.985.656-1.711 1.64-1.711c.938 0 1.618.726 1.618 1.71V26.84c0 .82.656 1.453 1.476 1.453c.797 0 1.5-.633 1.5-1.453V10.129c0-1.008.68-1.688 1.641-1.688c.984 0 1.64.68 1.64 1.688V33.19c0 1.078.68 1.852 1.665 1.852c.843 0 1.547-.375 2.086-1.547l3.187-7.125c.422-1.008 1.266-1.523 2.133-1.195c.937.375 1.266 1.265.82 2.484l-4.148 11.578c-2.86 7.993-7.875 11.016-14.414 11.016"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M25.129 53.512c8.25 0 14.039-4.477 17.156-13.266l4.125-11.602c1.031-2.93.094-5.343-2.344-6.234c-2.18-.797-4.336.14-5.367 2.555l-1.523 3.75c-.047.094-.117.164-.211.164c-.117 0-.164-.094-.164-.211V9.871c0-2.742-1.711-4.453-4.336-4.453c-.961 0-1.828.328-2.485.938c-.304-2.391-1.851-3.868-4.171-3.868c-2.274 0-3.868 1.524-4.22 3.82c-.585-.585-1.429-.89-2.273-.89c-2.437 0-4.054 1.688-4.054 4.29v2.6c-.633-.656-1.57-1.007-2.578-1.007c-2.438 0-4.125 1.804-4.125 4.43v20.132c0 10.969 6.656 17.649 16.57 17.649m-.117-3.258c-8.297 0-13.36-5.32-13.36-14.766v-19.43c0-.984.633-1.687 1.618-1.687c.96 0 1.664.703 1.664 1.688v11.976c0 .867.703 1.453 1.453 1.453c.797 0 1.523-.586 1.523-1.453V10.13c0-1.008.633-1.688 1.594-1.688c.984 0 1.664.68 1.664 1.688v16.71c0 .868.703 1.454 1.477 1.454c.796 0 1.523-.586 1.523-1.453V7.223c0-.985.656-1.711 1.64-1.711c.938 0 1.618.726 1.618 1.71V26.84c0 .82.656 1.453 1.476 1.453c.797 0 1.5-.633 1.5-1.453V10.129c0-1.008.68-1.688 1.641-1.688c.984 0 1.64.68 1.64 1.688V33.19c0 1.078.68 1.852 1.665 1.852c.843 0 1.547-.375 2.086-1.547l3.187-7.125c.422-1.008 1.266-1.523 2.133-1.195c.937.375 1.266 1.265.82 2.484l-4.148 11.578c-2.86 7.993-7.875 11.016-14.414 11.016"/></svg>
</template>

CSS

.icon-hand-raised {
  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%22M25.129%2053.512c8.25%200%2014.039-4.477%2017.156-13.266l4.125-11.602c1.031-2.93.094-5.343-2.344-6.234c-2.18-.797-4.336.14-5.367%202.555l-1.523%203.75c-.047.094-.117.164-.211.164c-.117%200-.164-.094-.164-.211V9.871c0-2.742-1.711-4.453-4.336-4.453c-.961%200-1.828.328-2.485.938c-.304-2.391-1.851-3.868-4.171-3.868c-2.274%200-3.868%201.524-4.22%203.82c-.585-.585-1.429-.89-2.273-.89c-2.437%200-4.054%201.688-4.054%204.29v2.6c-.633-.656-1.57-1.007-2.578-1.007c-2.438%200-4.125%201.804-4.125%204.43v20.132c0%2010.969%206.656%2017.649%2016.57%2017.649m-.117-3.258c-8.297%200-13.36-5.32-13.36-14.766v-19.43c0-.984.633-1.687%201.618-1.687c.96%200%201.664.703%201.664%201.688v11.976c0%20.867.703%201.453%201.453%201.453c.797%200%201.523-.586%201.523-1.453V10.13c0-1.008.633-1.688%201.594-1.688c.984%200%201.664.68%201.664%201.688v16.71c0%20.868.703%201.454%201.477%201.454c.796%200%201.523-.586%201.523-1.453V7.223c0-.985.656-1.711%201.64-1.711c.938%200%201.618.726%201.618%201.71V26.84c0%20.82.656%201.453%201.476%201.453c.797%200%201.5-.633%201.5-1.453V10.129c0-1.008.68-1.688%201.641-1.688c.984%200%201.64.68%201.64%201.688V33.19c0%201.078.68%201.852%201.665%201.852c.843%200%201.547-.375%202.086-1.547l3.187-7.125c.422-1.008%201.266-1.523%202.133-1.195c.937.375%201.266%201.265.82%202.484l-4.148%2011.578c-2.86%207.993-7.875%2011.016-14.414%2011.016%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%22M25.129%2053.512c8.25%200%2014.039-4.477%2017.156-13.266l4.125-11.602c1.031-2.93.094-5.343-2.344-6.234c-2.18-.797-4.336.14-5.367%202.555l-1.523%203.75c-.047.094-.117.164-.211.164c-.117%200-.164-.094-.164-.211V9.871c0-2.742-1.711-4.453-4.336-4.453c-.961%200-1.828.328-2.485.938c-.304-2.391-1.851-3.868-4.171-3.868c-2.274%200-3.868%201.524-4.22%203.82c-.585-.585-1.429-.89-2.273-.89c-2.437%200-4.054%201.688-4.054%204.29v2.6c-.633-.656-1.57-1.007-2.578-1.007c-2.438%200-4.125%201.804-4.125%204.43v20.132c0%2010.969%206.656%2017.649%2016.57%2017.649m-.117-3.258c-8.297%200-13.36-5.32-13.36-14.766v-19.43c0-.984.633-1.687%201.618-1.687c.96%200%201.664.703%201.664%201.688v11.976c0%20.867.703%201.453%201.453%201.453c.797%200%201.523-.586%201.523-1.453V10.13c0-1.008.633-1.688%201.594-1.688c.984%200%201.664.68%201.664%201.688v16.71c0%20.868.703%201.454%201.477%201.454c.796%200%201.523-.586%201.523-1.453V7.223c0-.985.656-1.711%201.64-1.711c.938%200%201.618.726%201.618%201.71V26.84c0%20.82.656%201.453%201.476%201.453c.797%200%201.5-.633%201.5-1.453V10.129c0-1.008.68-1.688%201.641-1.688c.984%200%201.64.68%201.64%201.688V33.19c0%201.078.68%201.852%201.665%201.852c.843%200%201.547-.375%202.086-1.547l3.187-7.125c.422-1.008%201.266-1.523%202.133-1.195c.937.375%201.266%201.265.82%202.484l-4.148%2011.578c-2.86%207.993-7.875%2011.016-14.414%2011.016%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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