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

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

The same icon in other sets

More hands icons from Font Awesome 6 Solid

Use the hand sparkles icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M320 0c17.7 0 32 14.3 32 32v208c0 8.8 7.2 16 16 16s16-7.2 16-16V64c0-17.7 14.3-32 32-32s32 14.3 32 32v176c0 8.8 7.2 16 16 16s16-7.2 16-16V128c0-17.7 14.3-32 32-32s32 14.3 32 32v195.1c-11.9 4.8-21.3 14.9-25 27.8l-8.9 31.2l-31.2 8.9c-18.3 5.3-30.9 22-30.9 41c0 18.9 12.5 35.6 30.6 40.9C448.4 497.4 409.9 512 368 512h-19.2c-59.6 0-116.9-22.9-160-64L76.4 341c-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.6V64c0-17.7 14.3-32 32-32s32 14.3 32 32v176c0 8.8 7.2 16 16 16s16-7.2 16-16V32c0-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 352l-25.4 7.3c-3.9 1.1-6.6 4.7-6.6 8.7s2.7 7.6 6.6 8.7L288 384l7.3 25.4c1.1 3.9 4.7 6.6 8.7 6.6s7.6-2.7 8.7-6.6L320 384l25.4-7.3c3.9-1.1 6.6-4.7 6.6-8.7s-2.7-7.6-6.6-8.7L320 352zM104 120l48.3 13.8c4.6 1.3 7.7 5.5 7.7 10.2s-3.1 8.9-7.7 10.2L104 168l-13.8 48.3c-1.3 4.6-5.5 7.7-10.2 7.7s-8.9-3.1-10.2-7.7L56 168L7.7 154.2C3.1 152.9 0 148.7 0 144s3.1-8.9 7.7-10.2L56 120l13.8-48.3C71.1 67.1 75.3 64 80 64s8.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 456l-13.8 48.3c-1.3 4.6-5.5 7.7-10.2 7.7s-8.9-3.1-10.2-7.7L536 456l-48.3-13.8c-4.6-1.3-7.7-5.5-7.7-10.2s3.1-8.9 7.7-10.2L536 408l13.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 Fa6SolidHandSparkles(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M320 0c17.7 0 32 14.3 32 32v208c0 8.8 7.2 16 16 16s16-7.2 16-16V64c0-17.7 14.3-32 32-32s32 14.3 32 32v176c0 8.8 7.2 16 16 16s16-7.2 16-16V128c0-17.7 14.3-32 32-32s32 14.3 32 32v195.1c-11.9 4.8-21.3 14.9-25 27.8l-8.9 31.2l-31.2 8.9c-18.3 5.3-30.9 22-30.9 41c0 18.9 12.5 35.6 30.6 40.9C448.4 497.4 409.9 512 368 512h-19.2c-59.6 0-116.9-22.9-160-64L76.4 341c-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.6V64c0-17.7 14.3-32 32-32s32 14.3 32 32v176c0 8.8 7.2 16 16 16s16-7.2 16-16V32c0-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 352l-25.4 7.3c-3.9 1.1-6.6 4.7-6.6 8.7s2.7 7.6 6.6 8.7L288 384l7.3 25.4c1.1 3.9 4.7 6.6 8.7 6.6s7.6-2.7 8.7-6.6L320 384l25.4-7.3c3.9-1.1 6.6-4.7 6.6-8.7s-2.7-7.6-6.6-8.7L320 352zM104 120l48.3 13.8c4.6 1.3 7.7 5.5 7.7 10.2s-3.1 8.9-7.7 10.2L104 168l-13.8 48.3c-1.3 4.6-5.5 7.7-10.2 7.7s-8.9-3.1-10.2-7.7L56 168L7.7 154.2C3.1 152.9 0 148.7 0 144s3.1-8.9 7.7-10.2L56 120l13.8-48.3C71.1 67.1 75.3 64 80 64s8.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 456l-13.8 48.3c-1.3 4.6-5.5 7.7-10.2 7.7s-8.9-3.1-10.2-7.7L536 456l-48.3-13.8c-4.6-1.3-7.7-5.5-7.7-10.2s3.1-8.9 7.7-10.2L536 408l13.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 512"><path fill="currentColor" d="M320 0c17.7 0 32 14.3 32 32v208c0 8.8 7.2 16 16 16s16-7.2 16-16V64c0-17.7 14.3-32 32-32s32 14.3 32 32v176c0 8.8 7.2 16 16 16s16-7.2 16-16V128c0-17.7 14.3-32 32-32s32 14.3 32 32v195.1c-11.9 4.8-21.3 14.9-25 27.8l-8.9 31.2l-31.2 8.9c-18.3 5.3-30.9 22-30.9 41c0 18.9 12.5 35.6 30.6 40.9C448.4 497.4 409.9 512 368 512h-19.2c-59.6 0-116.9-22.9-160-64L76.4 341c-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.6V64c0-17.7 14.3-32 32-32s32 14.3 32 32v176c0 8.8 7.2 16 16 16s16-7.2 16-16V32c0-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 352l-25.4 7.3c-3.9 1.1-6.6 4.7-6.6 8.7s2.7 7.6 6.6 8.7L288 384l7.3 25.4c1.1 3.9 4.7 6.6 8.7 6.6s7.6-2.7 8.7-6.6L320 384l25.4-7.3c3.9-1.1 6.6-4.7 6.6-8.7s-2.7-7.6-6.6-8.7L320 352zM104 120l48.3 13.8c4.6 1.3 7.7 5.5 7.7 10.2s-3.1 8.9-7.7 10.2L104 168l-13.8 48.3c-1.3 4.6-5.5 7.7-10.2 7.7s-8.9-3.1-10.2-7.7L56 168L7.7 154.2C3.1 152.9 0 148.7 0 144s3.1-8.9 7.7-10.2L56 120l13.8-48.3C71.1 67.1 75.3 64 80 64s8.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 456l-13.8 48.3c-1.3 4.6-5.5 7.7-10.2 7.7s-8.9-3.1-10.2-7.7L536 456l-48.3-13.8c-4.6-1.3-7.7-5.5-7.7-10.2s3.1-8.9 7.7-10.2L536 408l13.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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%200c17.7%200%2032%2014.3%2032%2032v208c0%208.8%207.2%2016%2016%2016s16-7.2%2016-16V64c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032v176c0%208.8%207.2%2016%2016%2016s16-7.2%2016-16V128c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032v195.1c-11.9%204.8-21.3%2014.9-25%2027.8l-8.9%2031.2l-31.2%208.9c-18.3%205.3-30.9%2022-30.9%2041c0%2018.9%2012.5%2035.6%2030.6%2040.9C448.4%20497.4%20409.9%20512%20368%20512h-19.2c-59.6%200-116.9-22.9-160-64L76.4%20341c-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.6V64c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032v176c0%208.8%207.2%2016%2016%2016s16-7.2%2016-16V32c0-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%20352l-25.4%207.3c-3.9%201.1-6.6%204.7-6.6%208.7s2.7%207.6%206.6%208.7L288%20384l7.3%2025.4c1.1%203.9%204.7%206.6%208.7%206.6s7.6-2.7%208.7-6.6L320%20384l25.4-7.3c3.9-1.1%206.6-4.7%206.6-8.7s-2.7-7.6-6.6-8.7L320%20352zM104%20120l48.3%2013.8c4.6%201.3%207.7%205.5%207.7%2010.2s-3.1%208.9-7.7%2010.2L104%20168l-13.8%2048.3c-1.3%204.6-5.5%207.7-10.2%207.7s-8.9-3.1-10.2-7.7L56%20168L7.7%20154.2C3.1%20152.9%200%20148.7%200%20144s3.1-8.9%207.7-10.2L56%20120l13.8-48.3C71.1%2067.1%2075.3%2064%2080%2064s8.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%20456l-13.8%2048.3c-1.3%204.6-5.5%207.7-10.2%207.7s-8.9-3.1-10.2-7.7L536%20456l-48.3-13.8c-4.6-1.3-7.7-5.5-7.7-10.2s3.1-8.9%207.7-10.2L536%20408l13.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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%200c17.7%200%2032%2014.3%2032%2032v208c0%208.8%207.2%2016%2016%2016s16-7.2%2016-16V64c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032v176c0%208.8%207.2%2016%2016%2016s16-7.2%2016-16V128c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032v195.1c-11.9%204.8-21.3%2014.9-25%2027.8l-8.9%2031.2l-31.2%208.9c-18.3%205.3-30.9%2022-30.9%2041c0%2018.9%2012.5%2035.6%2030.6%2040.9C448.4%20497.4%20409.9%20512%20368%20512h-19.2c-59.6%200-116.9-22.9-160-64L76.4%20341c-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.6V64c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032v176c0%208.8%207.2%2016%2016%2016s16-7.2%2016-16V32c0-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%20352l-25.4%207.3c-3.9%201.1-6.6%204.7-6.6%208.7s2.7%207.6%206.6%208.7L288%20384l7.3%2025.4c1.1%203.9%204.7%206.6%208.7%206.6s7.6-2.7%208.7-6.6L320%20384l25.4-7.3c3.9-1.1%206.6-4.7%206.6-8.7s-2.7-7.6-6.6-8.7L320%20352zM104%20120l48.3%2013.8c4.6%201.3%207.7%205.5%207.7%2010.2s-3.1%208.9-7.7%2010.2L104%20168l-13.8%2048.3c-1.3%204.6-5.5%207.7-10.2%207.7s-8.9-3.1-10.2-7.7L56%20168L7.7%20154.2C3.1%20152.9%200%20148.7%200%20144s3.1-8.9%207.7-10.2L56%20120l13.8-48.3C71.1%2067.1%2075.3%2064%2080%2064s8.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%20456l-13.8%2048.3c-1.3%204.6-5.5%207.7-10.2%207.7s-8.9-3.1-10.2-7.7L536%20456l-48.3-13.8c-4.6-1.3-7.7-5.5-7.7-10.2s3.1-8.9%207.7-10.2L536%20408l13.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/fa6-solid/hand-sparkles.svg?color=%231a73e8&size=48