hands helping icon

hands-helping from Line Awesome by Icons8 · Line · Hands · Apache-2.0 Free for personal and commercial use.

Name
hands-helping
Set
Line Awesome
Style
Line
Category
Hands
Viewbox
32×32
License
Apache 2.0
Aliases
hands-helping-solid

The same icon in other sets

More hands icons from Line Awesome

Use the hands helping icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m21 3.031l-.656.719c-1.469 1.617-2.68 2.34-3.688 2.813c-1.008.472-1.855.613-2.687 1.25c-.887.68-2.176 1.984-2.719 4.312c-1.164.254-2.016.7-2.688 1.281c-.664.574-1.164 1.227-1.78 1.938c-.005.008.003.023 0 .031c-.884 1.016-1.657 2.11-3.157 2.688l-.625.25V29h19.063c1.093-.059 1.851-.816 2.312-1.563c.46-.746.715-1.554.844-2.218c.332-1.692.937-6.563.937-6.563l.032-.093v-.094c-.032-.676-.31-1.25-.657-1.782l1.125-3.343l1.782-2.688l.5-.719l-.657-.593l-6.562-5.688zm.063 2.75l5.218 4.532l-1.375 2.03l-.093.095l-.032.156l-.906 2.687c-.473-.195-.96-.332-1.5-.312h-.063L16 15h-1v3.875c-.14 1.09-.746 1.512-1.5 1.813c-.25.101-.281.046-.5.093V14.97c-.164-3.707 1.156-4.774 2.188-5.563c.285-.219 1.12-.472 2.312-1.031c.996-.469 2.234-1.309 3.563-2.594zm-10 8.594c-.004.227-.075.387-.063.625v8h1s1.07-.012 2.219-.469s2.535-1.527 2.781-3.406V17l5.375-.031h.031a1.66 1.66 0 0 1 1.75 1.562c-.004.016-.05.387-.062.469H20v2h3.844c-.106.773-.203 1.258-.313 2H20v2h3.219a5 5 0 0 1-.563 1.375c-.273.445-.508.613-.718.625H5v-7.469c1.621-.86 2.629-2.097 3.281-2.843c.676-.774 1.14-1.36 1.594-1.75c.297-.254.762-.399 1.188-.563"/></svg>

React

import type { SVGProps } from "react";

