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

Name
front-hand-rounded
Set
Material Symbols Light
Style
Rounded
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.5v-9q0-.213.144-.356T5.501 5t.356.144T6 5.5v5.846h2.654V4q0-.213.144-.356t.357-.144t.356.144t.143.356v7.346h2.673V3q0-.213.144-.356q.144-.144.357-.144t.356.144t.143.356v8.346H16V5q0-.213.144-.356t.357-.144t.356.144T17 5v5.5q-.437.448-.66 1.006q-.224.557-.224 1.167v1.25h-.981q-1.446 0-2.444.998t-.999 2.444v.558q0 .192.125.317q.125.126.317.126t.317-.126t.126-.317v-.557q0-1.08.739-1.82q.739-.738 1.818-.738h1.058q.343 0 .576-.233T17 14v-1.327q0-.95.67-1.62t1.619-.668q.286 0 .499.212t.212.5V14.5q0 3.132-2.183 5.316T12.504 22t-5.317-2.184"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightFrontHandRounded(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.5v-9q0-.213.144-.356T5.501 5t.356.144T6 5.5v5.846h2.654V4q0-.213.144-.356t.357-.144t.356.144t.143.356v7.346h2.673V3q0-.213.144-.356q.144-.144.357-.144t.356.144t.143.356v8.346H16V5q0-.213.144-.356t.357-.144t.356.144T17 5v5.5q-.437.448-.66 1.006q-.224.557-.224 1.167v1.25h-.981q-1.446 0-2.444.998t-.999 2.444v.558q0 .192.125.317q.125.126.317.126t.317-.126t.126-.317v-.557q0-1.08.739-1.82q.739-.738 1.818-.738h1.058q.343 0 .576-.233T17 14v-1.327q0-.95.67-1.62t1.619-.668q.286 0 .499.212t.212.5V14.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.5v-9q0-.213.144-.356T5.501 5t.356.144T6 5.5v5.846h2.654V4q0-.213.144-.356t.357-.144t.356.144t.143.356v7.346h2.673V3q0-.213.144-.356q.144-.144.357-.144t.356.144t.143.356v8.346H16V5q0-.213.144-.356t.357-.144t.356.144T17 5v5.5q-.437.448-.66 1.006q-.224.557-.224 1.167v1.25h-.981q-1.446 0-2.444.998t-.999 2.444v.558q0 .192.125.317q.125.126.317.126t.317-.126t.126-.317v-.557q0-1.08.739-1.82q.739-.738 1.818-.738h1.058q.343 0 .576-.233T17 14v-1.327q0-.95.67-1.62t1.619-.668q.286 0 .499.212t.212.5V14.5q0 3.132-2.183 5.316T12.504 22t-5.317-2.184"/></svg>
</template>

CSS

.icon-front-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%22M7.187%2019.816Q5%2017.632%205%2014.5v-9q0-.213.144-.356T5.501%205t.356.144T6%205.5v5.846h2.654V4q0-.213.144-.356t.357-.144t.356.144t.143.356v7.346h2.673V3q0-.213.144-.356q.144-.144.357-.144t.356.144t.143.356v8.346H16V5q0-.213.144-.356t.357-.144t.356.144T17%205v5.5q-.437.448-.66%201.006q-.224.557-.224%201.167v1.25h-.981q-1.446%200-2.444.998t-.999%202.444v.558q0%20.192.125.317q.125.126.317.126t.317-.126t.126-.317v-.557q0-1.08.739-1.82q.739-.738%201.818-.738h1.058q.343%200%20.576-.233T17%2014v-1.327q0-.95.67-1.62t1.619-.668q.286%200%20.499.212t.212.5V14.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.5v-9q0-.213.144-.356T5.501%205t.356.144T6%205.5v5.846h2.654V4q0-.213.144-.356t.357-.144t.356.144t.143.356v7.346h2.673V3q0-.213.144-.356q.144-.144.357-.144t.356.144t.143.356v8.346H16V5q0-.213.144-.356t.357-.144t.356.144T17%205v5.5q-.437.448-.66%201.006q-.224.557-.224%201.167v1.25h-.981q-1.446%200-2.444.998t-.999%202.444v.558q0%20.192.125.317q.125.126.317.126t.317-.126t.126-.317v-.557q0-1.08.739-1.82q.739-.738%201.818-.738h1.058q.343%200%20.576-.233T17%2014v-1.327q0-.95.67-1.62t1.619-.668q.286%200%20.499.212t.212.5V14.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-rounded.svg?color=%231a73e8&size=48