arrow download off icon

arrow-download-off-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.

Name
arrow-download-off-28-filled
Set
Fluent UI System Icons
Style
28 Filled
Viewbox
28×28
License
MIT

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the arrow download off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M3.28 2.22a.75.75 0 1 0-1.06 1.06L13 14.06v3.526l-4.293-4.293a1 1 0 0 0-1.414 1.414l6 6a1 1 0 0 0 1.414 0l2.47-2.47L21.939 23H6a1 1 0 1 0 0 2h16a1 1 0 0 0 .998-.94l1.721 1.72a.75.75 0 0 0 1.061-1.06zm12.483 14.603l-.763.763V16.06zM13 9.818l2 2V4a1 1 0 1 0-2 0zm6.298 6.298l-1.414-1.414l1.409-1.41a1 1 0 0 1 1.414 1.415z"/></svg>

React

import type { SVGProps } from "react";

export function FluentArrowDownloadOff28Filled(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="M3.28 2.22a.75.75 0 1 0-1.06 1.06L13 14.06v3.526l-4.293-4.293a1 1 0 0 0-1.414 1.414l6 6a1 1 0 0 0 1.414 0l2.47-2.47L21.939 23H6a1 1 0 1 0 0 2h16a1 1 0 0 0 .998-.94l1.721 1.72a.75.75 0 0 0 1.061-1.06zm12.483 14.603l-.763.763V16.06zM13 9.818l2 2V4a1 1 0 1 0-2 0zm6.298 6.298l-1.414-1.414l1.409-1.41a1 1 0 0 1 1.414 1.415z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M3.28 2.22a.75.75 0 1 0-1.06 1.06L13 14.06v3.526l-4.293-4.293a1 1 0 0 0-1.414 1.414l6 6a1 1 0 0 0 1.414 0l2.47-2.47L21.939 23H6a1 1 0 1 0 0 2h16a1 1 0 0 0 .998-.94l1.721 1.72a.75.75 0 0 0 1.061-1.06zm12.483 14.603l-.763.763V16.06zM13 9.818l2 2V4a1 1 0 1 0-2 0zm6.298 6.298l-1.414-1.414l1.409-1.41a1 1 0 0 1 1.414 1.415z"/></svg>
</template>

CSS

.icon-arrow-download-off-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.28%202.22a.75.75%200%201%200-1.06%201.06L13%2014.06v3.526l-4.293-4.293a1%201%200%200%200-1.414%201.414l6%206a1%201%200%200%200%201.414%200l2.47-2.47L21.939%2023H6a1%201%200%201%200%200%202h16a1%201%200%200%200%20.998-.94l1.721%201.72a.75.75%200%200%200%201.061-1.06zm12.483%2014.603l-.763.763V16.06zM13%209.818l2%202V4a1%201%200%201%200-2%200zm6.298%206.298l-1.414-1.414l1.409-1.41a1%201%200%200%201%201.414%201.415z%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%22M3.28%202.22a.75.75%200%201%200-1.06%201.06L13%2014.06v3.526l-4.293-4.293a1%201%200%200%200-1.414%201.414l6%206a1%201%200%200%200%201.414%200l2.47-2.47L21.939%2023H6a1%201%200%201%200%200%202h16a1%201%200%200%200%20.998-.94l1.721%201.72a.75.75%200%200%200%201.061-1.06zm12.483%2014.603l-.763.763V16.06zM13%209.818l2%202V4a1%201%200%201%200-2%200zm6.298%206.298l-1.414-1.414l1.409-1.41a1%201%200%200%201%201.414%201.415z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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