front-hand-sharp from Material Symbols Light by Google · Sharp · Social · Apache-2.0 Free for personal and commercial use.

Name
front-hand-sharp
Set
Material Symbols Light
Style
Sharp
Category
Social
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

Use the front hand icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.187 19.816Q5 17.632 5 14.5V5h1v6.346h2.654V3.5h1v7.846h2.673V2.5h1v8.846H16V4.5h1v6q-.437.448-.66 1.006q-.224.557-.224 1.167v1.25h-.981q-1.446 0-2.444.998t-.999 2.444v.558h.885v-.557q0-1.08.739-1.82q.739-.738 1.818-.738H17v-2.135q0-.95.67-1.62t1.619-.668H20V14.5q0 3.132-2.183 5.316T12.504 22t-5.317-2.184"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightFrontHandSharp(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="M7.187 19.816Q5 17.632 5 14.5V5h1v6.346h2.654V3.5h1v7.846h2.673V2.5h1v8.846H16V4.5h1v6q-.437.448-.66 1.006q-.224.557-.224 1.167v1.25h-.981q-1.446 0-2.444.998t-.999 2.444v.558h.885v-.557q0-1.08.739-1.82q.739-.738 1.818-.738H17v-2.135q0-.95.67-1.62t1.619-.668H20V14.5q0 3.132-2.183 5.316T12.504 22t-5.317-2.184"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.187 19.816Q5 17.632 5 14.5V5h1v6.346h2.654V3.5h1v7.846h2.673V2.5h1v8.846H16V4.5h1v6q-.437.448-.66 1.006q-.224.557-.224 1.167v1.25h-.981q-1.446 0-2.444.998t-.999 2.444v.558h.885v-.557q0-1.08.739-1.82q.739-.738 1.818-.738H17v-2.135q0-.95.67-1.62t1.619-.668H20V14.5q0 3.132-2.183 5.316T12.504 22t-5.317-2.184"/></svg>
</template>

CSS

.icon-front-hand-sharp {
  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%22M7.187%2019.816Q5%2017.632%205%2014.5V5h1v6.346h2.654V3.5h1v7.846h2.673V2.5h1v8.846H16V4.5h1v6q-.437.448-.66%201.006q-.224.557-.224%201.167v1.25h-.981q-1.446%200-2.444.998t-.999%202.444v.558h.885v-.557q0-1.08.739-1.82q.739-.738%201.818-.738H17v-2.135q0-.95.67-1.62t1.619-.668H20V14.5q0%203.132-2.183%205.316T12.504%2022t-5.317-2.184%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%22M7.187%2019.816Q5%2017.632%205%2014.5V5h1v6.346h2.654V3.5h1v7.846h2.673V2.5h1v8.846H16V4.5h1v6q-.437.448-.66%201.006q-.224.557-.224%201.167v1.25h-.981q-1.446%200-2.444.998t-.999%202.444v.558h.885v-.557q0-1.08.739-1.82q.739-.738%201.818-.738H17v-2.135q0-.95.67-1.62t1.619-.668H20V14.5q0%203.132-2.183%205.316T12.504%2022t-5.317-2.184%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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