hands holding circle icon
hands-holding-circle from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.
- Name
- hands-holding-circle
- 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 holding circle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 64c70.7 0 128 57.3 128 128s-57.3 128-128 128s-128-57.3-128-128S249.3 64 320 64M40 128c22.1 0 40 17.9 40 40v160.2c0 17 6.7 33.3 18.7 45.3l51.1 51.1c8.3 8.3 21.3 9.6 31 3.1c12.9-8.6 14.7-26.9 3.7-37.8l-47.2-47.2c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l47.2 47.2l25.3 25.3c21 21 32.8 49.5 32.8 79.2V528c0 26.5-21.5 48-48 48h-66.7c-17 0-33.3-6.7-45.3-18.7l-99.8-99.9C10.1 439.4 0 415 0 389.5V168c0-22.1 17.9-40 40-40m560 0c22.1 0 40 17.9 40 40v221.5c0 25.5-10.1 49.9-28.1 67.9L512 557.3c-12 12-28.3 18.7-45.3 18.7H400c-26.5 0-48-21.5-48-48v-78.9c0-29.7 11.8-58.2 32.8-79.2l25.3-25.3l47.2-47.2c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-47.2 47.2c-11 11-9.2 29.2 3.7 37.8c9.7 6.5 22.7 5.2 31-3.1l51.1-51.1c12-12 18.7-28.3 18.7-45.3L560 168c0-22.1 17.9-40 40-40"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidHandsHoldingCircle(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="M320 64c70.7 0 128 57.3 128 128s-57.3 128-128 128s-128-57.3-128-128S249.3 64 320 64M40 128c22.1 0 40 17.9 40 40v160.2c0 17 6.7 33.3 18.7 45.3l51.1 51.1c8.3 8.3 21.3 9.6 31 3.1c12.9-8.6 14.7-26.9 3.7-37.8l-47.2-47.2c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l47.2 47.2l25.3 25.3c21 21 32.8 49.5 32.8 79.2V528c0 26.5-21.5 48-48 48h-66.7c-17 0-33.3-6.7-45.3-18.7l-99.8-99.9C10.1 439.4 0 415 0 389.5V168c0-22.1 17.9-40 40-40m560 0c22.1 0 40 17.9 40 40v221.5c0 25.5-10.1 49.9-28.1 67.9L512 557.3c-12 12-28.3 18.7-45.3 18.7H400c-26.5 0-48-21.5-48-48v-78.9c0-29.7 11.8-58.2 32.8-79.2l25.3-25.3l47.2-47.2c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-47.2 47.2c-11 11-9.2 29.2 3.7 37.8c9.7 6.5 22.7 5.2 31-3.1l51.1-51.1c12-12 18.7-28.3 18.7-45.3L560 168c0-22.1 17.9-40 40-40"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 64c70.7 0 128 57.3 128 128s-57.3 128-128 128s-128-57.3-128-128S249.3 64 320 64M40 128c22.1 0 40 17.9 40 40v160.2c0 17 6.7 33.3 18.7 45.3l51.1 51.1c8.3 8.3 21.3 9.6 31 3.1c12.9-8.6 14.7-26.9 3.7-37.8l-47.2-47.2c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l47.2 47.2l25.3 25.3c21 21 32.8 49.5 32.8 79.2V528c0 26.5-21.5 48-48 48h-66.7c-17 0-33.3-6.7-45.3-18.7l-99.8-99.9C10.1 439.4 0 415 0 389.5V168c0-22.1 17.9-40 40-40m560 0c22.1 0 40 17.9 40 40v221.5c0 25.5-10.1 49.9-28.1 67.9L512 557.3c-12 12-28.3 18.7-45.3 18.7H400c-26.5 0-48-21.5-48-48v-78.9c0-29.7 11.8-58.2 32.8-79.2l25.3-25.3l47.2-47.2c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-47.2 47.2c-11 11-9.2 29.2 3.7 37.8c9.7 6.5 22.7 5.2 31-3.1l51.1-51.1c12-12 18.7-28.3 18.7-45.3L560 168c0-22.1 17.9-40 40-40"/></svg> </template>
CSS
.icon-hands-holding-circle {
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%22M320%2064c70.7%200%20128%2057.3%20128%20128s-57.3%20128-128%20128s-128-57.3-128-128S249.3%2064%20320%2064M40%20128c22.1%200%2040%2017.9%2040%2040v160.2c0%2017%206.7%2033.3%2018.7%2045.3l51.1%2051.1c8.3%208.3%2021.3%209.6%2031%203.1c12.9-8.6%2014.7-26.9%203.7-37.8l-47.2-47.2c-12.5-12.5-12.5-32.8%200-45.3s32.8-12.5%2045.3%200l47.2%2047.2l25.3%2025.3c21%2021%2032.8%2049.5%2032.8%2079.2V528c0%2026.5-21.5%2048-48%2048h-66.7c-17%200-33.3-6.7-45.3-18.7l-99.8-99.9C10.1%20439.4%200%20415%200%20389.5V168c0-22.1%2017.9-40%2040-40m560%200c22.1%200%2040%2017.9%2040%2040v221.5c0%2025.5-10.1%2049.9-28.1%2067.9L512%20557.3c-12%2012-28.3%2018.7-45.3%2018.7H400c-26.5%200-48-21.5-48-48v-78.9c0-29.7%2011.8-58.2%2032.8-79.2l25.3-25.3l47.2-47.2c12.5-12.5%2032.8-12.5%2045.3%200s12.5%2032.8%200%2045.3l-47.2%2047.2c-11%2011-9.2%2029.2%203.7%2037.8c9.7%206.5%2022.7%205.2%2031-3.1l51.1-51.1c12-12%2018.7-28.3%2018.7-45.3L560%20168c0-22.1%2017.9-40%2040-40%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%22M320%2064c70.7%200%20128%2057.3%20128%20128s-57.3%20128-128%20128s-128-57.3-128-128S249.3%2064%20320%2064M40%20128c22.1%200%2040%2017.9%2040%2040v160.2c0%2017%206.7%2033.3%2018.7%2045.3l51.1%2051.1c8.3%208.3%2021.3%209.6%2031%203.1c12.9-8.6%2014.7-26.9%203.7-37.8l-47.2-47.2c-12.5-12.5-12.5-32.8%200-45.3s32.8-12.5%2045.3%200l47.2%2047.2l25.3%2025.3c21%2021%2032.8%2049.5%2032.8%2079.2V528c0%2026.5-21.5%2048-48%2048h-66.7c-17%200-33.3-6.7-45.3-18.7l-99.8-99.9C10.1%20439.4%200%20415%200%20389.5V168c0-22.1%2017.9-40%2040-40m560%200c22.1%200%2040%2017.9%2040%2040v221.5c0%2025.5-10.1%2049.9-28.1%2067.9L512%20557.3c-12%2012-28.3%2018.7-45.3%2018.7H400c-26.5%200-48-21.5-48-48v-78.9c0-29.7%2011.8-58.2%2032.8-79.2l25.3-25.3l47.2-47.2c12.5-12.5%2032.8-12.5%2045.3%200s12.5%2032.8%200%2045.3l-47.2%2047.2c-11%2011-9.2%2029.2%203.7%2037.8c9.7%206.5%2022.7%205.2%2031-3.1l51.1-51.1c12-12%2018.7-28.3%2018.7-45.3L560%20168c0-22.1%2017.9-40%2040-40%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/hands-holding-circle.svg?color=%231a73e8&size=48