folded hands icon
folded-hands-rounded from Material Symbols by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- folded-hands-rounded
- Set
- Material Symbols
- Style
- 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="M14.75 22q-.275 0-.513-.137t-.362-.363L13 19.95q-.125-.225-.187-.462t-.063-.513V11.5q0-.525.2-.975t.675-.45q.2 0 .363.1t.262.3l1.5 2.725v2.05q0 .325.213.538T16.5 16t.538-.213t.212-.537v-1.925q0-.25-.062-.5T17 12.35l-3.825-6.975q-.375-.7-.375-1.475t.4-1.45q.325-.375.8-.4t.775.325L20.575 9q.2.25.325.538t.15.612l.875 10.775q.05.425-.262.75t-.738.325zM3.075 22q-.425 0-.738-.325t-.262-.75L2.95 10.15q.025-.325.15-.612T3.425 9l5.8-6.6q.3-.35.763-.337t.762.362q.4.7.425 1.475t-.35 1.475L7 12.35q-.125.225-.187.475t-.063.5v1.925q0 .325.213.538T7.5 16t.538-.213t.212-.537V13.2l1.5-2.725q.1-.2.275-.3t.375-.1q.45 0 .65.45t.2.975v7.475q0 .275-.062.512T11 19.95l-.875 1.55q-.125.225-.363.363T9.25 22z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsFoldedHandsRounded(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="M14.75 22q-.275 0-.513-.137t-.362-.363L13 19.95q-.125-.225-.187-.462t-.063-.513V11.5q0-.525.2-.975t.675-.45q.2 0 .363.1t.262.3l1.5 2.725v2.05q0 .325.213.538T16.5 16t.538-.213t.212-.537v-1.925q0-.25-.062-.5T17 12.35l-3.825-6.975q-.375-.7-.375-1.475t.4-1.45q.325-.375.8-.4t.775.325L20.575 9q.2.25.325.538t.15.612l.875 10.775q.05.425-.262.75t-.738.325zM3.075 22q-.425 0-.738-.325t-.262-.75L2.95 10.15q.025-.325.15-.612T3.425 9l5.8-6.6q.3-.35.763-.337t.762.362q.4.7.425 1.475t-.35 1.475L7 12.35q-.125.225-.187.475t-.063.5v1.925q0 .325.213.538T7.5 16t.538-.213t.212-.537V13.2l1.5-2.725q.1-.2.275-.3t.375-.1q.45 0 .65.45t.2.975v7.475q0 .275-.062.512T11 19.95l-.875 1.55q-.125.225-.363.363T9.25 22z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.75 22q-.275 0-.513-.137t-.362-.363L13 19.95q-.125-.225-.187-.462t-.063-.513V11.5q0-.525.2-.975t.675-.45q.2 0 .363.1t.262.3l1.5 2.725v2.05q0 .325.213.538T16.5 16t.538-.213t.212-.537v-1.925q0-.25-.062-.5T17 12.35l-3.825-6.975q-.375-.7-.375-1.475t.4-1.45q.325-.375.8-.4t.775.325L20.575 9q.2.25.325.538t.15.612l.875 10.775q.05.425-.262.75t-.738.325zM3.075 22q-.425 0-.738-.325t-.262-.75L2.95 10.15q.025-.325.15-.612T3.425 9l5.8-6.6q.3-.35.763-.337t.762.362q.4.7.425 1.475t-.35 1.475L7 12.35q-.125.225-.187.475t-.063.5v1.925q0 .325.213.538T7.5 16t.538-.213t.212-.537V13.2l1.5-2.725q.1-.2.275-.3t.375-.1q.45 0 .65.45t.2.975v7.475q0 .275-.062.512T11 19.95l-.875 1.55q-.125.225-.363.363T9.25 22z"/></svg> </template>
CSS
.icon-folded-hands-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%22M14.75%2022q-.275%200-.513-.137t-.362-.363L13%2019.95q-.125-.225-.187-.462t-.063-.513V11.5q0-.525.2-.975t.675-.45q.2%200%20.363.1t.262.3l1.5%202.725v2.05q0%20.325.213.538T16.5%2016t.538-.213t.212-.537v-1.925q0-.25-.062-.5T17%2012.35l-3.825-6.975q-.375-.7-.375-1.475t.4-1.45q.325-.375.8-.4t.775.325L20.575%209q.2.25.325.538t.15.612l.875%2010.775q.05.425-.262.75t-.738.325zM3.075%2022q-.425%200-.738-.325t-.262-.75L2.95%2010.15q.025-.325.15-.612T3.425%209l5.8-6.6q.3-.35.763-.337t.762.362q.4.7.425%201.475t-.35%201.475L7%2012.35q-.125.225-.187.475t-.063.5v1.925q0%20.325.213.538T7.5%2016t.538-.213t.212-.537V13.2l1.5-2.725q.1-.2.275-.3t.375-.1q.45%200%20.65.45t.2.975v7.475q0%20.275-.062.512T11%2019.95l-.875%201.55q-.125.225-.363.363T9.25%2022z%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%22M14.75%2022q-.275%200-.513-.137t-.362-.363L13%2019.95q-.125-.225-.187-.462t-.063-.513V11.5q0-.525.2-.975t.675-.45q.2%200%20.363.1t.262.3l1.5%202.725v2.05q0%20.325.213.538T16.5%2016t.538-.213t.212-.537v-1.925q0-.25-.062-.5T17%2012.35l-3.825-6.975q-.375-.7-.375-1.475t.4-1.45q.325-.375.8-.4t.775.325L20.575%209q.2.25.325.538t.15.612l.875%2010.775q.05.425-.262.75t-.738.325zM3.075%2022q-.425%200-.738-.325t-.262-.75L2.95%2010.15q.025-.325.15-.612T3.425%209l5.8-6.6q.3-.35.763-.337t.762.362q.4.7.425%201.475t-.35%201.475L7%2012.35q-.125.225-.187.475t-.063.5v1.925q0%20.325.213.538T7.5%2016t.538-.213t.212-.537V13.2l1.5-2.725q.1-.2.275-.3t.375-.1q.45%200%20.65.45t.2.975v7.475q0%20.275-.062.512T11%2019.95l-.875%201.55q-.125.225-.363.363T9.25%2022z%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-rounded.svg?color=%231a73e8&size=48