pen-sparkle-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.

Name
pen-sparkle-32-filled
Set
Fluent UI System Icons
Style
32 Filled
Viewbox
32×32
License
MIT

12 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the pen sparkle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5.488 8.511a3.5 3.5 0 0 1 .837 1.363l.548 1.682a.664.664 0 0 0 1.254 0l.548-1.682a3.47 3.47 0 0 1 2.197-2.196l1.684-.547a.665.665 0 0 0 0-1.254l-.034-.008l-1.684-.547a3.47 3.47 0 0 1-2.197-2.196l-.547-1.682a.665.665 0 0 0-1.255 0l-.547 1.682l-.014.042a3.47 3.47 0 0 1-2.15 2.154l-1.684.547a.665.665 0 0 0 0 1.254l1.684.546c.513.171.979.46 1.36.842m9.333 4.847l.918.298l.019.004a.362.362 0 0 1 0 .684l-.919.299a1.9 1.9 0 0 0-1.198 1.197l-.299.918a.363.363 0 0 1-.684 0l-.299-.918a1.89 1.89 0 0 0-1.198-1.202l-.919-.298a.362.362 0 0 1 0-.684l.919-.299a1.9 1.9 0 0 0 1.18-1.197l.299-.918a.363.363 0 0 1 .684 0l.298.918a1.89 1.89 0 0 0 1.199 1.197m1.439-1.109c.362.13.676.367.9.68c.222.313.34.687.34 1.07c0 .362-.105.716-.3 1.02a2 2 0 0 1-.94.69l-.91.3a.38.38 0 0 0-.24.23l-.31 1a2 2 0 0 1-.68.9a1.89 1.89 0 0 1-2.16 0a2 2 0 0 1-.69-.94l-.3-.91a.3.3 0 0 0-.09-.15a.4.4 0 0 0-.14-.1l-1-.31a2 2 0 0 1-.265-.118l-5.118 5.118a3.7 3.7 0 0 0-1.002 1.841l-1.333 6.22a1 1 0 0 0 1.188 1.188l6.22-1.333a3.7 3.7 0 0 0 1.84-1.002l14.98-14.98l.275.276a1.5 1.5 0 0 1 0 2.122l-2.232 2.232a1 1 0 0 0 1.414 1.414l2.232-2.232a3.5 3.5 0 0 0 0-4.95l-.275-.276l.9-.9a4.89 4.89 0 0 0-6.914-6.915l-7.027 7.028q.1.17.167.357l.3.91a.34.34 0 0 0 .09.15a.6.6 0 0 0 .14.09l.87.28z"/></svg>

React

import type { SVGProps } from "react";

