hands bubbles icon
hands-bubbles from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.
- Name
- hands-bubbles
- 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
Use the hands bubbles icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M448 128c17.7 0 32-14.3 32-32s-14.3-32-32-32s-32 14.3-32 32s14.3 32 32 32m96 128c17.7 0 32-14.3 32-32s-14.3-32-32-32s-32 14.3-32 32s14.3 32 32 32M192 528c0-26.5-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48s48-21.5 48-48M64 224l.1 72.6c0 44.8 17.6 87.1 47.9 118.4c.3-77 40.1-148.4 105.4-189.3l1.9-1.2c-2.5-3.7-2.8-8.6-.4-12.7l62-107.4c6.6-11.5 2.7-26.2-8.8-32.8S246 69 239.4 80.5l-68 117.8l-43.3 75V224c0-17.7-14.4-32-32-32S64 206.4 64 224m213.6-35.9c14.1-8.8 29.8-12.7 45.2-12.1l36.5-63.3c6.6-11.5 2.7-26.2-8.8-32.8s-26.2-2.7-32.8 8.8l-67.1 116.2l27-16.9zm86.5-35.7l-16.4 28.4c15.1 5.5 28.6 15.6 38.3 29.7l19.7-34.2c6.6-11.5 2.7-26.2-8.8-32.8s-26.2-2.7-32.8 8.8zm46.4 63.7L398 237.8c2 8.6 2.5 17.5 1.7 26.1h38.7l13.7-23.8c6.6-11.5 2.7-26.2-8.8-32.8s-26.2-2.7-32.8 8.8M347.1 239c-9.4-15-29.1-19.5-44.1-10.2l-60.2 37.6C191.3 298.7 160 355.2 160 416v8c0 8.9.8 17.6 2.2 26.1c35.4 8.2 61.8 40 61.8 77.9c0 6.3-.7 12.5-2.1 18.4C247.1 565 278.3 576 312 576h176c13.3 0 24-10.7 24-24s-10.7-24-24-24h-92c-6.6 0-12-5.4-12-12s5.4-12 12-12h124c13.3 0 24-10.7 24-24s-10.7-24-24-24H396c-6.6 0-12-5.4-12-12s5.4-12 12-12h156c13.3 0 24-10.7 24-24s-10.7-24-24-24H396c-6.6 0-12-5.4-12-12s5.4-12 12-12h124c13.3 0 24-10.7 24-24s-10.7-24-24-24H290.8l46.2-28.9c15-9.4 19.5-29.1 10.2-44.1z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidHandsBubbles(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="M448 128c17.7 0 32-14.3 32-32s-14.3-32-32-32s-32 14.3-32 32s14.3 32 32 32m96 128c17.7 0 32-14.3 32-32s-14.3-32-32-32s-32 14.3-32 32s14.3 32 32 32M192 528c0-26.5-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48s48-21.5 48-48M64 224l.1 72.6c0 44.8 17.6 87.1 47.9 118.4c.3-77 40.1-148.4 105.4-189.3l1.9-1.2c-2.5-3.7-2.8-8.6-.4-12.7l62-107.4c6.6-11.5 2.7-26.2-8.8-32.8S246 69 239.4 80.5l-68 117.8l-43.3 75V224c0-17.7-14.4-32-32-32S64 206.4 64 224m213.6-35.9c14.1-8.8 29.8-12.7 45.2-12.1l36.5-63.3c6.6-11.5 2.7-26.2-8.8-32.8s-26.2-2.7-32.8 8.8l-67.1 116.2l27-16.9zm86.5-35.7l-16.4 28.4c15.1 5.5 28.6 15.6 38.3 29.7l19.7-34.2c6.6-11.5 2.7-26.2-8.8-32.8s-26.2-2.7-32.8 8.8zm46.4 63.7L398 237.8c2 8.6 2.5 17.5 1.7 26.1h38.7l13.7-23.8c6.6-11.5 2.7-26.2-8.8-32.8s-26.2-2.7-32.8 8.8M347.1 239c-9.4-15-29.1-19.5-44.1-10.2l-60.2 37.6C191.3 298.7 160 355.2 160 416v8c0 8.9.8 17.6 2.2 26.1c35.4 8.2 61.8 40 61.8 77.9c0 6.3-.7 12.5-2.1 18.4C247.1 565 278.3 576 312 576h176c13.3 0 24-10.7 24-24s-10.7-24-24-24h-92c-6.6 0-12-5.4-12-12s5.4-12 12-12h124c13.3 0 24-10.7 24-24s-10.7-24-24-24H396c-6.6 0-12-5.4-12-12s5.4-12 12-12h156c13.3 0 24-10.7 24-24s-10.7-24-24-24H396c-6.6 0-12-5.4-12-12s5.4-12 12-12h124c13.3 0 24-10.7 24-24s-10.7-24-24-24H290.8l46.2-28.9c15-9.4 19.5-29.1 10.2-44.1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M448 128c17.7 0 32-14.3 32-32s-14.3-32-32-32s-32 14.3-32 32s14.3 32 32 32m96 128c17.7 0 32-14.3 32-32s-14.3-32-32-32s-32 14.3-32 32s14.3 32 32 32M192 528c0-26.5-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48s48-21.5 48-48M64 224l.1 72.6c0 44.8 17.6 87.1 47.9 118.4c.3-77 40.1-148.4 105.4-189.3l1.9-1.2c-2.5-3.7-2.8-8.6-.4-12.7l62-107.4c6.6-11.5 2.7-26.2-8.8-32.8S246 69 239.4 80.5l-68 117.8l-43.3 75V224c0-17.7-14.4-32-32-32S64 206.4 64 224m213.6-35.9c14.1-8.8 29.8-12.7 45.2-12.1l36.5-63.3c6.6-11.5 2.7-26.2-8.8-32.8s-26.2-2.7-32.8 8.8l-67.1 116.2l27-16.9zm86.5-35.7l-16.4 28.4c15.1 5.5 28.6 15.6 38.3 29.7l19.7-34.2c6.6-11.5 2.7-26.2-8.8-32.8s-26.2-2.7-32.8 8.8zm46.4 63.7L398 237.8c2 8.6 2.5 17.5 1.7 26.1h38.7l13.7-23.8c6.6-11.5 2.7-26.2-8.8-32.8s-26.2-2.7-32.8 8.8M347.1 239c-9.4-15-29.1-19.5-44.1-10.2l-60.2 37.6C191.3 298.7 160 355.2 160 416v8c0 8.9.8 17.6 2.2 26.1c35.4 8.2 61.8 40 61.8 77.9c0 6.3-.7 12.5-2.1 18.4C247.1 565 278.3 576 312 576h176c13.3 0 24-10.7 24-24s-10.7-24-24-24h-92c-6.6 0-12-5.4-12-12s5.4-12 12-12h124c13.3 0 24-10.7 24-24s-10.7-24-24-24H396c-6.6 0-12-5.4-12-12s5.4-12 12-12h156c13.3 0 24-10.7 24-24s-10.7-24-24-24H396c-6.6 0-12-5.4-12-12s5.4-12 12-12h124c13.3 0 24-10.7 24-24s-10.7-24-24-24H290.8l46.2-28.9c15-9.4 19.5-29.1 10.2-44.1z"/></svg> </template>
CSS
.icon-hands-bubbles {
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%22M448%20128c17.7%200%2032-14.3%2032-32s-14.3-32-32-32s-32%2014.3-32%2032s14.3%2032%2032%2032m96%20128c17.7%200%2032-14.3%2032-32s-14.3-32-32-32s-32%2014.3-32%2032s14.3%2032%2032%2032M192%20528c0-26.5-21.5-48-48-48s-48%2021.5-48%2048s21.5%2048%2048%2048s48-21.5%2048-48M64%20224l.1%2072.6c0%2044.8%2017.6%2087.1%2047.9%20118.4c.3-77%2040.1-148.4%20105.4-189.3l1.9-1.2c-2.5-3.7-2.8-8.6-.4-12.7l62-107.4c6.6-11.5%202.7-26.2-8.8-32.8S246%2069%20239.4%2080.5l-68%20117.8l-43.3%2075V224c0-17.7-14.4-32-32-32S64%20206.4%2064%20224m213.6-35.9c14.1-8.8%2029.8-12.7%2045.2-12.1l36.5-63.3c6.6-11.5%202.7-26.2-8.8-32.8s-26.2-2.7-32.8%208.8l-67.1%20116.2l27-16.9zm86.5-35.7l-16.4%2028.4c15.1%205.5%2028.6%2015.6%2038.3%2029.7l19.7-34.2c6.6-11.5%202.7-26.2-8.8-32.8s-26.2-2.7-32.8%208.8zm46.4%2063.7L398%20237.8c2%208.6%202.5%2017.5%201.7%2026.1h38.7l13.7-23.8c6.6-11.5%202.7-26.2-8.8-32.8s-26.2-2.7-32.8%208.8M347.1%20239c-9.4-15-29.1-19.5-44.1-10.2l-60.2%2037.6C191.3%20298.7%20160%20355.2%20160%20416v8c0%208.9.8%2017.6%202.2%2026.1c35.4%208.2%2061.8%2040%2061.8%2077.9c0%206.3-.7%2012.5-2.1%2018.4C247.1%20565%20278.3%20576%20312%20576h176c13.3%200%2024-10.7%2024-24s-10.7-24-24-24h-92c-6.6%200-12-5.4-12-12s5.4-12%2012-12h124c13.3%200%2024-10.7%2024-24s-10.7-24-24-24H396c-6.6%200-12-5.4-12-12s5.4-12%2012-12h156c13.3%200%2024-10.7%2024-24s-10.7-24-24-24H396c-6.6%200-12-5.4-12-12s5.4-12%2012-12h124c13.3%200%2024-10.7%2024-24s-10.7-24-24-24H290.8l46.2-28.9c15-9.4%2019.5-29.1%2010.2-44.1z%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%22M448%20128c17.7%200%2032-14.3%2032-32s-14.3-32-32-32s-32%2014.3-32%2032s14.3%2032%2032%2032m96%20128c17.7%200%2032-14.3%2032-32s-14.3-32-32-32s-32%2014.3-32%2032s14.3%2032%2032%2032M192%20528c0-26.5-21.5-48-48-48s-48%2021.5-48%2048s21.5%2048%2048%2048s48-21.5%2048-48M64%20224l.1%2072.6c0%2044.8%2017.6%2087.1%2047.9%20118.4c.3-77%2040.1-148.4%20105.4-189.3l1.9-1.2c-2.5-3.7-2.8-8.6-.4-12.7l62-107.4c6.6-11.5%202.7-26.2-8.8-32.8S246%2069%20239.4%2080.5l-68%20117.8l-43.3%2075V224c0-17.7-14.4-32-32-32S64%20206.4%2064%20224m213.6-35.9c14.1-8.8%2029.8-12.7%2045.2-12.1l36.5-63.3c6.6-11.5%202.7-26.2-8.8-32.8s-26.2-2.7-32.8%208.8l-67.1%20116.2l27-16.9zm86.5-35.7l-16.4%2028.4c15.1%205.5%2028.6%2015.6%2038.3%2029.7l19.7-34.2c6.6-11.5%202.7-26.2-8.8-32.8s-26.2-2.7-32.8%208.8zm46.4%2063.7L398%20237.8c2%208.6%202.5%2017.5%201.7%2026.1h38.7l13.7-23.8c6.6-11.5%202.7-26.2-8.8-32.8s-26.2-2.7-32.8%208.8M347.1%20239c-9.4-15-29.1-19.5-44.1-10.2l-60.2%2037.6C191.3%20298.7%20160%20355.2%20160%20416v8c0%208.9.8%2017.6%202.2%2026.1c35.4%208.2%2061.8%2040%2061.8%2077.9c0%206.3-.7%2012.5-2.1%2018.4C247.1%20565%20278.3%20576%20312%20576h176c13.3%200%2024-10.7%2024-24s-10.7-24-24-24h-92c-6.6%200-12-5.4-12-12s5.4-12%2012-12h124c13.3%200%2024-10.7%2024-24s-10.7-24-24-24H396c-6.6%200-12-5.4-12-12s5.4-12%2012-12h156c13.3%200%2024-10.7%2024-24s-10.7-24-24-24H396c-6.6%200-12-5.4-12-12s5.4-12%2012-12h124c13.3%200%2024-10.7%2024-24s-10.7-24-24-24H290.8l46.2-28.9c15-9.4%2019.5-29.1%2010.2-44.1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/hands-bubbles.svg?color=%231a73e8&size=48