front hand icon
front-hand-sharp from Material Symbols by Google · Sharp · Social · Apache-2.0 Free for personal and commercial use.
- Name
- front-hand-sharp
- Set
- Material Symbols
- Style
- Sharp
- 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.5V4h2v7h2V2h2v9h2V1h2v10h2V3h2v6.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 MaterialSymbolsFrontHandSharp(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.5V4h2v7h2V2h2v9h2V1h2v10h2V3h2v6.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.5V4h2v7h2V2h2v9h2V1h2v10h2V3h2v6.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-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%22M6.475%2020.525Q4%2018.05%204%2014.5V4h2v7h2V2h2v9h2V1h2v10h2V3h2v6.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.5V4h2v7h2V2h2v9h2V1h2v10h2V3h2v6.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-sharp.svg?color=%231a73e8&size=48