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

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

3 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

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.75 16v-2.8l-1.9-3.475q-.5.25-.8.725t-.3 1.05v8l1.425 2.5H22L21 9.5l-7-8l-.325.325q-.725.725-.862 1.7t.362 1.85L17.25 12.8V16zm-9 0v-3.2l4.075-7.425q.5-.875.338-1.85t-.863-1.7L10 1.5l-7 8L2 22h7.825l1.425-2.5v-8q0-.575-.312-1.05t-.788-.725L8.25 13.2V16z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsFoldedHands(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.75 16v-2.8l-1.9-3.475q-.5.25-.8.725t-.3 1.05v8l1.425 2.5H22L21 9.5l-7-8l-.325.325q-.725.725-.862 1.7t.362 1.85L17.25 12.8V16zm-9 0v-3.2l4.075-7.425q.5-.875.338-1.85t-.863-1.7L10 1.5l-7 8L2 22h7.825l1.425-2.5v-8q0-.575-.312-1.05t-.788-.725L8.25 13.2V16z"/></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.75 16v-2.8l-1.9-3.475q-.5.25-.8.725t-.3 1.05v8l1.425 2.5H22L21 9.5l-7-8l-.325.325q-.725.725-.862 1.7t.362 1.85L17.25 12.8V16zm-9 0v-3.2l4.075-7.425q.5-.875.338-1.85t-.863-1.7L10 1.5l-7 8L2 22h7.825l1.425-2.5v-8q0-.575-.312-1.05t-.788-.725L8.25 13.2V16z"/></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.75%2016v-2.8l-1.9-3.475q-.5.25-.8.725t-.3%201.05v8l1.425%202.5H22L21%209.5l-7-8l-.325.325q-.725.725-.862%201.7t.362%201.85L17.25%2012.8V16zm-9%200v-3.2l4.075-7.425q.5-.875.338-1.85t-.863-1.7L10%201.5l-7%208L2%2022h7.825l1.425-2.5v-8q0-.575-.312-1.05t-.788-.725L8.25%2013.2V16z%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.75%2016v-2.8l-1.9-3.475q-.5.25-.8.725t-.3%201.05v8l1.425%202.5H22L21%209.5l-7-8l-.325.325q-.725.725-.862%201.7t.362%201.85L17.25%2012.8V16zm-9%200v-3.2l4.075-7.425q.5-.875.338-1.85t-.863-1.7L10%201.5l-7%208L2%2022h7.825l1.425-2.5v-8q0-.575-.312-1.05t-.788-.725L8.25%2013.2V16z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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