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

Name
front-hand-outline-sharp
Set
Material Symbols Light
Style
Outline 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="M12.327 11.5v-9h1v9zm-3.673 0v-8h1v8zm3.85 10.5q-3.131 0-5.318-2.184T5 14.5V5h1v9.5q0 2.725 1.888 4.613T12.5 21t4.613-1.888T19 14.5v-4h-.5q-.617 0-1.059.441Q17 11.383 17 12v2.923h-1.923q-1.056 0-1.778.722t-.722 1.778v.5h-1v-.5q0-1.457 1.021-2.479q1.021-1.021 2.479-1.021H16V4.5h1v5.56q.308-.268.685-.414T18.5 9.5H20v5q0 3.132-2.183 5.316T12.504 22M13 15.25"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightFrontHandOutlineSharp(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.327 11.5v-9h1v9zm-3.673 0v-8h1v8zm3.85 10.5q-3.131 0-5.318-2.184T5 14.5V5h1v9.5q0 2.725 1.888 4.613T12.5 21t4.613-1.888T19 14.5v-4h-.5q-.617 0-1.059.441Q17 11.383 17 12v2.923h-1.923q-1.056 0-1.778.722t-.722 1.778v.5h-1v-.5q0-1.457 1.021-2.479q1.021-1.021 2.479-1.021H16V4.5h1v5.56q.308-.268.685-.414T18.5 9.5H20v5q0 3.132-2.183 5.316T12.504 22M13 15.25"/></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.327 11.5v-9h1v9zm-3.673 0v-8h1v8zm3.85 10.5q-3.131 0-5.318-2.184T5 14.5V5h1v9.5q0 2.725 1.888 4.613T12.5 21t4.613-1.888T19 14.5v-4h-.5q-.617 0-1.059.441Q17 11.383 17 12v2.923h-1.923q-1.056 0-1.778.722t-.722 1.778v.5h-1v-.5q0-1.457 1.021-2.479q1.021-1.021 2.479-1.021H16V4.5h1v5.56q.308-.268.685-.414T18.5 9.5H20v5q0 3.132-2.183 5.316T12.504 22M13 15.25"/></svg>
</template>

CSS

.icon-front-hand-outline-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%22M12.327%2011.5v-9h1v9zm-3.673%200v-8h1v8zm3.85%2010.5q-3.131%200-5.318-2.184T5%2014.5V5h1v9.5q0%202.725%201.888%204.613T12.5%2021t4.613-1.888T19%2014.5v-4h-.5q-.617%200-1.059.441Q17%2011.383%2017%2012v2.923h-1.923q-1.056%200-1.778.722t-.722%201.778v.5h-1v-.5q0-1.457%201.021-2.479q1.021-1.021%202.479-1.021H16V4.5h1v5.56q.308-.268.685-.414T18.5%209.5H20v5q0%203.132-2.183%205.316T12.504%2022M13%2015.25%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.327%2011.5v-9h1v9zm-3.673%200v-8h1v8zm3.85%2010.5q-3.131%200-5.318-2.184T5%2014.5V5h1v9.5q0%202.725%201.888%204.613T12.5%2021t4.613-1.888T19%2014.5v-4h-.5q-.617%200-1.059.441Q17%2011.383%2017%2012v2.923h-1.923q-1.056%200-1.778.722t-.722%201.778v.5h-1v-.5q0-1.457%201.021-2.479q1.021-1.021%202.479-1.021H16V4.5h1v5.56q.308-.268.685-.414T18.5%209.5H20v5q0%203.132-2.183%205.316T12.504%2022M13%2015.25%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-outline-sharp.svg?color=%231a73e8&size=48