sparkles from Emoji One (Colored) by Emoji One · Default · Activities · CC-BY-4.0 Attribution required.

Name
sparkles
Set
Emoji One (Colored)
Style
Default
Category
Activities
Viewbox
64×64
License
CC BY 4.0

The same emoji in other sets

More activities icons from Emoji One (Colored)

Use the sparkles emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#ffe54d" d="M22 0c0 16.9-9.1 32-22 32c12.9 0 22 15.1 22 32c0-16.9 9.1-32 22-32c-12.9 0-22-15.1-22-32"/><path fill="#6adbc6" d="M53 0c0 8.4-4.6 16-11 16c6.4 0 11 7.6 11 16c0-8.4 4.6-16 11-16c-6.4 0-11-7.6-11-16"/><path fill="#ff73c0" d="M48 32c0 8.4-4.6 16-11 16c6.4 0 11 7.6 11 16c0-8.4 4.6-16 11-16c-6.4 0-11-7.6-11-16"/></svg>

React

import type { SVGProps } from "react";

export function EmojioneSparkles(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#ffe54d" d="M22 0c0 16.9-9.1 32-22 32c12.9 0 22 15.1 22 32c0-16.9 9.1-32 22-32c-12.9 0-22-15.1-22-32"/><path fill="#6adbc6" d="M53 0c0 8.4-4.6 16-11 16c6.4 0 11 7.6 11 16c0-8.4 4.6-16 11-16c-6.4 0-11-7.6-11-16"/><path fill="#ff73c0" d="M48 32c0 8.4-4.6 16-11 16c6.4 0 11 7.6 11 16c0-8.4 4.6-16 11-16c-6.4 0-11-7.6-11-16"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#ffe54d" d="M22 0c0 16.9-9.1 32-22 32c12.9 0 22 15.1 22 32c0-16.9 9.1-32 22-32c-12.9 0-22-15.1-22-32"/><path fill="#6adbc6" d="M53 0c0 8.4-4.6 16-11 16c6.4 0 11 7.6 11 16c0-8.4 4.6-16 11-16c-6.4 0-11-7.6-11-16"/><path fill="#ff73c0" d="M48 32c0 8.4-4.6 16-11 16c6.4 0 11 7.6 11 16c0-8.4 4.6-16 11-16c-6.4 0-11-7.6-11-16"/></svg>
</template>

CSS

.icon-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%2064%2064%22%3E%3Cpath%20fill%3D%22%23ffe54d%22%20d%3D%22M22%200c0%2016.9-9.1%2032-22%2032c12.9%200%2022%2015.1%2022%2032c0-16.9%209.1-32%2022-32c-12.9%200-22-15.1-22-32%22%2F%3E%3Cpath%20fill%3D%22%236adbc6%22%20d%3D%22M53%200c0%208.4-4.6%2016-11%2016c6.4%200%2011%207.6%2011%2016c0-8.4%204.6-16%2011-16c-6.4%200-11-7.6-11-16%22%2F%3E%3Cpath%20fill%3D%22%23ff73c0%22%20d%3D%22M48%2032c0%208.4-4.6%2016-11%2016c6.4%200%2011%207.6%2011%2016c0-8.4%204.6-16%2011-16c-6.4%200-11-7.6-11-16%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%2064%2064%22%3E%3Cpath%20fill%3D%22%23ffe54d%22%20d%3D%22M22%200c0%2016.9-9.1%2032-22%2032c12.9%200%2022%2015.1%2022%2032c0-16.9%209.1-32%2022-32c-12.9%200-22-15.1-22-32%22%2F%3E%3Cpath%20fill%3D%22%236adbc6%22%20d%3D%22M53%200c0%208.4-4.6%2016-11%2016c6.4%200%2011%207.6%2011%2016c0-8.4%204.6-16%2011-16c-6.4%200-11-7.6-11-16%22%2F%3E%3Cpath%20fill%3D%22%23ff73c0%22%20d%3D%22M48%2032c0%208.4-4.6%2016-11%2016c6.4%200%2011%207.6%2011%2016c0-8.4%204.6-16%2011-16c-6.4%200-11-7.6-11-16%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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