folded-hands from Material Symbols Light by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.

Name
folded-hands
Set
Material Symbols Light
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
folded-hands-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

Use the folded hands icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.346 15.5v-2.761l-1.265-2.341q-.596.077-.992.533q-.397.456-.397 1.069v5.77L14.617 21h6.364L20 9.789L13.616 2.23l-.075.075q-.764.763-1.065 1.758t.199 1.888l3.556 6.54V15.5zm-7.596 0v-3.008l3.556-6.54q.5-.894.184-1.889q-.317-.994-1.056-1.757l-.068-.075L3.98 9.788L3 21h6.364l1.924-3.23V12q0-.613-.399-1.06q-.399-.446-.989-.523l-1.266 2.321V15.5z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightFoldedHands(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="M15.346 15.5v-2.761l-1.265-2.341q-.596.077-.992.533q-.397.456-.397 1.069v5.77L14.617 21h6.364L20 9.789L13.616 2.23l-.075.075q-.764.763-1.065 1.758t.199 1.888l3.556 6.54V15.5zm-7.596 0v-3.008l3.556-6.54q.5-.894.184-1.889q-.317-.994-1.056-1.757l-.068-.075L3.98 9.788L3 21h6.364l1.924-3.23V12q0-.613-.399-1.06q-.399-.446-.989-.523l-1.266 2.321V15.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.346 15.5v-2.761l-1.265-2.341q-.596.077-.992.533q-.397.456-.397 1.069v5.77L14.617 21h6.364L20 9.789L13.616 2.23l-.075.075q-.764.763-1.065 1.758t.199 1.888l3.556 6.54V15.5zm-7.596 0v-3.008l3.556-6.54q.5-.894.184-1.889q-.317-.994-1.056-1.757l-.068-.075L3.98 9.788L3 21h6.364l1.924-3.23V12q0-.613-.399-1.06q-.399-.446-.989-.523l-1.266 2.321V15.5z"/></svg>
</template>

CSS

.icon-folded-hands {
  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%22M15.346%2015.5v-2.761l-1.265-2.341q-.596.077-.992.533q-.397.456-.397%201.069v5.77L14.617%2021h6.364L20%209.789L13.616%202.23l-.075.075q-.764.763-1.065%201.758t.199%201.888l3.556%206.54V15.5zm-7.596%200v-3.008l3.556-6.54q.5-.894.184-1.889q-.317-.994-1.056-1.757l-.068-.075L3.98%209.788L3%2021h6.364l1.924-3.23V12q0-.613-.399-1.06q-.399-.446-.989-.523l-1.266%202.321V15.5z%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%22M15.346%2015.5v-2.761l-1.265-2.341q-.596.077-.992.533q-.397.456-.397%201.069v5.77L14.617%2021h6.364L20%209.789L13.616%202.23l-.075.075q-.764.763-1.065%201.758t.199%201.888l3.556%206.54V15.5zm-7.596%200v-3.008l3.556-6.54q.5-.894.184-1.889q-.317-.994-1.056-1.757l-.068-.075L3.98%209.788L3%2021h6.364l1.924-3.23V12q0-.613-.399-1.06q-.399-.446-.989-.523l-1.266%202.321V15.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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