arrow trending sparkle icon

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

Name
arrow-trending-sparkle-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the arrow trending sparkle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="m5.878 2.282l.348 1.071A2.2 2.2 0 0 0 7.624 4.75l1.072.348l.022.006a.423.423 0 0 1 0 .798l-1.072.348a2.2 2.2 0 0 0-1.399 1.397L5.9 8.717a.423.423 0 0 1-.798 0l-.348-1.07a2.2 2.2 0 0 0-1.399-1.403l-1.072-.348a.423.423 0 0 1 0-.798l1.072-.348a2.2 2.2 0 0 0 1.377-1.397l.348-1.07a.423.423 0 0 1 .799 0M16.75 6a.75.75 0 0 1 .75.75v4.5a.75.75 0 0 1-1.5 0V8.56l-4.22 4.22a.75.75 0 0 1-1.06 0L9 11.06l-4.72 4.72a.75.75 0 0 1-1.06-1.06l5.25-5.25a.75.75 0 0 1 1.06 0l1.72 1.72l3.69-3.69h-2.69a.75.75 0 0 1 0-1.5zm-.733 8.965l.766.248l.015.004a.303.303 0 0 1 .147.46a.3.3 0 0 1-.147.11l-.765.248a1.58 1.58 0 0 0-1 .999l-.248.764a.302.302 0 0 1-.57 0l-.249-.764a1.58 1.58 0 0 0-.999-1.002l-.765-.249a.303.303 0 0 1-.146-.46a.3.3 0 0 1 .146-.11l.765-.248a1.58 1.58 0 0 0 .984-.998l.249-.765a.302.302 0 0 1 .57 0l.249.765a1.58 1.58 0 0 0 .998.998"/></svg>

React

import type { SVGProps } from "react";

export function FluentArrowTrendingSparkle20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="m5.878 2.282l.348 1.071A2.2 2.2 0 0 0 7.624 4.75l1.072.348l.022.006a.423.423 0 0 1 0 .798l-1.072.348a2.2 2.2 0 0 0-1.399 1.397L5.9 8.717a.423.423 0 0 1-.798 0l-.348-1.07a2.2 2.2 0 0 0-1.399-1.403l-1.072-.348a.423.423 0 0 1 0-.798l1.072-.348a2.2 2.2 0 0 0 1.377-1.397l.348-1.07a.423.423 0 0 1 .799 0M16.75 6a.75.75 0 0 1 .75.75v4.5a.75.75 0 0 1-1.5 0V8.56l-4.22 4.22a.75.75 0 0 1-1.06 0L9 11.06l-4.72 4.72a.75.75 0 0 1-1.06-1.06l5.25-5.25a.75.75 0 0 1 1.06 0l1.72 1.72l3.69-3.69h-2.69a.75.75 0 0 1 0-1.5zm-.733 8.965l.766.248l.015.004a.303.303 0 0 1 .147.46a.3.3 0 0 1-.147.11l-.765.248a1.58 1.58 0 0 0-1 .999l-.248.764a.302.302 0 0 1-.57 0l-.249-.764a1.58 1.58 0 0 0-.999-1.002l-.765-.249a.303.303 0 0 1-.146-.46a.3.3 0 0 1 .146-.11l.765-.248a1.58 1.58 0 0 0 .984-.998l.249-.765a.302.302 0 0 1 .57 0l.249.765a1.58 1.58 0 0 0 .998.998"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="m5.878 2.282l.348 1.071A2.2 2.2 0 0 0 7.624 4.75l1.072.348l.022.006a.423.423 0 0 1 0 .798l-1.072.348a2.2 2.2 0 0 0-1.399 1.397L5.9 8.717a.423.423 0 0 1-.798 0l-.348-1.07a2.2 2.2 0 0 0-1.399-1.403l-1.072-.348a.423.423 0 0 1 0-.798l1.072-.348a2.2 2.2 0 0 0 1.377-1.397l.348-1.07a.423.423 0 0 1 .799 0M16.75 6a.75.75 0 0 1 .75.75v4.5a.75.75 0 0 1-1.5 0V8.56l-4.22 4.22a.75.75 0 0 1-1.06 0L9 11.06l-4.72 4.72a.75.75 0 0 1-1.06-1.06l5.25-5.25a.75.75 0 0 1 1.06 0l1.72 1.72l3.69-3.69h-2.69a.75.75 0 0 1 0-1.5zm-.733 8.965l.766.248l.015.004a.303.303 0 0 1 .147.46a.3.3 0 0 1-.147.11l-.765.248a1.58 1.58 0 0 0-1 .999l-.248.764a.302.302 0 0 1-.57 0l-.249-.764a1.58 1.58 0 0 0-.999-1.002l-.765-.249a.303.303 0 0 1-.146-.46a.3.3 0 0 1 .146-.11l.765-.248a1.58 1.58 0 0 0 .984-.998l.249-.765a.302.302 0 0 1 .57 0l.249.765a1.58 1.58 0 0 0 .998.998"/></svg>
</template>

