arrow forward down lightning icon

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

Name
arrow-forward-down-lightning-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 forward down lightning icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="m13.435 4.745l2.255 2.256H12l-.257-.005C8.943 6.908 7.25 5.38 7.25 3.25a.75.75 0 0 0-1.5 0l.005.213C5.868 6.423 8.349 8.5 12 8.5l3.69.001l-2.256 2.255l-.073.084a.75.75 0 0 0 1.133.976l3.536-3.535a1 1 0 0 0 .088-.107l.035-.055l.047-.099l.03-.1l.016-.093l.003-.06l-.003-.093l-.01-.062l-.015-.068l-.033-.091l-.05-.095l-.04-.06l-.068-.078l-3.536-3.535l-.084-.073a.75.75 0 0 0-.976 1.133M2.502 16h1.75l-.59 2.36c-.12.482.463.826.827.486l4.872-4.548A.75.75 0 0 0 8.85 13H7.752l.781-2.342A.5.5 0 0 0 8.06 10H4.586a.5.5 0 0 0-.462.308l-2.083 5a.5.5 0 0 0 .461.692"/></svg>

React

import type { SVGProps } from "react";

export function FluentArrowForwardDownLightning20Filled(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="m13.435 4.745l2.255 2.256H12l-.257-.005C8.943 6.908 7.25 5.38 7.25 3.25a.75.75 0 0 0-1.5 0l.005.213C5.868 6.423 8.349 8.5 12 8.5l3.69.001l-2.256 2.255l-.073.084a.75.75 0 0 0 1.133.976l3.536-3.535a1 1 0 0 0 .088-.107l.035-.055l.047-.099l.03-.1l.016-.093l.003-.06l-.003-.093l-.01-.062l-.015-.068l-.033-.091l-.05-.095l-.04-.06l-.068-.078l-3.536-3.535l-.084-.073a.75.75 0 0 0-.976 1.133M2.502 16h1.75l-.59 2.36c-.12.482.463.826.827.486l4.872-4.548A.75.75 0 0 0 8.85 13H7.752l.781-2.342A.5.5 0 0 0 8.06 10H4.586a.5.5 0 0 0-.462.308l-2.083 5a.5.5 0 0 0 .461.692"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="m13.435 4.745l2.255 2.256H12l-.257-.005C8.943 6.908 7.25 5.38 7.25 3.25a.75.75 0 0 0-1.5 0l.005.213C5.868 6.423 8.349 8.5 12 8.5l3.69.001l-2.256 2.255l-.073.084a.75.75 0 0 0 1.133.976l3.536-3.535a1 1 0 0 0 .088-.107l.035-.055l.047-.099l.03-.1l.016-.093l.003-.06l-.003-.093l-.01-.062l-.015-.068l-.033-.091l-.05-.095l-.04-.06l-.068-.078l-3.536-3.535l-.084-.073a.75.75 0 0 0-.976 1.133M2.502 16h1.75l-.59 2.36c-.12.482.463.826.827.486l4.872-4.548A.75.75 0 0 0 8.85 13H7.752l.781-2.342A.5.5 0 0 0 8.06 10H4.586a.5.5 0 0 0-.462.308l-2.083 5a.5.5 0 0 0 .461.692"/></svg>
</template>

CSS

.icon-arrow-forward-down-lightning-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%22m13.435%204.745l2.255%202.256H12l-.257-.005C8.943%206.908%207.25%205.38%207.25%203.25a.75.75%200%200%200-1.5%200l.005.213C5.868%206.423%208.349%208.5%2012%208.5l3.69.001l-2.256%202.255l-.073.084a.75.75%200%200%200%201.133.976l3.536-3.535a1%201%200%200%200%20.088-.107l.035-.055l.047-.099l.03-.1l.016-.093l.003-.06l-.003-.093l-.01-.062l-.015-.068l-.033-.091l-.05-.095l-.04-.06l-.068-.078l-3.536-3.535l-.084-.073a.75.75%200%200%200-.976%201.133M2.502%2016h1.75l-.59%202.36c-.12.482.463.826.827.486l4.872-4.548A.75.75%200%200%200%208.85%2013H7.752l.781-2.342A.5.5%200%200%200%208.06%2010H4.586a.5.5%200%200%200-.462.308l-2.083%205a.5.5%200%200%200%20.461.692%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%22m13.435%204.745l2.255%202.256H12l-.257-.005C8.943%206.908%207.25%205.38%207.25%203.25a.75.75%200%200%200-1.5%200l.005.213C5.868%206.423%208.349%208.5%2012%208.5l3.69.001l-2.256%202.255l-.073.084a.75.75%200%200%200%201.133.976l3.536-3.535a1%201%200%200%200%20.088-.107l.035-.055l.047-.099l.03-.1l.016-.093l.003-.06l-.003-.093l-.01-.062l-.015-.068l-.033-.091l-.05-.095l-.04-.06l-.068-.078l-3.536-3.535l-.084-.073a.75.75%200%200%200-.976%201.133M2.502%2016h1.75l-.59%202.36c-.12.482.463.826.827.486l4.872-4.548A.75.75%200%200%200%208.85%2013H7.752l.781-2.342A.5.5%200%200%200%208.06%2010H4.586a.5.5%200%200%200-.462.308l-2.083%205a.5.5%200%200%200%20.461.692%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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