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

Name
pen-sparkle-48-regular
Set
Fluent UI System Icons
Style
48 Regular
Viewbox
48×48
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 48 48"><path fill="currentColor" d="M7.833 13.112a5.36 5.36 0 0 0-2.545-1.805l-2.602-.845a1.028 1.028 0 0 1 0-1.937l2.602-.845a5.36 5.36 0 0 0 3.323-3.33l.022-.064l.846-2.6a1.027 1.027 0 0 1 1.938 0l.846 2.6A5.36 5.36 0 0 0 15.66 7.68l2.603.845l.052.013a1.028 1.028 0 0 1 0 1.937l-2.603.845a5.36 5.36 0 0 0-3.396 3.394l-.846 2.6l-.025.064a1.027 1.027 0 0 1-1.538.433a1.03 1.03 0 0 1-.375-.497l-.846-2.6a5.4 5.4 0 0 0-.852-1.602m14.776 6.872l-1.378-.448a2.84 2.84 0 0 1-1.798-1.796l-.447-1.377a.544.544 0 0 0-1.027 0l-.448 1.377a2.84 2.84 0 0 1-1.77 1.796l-1.378.448a.545.545 0 0 0 0 1.025l1.378.448q.227.075.438.188l.003.015a2.84 2.84 0 0 1 1.357 1.61l.448 1.377a.545.545 0 0 0 1.01.039v-.01l.016-.039l.448-1.377a2.84 2.84 0 0 1 1.798-1.796l1.378-.448a.545.545 0 0 0 0-1.025zM9.805 31.964l6.425-6.424a2.5 2.5 0 0 1-.12-.35l-.44-1.37a.9.9 0 0 0-.2-.33a1 1 0 0 0-.2-.15l-.12-.06l-.149-.048l-6.963 6.965a6 6 0 0 0-1.572 2.758L4.039 42.44a1.25 1.25 0 0 0 1.52 1.521l9.487-2.424a6 6 0 0 0 2.76-1.573l20.165-20.167l.88.939a1.75 1.75 0 0 1-.039 2.434l-3.446 3.446a1.25 1.25 0 0 0 1.768 1.768l3.446-3.446a4.25 4.25 0 0 0 .095-5.912l-.935-.998l2.234-2.235a6.907 6.907 0 0 0-9.768-9.767l-10.93 10.93l.054.165a.9.9 0 0 0 .2.33c.09.087.2.151.32.19l1.31.43h.14q.145.05.28.118L33.974 7.793a4.407 4.407 0 0 1 6.233 6.232L16.038 38.196a3.5 3.5 0 0 1-1.611.919l-7.443 1.902l1.904-7.442c.156-.61.473-1.166.917-1.61"/></svg>

React

import type { SVGProps } from "react";

