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

Name
folded-hands-outline-rounded
Set
Material Symbols
Style
Outline Rounded
Category
Social
Viewbox
24×24
License
Apache 2.0

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="M17.5 12.75V15q0 .425-.288.713T16.5 16t-.712-.288T15.5 15v-1.725l-1.125-2.025q-.175.125-.275.325T14 12v5.725l1.675 2.775q.3.5 0 1t-.875.5q-.275 0-.5-.125t-.35-.35L12 18.3V12q0-.775.375-1.425T13.4 9.5L12 7.025q-.5-.95-.437-2.013t.812-1.812l.95-.925q.325-.325.75-.312t.7.362L20.55 9.1q.2.25.325.538t.15.612l.875 10.675q.05.425-.25.75t-.725.325q-.4 0-.675-.262t-.325-.663l-.9-10.675l-5.075-5.95l-.15.15q-.25.25-.287.575t.112.625zm-11 0l3.875-6.95q.15-.3.113-.625T10.2 4.6l-.15-.15l-5.075 5.95l-.9 10.7q-.05.4-.325.65t-.675.25q-.425 0-.725-.325t-.25-.75l.875-10.675q.025-.325.15-.612T3.45 9.1l5.775-6.775q.275-.35.713-.363t.762.313l.925.925q.75.75.813 1.813T12 7.025L10.6 9.5q.65.425 1.025 1.075T12 12v6.3l-1.95 3.225q-.125.225-.363.35T9.176 22q-.575 0-.862-.5t.012-1L10 17.725V12q0-.225-.1-.425t-.275-.325L8.5 13.275V15q0 .425-.288.713T7.5 16t-.712-.288T6.5 15z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsFoldedHandsOutlineRounded(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="M17.5 12.75V15q0 .425-.288.713T16.5 16t-.712-.288T15.5 15v-1.725l-1.125-2.025q-.175.125-.275.325T14 12v5.725l1.675 2.775q.3.5 0 1t-.875.5q-.275 0-.5-.125t-.35-.35L12 18.3V12q0-.775.375-1.425T13.4 9.5L12 7.025q-.5-.95-.437-2.013t.812-1.812l.95-.925q.325-.325.75-.312t.7.362L20.55 9.1q.2.25.325.538t.15.612l.875 10.675q.05.425-.25.75t-.725.325q-.4 0-.675-.262t-.325-.663l-.9-10.675l-5.075-5.95l-.15.15q-.25.25-.287.575t.112.625zm-11 0l3.875-6.95q.15-.3.113-.625T10.2 4.6l-.15-.15l-5.075 5.95l-.9 10.7q-.05.4-.325.65t-.675.25q-.425 0-.725-.325t-.25-.75l.875-10.675q.025-.325.15-.612T3.45 9.1l5.775-6.775q.275-.35.713-.363t.762.313l.925.925q.75.75.813 1.813T12 7.025L10.6 9.5q.65.425 1.025 1.075T12 12v6.3l-1.95 3.225q-.125.225-.363.35T9.176 22q-.575 0-.862-.5t.012-1L10 17.725V12q0-.225-.1-.425t-.275-.325L8.5 13.275V15q0 .425-.288.713T7.5 16t-.712-.288T6.5 15z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.5 12.75V15q0 .425-.288.713T16.5 16t-.712-.288T15.5 15v-1.725l-1.125-2.025q-.175.125-.275.325T14 12v5.725l1.675 2.775q.3.5 0 1t-.875.5q-.275 0-.5-.125t-.35-.35L12 18.3V12q0-.775.375-1.425T13.4 9.5L12 7.025q-.5-.95-.437-2.013t.812-1.812l.95-.925q.325-.325.75-.312t.7.362L20.55 9.1q.2.25.325.538t.15.612l.875 10.675q.05.425-.25.75t-.725.325q-.4 0-.675-.262t-.325-.663l-.9-10.675l-5.075-5.95l-.15.15q-.25.25-.287.575t.112.625zm-11 0l3.875-6.95q.15-.3.113-.625T10.2 4.6l-.15-.15l-5.075 5.95l-.9 10.7q-.05.4-.325.65t-.675.25q-.425 0-.725-.325t-.25-.75l.875-10.675q.025-.325.15-.612T3.45 9.1l5.775-6.775q.275-.35.713-.363t.762.313l.925.925q.75.75.813 1.813T12 7.025L10.6 9.5q.65.425 1.025 1.075T12 12v6.3l-1.95 3.225q-.125.225-.363.35T9.176 22q-.575 0-.862-.5t.012-1L10 17.725V12q0-.225-.1-.425t-.275-.325L8.5 13.275V15q0 .425-.288.713T7.5 16t-.712-.288T6.5 15z"/></svg>
</template>

