front hand icon
front-hand-outline from Material Symbols by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- front-hand-outline
- Set
- Material Symbols
- Style
- Outline
- 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="M12 12V2q0-.425.288-.712T13 1t.713.288T14 2v10zm-4 0V3q0-.425.288-.712T9 2t.713.288T10 3v9zm4.5 11q-3.55 0-6.025-2.475T4 14.5V5q0-.425.288-.712T5 4t.713.288T6 5v9.5q0 2.725 1.888 4.613T12.5 21t4.613-1.888T19 14.5V11q-.425 0-.712.288T18 12v4h-3q-.825 0-1.412.588T13 18v1h-2v-1q0-1.65 1.175-2.825T15 14h1V4q0-.425.288-.712T17 3t.713.288T18 4v5.175q.25-.075.488-.125T19 9h2v5.5q0 3.55-2.475 6.025T12.5 23m1-8"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsFrontHandOutline(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="M12 12V2q0-.425.288-.712T13 1t.713.288T14 2v10zm-4 0V3q0-.425.288-.712T9 2t.713.288T10 3v9zm4.5 11q-3.55 0-6.025-2.475T4 14.5V5q0-.425.288-.712T5 4t.713.288T6 5v9.5q0 2.725 1.888 4.613T12.5 21t4.613-1.888T19 14.5V11q-.425 0-.712.288T18 12v4h-3q-.825 0-1.412.588T13 18v1h-2v-1q0-1.65 1.175-2.825T15 14h1V4q0-.425.288-.712T17 3t.713.288T18 4v5.175q.25-.075.488-.125T19 9h2v5.5q0 3.55-2.475 6.025T12.5 23m1-8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 12V2q0-.425.288-.712T13 1t.713.288T14 2v10zm-4 0V3q0-.425.288-.712T9 2t.713.288T10 3v9zm4.5 11q-3.55 0-6.025-2.475T4 14.5V5q0-.425.288-.712T5 4t.713.288T6 5v9.5q0 2.725 1.888 4.613T12.5 21t4.613-1.888T19 14.5V11q-.425 0-.712.288T18 12v4h-3q-.825 0-1.412.588T13 18v1h-2v-1q0-1.65 1.175-2.825T15 14h1V4q0-.425.288-.712T17 3t.713.288T18 4v5.175q.25-.075.488-.125T19 9h2v5.5q0 3.55-2.475 6.025T12.5 23m1-8"/></svg> </template>
CSS
.icon-front-hand-outline {
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%22M12%2012V2q0-.425.288-.712T13%201t.713.288T14%202v10zm-4%200V3q0-.425.288-.712T9%202t.713.288T10%203v9zm4.5%2011q-3.55%200-6.025-2.475T4%2014.5V5q0-.425.288-.712T5%204t.713.288T6%205v9.5q0%202.725%201.888%204.613T12.5%2021t4.613-1.888T19%2014.5V11q-.425%200-.712.288T18%2012v4h-3q-.825%200-1.412.588T13%2018v1h-2v-1q0-1.65%201.175-2.825T15%2014h1V4q0-.425.288-.712T17%203t.713.288T18%204v5.175q.25-.075.488-.125T19%209h2v5.5q0%203.55-2.475%206.025T12.5%2023m1-8%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%22M12%2012V2q0-.425.288-.712T13%201t.713.288T14%202v10zm-4%200V3q0-.425.288-.712T9%202t.713.288T10%203v9zm4.5%2011q-3.55%200-6.025-2.475T4%2014.5V5q0-.425.288-.712T5%204t.713.288T6%205v9.5q0%202.725%201.888%204.613T12.5%2021t4.613-1.888T19%2014.5V11q-.425%200-.712.288T18%2012v4h-3q-.825%200-1.412.588T13%2018v1h-2v-1q0-1.65%201.175-2.825T15%2014h1V4q0-.425.288-.712T17%203t.713.288T18%204v5.175q.25-.075.488-.125T19%209h2v5.5q0%203.55-2.475%206.025T12.5%2023m1-8%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-outline.svg?color=%231a73e8&size=48