hand holding droplet icon
hand-holding-droplet from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.
- Name
- hand-holding-droplet
- Set
- Font Awesome Solid
- Style
- Solid
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome Solid
hand-back-fisthand-dotshand-fisthand-holdinghand-holding-dollarhand-holding-handhand-holding-hearthand-holding-medicalhand-holding-usdhand-holding-waterhand-lizardhand-middle-fingerhand-paperhand-peacehand-point-downhand-point-lefthand-point-righthand-point-uphand-pointerhand-rockhand-scissorshand-sparkleshand-spock
Use the hand holding droplet icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M307.5 70.6L241.2 167C230 183.3 224 202.6 224 222.3v1.7c0 53 43 96 96 96s96-43 96-96v-1.7c0-19.8-6-39-17.2-55.3l-66.3-96.4C329.7 66.5 325 64 320 64s-9.7 2.5-12.5 6.6M141.3 405.5L98.7 448H64c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32h320.5c29 0 57.3-9.3 80.7-26.5l126.6-93.3c17.8-13.1 21.6-38.1 8.5-55.9s-38.1-21.6-55.9-8.5L424.6 480H312c-13.3 0-24-10.7-24-24s10.7-24 24-24h72c17.7 0 32-14.3 32-32s-14.3-32-32-32H231.8c-33.9 0-66.5 13.5-90.5 37.5"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidHandHoldingDroplet(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M307.5 70.6L241.2 167C230 183.3 224 202.6 224 222.3v1.7c0 53 43 96 96 96s96-43 96-96v-1.7c0-19.8-6-39-17.2-55.3l-66.3-96.4C329.7 66.5 325 64 320 64s-9.7 2.5-12.5 6.6M141.3 405.5L98.7 448H64c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32h320.5c29 0 57.3-9.3 80.7-26.5l126.6-93.3c17.8-13.1 21.6-38.1 8.5-55.9s-38.1-21.6-55.9-8.5L424.6 480H312c-13.3 0-24-10.7-24-24s10.7-24 24-24h72c17.7 0 32-14.3 32-32s-14.3-32-32-32H231.8c-33.9 0-66.5 13.5-90.5 37.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M307.5 70.6L241.2 167C230 183.3 224 202.6 224 222.3v1.7c0 53 43 96 96 96s96-43 96-96v-1.7c0-19.8-6-39-17.2-55.3l-66.3-96.4C329.7 66.5 325 64 320 64s-9.7 2.5-12.5 6.6M141.3 405.5L98.7 448H64c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32h320.5c29 0 57.3-9.3 80.7-26.5l126.6-93.3c17.8-13.1 21.6-38.1 8.5-55.9s-38.1-21.6-55.9-8.5L424.6 480H312c-13.3 0-24-10.7-24-24s10.7-24 24-24h72c17.7 0 32-14.3 32-32s-14.3-32-32-32H231.8c-33.9 0-66.5 13.5-90.5 37.5"/></svg> </template>
CSS
.icon-hand-holding-droplet {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M307.5%2070.6L241.2%20167C230%20183.3%20224%20202.6%20224%20222.3v1.7c0%2053%2043%2096%2096%2096s96-43%2096-96v-1.7c0-19.8-6-39-17.2-55.3l-66.3-96.4C329.7%2066.5%20325%2064%20320%2064s-9.7%202.5-12.5%206.6M141.3%20405.5L98.7%20448H64c-17.7%200-32%2014.3-32%2032v64c0%2017.7%2014.3%2032%2032%2032h320.5c29%200%2057.3-9.3%2080.7-26.5l126.6-93.3c17.8-13.1%2021.6-38.1%208.5-55.9s-38.1-21.6-55.9-8.5L424.6%20480H312c-13.3%200-24-10.7-24-24s10.7-24%2024-24h72c17.7%200%2032-14.3%2032-32s-14.3-32-32-32H231.8c-33.9%200-66.5%2013.5-90.5%2037.5%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M307.5%2070.6L241.2%20167C230%20183.3%20224%20202.6%20224%20222.3v1.7c0%2053%2043%2096%2096%2096s96-43%2096-96v-1.7c0-19.8-6-39-17.2-55.3l-66.3-96.4C329.7%2066.5%20325%2064%20320%2064s-9.7%202.5-12.5%206.6M141.3%20405.5L98.7%20448H64c-17.7%200-32%2014.3-32%2032v64c0%2017.7%2014.3%2032%2032%2032h320.5c29%200%2057.3-9.3%2080.7-26.5l126.6-93.3c17.8-13.1%2021.6-38.1%208.5-55.9s-38.1-21.6-55.9-8.5L424.6%20480H312c-13.3%200-24-10.7-24-24s10.7-24%2024-24h72c17.7%200%2032-14.3%2032-32s-14.3-32-32-32H231.8c-33.9%200-66.5%2013.5-90.5%2037.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/hand-holding-droplet.svg?color=%231a73e8&size=48