pen-sparkle-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.

Name
pen-sparkle-28-regular
Set
Fluent UI System Icons
Style
28 Regular
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.197M20.35 4.21l-6.45 6.45l-.7-.22a1 1 0 0 1-.34-.22a.8.8 0 0 1-.22-.35l-.018-.053l6.667-6.667a3.932 3.932 0 1 1 5.56 5.56l-1.54 1.54a3.25 3.25 0 0 1-.046 4.548L21.28 16.78a.75.75 0 1 1-1.06-1.06l1.982-1.983a1.75 1.75 0 0 0 .047-2.426L10.063 23.497c-.44.44-.987.76-1.587.928l-5.524 1.547a.75.75 0 0 1-.924-.924l1.547-5.525c.168-.6.487-1.146.928-1.586l4.346-4.347a.85.85 0 0 1 .34.21a.9.9 0 0 1 .22.35l.246.755l-4.092 4.092a2.1 2.1 0 0 0-.544.93l-1.187 4.241l4.24-1.187a2.13 2.13 0 0 0 .93-.544L23.79 7.65a2.432 2.432 0 0 0-3.44-3.44"/></svg>

React

import type { SVGProps } from "react";

export function FluentPenSparkle28Regular(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.197M20.35 4.21l-6.45 6.45l-.7-.22a1 1 0 0 1-.34-.22a.8.8 0 0 1-.22-.35l-.018-.053l6.667-6.667a3.932 3.932 0 1 1 5.56 5.56l-1.54 1.54a3.25 3.25 0 0 1-.046 4.548L21.28 16.78a.75.75 0 1 1-1.06-1.06l1.982-1.983a1.75 1.75 0 0 0 .047-2.426L10.063 23.497c-.44.44-.987.76-1.587.928l-5.524 1.547a.75.75 0 0 1-.924-.924l1.547-5.525c.168-.6.487-1.146.928-1.586l4.346-4.347a.85.85 0 0 1 .34.21a.9.9 0 0 1 .22.35l.246.755l-4.092 4.092a2.1 2.1 0 0 0-.544.93l-1.187 4.241l4.24-1.187a2.13 2.13 0 0 0 .93-.544L23.79 7.65a2.432 2.432 0 0 0-3.44-3.44"/></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.197M20.35 4.21l-6.45 6.45l-.7-.22a1 1 0 0 1-.34-.22a.8.8 0 0 1-.22-.35l-.018-.053l6.667-6.667a3.932 3.932 0 1 1 5.56 5.56l-1.54 1.54a3.25 3.25 0 0 1-.046 4.548L21.28 16.78a.75.75 0 1 1-1.06-1.06l1.982-1.983a1.75 1.75 0 0 0 .047-2.426L10.063 23.497c-.44.44-.987.76-1.587.928l-5.524 1.547a.75.75 0 0 1-.924-.924l1.547-5.525c.168-.6.487-1.146.928-1.586l4.346-4.347a.85.85 0 0 1 .34.21a.9.9 0 0 1 .22.35l.246.755l-4.092 4.092a2.1 2.1 0 0 0-.544.93l-1.187 4.241l4.24-1.187a2.13 2.13 0 0 0 .93-.544L23.79 7.65a2.432 2.432 0 0 0-3.44-3.44"/></svg>
</template>

CSS

.icon-pen-sparkle-28-regular {
  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.197M20.35%204.21l-6.45%206.45l-.7-.22a1%201%200%200%201-.34-.22a.8.8%200%200%201-.22-.35l-.018-.053l6.667-6.667a3.932%203.932%200%201%201%205.56%205.56l-1.54%201.54a3.25%203.25%200%200%201-.046%204.548L21.28%2016.78a.75.75%200%201%201-1.06-1.06l1.982-1.983a1.75%201.75%200%200%200%20.047-2.426L10.063%2023.497c-.44.44-.987.76-1.587.928l-5.524%201.547a.75.75%200%200%201-.924-.924l1.547-5.525c.168-.6.487-1.146.928-1.586l4.346-4.347a.85.85%200%200%201%20.34.21a.9.9%200%200%201%20.22.35l.246.755l-4.092%204.092a2.1%202.1%200%200%200-.544.93l-1.187%204.241l4.24-1.187a2.13%202.13%200%200%200%20.93-.544L23.79%207.65a2.432%202.432%200%200%200-3.44-3.44%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.197M20.35%204.21l-6.45%206.45l-.7-.22a1%201%200%200%201-.34-.22a.8.8%200%200%201-.22-.35l-.018-.053l6.667-6.667a3.932%203.932%200%201%201%205.56%205.56l-1.54%201.54a3.25%203.25%200%200%201-.046%204.548L21.28%2016.78a.75.75%200%201%201-1.06-1.06l1.982-1.983a1.75%201.75%200%200%200%20.047-2.426L10.063%2023.497c-.44.44-.987.76-1.587.928l-5.524%201.547a.75.75%200%200%201-.924-.924l1.547-5.525c.168-.6.487-1.146.928-1.586l4.346-4.347a.85.85%200%200%201%20.34.21a.9.9%200%200%201%20.22.35l.246.755l-4.092%204.092a2.1%202.1%200%200%200-.544.93l-1.187%204.241l4.24-1.187a2.13%202.13%200%200%200%20.93-.544L23.79%207.65a2.432%202.432%200%200%200-3.44-3.44%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-regular.svg?color=%231a73e8&size=48