arrow download off icon

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

Name
arrow-download-off-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M9.253 9.96L2.146 2.854a.5.5 0 1 1 .708-.708l15 15a.5.5 0 0 1-.708.708l-4.591-4.592l-2.017 2.02l-.07.063l-.092.058l-.036.021l-.091.039l-.12.03l-.07.008l-.06.001a.7.7 0 0 1-.151-.016l-.08-.023a.7.7 0 0 1-.258-.146l-4.29-4.284a.75.75 0 0 1 .976-1.134l.084.072l2.973 2.967zm2.24 2.24l-.74-.74v1.483zm2.474-.354l-1.06-1.06l.812-.814a.75.75 0 0 1 .976-.074l.085.073a.75.75 0 0 1 .073.976l-.072.085zM9.253 7.132l1.5 1.5V2.75l-.007-.102a.75.75 0 0 0-1.493.102zm5.991 9.366a.75.75 0 0 1 .102 1.493l-.102.007H4.75a.75.75 0 0 1-.102-1.493l.102-.007z"/></svg>

React

import type { SVGProps } from "react";

export function FluentArrowDownloadOff20Filled(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="M9.253 9.96L2.146 2.854a.5.5 0 1 1 .708-.708l15 15a.5.5 0 0 1-.708.708l-4.591-4.592l-2.017 2.02l-.07.063l-.092.058l-.036.021l-.091.039l-.12.03l-.07.008l-.06.001a.7.7 0 0 1-.151-.016l-.08-.023a.7.7 0 0 1-.258-.146l-4.29-4.284a.75.75 0 0 1 .976-1.134l.084.072l2.973 2.967zm2.24 2.24l-.74-.74v1.483zm2.474-.354l-1.06-1.06l.812-.814a.75.75 0 0 1 .976-.074l.085.073a.75.75 0 0 1 .073.976l-.072.085zM9.253 7.132l1.5 1.5V2.75l-.007-.102a.75.75 0 0 0-1.493.102zm5.991 9.366a.75.75 0 0 1 .102 1.493l-.102.007H4.75a.75.75 0 0 1-.102-1.493l.102-.007z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M9.253 9.96L2.146 2.854a.5.5 0 1 1 .708-.708l15 15a.5.5 0 0 1-.708.708l-4.591-4.592l-2.017 2.02l-.07.063l-.092.058l-.036.021l-.091.039l-.12.03l-.07.008l-.06.001a.7.7 0 0 1-.151-.016l-.08-.023a.7.7 0 0 1-.258-.146l-4.29-4.284a.75.75 0 0 1 .976-1.134l.084.072l2.973 2.967zm2.24 2.24l-.74-.74v1.483zm2.474-.354l-1.06-1.06l.812-.814a.75.75 0 0 1 .976-.074l.085.073a.75.75 0 0 1 .073.976l-.072.085zM9.253 7.132l1.5 1.5V2.75l-.007-.102a.75.75 0 0 0-1.493.102zm5.991 9.366a.75.75 0 0 1 .102 1.493l-.102.007H4.75a.75.75 0 0 1-.102-1.493l.102-.007z"/></svg>
</template>

CSS

.icon-arrow-download-off-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%22M9.253%209.96L2.146%202.854a.5.5%200%201%201%20.708-.708l15%2015a.5.5%200%200%201-.708.708l-4.591-4.592l-2.017%202.02l-.07.063l-.092.058l-.036.021l-.091.039l-.12.03l-.07.008l-.06.001a.7.7%200%200%201-.151-.016l-.08-.023a.7.7%200%200%201-.258-.146l-4.29-4.284a.75.75%200%200%201%20.976-1.134l.084.072l2.973%202.967zm2.24%202.24l-.74-.74v1.483zm2.474-.354l-1.06-1.06l.812-.814a.75.75%200%200%201%20.976-.074l.085.073a.75.75%200%200%201%20.073.976l-.072.085zM9.253%207.132l1.5%201.5V2.75l-.007-.102a.75.75%200%200%200-1.493.102zm5.991%209.366a.75.75%200%200%201%20.102%201.493l-.102.007H4.75a.75.75%200%200%201-.102-1.493l.102-.007z%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%22M9.253%209.96L2.146%202.854a.5.5%200%201%201%20.708-.708l15%2015a.5.5%200%200%201-.708.708l-4.591-4.592l-2.017%202.02l-.07.063l-.092.058l-.036.021l-.091.039l-.12.03l-.07.008l-.06.001a.7.7%200%200%201-.151-.016l-.08-.023a.7.7%200%200%201-.258-.146l-4.29-4.284a.75.75%200%200%201%20.976-1.134l.084.072l2.973%202.967zm2.24%202.24l-.74-.74v1.483zm2.474-.354l-1.06-1.06l.812-.814a.75.75%200%200%201%20.976-.074l.085.073a.75.75%200%200%201%20.073.976l-.072.085zM9.253%207.132l1.5%201.5V2.75l-.007-.102a.75.75%200%200%200-1.493.102zm5.991%209.366a.75.75%200%200%201%20.102%201.493l-.102.007H4.75a.75.75%200%200%201-.102-1.493l.102-.007z%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-20-filled.svg?color=%231a73e8&size=48