pen sparkle icon
pen-sparkle-32-light from Fluent UI System Icons by Microsoft Corporation · 32 Light · MIT Free for personal and commercial use.
- Name
- pen-sparkle-32-light
- Set
- Fluent UI System Icons
- Style
- 32 Light
- 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.775 8.837A3.47 3.47 0 0 0 4.128 7.67l-1.684-.546a.665.665 0 0 1 0-1.254l1.684-.547a3.47 3.47 0 0 0 2.15-2.154l.014-.042l.547-1.682a.665.665 0 0 1 1.255 0l.547 1.682a3.47 3.47 0 0 0 2.198 2.196l1.683.547l.034.008a.665.665 0 0 1 0 1.254l-1.684.547a3.47 3.47 0 0 0-2.197 2.196l-.548 1.682a.667.667 0 0 1-1.254 0l-.548-1.682a3.5 3.5 0 0 0-.55-1.037m9.964 4.819l-.918-.299a1.9 1.9 0 0 1-1.199-1.197l-.298-.918a.363.363 0 0 0-.684 0l-.299.918a1.89 1.89 0 0 1-1.18 1.197l-.919.299a.363.363 0 0 0 0 .684l.919.298a1.9 1.9 0 0 1 1.198 1.202l.299.918a.363.363 0 0 0 .684 0l.299-.918a1.89 1.89 0 0 1 1.198-1.197l.919-.299a.363.363 0 0 0 0-.684zM21.9 3.389a4.744 4.744 0 0 1 6.708 6.71l-.662.661l.028.028a3.5 3.5 0 0 1 0 4.951l-3.118 3.114a.5.5 0 0 1-.707-.707l3.117-3.114a2.5 2.5 0 0 0 0-3.536l-.027-.029l-15.953 15.955a3.5 3.5 0 0 1-1.616.918l-6.423 1.625a1 1 0 0 1-1.214-1.215l1.632-6.428a3.5 3.5 0 0 1 .917-1.613l5.402-5.403q.124.037.26.071c.27.072.562.149.788.295l-5.743 5.744a2.5 2.5 0 0 0-.655 1.152L3 28.996l6.423-1.625a2.5 2.5 0 0 0 1.154-.656L27.9 9.39a3.744 3.744 0 1 0-5.295-5.294l-7.943 7.944c-.15-.228-.227-.523-.3-.798a8 8 0 0 0-.068-.248z"/></svg>
React
import type { SVGProps } from "react";
export function FluentPenSparkle32Light(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.775 8.837A3.47 3.47 0 0 0 4.128 7.67l-1.684-.546a.665.665 0 0 1 0-1.254l1.684-.547a3.47 3.47 0 0 0 2.15-2.154l.014-.042l.547-1.682a.665.665 0 0 1 1.255 0l.547 1.682a3.47 3.47 0 0 0 2.198 2.196l1.683.547l.034.008a.665.665 0 0 1 0 1.254l-1.684.547a3.47 3.47 0 0 0-2.197 2.196l-.548 1.682a.667.667 0 0 1-1.254 0l-.548-1.682a3.5 3.5 0 0 0-.55-1.037m9.964 4.819l-.918-.299a1.9 1.9 0 0 1-1.199-1.197l-.298-.918a.363.363 0 0 0-.684 0l-.299.918a1.89 1.89 0 0 1-1.18 1.197l-.919.299a.363.363 0 0 0 0 .684l.919.298a1.9 1.9 0 0 1 1.198 1.202l.299.918a.363.363 0 0 0 .684 0l.299-.918a1.89 1.89 0 0 1 1.198-1.197l.919-.299a.363.363 0 0 0 0-.684zM21.9 3.389a4.744 4.744 0 0 1 6.708 6.71l-.662.661l.028.028a3.5 3.5 0 0 1 0 4.951l-3.118 3.114a.5.5 0 0 1-.707-.707l3.117-3.114a2.5 2.5 0 0 0 0-3.536l-.027-.029l-15.953 15.955a3.5 3.5 0 0 1-1.616.918l-6.423 1.625a1 1 0 0 1-1.214-1.215l1.632-6.428a3.5 3.5 0 0 1 .917-1.613l5.402-5.403q.124.037.26.071c.27.072.562.149.788.295l-5.743 5.744a2.5 2.5 0 0 0-.655 1.152L3 28.996l6.423-1.625a2.5 2.5 0 0 0 1.154-.656L27.9 9.39a3.744 3.744 0 1 0-5.295-5.294l-7.943 7.944c-.15-.228-.227-.523-.3-.798a8 8 0 0 0-.068-.248z"/></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.775 8.837A3.47 3.47 0 0 0 4.128 7.67l-1.684-.546a.665.665 0 0 1 0-1.254l1.684-.547a3.47 3.47 0 0 0 2.15-2.154l.014-.042l.547-1.682a.665.665 0 0 1 1.255 0l.547 1.682a3.47 3.47 0 0 0 2.198 2.196l1.683.547l.034.008a.665.665 0 0 1 0 1.254l-1.684.547a3.47 3.47 0 0 0-2.197 2.196l-.548 1.682a.667.667 0 0 1-1.254 0l-.548-1.682a3.5 3.5 0 0 0-.55-1.037m9.964 4.819l-.918-.299a1.9 1.9 0 0 1-1.199-1.197l-.298-.918a.363.363 0 0 0-.684 0l-.299.918a1.89 1.89 0 0 1-1.18 1.197l-.919.299a.363.363 0 0 0 0 .684l.919.298a1.9 1.9 0 0 1 1.198 1.202l.299.918a.363.363 0 0 0 .684 0l.299-.918a1.89 1.89 0 0 1 1.198-1.197l.919-.299a.363.363 0 0 0 0-.684zM21.9 3.389a4.744 4.744 0 0 1 6.708 6.71l-.662.661l.028.028a3.5 3.5 0 0 1 0 4.951l-3.118 3.114a.5.5 0 0 1-.707-.707l3.117-3.114a2.5 2.5 0 0 0 0-3.536l-.027-.029l-15.953 15.955a3.5 3.5 0 0 1-1.616.918l-6.423 1.625a1 1 0 0 1-1.214-1.215l1.632-6.428a3.5 3.5 0 0 1 .917-1.613l5.402-5.403q.124.037.26.071c.27.072.562.149.788.295l-5.743 5.744a2.5 2.5 0 0 0-.655 1.152L3 28.996l6.423-1.625a2.5 2.5 0 0 0 1.154-.656L27.9 9.39a3.744 3.744 0 1 0-5.295-5.294l-7.943 7.944c-.15-.228-.227-.523-.3-.798a8 8 0 0 0-.068-.248z"/></svg> </template>
CSS
.icon-pen-sparkle-32-light {
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.775%208.837A3.47%203.47%200%200%200%204.128%207.67l-1.684-.546a.665.665%200%200%201%200-1.254l1.684-.547a3.47%203.47%200%200%200%202.15-2.154l.014-.042l.547-1.682a.665.665%200%200%201%201.255%200l.547%201.682a3.47%203.47%200%200%200%202.198%202.196l1.683.547l.034.008a.665.665%200%200%201%200%201.254l-1.684.547a3.47%203.47%200%200%200-2.197%202.196l-.548%201.682a.667.667%200%200%201-1.254%200l-.548-1.682a3.5%203.5%200%200%200-.55-1.037m9.964%204.819l-.918-.299a1.9%201.9%200%200%201-1.199-1.197l-.298-.918a.363.363%200%200%200-.684%200l-.299.918a1.89%201.89%200%200%201-1.18%201.197l-.919.299a.363.363%200%200%200%200%20.684l.919.298a1.9%201.9%200%200%201%201.198%201.202l.299.918a.363.363%200%200%200%20.684%200l.299-.918a1.89%201.89%200%200%201%201.198-1.197l.919-.299a.363.363%200%200%200%200-.684zM21.9%203.389a4.744%204.744%200%200%201%206.708%206.71l-.662.661l.028.028a3.5%203.5%200%200%201%200%204.951l-3.118%203.114a.5.5%200%200%201-.707-.707l3.117-3.114a2.5%202.5%200%200%200%200-3.536l-.027-.029l-15.953%2015.955a3.5%203.5%200%200%201-1.616.918l-6.423%201.625a1%201%200%200%201-1.214-1.215l1.632-6.428a3.5%203.5%200%200%201%20.917-1.613l5.402-5.403q.124.037.26.071c.27.072.562.149.788.295l-5.743%205.744a2.5%202.5%200%200%200-.655%201.152L3%2028.996l6.423-1.625a2.5%202.5%200%200%200%201.154-.656L27.9%209.39a3.744%203.744%200%201%200-5.295-5.294l-7.943%207.944c-.15-.228-.227-.523-.3-.798a8%208%200%200%200-.068-.248z%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.775%208.837A3.47%203.47%200%200%200%204.128%207.67l-1.684-.546a.665.665%200%200%201%200-1.254l1.684-.547a3.47%203.47%200%200%200%202.15-2.154l.014-.042l.547-1.682a.665.665%200%200%201%201.255%200l.547%201.682a3.47%203.47%200%200%200%202.198%202.196l1.683.547l.034.008a.665.665%200%200%201%200%201.254l-1.684.547a3.47%203.47%200%200%200-2.197%202.196l-.548%201.682a.667.667%200%200%201-1.254%200l-.548-1.682a3.5%203.5%200%200%200-.55-1.037m9.964%204.819l-.918-.299a1.9%201.9%200%200%201-1.199-1.197l-.298-.918a.363.363%200%200%200-.684%200l-.299.918a1.89%201.89%200%200%201-1.18%201.197l-.919.299a.363.363%200%200%200%200%20.684l.919.298a1.9%201.9%200%200%201%201.198%201.202l.299.918a.363.363%200%200%200%20.684%200l.299-.918a1.89%201.89%200%200%201%201.198-1.197l.919-.299a.363.363%200%200%200%200-.684zM21.9%203.389a4.744%204.744%200%200%201%206.708%206.71l-.662.661l.028.028a3.5%203.5%200%200%201%200%204.951l-3.118%203.114a.5.5%200%200%201-.707-.707l3.117-3.114a2.5%202.5%200%200%200%200-3.536l-.027-.029l-15.953%2015.955a3.5%203.5%200%200%201-1.616.918l-6.423%201.625a1%201%200%200%201-1.214-1.215l1.632-6.428a3.5%203.5%200%200%201%20.917-1.613l5.402-5.403q.124.037.26.071c.27.072.562.149.788.295l-5.743%205.744a2.5%202.5%200%200%200-.655%201.152L3%2028.996l6.423-1.625a2.5%202.5%200%200%200%201.154-.656L27.9%209.39a3.744%203.744%200%201%200-5.295-5.294l-7.943%207.944c-.15-.228-.227-.523-.3-.798a8%208%200%200%200-.068-.248z%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-light.svg?color=%231a73e8&size=48