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

Name
folded-hands-outline
Set
Material Symbols
Style
Outline
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
folded-hands-outline-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.5 16v-2.725l-1.125-2.025q-.175.125-.275.325T14 12v5.725L16.575 22H14.25L12 18.3V12q0-.775.375-1.425T13.4 9.5L12 7.025q-.5-.95-.437-2.013t.812-1.812l1.7-1.7l6.9 8.1L22 22h-2l-.975-11.6l-5.075-5.95l-.15.15q-.25.25-.288.575t.113.625l3.875 6.95V16zm-9 0v-3.25l3.875-6.95q.15-.3.113-.625T10.2 4.6l-.15-.15l-5.075 5.95L4 22H2L3.025 9.6l6.9-8.1l1.7 1.7q.75.75.813 1.813T12 7.025L10.6 9.5q.65.425 1.025 1.075T12 12v6.3L9.75 22H7.425L10 17.725V12q0-.225-.1-.425t-.275-.325L8.5 13.275V16z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsFoldedHandsOutline(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.5 16v-2.725l-1.125-2.025q-.175.125-.275.325T14 12v5.725L16.575 22H14.25L12 18.3V12q0-.775.375-1.425T13.4 9.5L12 7.025q-.5-.95-.437-2.013t.812-1.812l1.7-1.7l6.9 8.1L22 22h-2l-.975-11.6l-5.075-5.95l-.15.15q-.25.25-.288.575t.113.625l3.875 6.95V16zm-9 0v-3.25l3.875-6.95q.15-.3.113-.625T10.2 4.6l-.15-.15l-5.075 5.95L4 22H2L3.025 9.6l6.9-8.1l1.7 1.7q.75.75.813 1.813T12 7.025L10.6 9.5q.65.425 1.025 1.075T12 12v6.3L9.75 22H7.425L10 17.725V12q0-.225-.1-.425t-.275-.325L8.5 13.275V16z"/></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.5 16v-2.725l-1.125-2.025q-.175.125-.275.325T14 12v5.725L16.575 22H14.25L12 18.3V12q0-.775.375-1.425T13.4 9.5L12 7.025q-.5-.95-.437-2.013t.812-1.812l1.7-1.7l6.9 8.1L22 22h-2l-.975-11.6l-5.075-5.95l-.15.15q-.25.25-.288.575t.113.625l3.875 6.95V16zm-9 0v-3.25l3.875-6.95q.15-.3.113-.625T10.2 4.6l-.15-.15l-5.075 5.95L4 22H2L3.025 9.6l6.9-8.1l1.7 1.7q.75.75.813 1.813T12 7.025L10.6 9.5q.65.425 1.025 1.075T12 12v6.3L9.75 22H7.425L10 17.725V12q0-.225-.1-.425t-.275-.325L8.5 13.275V16z"/></svg>
</template>

CSS

.icon-folded-hands-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%22M15.5%2016v-2.725l-1.125-2.025q-.175.125-.275.325T14%2012v5.725L16.575%2022H14.25L12%2018.3V12q0-.775.375-1.425T13.4%209.5L12%207.025q-.5-.95-.437-2.013t.812-1.812l1.7-1.7l6.9%208.1L22%2022h-2l-.975-11.6l-5.075-5.95l-.15.15q-.25.25-.288.575t.113.625l3.875%206.95V16zm-9%200v-3.25l3.875-6.95q.15-.3.113-.625T10.2%204.6l-.15-.15l-5.075%205.95L4%2022H2L3.025%209.6l6.9-8.1l1.7%201.7q.75.75.813%201.813T12%207.025L10.6%209.5q.65.425%201.025%201.075T12%2012v6.3L9.75%2022H7.425L10%2017.725V12q0-.225-.1-.425t-.275-.325L8.5%2013.275V16z%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.5%2016v-2.725l-1.125-2.025q-.175.125-.275.325T14%2012v5.725L16.575%2022H14.25L12%2018.3V12q0-.775.375-1.425T13.4%209.5L12%207.025q-.5-.95-.437-2.013t.812-1.812l1.7-1.7l6.9%208.1L22%2022h-2l-.975-11.6l-5.075-5.95l-.15.15q-.25.25-.288.575t.113.625l3.875%206.95V16zm-9%200v-3.25l3.875-6.95q.15-.3.113-.625T10.2%204.6l-.15-.15l-5.075%205.95L4%2022H2L3.025%209.6l6.9-8.1l1.7%201.7q.75.75.813%201.813T12%207.025L10.6%209.5q.65.425%201.025%201.075T12%2012v6.3L9.75%2022H7.425L10%2017.725V12q0-.225-.1-.425t-.275-.325L8.5%2013.275V16z%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-outline.svg?color=%231a73e8&size=48