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

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

5 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

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="M6.475 20.525Q4 18.05 4 14.5V5q0-.425.288-.712T5 4t.713.288T6 5v6h2V3q0-.425.288-.712T9 2t.713.288T10 3v8h2V2q0-.425.288-.712T13 1t.713.288T14 2v9h2V4q0-.425.288-.712T17 3t.713.288T18 4v5.75q-.725.525-1.112 1.325T16.5 12.75V14h-1.25q-1.575 0-2.662 1.088T11.5 17.75V19H13v-1.25q0-.95.65-1.6t1.6-.65H18v-2.75q0-.95.65-1.6t1.6-.65H21v4q0 3.55-2.475 6.025T12.5 23t-6.025-2.475"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsFrontHand(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="M6.475 20.525Q4 18.05 4 14.5V5q0-.425.288-.712T5 4t.713.288T6 5v6h2V3q0-.425.288-.712T9 2t.713.288T10 3v8h2V2q0-.425.288-.712T13 1t.713.288T14 2v9h2V4q0-.425.288-.712T17 3t.713.288T18 4v5.75q-.725.525-1.112 1.325T16.5 12.75V14h-1.25q-1.575 0-2.662 1.088T11.5 17.75V19H13v-1.25q0-.95.65-1.6t1.6-.65H18v-2.75q0-.95.65-1.6t1.6-.65H21v4q0 3.55-2.475 6.025T12.5 23t-6.025-2.475"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.475 20.525Q4 18.05 4 14.5V5q0-.425.288-.712T5 4t.713.288T6 5v6h2V3q0-.425.288-.712T9 2t.713.288T10 3v8h2V2q0-.425.288-.712T13 1t.713.288T14 2v9h2V4q0-.425.288-.712T17 3t.713.288T18 4v5.75q-.725.525-1.112 1.325T16.5 12.75V14h-1.25q-1.575 0-2.662 1.088T11.5 17.75V19H13v-1.25q0-.95.65-1.6t1.6-.65H18v-2.75q0-.95.65-1.6t1.6-.65H21v4q0 3.55-2.475 6.025T12.5 23t-6.025-2.475"/></svg>
</template>

CSS

.icon-front-hand {
  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%22M6.475%2020.525Q4%2018.05%204%2014.5V5q0-.425.288-.712T5%204t.713.288T6%205v6h2V3q0-.425.288-.712T9%202t.713.288T10%203v8h2V2q0-.425.288-.712T13%201t.713.288T14%202v9h2V4q0-.425.288-.712T17%203t.713.288T18%204v5.75q-.725.525-1.112%201.325T16.5%2012.75V14h-1.25q-1.575%200-2.662%201.088T11.5%2017.75V19H13v-1.25q0-.95.65-1.6t1.6-.65H18v-2.75q0-.95.65-1.6t1.6-.65H21v4q0%203.55-2.475%206.025T12.5%2023t-6.025-2.475%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%22M6.475%2020.525Q4%2018.05%204%2014.5V5q0-.425.288-.712T5%204t.713.288T6%205v6h2V3q0-.425.288-.712T9%202t.713.288T10%203v8h2V2q0-.425.288-.712T13%201t.713.288T14%202v9h2V4q0-.425.288-.712T17%203t.713.288T18%204v5.75q-.725.525-1.112%201.325T16.5%2012.75V14h-1.25q-1.575%200-2.662%201.088T11.5%2017.75V19H13v-1.25q0-.95.65-1.6t1.6-.65H18v-2.75q0-.95.65-1.6t1.6-.65H21v4q0%203.55-2.475%206.025T12.5%2023t-6.025-2.475%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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