arrow trending sparkle icon

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

Name
arrow-trending-sparkle-20-regular
Set
Fluent UI System Icons
Style
20 Regular
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 0M17 6.5a.5.5 0 0 0-.5-.5h-4a.5.5 0 0 0 0 1h2.793L11 11.293L9.354 9.646a.5.5 0 0 0-.708 0l-5.5 5.5a.5.5 0 0 0 .708.708L9 10.707l1.646 1.646a.5.5 0 0 0 .707 0L16 7.708V10.5a.5.5 0 0 0 1 0zm-.983 8.465l.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 FluentArrowTrendingSparkle20Regular(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 0M17 6.5a.5.5 0 0 0-.5-.5h-4a.5.5 0 0 0 0 1h2.793L11 11.293L9.354 9.646a.5.5 0 0 0-.708 0l-5.5 5.5a.5.5 0 0 0 .708.708L9 10.707l1.646 1.646a.5.5 0 0 0 .707 0L16 7.708V10.5a.5.5 0 0 0 1 0zm-.983 8.465l.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 0M17 6.5a.5.5 0 0 0-.5-.5h-4a.5.5 0 0 0 0 1h2.793L11 11.293L9.354 9.646a.5.5 0 0 0-.708 0l-5.5 5.5a.5.5 0 0 0 .708.708L9 10.707l1.646 1.646a.5.5 0 0 0 .707 0L16 7.708V10.5a.5.5 0 0 0 1 0zm-.983 8.465l.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-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%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%200M17%206.5a.5.5%200%200%200-.5-.5h-4a.5.5%200%200%200%200%201h2.793L11%2011.293L9.354%209.646a.5.5%200%200%200-.708%200l-5.5%205.5a.5.5%200%200%200%20.708.708L9%2010.707l1.646%201.646a.5.5%200%200%200%20.707%200L16%207.708V10.5a.5.5%200%200%200%201%200zm-.983%208.465l.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%200M17%206.5a.5.5%200%200%200-.5-.5h-4a.5.5%200%200%200%200%201h2.793L11%2011.293L9.354%209.646a.5.5%200%200%200-.708%200l-5.5%205.5a.5.5%200%200%200%20.708.708L9%2010.707l1.646%201.646a.5.5%200%200%200%20.707%200L16%207.708V10.5a.5.5%200%200%200%201%200zm-.983%208.465l.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-regular.svg?color=%231a73e8&size=48