export function LaHandsHelping(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m21 3.031l-.656.719c-1.469 1.617-2.68 2.34-3.688 2.813c-1.008.472-1.855.613-2.687 1.25c-.887.68-2.176 1.984-2.719 4.312c-1.164.254-2.016.7-2.688 1.281c-.664.574-1.164 1.227-1.78 1.938c-.005.008.003.023 0 .031c-.884 1.016-1.657 2.11-3.157 2.688l-.625.25V29h19.063c1.093-.059 1.851-.816 2.312-1.563c.46-.746.715-1.554.844-2.218c.332-1.692.937-6.563.937-6.563l.032-.093v-.094c-.032-.676-.31-1.25-.657-1.782l1.125-3.343l1.782-2.688l.5-.719l-.657-.593l-6.562-5.688zm.063 2.75l5.218 4.532l-1.375 2.03l-.093.095l-.032.156l-.906 2.687c-.473-.195-.96-.332-1.5-.312h-.063L16 15h-1v3.875c-.14 1.09-.746 1.512-1.5 1.813c-.25.101-.281.046-.5.093V14.97c-.164-3.707 1.156-4.774 2.188-5.563c.285-.219 1.12-.472 2.312-1.031c.996-.469 2.234-1.309 3.563-2.594zm-10 8.594c-.004.227-.075.387-.063.625v8h1s1.07-.012 2.219-.469s2.535-1.527 2.781-3.406V17l5.375-.031h.031a1.66 1.66 0 0 1 1.75 1.562c-.004.016-.05.387-.062.469H20v2h3.844c-.106.773-.203 1.258-.313 2H20v2h3.219a5 5 0 0 1-.563 1.375c-.273.445-.508.613-.718.625H5v-7.469c1.621-.86 2.629-2.097 3.281-2.843c.676-.774 1.14-1.36 1.594-1.75c.297-.254.762-.399 1.188-.563"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m21 3.031l-.656.719c-1.469 1.617-2.68 2.34-3.688 2.813c-1.008.472-1.855.613-2.687 1.25c-.887.68-2.176 1.984-2.719 4.312c-1.164.254-2.016.7-2.688 1.281c-.664.574-1.164 1.227-1.78 1.938c-.005.008.003.023 0 .031c-.884 1.016-1.657 2.11-3.157 2.688l-.625.25V29h19.063c1.093-.059 1.851-.816 2.312-1.563c.46-.746.715-1.554.844-2.218c.332-1.692.937-6.563.937-6.563l.032-.093v-.094c-.032-.676-.31-1.25-.657-1.782l1.125-3.343l1.782-2.688l.5-.719l-.657-.593l-6.562-5.688zm.063 2.75l5.218 4.532l-1.375 2.03l-.093.095l-.032.156l-.906 2.687c-.473-.195-.96-.332-1.5-.312h-.063L16 15h-1v3.875c-.14 1.09-.746 1.512-1.5 1.813c-.25.101-.281.046-.5.093V14.97c-.164-3.707 1.156-4.774 2.188-5.563c.285-.219 1.12-.472 2.312-1.031c.996-.469 2.234-1.309 3.563-2.594zm-10 8.594c-.004.227-.075.387-.063.625v8h1s1.07-.012 2.219-.469s2.535-1.527 2.781-3.406V17l5.375-.031h.031a1.66 1.66 0 0 1 1.75 1.562c-.004.016-.05.387-.062.469H20v2h3.844c-.106.773-.203 1.258-.313 2H20v2h3.219a5 5 0 0 1-.563 1.375c-.273.445-.508.613-.718.625H5v-7.469c1.621-.86 2.629-2.097 3.281-2.843c.676-.774 1.14-1.36 1.594-1.75c.297-.254.762-.399 1.188-.563"/></svg>
</template>

CSS

.icon-hands-helping {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m21%203.031l-.656.719c-1.469%201.617-2.68%202.34-3.688%202.813c-1.008.472-1.855.613-2.687%201.25c-.887.68-2.176%201.984-2.719%204.312c-1.164.254-2.016.7-2.688%201.281c-.664.574-1.164%201.227-1.78%201.938c-.005.008.003.023%200%20.031c-.884%201.016-1.657%202.11-3.157%202.688l-.625.25V29h19.063c1.093-.059%201.851-.816%202.312-1.563c.46-.746.715-1.554.844-2.218c.332-1.692.937-6.563.937-6.563l.032-.093v-.094c-.032-.676-.31-1.25-.657-1.782l1.125-3.343l1.782-2.688l.5-.719l-.657-.593l-6.562-5.688zm.063%202.75l5.218%204.532l-1.375%202.03l-.093.095l-.032.156l-.906%202.687c-.473-.195-.96-.332-1.5-.312h-.063L16%2015h-1v3.875c-.14%201.09-.746%201.512-1.5%201.813c-.25.101-.281.046-.5.093V14.97c-.164-3.707%201.156-4.774%202.188-5.563c.285-.219%201.12-.472%202.312-1.031c.996-.469%202.234-1.309%203.563-2.594zm-10%208.594c-.004.227-.075.387-.063.625v8h1s1.07-.012%202.219-.469s2.535-1.527%202.781-3.406V17l5.375-.031h.031a1.66%201.66%200%200%201%201.75%201.562c-.004.016-.05.387-.062.469H20v2h3.844c-.106.773-.203%201.258-.313%202H20v2h3.219a5%205%200%200%201-.563%201.375c-.273.445-.508.613-.718.625H5v-7.469c1.621-.86%202.629-2.097%203.281-2.843c.676-.774%201.14-1.36%201.594-1.75c.297-.254.762-.399%201.188-.563%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m21%203.031l-.656.719c-1.469%201.617-2.68%202.34-3.688%202.813c-1.008.472-1.855.613-2.687%201.25c-.887.68-2.176%201.984-2.719%204.312c-1.164.254-2.016.7-2.688%201.281c-.664.574-1.164%201.227-1.78%201.938c-.005.008.003.023%200%20.031c-.884%201.016-1.657%202.11-3.157%202.688l-.625.25V29h19.063c1.093-.059%201.851-.816%202.312-1.563c.46-.746.715-1.554.844-2.218c.332-1.692.937-6.563.937-6.563l.032-.093v-.094c-.032-.676-.31-1.25-.657-1.782l1.125-3.343l1.782-2.688l.5-.719l-.657-.593l-6.562-5.688zm.063%202.75l5.218%204.532l-1.375%202.03l-.093.095l-.032.156l-.906%202.687c-.473-.195-.96-.332-1.5-.312h-.063L16%2015h-1v3.875c-.14%201.09-.746%201.512-1.5%201.813c-.25.101-.281.046-.5.093V14.97c-.164-3.707%201.156-4.774%202.188-5.563c.285-.219%201.12-.472%202.312-1.031c.996-.469%202.234-1.309%203.563-2.594zm-10%208.594c-.004.227-.075.387-.063.625v8h1s1.07-.012%202.219-.469s2.535-1.527%202.781-3.406V17l5.375-.031h.031a1.66%201.66%200%200%201%201.75%201.562c-.004.016-.05.387-.062.469H20v2h3.844c-.106.773-.203%201.258-.313%202H20v2h3.219a5%205%200%200%201-.563%201.375c-.273.445-.508.613-.718.625H5v-7.469c1.621-.86%202.629-2.097%203.281-2.843c.676-.774%201.14-1.36%201.594-1.75c.297-.254.762-.399%201.188-.563%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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