pen sparkle icon
pen-sparkle-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- pen-sparkle-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- Viewbox
- 28×28
- 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 28 28"><path fill="currentColor" d="M4.171 7.829a3.15 3.15 0 0 1 .761 1.238l.498 1.53a.604.604 0 0 0 1.14 0l.498-1.53a3.15 3.15 0 0 1 1.998-1.996l1.53-.497a.605.605 0 0 0 0-1.14l-.03-.008l-1.531-.497a3.15 3.15 0 0 1-1.998-1.996l-.497-1.53a.604.604 0 0 0-1.14 0l-.498 1.53l-.013.038a3.15 3.15 0 0 1-1.955 1.958l-1.53.497a.605.605 0 0 0 0 1.14l1.53.497c.467.156.89.418 1.237.766m8.65 3.529l.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.363.363 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.268-.639a1.3 1.3 0 0 1 .66.49a1.37 1.37 0 0 1-.68 2.09l-.92.29a.9.9 0 0 0-.34.22a.8.8 0 0 0-.22.34l-.31.94a1.3 1.3 0 0 1-.49.66a1.37 1.37 0 0 1-1.58 0a1.34 1.34 0 0 1-.5-.68l-.3-.92a.9.9 0 0 0-.22-.35a.85.85 0 0 0-.34-.21l-4.346 4.348c-.44.44-.76.986-.928 1.586l-1.547 5.525a.75.75 0 0 0 .924.924l5.524-1.547a3.6 3.6 0 0 0 1.587-.928L22.25 11.311a1.75 1.75 0 0 1-.047 2.426L20.22 15.72a.75.75 0 1 0 1.06 1.06l1.983-1.982a3.25 3.25 0 0 0 .047-4.548l1.54-1.54a3.932 3.932 0 1 0-5.561-5.56l-6.667 6.667l.017.053a.8.8 0 0 0 .22.35q.147.144.34.22z"/></svg>
React
import type { SVGProps } from "react";
export function FluentPenSparkle28Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M4.171 7.829a3.15 3.15 0 0 1 .761 1.238l.498 1.53a.604.604 0 0 0 1.14 0l.498-1.53a3.15 3.15 0 0 1 1.998-1.996l1.53-.497a.605.605 0 0 0 0-1.14l-.03-.008l-1.531-.497a3.15 3.15 0 0 1-1.998-1.996l-.497-1.53a.604.604 0 0 0-1.14 0l-.498 1.53l-.013.038a3.15 3.15 0 0 1-1.955 1.958l-1.53.497a.605.605 0 0 0 0 1.14l1.53.497c.467.156.89.418 1.237.766m8.65 3.529l.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.363.363 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.268-.639a1.3 1.3 0 0 1 .66.49a1.37 1.37 0 0 1-.68 2.09l-.92.29a.9.9 0 0 0-.34.22a.8.8 0 0 0-.22.34l-.31.94a1.3 1.3 0 0 1-.49.66a1.37 1.37 0 0 1-1.58 0a1.34 1.34 0 0 1-.5-.68l-.3-.92a.9.9 0 0 0-.22-.35a.85.85 0 0 0-.34-.21l-4.346 4.348c-.44.44-.76.986-.928 1.586l-1.547 5.525a.75.75 0 0 0 .924.924l5.524-1.547a3.6 3.6 0 0 0 1.587-.928L22.25 11.311a1.75 1.75 0 0 1-.047 2.426L20.22 15.72a.75.75 0 1 0 1.06 1.06l1.983-1.982a3.25 3.25 0 0 0 .047-4.548l1.54-1.54a3.932 3.932 0 1 0-5.561-5.56l-6.667 6.667l.017.053a.8.8 0 0 0 .22.35q.147.144.34.22z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M4.171 7.829a3.15 3.15 0 0 1 .761 1.238l.498 1.53a.604.604 0 0 0 1.14 0l.498-1.53a3.15 3.15 0 0 1 1.998-1.996l1.53-.497a.605.605 0 0 0 0-1.14l-.03-.008l-1.531-.497a3.15 3.15 0 0 1-1.998-1.996l-.497-1.53a.604.604 0 0 0-1.14 0l-.498 1.53l-.013.038a3.15 3.15 0 0 1-1.955 1.958l-1.53.497a.605.605 0 0 0 0 1.14l1.53.497c.467.156.89.418 1.237.766m8.65 3.529l.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.363.363 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.268-.639a1.3 1.3 0 0 1 .66.49a1.37 1.37 0 0 1-.68 2.09l-.92.29a.9.9 0 0 0-.34.22a.8.8 0 0 0-.22.34l-.31.94a1.3 1.3 0 0 1-.49.66a1.37 1.37 0 0 1-1.58 0a1.34 1.34 0 0 1-.5-.68l-.3-.92a.9.9 0 0 0-.22-.35a.85.85 0 0 0-.34-.21l-4.346 4.348c-.44.44-.76.986-.928 1.586l-1.547 5.525a.75.75 0 0 0 .924.924l5.524-1.547a3.6 3.6 0 0 0 1.587-.928L22.25 11.311a1.75 1.75 0 0 1-.047 2.426L20.22 15.72a.75.75 0 1 0 1.06 1.06l1.983-1.982a3.25 3.25 0 0 0 .047-4.548l1.54-1.54a3.932 3.932 0 1 0-5.561-5.56l-6.667 6.667l.017.053a.8.8 0 0 0 .22.35q.147.144.34.22z"/></svg> </template>
CSS
.icon-pen-sparkle-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.171%207.829a3.15%203.15%200%200%201%20.761%201.238l.498%201.53a.604.604%200%200%200%201.14%200l.498-1.53a3.15%203.15%200%200%201%201.998-1.996l1.53-.497a.605.605%200%200%200%200-1.14l-.03-.008l-1.531-.497a3.15%203.15%200%200%201-1.998-1.996l-.497-1.53a.604.604%200%200%200-1.14%200l-.498%201.53l-.013.038a3.15%203.15%200%200%201-1.955%201.958l-1.53.497a.605.605%200%200%200%200%201.14l1.53.497c.467.156.89.418%201.237.766m8.65%203.529l.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.363.363%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.268-.639a1.3%201.3%200%200%201%20.66.49a1.37%201.37%200%200%201-.68%202.09l-.92.29a.9.9%200%200%200-.34.22a.8.8%200%200%200-.22.34l-.31.94a1.3%201.3%200%200%201-.49.66a1.37%201.37%200%200%201-1.58%200a1.34%201.34%200%200%201-.5-.68l-.3-.92a.9.9%200%200%200-.22-.35a.85.85%200%200%200-.34-.21l-4.346%204.348c-.44.44-.76.986-.928%201.586l-1.547%205.525a.75.75%200%200%200%20.924.924l5.524-1.547a3.6%203.6%200%200%200%201.587-.928L22.25%2011.311a1.75%201.75%200%200%201-.047%202.426L20.22%2015.72a.75.75%200%201%200%201.06%201.06l1.983-1.982a3.25%203.25%200%200%200%20.047-4.548l1.54-1.54a3.932%203.932%200%201%200-5.561-5.56l-6.667%206.667l.017.053a.8.8%200%200%200%20.22.35q.147.144.34.22z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.171%207.829a3.15%203.15%200%200%201%20.761%201.238l.498%201.53a.604.604%200%200%200%201.14%200l.498-1.53a3.15%203.15%200%200%201%201.998-1.996l1.53-.497a.605.605%200%200%200%200-1.14l-.03-.008l-1.531-.497a3.15%203.15%200%200%201-1.998-1.996l-.497-1.53a.604.604%200%200%200-1.14%200l-.498%201.53l-.013.038a3.15%203.15%200%200%201-1.955%201.958l-1.53.497a.605.605%200%200%200%200%201.14l1.53.497c.467.156.89.418%201.237.766m8.65%203.529l.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.363.363%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.268-.639a1.3%201.3%200%200%201%20.66.49a1.37%201.37%200%200%201-.68%202.09l-.92.29a.9.9%200%200%200-.34.22a.8.8%200%200%200-.22.34l-.31.94a1.3%201.3%200%200%201-.49.66a1.37%201.37%200%200%201-1.58%200a1.34%201.34%200%200%201-.5-.68l-.3-.92a.9.9%200%200%200-.22-.35a.85.85%200%200%200-.34-.21l-4.346%204.348c-.44.44-.76.986-.928%201.586l-1.547%205.525a.75.75%200%200%200%20.924.924l5.524-1.547a3.6%203.6%200%200%200%201.587-.928L22.25%2011.311a1.75%201.75%200%200%201-.047%202.426L20.22%2015.72a.75.75%200%201%200%201.06%201.06l1.983-1.982a3.25%203.25%200%200%200%20.047-4.548l1.54-1.54a3.932%203.932%200%201%200-5.561-5.56l-6.667%206.667l.017.053a.8.8%200%200%200%20.22.35q.147.144.34.22z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/pen-sparkle-28-filled.svg?color=%231a73e8&size=48