hand-sparkles from Font Awesome Solid by Dave Gandy · Solid · Hands · CC-BY-4.0 Attribution required.

Name
hand-sparkles
Set
Font Awesome Solid
Style
Solid
Category
Hands
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More hands icons from Font Awesome Solid

Use the hand sparkles icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 64c17.7 0 32 14.3 32 32v208c0 8.8 7.2 16 16 16s16-7.2 16-16V128c0-17.7 14.3-32 32-32s32 14.3 32 32v176c0 8.8 7.2 16 16 16s16-7.2 16-16V192c0-17.7 14.3-32 32-32s32 14.3 32 32v178.2c-19.2 5.4-34.7 20.4-40.4 40.3l-6.5 22.7l-22.7 6.5c-25.2 7.2-42.5 30.2-42.5 56.4c0 22.1 12.4 42 31.4 51.9c-27.5 17.8-60.2 28.1-95.4 28.1h-19.2c-59.6 0-116.9-22.9-160-64L76.4 405c-16-15.2-16.6-40.6-1.4-56.6s40.6-16.6 56.6-1.4l60.5 57.6c0-1.5-.1-3.1-.1-4.6V128c0-17.7 14.3-32 32-32s32 14.3 32 32v176c0 8.8 7.2 16 16 16s16-7.2 16-16V96c0-17.7 14.3-32 32-32m-7.3 326.6c-1.1-3.9-4.7-6.6-8.7-6.6s-7.6 2.7-8.7 6.6L288 416l-25.4 7.3c-3.9 1.1-6.6 4.7-6.6 8.7s2.7 7.6 6.6 8.7L288 448l7.3 25.4c1.1 3.9 4.7 6.6 8.7 6.6s7.6-2.7 8.7-6.6L320 448l25.4-7.3c3.9-1.1 6.6-4.7 6.6-8.7s-2.7-7.6-6.6-8.7L320 416zM104 184l48.3 13.8c4.6 1.3 7.7 5.5 7.7 10.2s-3.1 8.9-7.7 10.2L104 232l-13.8 48.3c-1.3 4.6-5.5 7.7-10.2 7.7s-8.9-3.1-10.2-7.7L56 232L7.7 218.2C3.1 216.9 0 212.7 0 208s3.1-8.9 7.7-10.2L56 184l13.8-48.3c1.3-4.6 5.5-7.7 10.2-7.7s8.9 3.1 10.2 7.7zm480 288l48.3 13.8c4.6 1.3 7.7 5.5 7.7 10.2s-3.1 8.9-7.7 10.2L584 520l-13.8 48.3c-1.3 4.6-5.5 7.7-10.2 7.7s-8.9-3.1-10.2-7.7L536 520l-48.3-13.8c-4.6-1.3-7.7-5.5-7.7-10.2s3.1-8.9 7.7-10.2L536 472l13.8-48.3c1.3-4.6 5.5-7.7 10.2-7.7s8.9 3.1 10.2 7.7z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidHandSparkles(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 64c17.7 0 32 14.3 32 32v208c0 8.8 7.2 16 16 16s16-7.2 16-16V128c0-17.7 14.3-32 32-32s32 14.3 32 32v176c0 8.8 7.2 16 16 16s16-7.2 16-16V192c0-17.7 14.3-32 32-32s32 14.3 32 32v178.2c-19.2 5.4-34.7 20.4-40.4 40.3l-6.5 22.7l-22.7 6.5c-25.2 7.2-42.5 30.2-42.5 56.4c0 22.1 12.4 42 31.4 51.9c-27.5 17.8-60.2 28.1-95.4 28.1h-19.2c-59.6 0-116.9-22.9-160-64L76.4 405c-16-15.2-16.6-40.6-1.4-56.6s40.6-16.6 56.6-1.4l60.5 57.6c0-1.5-.1-3.1-.1-4.6V128c0-17.7 14.3-32 32-32s32 14.3 32 32v176c0 8.8 7.2 16 16 16s16-7.2 16-16V96c0-17.7 14.3-32 32-32m-7.3 326.6c-1.1-3.9-4.7-6.6-8.7-6.6s-7.6 2.7-8.7 6.6L288 416l-25.4 7.3c-3.9 1.1-6.6 4.7-6.6 8.7s2.7 7.6 6.6 8.7L288 448l7.3 25.4c1.1 3.9 4.7 6.6 8.7 6.6s7.6-2.7 8.7-6.6L320 448l25.4-7.3c3.9-1.1 6.6-4.7 6.6-8.7s-2.7-7.6-6.6-8.7L320 416zM104 184l48.3 13.8c4.6 1.3 7.7 5.5 7.7 10.2s-3.1 8.9-7.7 10.2L104 232l-13.8 48.3c-1.3 4.6-5.5 7.7-10.2 7.7s-8.9-3.1-10.2-7.7L56 232L7.7 218.2C3.1 216.9 0 212.7 0 208s3.1-8.9 7.7-10.2L56 184l13.8-48.3c1.3-4.6 5.5-7.7 10.2-7.7s8.9 3.1 10.2 7.7zm480 288l48.3 13.8c4.6 1.3 7.7 5.5 7.7 10.2s-3.1 8.9-7.7 10.2L584 520l-13.8 48.3c-1.3 4.6-5.5 7.7-10.2 7.7s-8.9-3.1-10.2-7.7L536 520l-48.3-13.8c-4.6-1.3-7.7-5.5-7.7-10.2s3.1-8.9 7.7-10.2L536 472l13.8-48.3c1.3-4.6 5.5-7.7 10.2-7.7s8.9 3.1 10.2 7.7z"/></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 64c17.7 0 32 14.3 32 32v208c0 8.8 7.2 16 16 16s16-7.2 16-16V128c0-17.7 14.3-32 32-32s32 14.3 32 32v176c0 8.8 7.2 16 16 16s16-7.2 16-16V192c0-17.7 14.3-32 32-32s32 14.3 32 32v178.2c-19.2 5.4-34.7 20.4-40.4 40.3l-6.5 22.7l-22.7 6.5c-25.2 7.2-42.5 30.2-42.5 56.4c0 22.1 12.4 42 31.4 51.9c-27.5 17.8-60.2 28.1-95.4 28.1h-19.2c-59.6 0-116.9-22.9-160-64L76.4 405c-16-15.2-16.6-40.6-1.4-56.6s40.6-16.6 56.6-1.4l60.5 57.6c0-1.5-.1-3.1-.1-4.6V128c0-17.7 14.3-32 32-32s32 14.3 32 32v176c0 8.8 7.2 16 16 16s16-7.2 16-16V96c0-17.7 14.3-32 32-32m-7.3 326.6c-1.1-3.9-4.7-6.6-8.7-6.6s-7.6 2.7-8.7 6.6L288 416l-25.4 7.3c-3.9 1.1-6.6 4.7-6.6 8.7s2.7 7.6 6.6 8.7L288 448l7.3 25.4c1.1 3.9 4.7 6.6 8.7 6.6s7.6-2.7 8.7-6.6L320 448l25.4-7.3c3.9-1.1 6.6-4.7 6.6-8.7s-2.7-7.6-6.6-8.7L320 416zM104 184l48.3 13.8c4.6 1.3 7.7 5.5 7.7 10.2s-3.1 8.9-7.7 10.2L104 232l-13.8 48.3c-1.3 4.6-5.5 7.7-10.2 7.7s-8.9-3.1-10.2-7.7L56 232L7.7 218.2C3.1 216.9 0 212.7 0 208s3.1-8.9 7.7-10.2L56 184l13.8-48.3c1.3-4.6 5.5-7.7 10.2-7.7s8.9 3.1 10.2 7.7zm480 288l48.3 13.8c4.6 1.3 7.7 5.5 7.7 10.2s-3.1 8.9-7.7 10.2L584 520l-13.8 48.3c-1.3 4.6-5.5 7.7-10.2 7.7s-8.9-3.1-10.2-7.7L536 520l-48.3-13.8c-4.6-1.3-7.7-5.5-7.7-10.2s3.1-8.9 7.7-10.2L536 472l13.8-48.3c1.3-4.6 5.5-7.7 10.2-7.7s8.9 3.1 10.2 7.7z"/></svg>
</template>

CSS

.icon-hand-sparkles {
  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%2064c17.7%200%2032%2014.3%2032%2032v208c0%208.8%207.2%2016%2016%2016s16-7.2%2016-16V128c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032v176c0%208.8%207.2%2016%2016%2016s16-7.2%2016-16V192c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032v178.2c-19.2%205.4-34.7%2020.4-40.4%2040.3l-6.5%2022.7l-22.7%206.5c-25.2%207.2-42.5%2030.2-42.5%2056.4c0%2022.1%2012.4%2042%2031.4%2051.9c-27.5%2017.8-60.2%2028.1-95.4%2028.1h-19.2c-59.6%200-116.9-22.9-160-64L76.4%20405c-16-15.2-16.6-40.6-1.4-56.6s40.6-16.6%2056.6-1.4l60.5%2057.6c0-1.5-.1-3.1-.1-4.6V128c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032v176c0%208.8%207.2%2016%2016%2016s16-7.2%2016-16V96c0-17.7%2014.3-32%2032-32m-7.3%20326.6c-1.1-3.9-4.7-6.6-8.7-6.6s-7.6%202.7-8.7%206.6L288%20416l-25.4%207.3c-3.9%201.1-6.6%204.7-6.6%208.7s2.7%207.6%206.6%208.7L288%20448l7.3%2025.4c1.1%203.9%204.7%206.6%208.7%206.6s7.6-2.7%208.7-6.6L320%20448l25.4-7.3c3.9-1.1%206.6-4.7%206.6-8.7s-2.7-7.6-6.6-8.7L320%20416zM104%20184l48.3%2013.8c4.6%201.3%207.7%205.5%207.7%2010.2s-3.1%208.9-7.7%2010.2L104%20232l-13.8%2048.3c-1.3%204.6-5.5%207.7-10.2%207.7s-8.9-3.1-10.2-7.7L56%20232L7.7%20218.2C3.1%20216.9%200%20212.7%200%20208s3.1-8.9%207.7-10.2L56%20184l13.8-48.3c1.3-4.6%205.5-7.7%2010.2-7.7s8.9%203.1%2010.2%207.7zm480%20288l48.3%2013.8c4.6%201.3%207.7%205.5%207.7%2010.2s-3.1%208.9-7.7%2010.2L584%20520l-13.8%2048.3c-1.3%204.6-5.5%207.7-10.2%207.7s-8.9-3.1-10.2-7.7L536%20520l-48.3-13.8c-4.6-1.3-7.7-5.5-7.7-10.2s3.1-8.9%207.7-10.2L536%20472l13.8-48.3c1.3-4.6%205.5-7.7%2010.2-7.7s8.9%203.1%2010.2%207.7z%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%2064c17.7%200%2032%2014.3%2032%2032v208c0%208.8%207.2%2016%2016%2016s16-7.2%2016-16V128c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032v176c0%208.8%207.2%2016%2016%2016s16-7.2%2016-16V192c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032v178.2c-19.2%205.4-34.7%2020.4-40.4%2040.3l-6.5%2022.7l-22.7%206.5c-25.2%207.2-42.5%2030.2-42.5%2056.4c0%2022.1%2012.4%2042%2031.4%2051.9c-27.5%2017.8-60.2%2028.1-95.4%2028.1h-19.2c-59.6%200-116.9-22.9-160-64L76.4%20405c-16-15.2-16.6-40.6-1.4-56.6s40.6-16.6%2056.6-1.4l60.5%2057.6c0-1.5-.1-3.1-.1-4.6V128c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032v176c0%208.8%207.2%2016%2016%2016s16-7.2%2016-16V96c0-17.7%2014.3-32%2032-32m-7.3%20326.6c-1.1-3.9-4.7-6.6-8.7-6.6s-7.6%202.7-8.7%206.6L288%20416l-25.4%207.3c-3.9%201.1-6.6%204.7-6.6%208.7s2.7%207.6%206.6%208.7L288%20448l7.3%2025.4c1.1%203.9%204.7%206.6%208.7%206.6s7.6-2.7%208.7-6.6L320%20448l25.4-7.3c3.9-1.1%206.6-4.7%206.6-8.7s-2.7-7.6-6.6-8.7L320%20416zM104%20184l48.3%2013.8c4.6%201.3%207.7%205.5%207.7%2010.2s-3.1%208.9-7.7%2010.2L104%20232l-13.8%2048.3c-1.3%204.6-5.5%207.7-10.2%207.7s-8.9-3.1-10.2-7.7L56%20232L7.7%20218.2C3.1%20216.9%200%20212.7%200%20208s3.1-8.9%207.7-10.2L56%20184l13.8-48.3c1.3-4.6%205.5-7.7%2010.2-7.7s8.9%203.1%2010.2%207.7zm480%20288l48.3%2013.8c4.6%201.3%207.7%205.5%207.7%2010.2s-3.1%208.9-7.7%2010.2L584%20520l-13.8%2048.3c-1.3%204.6-5.5%207.7-10.2%207.7s-8.9-3.1-10.2-7.7L536%20520l-48.3-13.8c-4.6-1.3-7.7-5.5-7.7-10.2s3.1-8.9%207.7-10.2L536%20472l13.8-48.3c1.3-4.6%205.5-7.7%2010.2-7.7s8.9%203.1%2010.2%207.7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/hand-sparkles.svg?color=%231a73e8&size=48