export function FluentPenSparkle32Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5.488 8.511a3.5 3.5 0 0 1 .837 1.363l.548 1.682a.664.664 0 0 0 1.254 0l.548-1.682a3.47 3.47 0 0 1 2.197-2.196l1.684-.547a.665.665 0 0 0 0-1.254l-.034-.008l-1.684-.547a3.47 3.47 0 0 1-2.197-2.196l-.547-1.682a.665.665 0 0 0-1.255 0l-.547 1.682l-.014.042a3.47 3.47 0 0 1-2.15 2.154l-1.684.547a.665.665 0 0 0 0 1.254l1.684.546c.513.171.979.46 1.36.842m9.333 4.847l.918.298l.019.004a.362.362 0 0 1 0 .684l-.919.299a1.9 1.9 0 0 0-1.198 1.197l-.299.918a.363.363 0 0 1-.684 0l-.299-.918a1.89 1.89 0 0 0-1.198-1.202l-.919-.298a.362.362 0 0 1 0-.684l.919-.299a1.9 1.9 0 0 0 1.18-1.197l.299-.918a.363.363 0 0 1 .684 0l.298.918a1.89 1.89 0 0 0 1.199 1.197m1.439-1.109c.362.13.676.367.9.68c.222.313.34.687.34 1.07c0 .362-.105.716-.3 1.02a2 2 0 0 1-.94.69l-.91.3a.38.38 0 0 0-.24.23l-.31 1a2 2 0 0 1-.68.9a1.89 1.89 0 0 1-2.16 0a2 2 0 0 1-.69-.94l-.3-.91a.3.3 0 0 0-.09-.15a.4.4 0 0 0-.14-.1l-1-.31a2 2 0 0 1-.265-.118l-5.118 5.118a3.7 3.7 0 0 0-1.002 1.841l-1.333 6.22a1 1 0 0 0 1.188 1.188l6.22-1.333a3.7 3.7 0 0 0 1.84-1.002l14.98-14.98l.275.276a1.5 1.5 0 0 1 0 2.122l-2.232 2.232a1 1 0 0 0 1.414 1.414l2.232-2.232a3.5 3.5 0 0 0 0-4.95l-.275-.276l.9-.9a4.89 4.89 0 0 0-6.914-6.915l-7.027 7.028q.1.17.167.357l.3.91a.34.34 0 0 0 .09.15a.6.6 0 0 0 .14.09l.87.28z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5.488 8.511a3.5 3.5 0 0 1 .837 1.363l.548 1.682a.664.664 0 0 0 1.254 0l.548-1.682a3.47 3.47 0 0 1 2.197-2.196l1.684-.547a.665.665 0 0 0 0-1.254l-.034-.008l-1.684-.547a3.47 3.47 0 0 1-2.197-2.196l-.547-1.682a.665.665 0 0 0-1.255 0l-.547 1.682l-.014.042a3.47 3.47 0 0 1-2.15 2.154l-1.684.547a.665.665 0 0 0 0 1.254l1.684.546c.513.171.979.46 1.36.842m9.333 4.847l.918.298l.019.004a.362.362 0 0 1 0 .684l-.919.299a1.9 1.9 0 0 0-1.198 1.197l-.299.918a.363.363 0 0 1-.684 0l-.299-.918a1.89 1.89 0 0 0-1.198-1.202l-.919-.298a.362.362 0 0 1 0-.684l.919-.299a1.9 1.9 0 0 0 1.18-1.197l.299-.918a.363.363 0 0 1 .684 0l.298.918a1.89 1.89 0 0 0 1.199 1.197m1.439-1.109c.362.13.676.367.9.68c.222.313.34.687.34 1.07c0 .362-.105.716-.3 1.02a2 2 0 0 1-.94.69l-.91.3a.38.38 0 0 0-.24.23l-.31 1a2 2 0 0 1-.68.9a1.89 1.89 0 0 1-2.16 0a2 2 0 0 1-.69-.94l-.3-.91a.3.3 0 0 0-.09-.15a.4.4 0 0 0-.14-.1l-1-.31a2 2 0 0 1-.265-.118l-5.118 5.118a3.7 3.7 0 0 0-1.002 1.841l-1.333 6.22a1 1 0 0 0 1.188 1.188l6.22-1.333a3.7 3.7 0 0 0 1.84-1.002l14.98-14.98l.275.276a1.5 1.5 0 0 1 0 2.122l-2.232 2.232a1 1 0 0 0 1.414 1.414l2.232-2.232a3.5 3.5 0 0 0 0-4.95l-.275-.276l.9-.9a4.89 4.89 0 0 0-6.914-6.915l-7.027 7.028q.1.17.167.357l.3.91a.34.34 0 0 0 .09.15a.6.6 0 0 0 .14.09l.87.28z"/></svg>
</template>

CSS