CSS

.icon-arrow-trending-sparkle-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m5.878%202.282l.348%201.071A2.2%202.2%200%200%200%207.624%204.75l1.072.348l.022.006a.423.423%200%200%201%200%20.798l-1.072.348a2.2%202.2%200%200%200-1.399%201.397L5.9%208.717a.423.423%200%200%201-.798%200l-.348-1.07a2.2%202.2%200%200%200-1.399-1.403l-1.072-.348a.423.423%200%200%201%200-.798l1.072-.348a2.2%202.2%200%200%200%201.377-1.397l.348-1.07a.423.423%200%200%201%20.799%200M16.75%206a.75.75%200%200%201%20.75.75v4.5a.75.75%200%200%201-1.5%200V8.56l-4.22%204.22a.75.75%200%200%201-1.06%200L9%2011.06l-4.72%204.72a.75.75%200%200%201-1.06-1.06l5.25-5.25a.75.75%200%200%201%201.06%200l1.72%201.72l3.69-3.69h-2.69a.75.75%200%200%201%200-1.5zm-.733%208.965l.766.248l.015.004a.303.303%200%200%201%20.147.46a.3.3%200%200%201-.147.11l-.765.248a1.58%201.58%200%200%200-1%20.999l-.248.764a.302.302%200%200%201-.57%200l-.249-.764a1.58%201.58%200%200%200-.999-1.002l-.765-.249a.303.303%200%200%201-.146-.46a.3.3%200%200%201%20.146-.11l.765-.248a1.58%201.58%200%200%200%20.984-.998l.249-.765a.302.302%200%200%201%20.57%200l.249.765a1.58%201.58%200%200%200%20.998.998%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m5.878%202.282l.348%201.071A2.2%202.2%200%200%200%207.624%204.75l1.072.348l.022.006a.423.423%200%200%201%200%20.798l-1.072.348a2.2%202.2%200%200%200-1.399%201.397L5.9%208.717a.423.423%200%200%201-.798%200l-.348-1.07a2.2%202.2%200%200%200-1.399-1.403l-1.072-.348a.423.423%200%200%201%200-.798l1.072-.348a2.2%202.2%200%200%200%201.377-1.397l.348-1.07a.423.423%200%200%201%20.799%200M16.75%206a.75.75%200%200%201%20.75.75v4.5a.75.75%200%200%201-1.5%200V8.56l-4.22%204.22a.75.75%200%200%201-1.06%200L9%2011.06l-4.72%204.72a.75.75%200%200%201-1.06-1.06l5.25-5.25a.75.75%200%200%201%201.06%200l1.72%201.72l3.69-3.69h-2.69a.75.75%200%200%201%200-1.5zm-.733%208.965l.766.248l.015.004a.303.303%200%200%201%20.147.46a.3.3%200%200%201-.147.11l-.765.248a1.58%201.58%200%200%200-1%20.999l-.248.764a.302.302%200%200%201-.57%200l-.249-.764a1.58%201.58%200%200%200-.999-1.002l-.765-.249a.303.303%200%200%201-.146-.46a.3.3%200%200%201%20.146-.11l.765-.248a1.58%201.58%200%200%200%20.984-.998l.249-.765a.302.302%200%200%201%20.57%200l.249.765a1.58%201.58%200%200%200%20.998.998%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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