CSS

.icon-folded-hands-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%22M17.5%2012.75V15q0%20.425-.288.713T16.5%2016t-.712-.288T15.5%2015v-1.725l-1.125-2.025q-.175.125-.275.325T14%2012v5.725l1.675%202.775q.3.5%200%201t-.875.5q-.275%200-.5-.125t-.35-.35L12%2018.3V12q0-.775.375-1.425T13.4%209.5L12%207.025q-.5-.95-.437-2.013t.812-1.812l.95-.925q.325-.325.75-.312t.7.362L20.55%209.1q.2.25.325.538t.15.612l.875%2010.675q.05.425-.25.75t-.725.325q-.4%200-.675-.262t-.325-.663l-.9-10.675l-5.075-5.95l-.15.15q-.25.25-.287.575t.112.625zm-11%200l3.875-6.95q.15-.3.113-.625T10.2%204.6l-.15-.15l-5.075%205.95l-.9%2010.7q-.05.4-.325.65t-.675.25q-.425%200-.725-.325t-.25-.75l.875-10.675q.025-.325.15-.612T3.45%209.1l5.775-6.775q.275-.35.713-.363t.762.313l.925.925q.75.75.813%201.813T12%207.025L10.6%209.5q.65.425%201.025%201.075T12%2012v6.3l-1.95%203.225q-.125.225-.363.35T9.176%2022q-.575%200-.862-.5t.012-1L10%2017.725V12q0-.225-.1-.425t-.275-.325L8.5%2013.275V15q0%20.425-.288.713T7.5%2016t-.712-.288T6.5%2015z%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%22M17.5%2012.75V15q0%20.425-.288.713T16.5%2016t-.712-.288T15.5%2015v-1.725l-1.125-2.025q-.175.125-.275.325T14%2012v5.725l1.675%202.775q.3.5%200%201t-.875.5q-.275%200-.5-.125t-.35-.35L12%2018.3V12q0-.775.375-1.425T13.4%209.5L12%207.025q-.5-.95-.437-2.013t.812-1.812l.95-.925q.325-.325.75-.312t.7.362L20.55%209.1q.2.25.325.538t.15.612l.875%2010.675q.05.425-.25.75t-.725.325q-.4%200-.675-.262t-.325-.663l-.9-10.675l-5.075-5.95l-.15.15q-.25.25-.287.575t.112.625zm-11%200l3.875-6.95q.15-.3.113-.625T10.2%204.6l-.15-.15l-5.075%205.95l-.9%2010.7q-.05.4-.325.65t-.675.25q-.425%200-.725-.325t-.25-.75l.875-10.675q.025-.325.15-.612T3.45%209.1l5.775-6.775q.275-.35.713-.363t.762.313l.925.925q.75.75.813%201.813T12%207.025L10.6%209.5q.65.425%201.025%201.075T12%2012v6.3l-1.95%203.225q-.125.225-.363.35T9.176%2022q-.575%200-.862-.5t.012-1L10%2017.725V12q0-.225-.1-.425t-.275-.325L8.5%2013.275V15q0%20.425-.288.713T7.5%2016t-.712-.288T6.5%2015z%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-rounded.svg?color=%231a73e8&size=48