arrow download off icon

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

Name
arrow-download-off-20-regular
Set
Fluent UI System Icons
Style
20 Regular
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="M2.854 2.146a.5.5 0 1 0-.708.708l7.351 7.35l-.001 4.083l-3.646-3.64l-.069-.059a.5.5 0 0 0-.637.766L9.6 15.806a.5.5 0 0 0 .395.194l.106-.01a.5.5 0 0 0 .255-.137l2.393-2.396l4.396 4.397a.5.5 0 0 0 .708-.708zm9.187 10.602l-1.545 1.547l.001-3.09zm2.121-.707l-.707-.707l.686-.687a.5.5 0 0 1 .638-.059l.07.058a.5.5 0 0 1 .058.638l-.058.07zM9.498 7.377l1 1L10.5 2.5l-.008-.09a.5.5 0 0 0-.992.09zM15.5 17a.5.5 0 0 1 .09.992L15.5 18h-11a.5.5 0 0 1-.09-.992L4.5 17z"/></svg>

React

import type { SVGProps } from "react";

export function FluentArrowDownloadOff20Regular(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="M2.854 2.146a.5.5 0 1 0-.708.708l7.351 7.35l-.001 4.083l-3.646-3.64l-.069-.059a.5.5 0 0 0-.637.766L9.6 15.806a.5.5 0 0 0 .395.194l.106-.01a.5.5 0 0 0 .255-.137l2.393-2.396l4.396 4.397a.5.5 0 0 0 .708-.708zm9.187 10.602l-1.545 1.547l.001-3.09zm2.121-.707l-.707-.707l.686-.687a.5.5 0 0 1 .638-.059l.07.058a.5.5 0 0 1 .058.638l-.058.07zM9.498 7.377l1 1L10.5 2.5l-.008-.09a.5.5 0 0 0-.992.09zM15.5 17a.5.5 0 0 1 .09.992L15.5 18h-11a.5.5 0 0 1-.09-.992L4.5 17z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2.854 2.146a.5.5 0 1 0-.708.708l7.351 7.35l-.001 4.083l-3.646-3.64l-.069-.059a.5.5 0 0 0-.637.766L9.6 15.806a.5.5 0 0 0 .395.194l.106-.01a.5.5 0 0 0 .255-.137l2.393-2.396l4.396 4.397a.5.5 0 0 0 .708-.708zm9.187 10.602l-1.545 1.547l.001-3.09zm2.121-.707l-.707-.707l.686-.687a.5.5 0 0 1 .638-.059l.07.058a.5.5 0 0 1 .058.638l-.058.07zM9.498 7.377l1 1L10.5 2.5l-.008-.09a.5.5 0 0 0-.992.09zM15.5 17a.5.5 0 0 1 .09.992L15.5 18h-11a.5.5 0 0 1-.09-.992L4.5 17z"/></svg>
</template>

CSS

.icon-arrow-download-off-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%22M2.854%202.146a.5.5%200%201%200-.708.708l7.351%207.35l-.001%204.083l-3.646-3.64l-.069-.059a.5.5%200%200%200-.637.766L9.6%2015.806a.5.5%200%200%200%20.395.194l.106-.01a.5.5%200%200%200%20.255-.137l2.393-2.396l4.396%204.397a.5.5%200%200%200%20.708-.708zm9.187%2010.602l-1.545%201.547l.001-3.09zm2.121-.707l-.707-.707l.686-.687a.5.5%200%200%201%20.638-.059l.07.058a.5.5%200%200%201%20.058.638l-.058.07zM9.498%207.377l1%201L10.5%202.5l-.008-.09a.5.5%200%200%200-.992.09zM15.5%2017a.5.5%200%200%201%20.09.992L15.5%2018h-11a.5.5%200%200%201-.09-.992L4.5%2017z%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%22M2.854%202.146a.5.5%200%201%200-.708.708l7.351%207.35l-.001%204.083l-3.646-3.64l-.069-.059a.5.5%200%200%200-.637.766L9.6%2015.806a.5.5%200%200%200%20.395.194l.106-.01a.5.5%200%200%200%20.255-.137l2.393-2.396l4.396%204.397a.5.5%200%200%200%20.708-.708zm9.187%2010.602l-1.545%201.547l.001-3.09zm2.121-.707l-.707-.707l.686-.687a.5.5%200%200%201%20.638-.059l.07.058a.5.5%200%200%201%20.058.638l-.058.07zM9.498%207.377l1%201L10.5%202.5l-.008-.09a.5.5%200%200%200-.992.09zM15.5%2017a.5.5%200%200%201%20.09.992L15.5%2018h-11a.5.5%200%200%201-.09-.992L4.5%2017z%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-regular.svg?color=%231a73e8&size=48