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

Name
front-hand-outline-rounded
Set
Material Symbols Light
Style
Outline 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="M13.184 2.644q.143.144.143.356v8q0 .213-.144.356t-.357.144t-.356-.144t-.143-.356V3q0-.213.144-.356q.144-.144.356-.144q.213 0 .357.144m-3.674 1q.144.143.144.356v7q0 .213-.144.356q-.144.144-.357.144t-.356-.144T8.654 11V4q0-.213.144-.356t.356-.144t.356.144M12.504 22q-3.131 0-5.317-2.184T5 14.5v-9q0-.213.144-.356T5.501 5t.356.144T6 5.5v9q0 2.725 1.888 4.613T12.5 21t4.613-1.888T19 14.5v-4h-.5q-.617 0-1.059.441Q17 11.383 17 12v2.116q0 .343-.232.575q-.233.232-.576.232h-1.115q-1.056 0-1.778.722t-.722 1.778v.5q0 .213-.144.356t-.357.144t-.356-.144t-.143-.356v-.5q0-1.457 1.021-2.479q1.021-1.021 2.479-1.021H16V5q0-.213.144-.356t.357-.144t.356.144T17 5v5.06q.308-.268.685-.414T18.5 9.5h.692q.344 0 .576.232t.232.576V14.5q0 3.132-2.183 5.316T12.504 22M13 15.25"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightFrontHandOutlineRounded(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="M13.184 2.644q.143.144.143.356v8q0 .213-.144.356t-.357.144t-.356-.144t-.143-.356V3q0-.213.144-.356q.144-.144.356-.144q.213 0 .357.144m-3.674 1q.144.143.144.356v7q0 .213-.144.356q-.144.144-.357.144t-.356-.144T8.654 11V4q0-.213.144-.356t.356-.144t.356.144M12.504 22q-3.131 0-5.317-2.184T5 14.5v-9q0-.213.144-.356T5.501 5t.356.144T6 5.5v9q0 2.725 1.888 4.613T12.5 21t4.613-1.888T19 14.5v-4h-.5q-.617 0-1.059.441Q17 11.383 17 12v2.116q0 .343-.232.575q-.233.232-.576.232h-1.115q-1.056 0-1.778.722t-.722 1.778v.5q0 .213-.144.356t-.357.144t-.356-.144t-.143-.356v-.5q0-1.457 1.021-2.479q1.021-1.021 2.479-1.021H16V5q0-.213.144-.356t.357-.144t.356.144T17 5v5.06q.308-.268.685-.414T18.5 9.5h.692q.344 0 .576.232t.232.576V14.5q0 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="M13.184 2.644q.143.144.143.356v8q0 .213-.144.356t-.357.144t-.356-.144t-.143-.356V3q0-.213.144-.356q.144-.144.356-.144q.213 0 .357.144m-3.674 1q.144.143.144.356v7q0 .213-.144.356q-.144.144-.357.144t-.356-.144T8.654 11V4q0-.213.144-.356t.356-.144t.356.144M12.504 22q-3.131 0-5.317-2.184T5 14.5v-9q0-.213.144-.356T5.501 5t.356.144T6 5.5v9q0 2.725 1.888 4.613T12.5 21t4.613-1.888T19 14.5v-4h-.5q-.617 0-1.059.441Q17 11.383 17 12v2.116q0 .343-.232.575q-.233.232-.576.232h-1.115q-1.056 0-1.778.722t-.722 1.778v.5q0 .213-.144.356t-.357.144t-.356-.144t-.143-.356v-.5q0-1.457 1.021-2.479q1.021-1.021 2.479-1.021H16V5q0-.213.144-.356t.357-.144t.356.144T17 5v5.06q.308-.268.685-.414T18.5 9.5h.692q.344 0 .576.232t.232.576V14.5q0 3.132-2.183 5.316T12.504 22M13 15.25"/></svg>
</template>

CSS

.icon-front-hand-outline-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%22M13.184%202.644q.143.144.143.356v8q0%20.213-.144.356t-.357.144t-.356-.144t-.143-.356V3q0-.213.144-.356q.144-.144.356-.144q.213%200%20.357.144m-3.674%201q.144.143.144.356v7q0%20.213-.144.356q-.144.144-.357.144t-.356-.144T8.654%2011V4q0-.213.144-.356t.356-.144t.356.144M12.504%2022q-3.131%200-5.317-2.184T5%2014.5v-9q0-.213.144-.356T5.501%205t.356.144T6%205.5v9q0%202.725%201.888%204.613T12.5%2021t4.613-1.888T19%2014.5v-4h-.5q-.617%200-1.059.441Q17%2011.383%2017%2012v2.116q0%20.343-.232.575q-.233.232-.576.232h-1.115q-1.056%200-1.778.722t-.722%201.778v.5q0%20.213-.144.356t-.357.144t-.356-.144t-.143-.356v-.5q0-1.457%201.021-2.479q1.021-1.021%202.479-1.021H16V5q0-.213.144-.356t.357-.144t.356.144T17%205v5.06q.308-.268.685-.414T18.5%209.5h.692q.344%200%20.576.232t.232.576V14.5q0%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%22M13.184%202.644q.143.144.143.356v8q0%20.213-.144.356t-.357.144t-.356-.144t-.143-.356V3q0-.213.144-.356q.144-.144.356-.144q.213%200%20.357.144m-3.674%201q.144.143.144.356v7q0%20.213-.144.356q-.144.144-.357.144t-.356-.144T8.654%2011V4q0-.213.144-.356t.356-.144t.356.144M12.504%2022q-3.131%200-5.317-2.184T5%2014.5v-9q0-.213.144-.356T5.501%205t.356.144T6%205.5v9q0%202.725%201.888%204.613T12.5%2021t4.613-1.888T19%2014.5v-4h-.5q-.617%200-1.059.441Q17%2011.383%2017%2012v2.116q0%20.343-.232.575q-.233.232-.576.232h-1.115q-1.056%200-1.778.722t-.722%201.778v.5q0%20.213-.144.356t-.357.144t-.356-.144t-.143-.356v-.5q0-1.457%201.021-2.479q1.021-1.021%202.479-1.021H16V5q0-.213.144-.356t.357-.144t.356.144T17%205v5.06q.308-.268.685-.414T18.5%209.5h.692q.344%200%20.576.232t.232.576V14.5q0%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-rounded.svg?color=%231a73e8&size=48