arrow download off icon

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

Name
arrow-download-off-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
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 16 16"><path fill="currentColor" d="M7.5 8.207v2.085L4.818 7.611l-.07-.058a.5.5 0 0 0-.637.765l3.535 3.536l.07.057a.5.5 0 0 0 .638-.057l1.396-1.397L12.293 13H3.5l-.09.008A.5.5 0 0 0 3.5 14h9l.09-.008a.5.5 0 0 0 .378-.317l1.178 1.179a.5.5 0 0 0 .708-.708l-13-13a.5.5 0 1 0-.708.708zM9.043 9.75l-.543.542V9.207zm2.121-.707l-.707-.707l.725-.725a.5.5 0 0 1 .638-.058l.07.058a.5.5 0 0 1 .057.638l-.058.069zM7.5 1.5v3.879l1 1V1.5l-.008-.09A.5.5 0 0 0 8 1l-.09.008a.5.5 0 0 0-.41.492"/></svg>

React

import type { SVGProps } from "react";

export function FluentArrowDownloadOff16Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.5 8.207v2.085L4.818 7.611l-.07-.058a.5.5 0 0 0-.637.765l3.535 3.536l.07.057a.5.5 0 0 0 .638-.057l1.396-1.397L12.293 13H3.5l-.09.008A.5.5 0 0 0 3.5 14h9l.09-.008a.5.5 0 0 0 .378-.317l1.178 1.179a.5.5 0 0 0 .708-.708l-13-13a.5.5 0 1 0-.708.708zM9.043 9.75l-.543.542V9.207zm2.121-.707l-.707-.707l.725-.725a.5.5 0 0 1 .638-.058l.07.058a.5.5 0 0 1 .057.638l-.058.069zM7.5 1.5v3.879l1 1V1.5l-.008-.09A.5.5 0 0 0 8 1l-.09.008a.5.5 0 0 0-.41.492"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.5 8.207v2.085L4.818 7.611l-.07-.058a.5.5 0 0 0-.637.765l3.535 3.536l.07.057a.5.5 0 0 0 .638-.057l1.396-1.397L12.293 13H3.5l-.09.008A.5.5 0 0 0 3.5 14h9l.09-.008a.5.5 0 0 0 .378-.317l1.178 1.179a.5.5 0 0 0 .708-.708l-13-13a.5.5 0 1 0-.708.708zM9.043 9.75l-.543.542V9.207zm2.121-.707l-.707-.707l.725-.725a.5.5 0 0 1 .638-.058l.07.058a.5.5 0 0 1 .057.638l-.058.069zM7.5 1.5v3.879l1 1V1.5l-.008-.09A.5.5 0 0 0 8 1l-.09.008a.5.5 0 0 0-.41.492"/></svg>
</template>

CSS

.icon-arrow-download-off-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5%208.207v2.085L4.818%207.611l-.07-.058a.5.5%200%200%200-.637.765l3.535%203.536l.07.057a.5.5%200%200%200%20.638-.057l1.396-1.397L12.293%2013H3.5l-.09.008A.5.5%200%200%200%203.5%2014h9l.09-.008a.5.5%200%200%200%20.378-.317l1.178%201.179a.5.5%200%200%200%20.708-.708l-13-13a.5.5%200%201%200-.708.708zM9.043%209.75l-.543.542V9.207zm2.121-.707l-.707-.707l.725-.725a.5.5%200%200%201%20.638-.058l.07.058a.5.5%200%200%201%20.057.638l-.058.069zM7.5%201.5v3.879l1%201V1.5l-.008-.09A.5.5%200%200%200%208%201l-.09.008a.5.5%200%200%200-.41.492%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5%208.207v2.085L4.818%207.611l-.07-.058a.5.5%200%200%200-.637.765l3.535%203.536l.07.057a.5.5%200%200%200%20.638-.057l1.396-1.397L12.293%2013H3.5l-.09.008A.5.5%200%200%200%203.5%2014h9l.09-.008a.5.5%200%200%200%20.378-.317l1.178%201.179a.5.5%200%200%200%20.708-.708l-13-13a.5.5%200%201%200-.708.708zM9.043%209.75l-.543.542V9.207zm2.121-.707l-.707-.707l.725-.725a.5.5%200%200%201%20.638-.058l.07.058a.5.5%200%200%201%20.057.638l-.058.069zM7.5%201.5v3.879l1%201V1.5l-.008-.09A.5.5%200%200%200%208%201l-.09.008a.5.5%200%200%200-.41.492%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-16-regular.svg?color=%231a73e8&size=48