hands bubbles icon
hands-bubbles from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- hands-bubbles
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Viewbox
- 576×512
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome 6 Solid
Use the hands bubbles icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M416 64a32 32 0 1 0 0-64a32 32 0 1 0 0 64m96 128a32 32 0 1 0 0-64a32 32 0 1 0 0 64M160 464a48 48 0 1 0-96 0a48 48 0 1 0 96 0M32 160l.1 72.6c.1 52.2 24 101 64 133.1c-.1-1.9-.1-3.8-.1-5.7v-8c0-71.8 37-138.6 97.9-176.7l60.2-37.6c8.6-5.4 17.9-8.4 27.3-9.4l45.9-79.5c6.6-11.5 2.7-26.2-8.8-32.8s-26.2-2.7-32.8 8.8l-78 135.1c-3.3 5.7-10.7 7.7-16.4 4.4s-7.7-10.7-4.4-16.4l62-107.4c6.6-11.5 2.7-26.2-8.8-32.8S214 5 207.4 16.5l-68 117.8l-43.3 75L96 160c0-17.7-14.4-32-32-32s-32 14.4-32 32m300.1-71.5L307.5 131c13.9 4.5 26.4 13.7 34.7 27c.9 1.5 1.8 2.9 2.5 4.4l28.9-50c6.6-11.5 2.7-26.2-8.8-32.8s-26.2-2.7-32.8 8.8zm46.4 63.7l-26.8 46.4c-.6 6-2.1 11.8-4.3 17.4h49.8l23-39.8c6.6-11.5 2.7-26.2-8.8-32.8s-26.2-2.7-32.8 8.8zM315.1 175c-9.4-15-29.1-19.5-44.1-10.2l-60.2 37.6C159.3 234.7 128 291.2 128 352v8c0 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.4C215.1 501 246.3 512 280 512h176c13.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-24H364c-6.6 0-12-5.4-12-12s5.4-12 12-12h156c13.3 0 24-10.7 24-24s-10.7-24-24-24H364c-6.6 0-12-5.4-12-12s5.4-12 12-12h124c13.3 0 24-10.7 24-24s-10.7-24-24-24H258.8l46.2-28.9c15-9.4 19.5-29.1 10.2-44.1z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidHandsBubbles(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M416 64a32 32 0 1 0 0-64a32 32 0 1 0 0 64m96 128a32 32 0 1 0 0-64a32 32 0 1 0 0 64M160 464a48 48 0 1 0-96 0a48 48 0 1 0 96 0M32 160l.1 72.6c.1 52.2 24 101 64 133.1c-.1-1.9-.1-3.8-.1-5.7v-8c0-71.8 37-138.6 97.9-176.7l60.2-37.6c8.6-5.4 17.9-8.4 27.3-9.4l45.9-79.5c6.6-11.5 2.7-26.2-8.8-32.8s-26.2-2.7-32.8 8.8l-78 135.1c-3.3 5.7-10.7 7.7-16.4 4.4s-7.7-10.7-4.4-16.4l62-107.4c6.6-11.5 2.7-26.2-8.8-32.8S214 5 207.4 16.5l-68 117.8l-43.3 75L96 160c0-17.7-14.4-32-32-32s-32 14.4-32 32m300.1-71.5L307.5 131c13.9 4.5 26.4 13.7 34.7 27c.9 1.5 1.8 2.9 2.5 4.4l28.9-50c6.6-11.5 2.7-26.2-8.8-32.8s-26.2-2.7-32.8 8.8zm46.4 63.7l-26.8 46.4c-.6 6-2.1 11.8-4.3 17.4h49.8l23-39.8c6.6-11.5 2.7-26.2-8.8-32.8s-26.2-2.7-32.8 8.8zM315.1 175c-9.4-15-29.1-19.5-44.1-10.2l-60.2 37.6C159.3 234.7 128 291.2 128 352v8c0 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.4C215.1 501 246.3 512 280 512h176c13.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-24H364c-6.6 0-12-5.4-12-12s5.4-12 12-12h156c13.3 0 24-10.7 24-24s-10.7-24-24-24H364c-6.6 0-12-5.4-12-12s5.4-12 12-12h124c13.3 0 24-10.7 24-24s-10.7-24-24-24H258.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 576 512"><path fill="currentColor" d="M416 64a32 32 0 1 0 0-64a32 32 0 1 0 0 64m96 128a32 32 0 1 0 0-64a32 32 0 1 0 0 64M160 464a48 48 0 1 0-96 0a48 48 0 1 0 96 0M32 160l.1 72.6c.1 52.2 24 101 64 133.1c-.1-1.9-.1-3.8-.1-5.7v-8c0-71.8 37-138.6 97.9-176.7l60.2-37.6c8.6-5.4 17.9-8.4 27.3-9.4l45.9-79.5c6.6-11.5 2.7-26.2-8.8-32.8s-26.2-2.7-32.8 8.8l-78 135.1c-3.3 5.7-10.7 7.7-16.4 4.4s-7.7-10.7-4.4-16.4l62-107.4c6.6-11.5 2.7-26.2-8.8-32.8S214 5 207.4 16.5l-68 117.8l-43.3 75L96 160c0-17.7-14.4-32-32-32s-32 14.4-32 32m300.1-71.5L307.5 131c13.9 4.5 26.4 13.7 34.7 27c.9 1.5 1.8 2.9 2.5 4.4l28.9-50c6.6-11.5 2.7-26.2-8.8-32.8s-26.2-2.7-32.8 8.8zm46.4 63.7l-26.8 46.4c-.6 6-2.1 11.8-4.3 17.4h49.8l23-39.8c6.6-11.5 2.7-26.2-8.8-32.8s-26.2-2.7-32.8 8.8zM315.1 175c-9.4-15-29.1-19.5-44.1-10.2l-60.2 37.6C159.3 234.7 128 291.2 128 352v8c0 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.4C215.1 501 246.3 512 280 512h176c13.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-24H364c-6.6 0-12-5.4-12-12s5.4-12 12-12h156c13.3 0 24-10.7 24-24s-10.7-24-24-24H364c-6.6 0-12-5.4-12-12s5.4-12 12-12h124c13.3 0 24-10.7 24-24s-10.7-24-24-24H258.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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M416%2064a32%2032%200%201%200%200-64a32%2032%200%201%200%200%2064m96%20128a32%2032%200%201%200%200-64a32%2032%200%201%200%200%2064M160%20464a48%2048%200%201%200-96%200a48%2048%200%201%200%2096%200M32%20160l.1%2072.6c.1%2052.2%2024%20101%2064%20133.1c-.1-1.9-.1-3.8-.1-5.7v-8c0-71.8%2037-138.6%2097.9-176.7l60.2-37.6c8.6-5.4%2017.9-8.4%2027.3-9.4l45.9-79.5c6.6-11.5%202.7-26.2-8.8-32.8s-26.2-2.7-32.8%208.8l-78%20135.1c-3.3%205.7-10.7%207.7-16.4%204.4s-7.7-10.7-4.4-16.4l62-107.4c6.6-11.5%202.7-26.2-8.8-32.8S214%205%20207.4%2016.5l-68%20117.8l-43.3%2075L96%20160c0-17.7-14.4-32-32-32s-32%2014.4-32%2032m300.1-71.5L307.5%20131c13.9%204.5%2026.4%2013.7%2034.7%2027c.9%201.5%201.8%202.9%202.5%204.4l28.9-50c6.6-11.5%202.7-26.2-8.8-32.8s-26.2-2.7-32.8%208.8zm46.4%2063.7l-26.8%2046.4c-.6%206-2.1%2011.8-4.3%2017.4h49.8l23-39.8c6.6-11.5%202.7-26.2-8.8-32.8s-26.2-2.7-32.8%208.8zM315.1%20175c-9.4-15-29.1-19.5-44.1-10.2l-60.2%2037.6C159.3%20234.7%20128%20291.2%20128%20352v8c0%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.4C215.1%20501%20246.3%20512%20280%20512h176c13.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-24H364c-6.6%200-12-5.4-12-12s5.4-12%2012-12h156c13.3%200%2024-10.7%2024-24s-10.7-24-24-24H364c-6.6%200-12-5.4-12-12s5.4-12%2012-12h124c13.3%200%2024-10.7%2024-24s-10.7-24-24-24H258.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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M416%2064a32%2032%200%201%200%200-64a32%2032%200%201%200%200%2064m96%20128a32%2032%200%201%200%200-64a32%2032%200%201%200%200%2064M160%20464a48%2048%200%201%200-96%200a48%2048%200%201%200%2096%200M32%20160l.1%2072.6c.1%2052.2%2024%20101%2064%20133.1c-.1-1.9-.1-3.8-.1-5.7v-8c0-71.8%2037-138.6%2097.9-176.7l60.2-37.6c8.6-5.4%2017.9-8.4%2027.3-9.4l45.9-79.5c6.6-11.5%202.7-26.2-8.8-32.8s-26.2-2.7-32.8%208.8l-78%20135.1c-3.3%205.7-10.7%207.7-16.4%204.4s-7.7-10.7-4.4-16.4l62-107.4c6.6-11.5%202.7-26.2-8.8-32.8S214%205%20207.4%2016.5l-68%20117.8l-43.3%2075L96%20160c0-17.7-14.4-32-32-32s-32%2014.4-32%2032m300.1-71.5L307.5%20131c13.9%204.5%2026.4%2013.7%2034.7%2027c.9%201.5%201.8%202.9%202.5%204.4l28.9-50c6.6-11.5%202.7-26.2-8.8-32.8s-26.2-2.7-32.8%208.8zm46.4%2063.7l-26.8%2046.4c-.6%206-2.1%2011.8-4.3%2017.4h49.8l23-39.8c6.6-11.5%202.7-26.2-8.8-32.8s-26.2-2.7-32.8%208.8zM315.1%20175c-9.4-15-29.1-19.5-44.1-10.2l-60.2%2037.6C159.3%20234.7%20128%20291.2%20128%20352v8c0%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.4C215.1%20501%20246.3%20512%20280%20512h176c13.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-24H364c-6.6%200-12-5.4-12-12s5.4-12%2012-12h156c13.3%200%2024-10.7%2024-24s-10.7-24-24-24H364c-6.6%200-12-5.4-12-12s5.4-12%2012-12h124c13.3%200%2024-10.7%2024-24s-10.7-24-24-24H258.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/fa6-solid/hands-bubbles.svg?color=%231a73e8&size=48