export function FluentPenSparkle48Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M7.833 13.112a5.36 5.36 0 0 0-2.545-1.805l-2.602-.845a1.028 1.028 0 0 1 0-1.937l2.602-.845a5.36 5.36 0 0 0 3.323-3.33l.022-.064l.846-2.6a1.027 1.027 0 0 1 1.938 0l.846 2.6A5.36 5.36 0 0 0 15.66 7.68l2.603.845l.052.013a1.028 1.028 0 0 1 0 1.937l-2.603.845a5.36 5.36 0 0 0-3.396 3.394l-.846 2.6l-.025.064a1.027 1.027 0 0 1-1.538.433a1.03 1.03 0 0 1-.375-.497l-.846-2.6a5.4 5.4 0 0 0-.852-1.602m14.776 6.872l-1.378-.448a2.84 2.84 0 0 1-1.798-1.796l-.447-1.377a.544.544 0 0 0-1.027 0l-.448 1.377a2.84 2.84 0 0 1-1.77 1.796l-1.378.448a.545.545 0 0 0 0 1.025l1.378.448q.227.075.438.188l.003.015a2.84 2.84 0 0 1 1.357 1.61l.448 1.377a.545.545 0 0 0 1.01.039v-.01l.016-.039l.448-1.377a2.84 2.84 0 0 1 1.798-1.796l1.378-.448a.545.545 0 0 0 0-1.025zM9.805 31.964l6.425-6.424a2.5 2.5 0 0 1-.12-.35l-.44-1.37a.9.9 0 0 0-.2-.33a1 1 0 0 0-.2-.15l-.12-.06l-.149-.048l-6.963 6.965a6 6 0 0 0-1.572 2.758L4.039 42.44a1.25 1.25 0 0 0 1.52 1.521l9.487-2.424a6 6 0 0 0 2.76-1.573l20.165-20.167l.88.939a1.75 1.75 0 0 1-.039 2.434l-3.446 3.446a1.25 1.25 0 0 0 1.768 1.768l3.446-3.446a4.25 4.25 0 0 0 .095-5.912l-.935-.998l2.234-2.235a6.907 6.907 0 0 0-9.768-9.767l-10.93 10.93l.054.165a.9.9 0 0 0 .2.33c.09.087.2.151.32.19l1.31.43h.14q.145.05.28.118L33.974 7.793a4.407 4.407 0 0 1 6.233 6.232L16.038 38.196a3.5 3.5 0 0 1-1.611.919l-7.443 1.902l1.904-7.442c.156-.61.473-1.166.917-1.61"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M7.833 13.112a5.36 5.36 0 0 0-2.545-1.805l-2.602-.845a1.028 1.028 0 0 1 0-1.937l2.602-.845a5.36 5.36 0 0 0 3.323-3.33l.022-.064l.846-2.6a1.027 1.027 0 0 1 1.938 0l.846 2.6A5.36 5.36 0 0 0 15.66 7.68l2.603.845l.052.013a1.028 1.028 0 0 1 0 1.937l-2.603.845a5.36 5.36 0 0 0-3.396 3.394l-.846 2.6l-.025.064a1.027 1.027 0 0 1-1.538.433a1.03 1.03 0 0 1-.375-.497l-.846-2.6a5.4 5.4 0 0 0-.852-1.602m14.776 6.872l-1.378-.448a2.84 2.84 0 0 1-1.798-1.796l-.447-1.377a.544.544 0 0 0-1.027 0l-.448 1.377a2.84 2.84 0 0 1-1.77 1.796l-1.378.448a.545.545 0 0 0 0 1.025l1.378.448q.227.075.438.188l.003.015a2.84 2.84 0 0 1 1.357 1.61l.448 1.377a.545.545 0 0 0 1.01.039v-.01l.016-.039l.448-1.377a2.84 2.84 0 0 1 1.798-1.796l1.378-.448a.545.545 0 0 0 0-1.025zM9.805 31.964l6.425-6.424a2.5 2.5 0 0 1-.12-.35l-.44-1.37a.9.9 0 0 0-.2-.33a1 1 0 0 0-.2-.15l-.12-.06l-.149-.048l-6.963 6.965a6 6 0 0 0-1.572 2.758L4.039 42.44a1.25 1.25 0 0 0 1.52 1.521l9.487-2.424a6 6 0 0 0 2.76-1.573l20.165-20.167l.88.939a1.75 1.75 0 0 1-.039 2.434l-3.446 3.446a1.25 1.25 0 0 0 1.768 1.768l3.446-3.446a4.25 4.25 0 0 0 .095-5.912l-.935-.998l2.234-2.235a6.907 6.907 0 0 0-9.768-9.767l-10.93 10.93l.054.165a.9.9 0 0 0 .2.33c.09.087.2.151.32.19l1.31.43h.14q.145.05.28.118L33.974 7.793a4.407 4.407 0 0 1 6.233 6.232L16.038 38.196a3.5 3.5 0 0 1-1.611.919l-7.443 1.902l1.904-7.442c.156-.61.473-1.166.917-1.61"/></svg>
</template>

CSS