.icon-pen-sparkle-32-filled {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.488%208.511a3.5%203.5%200%200%201%20.837%201.363l.548%201.682a.664.664%200%200%200%201.254%200l.548-1.682a3.47%203.47%200%200%201%202.197-2.196l1.684-.547a.665.665%200%200%200%200-1.254l-.034-.008l-1.684-.547a3.47%203.47%200%200%201-2.197-2.196l-.547-1.682a.665.665%200%200%200-1.255%200l-.547%201.682l-.014.042a3.47%203.47%200%200%201-2.15%202.154l-1.684.547a.665.665%200%200%200%200%201.254l1.684.546c.513.171.979.46%201.36.842m9.333%204.847l.918.298l.019.004a.362.362%200%200%201%200%20.684l-.919.299a1.9%201.9%200%200%200-1.198%201.197l-.299.918a.363.363%200%200%201-.684%200l-.299-.918a1.89%201.89%200%200%200-1.198-1.202l-.919-.298a.362.362%200%200%201%200-.684l.919-.299a1.9%201.9%200%200%200%201.18-1.197l.299-.918a.363.363%200%200%201%20.684%200l.298.918a1.89%201.89%200%200%200%201.199%201.197m1.439-1.109c.362.13.676.367.9.68c.222.313.34.687.34%201.07c0%20.362-.105.716-.3%201.02a2%202%200%200%201-.94.69l-.91.3a.38.38%200%200%200-.24.23l-.31%201a2%202%200%200%201-.68.9a1.89%201.89%200%200%201-2.16%200a2%202%200%200%201-.69-.94l-.3-.91a.3.3%200%200%200-.09-.15a.4.4%200%200%200-.14-.1l-1-.31a2%202%200%200%201-.265-.118l-5.118%205.118a3.7%203.7%200%200%200-1.002%201.841l-1.333%206.22a1%201%200%200%200%201.188%201.188l6.22-1.333a3.7%203.7%200%200%200%201.84-1.002l14.98-14.98l.275.276a1.5%201.5%200%200%201%200%202.122l-2.232%202.232a1%201%200%200%200%201.414%201.414l2.232-2.232a3.5%203.5%200%200%200%200-4.95l-.275-.276l.9-.9a4.89%204.89%200%200%200-6.914-6.915l-7.027%207.028q.1.17.167.357l.3.91a.34.34%200%200%200%20.09.15a.6.6%200%200%200%20.14.09l.87.28z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.488%208.511a3.5%203.5%200%200%201%20.837%201.363l.548%201.682a.664.664%200%200%200%201.254%200l.548-1.682a3.47%203.47%200%200%201%202.197-2.196l1.684-.547a.665.665%200%200%200%200-1.254l-.034-.008l-1.684-.547a3.47%203.47%200%200%201-2.197-2.196l-.547-1.682a.665.665%200%200%200-1.255%200l-.547%201.682l-.014.042a3.47%203.47%200%200%201-2.15%202.154l-1.684.547a.665.665%200%200%200%200%201.254l1.684.546c.513.171.979.46%201.36.842m9.333%204.847l.918.298l.019.004a.362.362%200%200%201%200%20.684l-.919.299a1.9%201.9%200%200%200-1.198%201.197l-.299.918a.363.363%200%200%201-.684%200l-.299-.918a1.89%201.89%200%200%200-1.198-1.202l-.919-.298a.362.362%200%200%201%200-.684l.919-.299a1.9%201.9%200%200%200%201.18-1.197l.299-.918a.363.363%200%200%201%20.684%200l.298.918a1.89%201.89%200%200%200%201.199%201.197m1.439-1.109c.362.13.676.367.9.68c.222.313.34.687.34%201.07c0%20.362-.105.716-.3%201.02a2%202%200%200%201-.94.69l-.91.3a.38.38%200%200%200-.24.23l-.31%201a2%202%200%200%201-.68.9a1.89%201.89%200%200%201-2.16%200a2%202%200%200%201-.69-.94l-.3-.91a.3.3%200%200%200-.09-.15a.4.4%200%200%200-.14-.1l-1-.31a2%202%200%200%201-.265-.118l-5.118%205.118a3.7%203.7%200%200%200-1.002%201.841l-1.333%206.22a1%201%200%200%200%201.188%201.188l6.22-1.333a3.7%203.7%200%200%200%201.84-1.002l14.98-14.98l.275.276a1.5%201.5%200%200%201%200%202.122l-2.232%202.232a1%201%200%200%200%201.414%201.414l2.232-2.232a3.5%203.5%200%200%200%200-4.95l-.275-.276l.9-.9a4.89%204.89%200%200%200-6.914-6.915l-7.027%207.028q.1.17.167.357l.3.91a.34.34%200%200%200%20.09.15a.6.6%200%200%200%20.14.09l.87.28z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/pen-sparkle-32-filled.svg?color=%231a73e8&size=48