.icon-pen-sparkle-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.833%2013.112a5.36%205.36%200%200%200-2.545-1.805l-2.602-.845a1.028%201.028%200%200%201%200-1.937l2.602-.845a5.36%205.36%200%200%200%203.323-3.33l.022-.064l.846-2.6a1.027%201.027%200%200%201%201.938%200l.846%202.6A5.36%205.36%200%200%200%2015.66%207.68l2.603.845l.052.013a1.028%201.028%200%200%201%200%201.937l-2.603.845a5.36%205.36%200%200%200-3.396%203.394l-.846%202.6l-.025.064a1.027%201.027%200%200%201-1.538.433a1.03%201.03%200%200%201-.375-.497l-.846-2.6a5.4%205.4%200%200%200-.852-1.602m14.776%206.872l-1.378-.448a2.84%202.84%200%200%201-1.798-1.796l-.447-1.377a.544.544%200%200%200-1.027%200l-.448%201.377a2.84%202.84%200%200%201-1.77%201.796l-1.378.448a.545.545%200%200%200%200%201.025l1.378.448q.227.075.438.188l.003.015a2.84%202.84%200%200%201%201.357%201.61l.448%201.377a.545.545%200%200%200%201.01.039v-.01l.016-.039l.448-1.377a2.84%202.84%200%200%201%201.798-1.796l1.378-.448a.545.545%200%200%200%200-1.025zM9.805%2031.964l6.425-6.424a2.5%202.5%200%200%201-.12-.35l-.44-1.37a.9.9%200%200%200-.2-.33a1%201%200%200%200-.2-.15l-.12-.06l-.149-.048l-6.963%206.965a6%206%200%200%200-1.572%202.758L4.039%2042.44a1.25%201.25%200%200%200%201.52%201.521l9.487-2.424a6%206%200%200%200%202.76-1.573l20.165-20.167l.88.939a1.75%201.75%200%200%201-.039%202.434l-3.446%203.446a1.25%201.25%200%200%200%201.768%201.768l3.446-3.446a4.25%204.25%200%200%200%20.095-5.912l-.935-.998l2.234-2.235a6.907%206.907%200%200%200-9.768-9.767l-10.93%2010.93l.054.165a.9.9%200%200%200%20.2.33c.09.087.2.151.32.19l1.31.43h.14q.145.05.28.118L33.974%207.793a4.407%204.407%200%200%201%206.233%206.232L16.038%2038.196a3.5%203.5%200%200%201-1.611.919l-7.443%201.902l1.904-7.442c.156-.61.473-1.166.917-1.61%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.833%2013.112a5.36%205.36%200%200%200-2.545-1.805l-2.602-.845a1.028%201.028%200%200%201%200-1.937l2.602-.845a5.36%205.36%200%200%200%203.323-3.33l.022-.064l.846-2.6a1.027%201.027%200%200%201%201.938%200l.846%202.6A5.36%205.36%200%200%200%2015.66%207.68l2.603.845l.052.013a1.028%201.028%200%200%201%200%201.937l-2.603.845a5.36%205.36%200%200%200-3.396%203.394l-.846%202.6l-.025.064a1.027%201.027%200%200%201-1.538.433a1.03%201.03%200%200%201-.375-.497l-.846-2.6a5.4%205.4%200%200%200-.852-1.602m14.776%206.872l-1.378-.448a2.84%202.84%200%200%201-1.798-1.796l-.447-1.377a.544.544%200%200%200-1.027%200l-.448%201.377a2.84%202.84%200%200%201-1.77%201.796l-1.378.448a.545.545%200%200%200%200%201.025l1.378.448q.227.075.438.188l.003.015a2.84%202.84%200%200%201%201.357%201.61l.448%201.377a.545.545%200%200%200%201.01.039v-.01l.016-.039l.448-1.377a2.84%202.84%200%200%201%201.798-1.796l1.378-.448a.545.545%200%200%200%200-1.025zM9.805%2031.964l6.425-6.424a2.5%202.5%200%200%201-.12-.35l-.44-1.37a.9.9%200%200%200-.2-.33a1%201%200%200%200-.2-.15l-.12-.06l-.149-.048l-6.963%206.965a6%206%200%200%200-1.572%202.758L4.039%2042.44a1.25%201.25%200%200%200%201.52%201.521l9.487-2.424a6%206%200%200%200%202.76-1.573l20.165-20.167l.88.939a1.75%201.75%200%200%201-.039%202.434l-3.446%203.446a1.25%201.25%200%200%200%201.768%201.768l3.446-3.446a4.25%204.25%200%200%200%20.095-5.912l-.935-.998l2.234-2.235a6.907%206.907%200%200%200-9.768-9.767l-10.93%2010.93l.054.165a.9.9%200%200%200%20.2.33c.09.087.2.151.32.19l1.31.43h.14q.145.05.28.118L33.974%207.793a4.407%204.407%200%200%201%206.233%206.232L16.038%2038.196a3.5%203.5%200%200%201-1.611.919l-7.443%201.902l1.904-7.442c.156-.61.473-1.166.917-1.61%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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