desktop arrow down off icon

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

Name
desktop-arrow-down-off-48-regular
Set
Fluent UI System Icons
Style
48 Regular
Viewbox
48×48
License
MIT

9 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the desktop arrow down off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M46 13c0 6.075-4.925 11-11 11s-11-4.925-11-11S28.925 2 35 2s11 4.925 11 11M35 5a1 1 0 0 0-1 1v11.586l-3.293-3.293a1 1 0 0 0-1.414 1.414l5 5a1 1 0 0 0 1.414 0l5-5a1 1 0 0 0-1.414-1.414L36 17.586V6a1 1 0 0 0-1-1m6.5 27.75v-8.49a13 13 0 0 0 2.5-1.88v10.37a4.25 4.25 0 0 1-2.696 3.957L39.097 34.5h.653a1.75 1.75 0 0 0 1.75-1.75m-8.768 1.75L6.69 8.457a1.76 1.76 0 0 0-.189.793v23.5c0 .967.784 1.75 1.75 1.75zm2.5 2.5H31v3.5h2.75a1.25 1.25 0 1 1 0 2.5h-19.5a1.25 1.25 0 1 1 0-2.5H17V37H8.25A4.25 4.25 0 0 1 4 32.75V9.25c0-.978.33-1.879.885-2.597l-.519-.52a1.25 1.25 0 1 1 1.768-1.767l37.5 37.5a1.25 1.25 0 0 1-1.768 1.768zM23.217 7.5h-11.12L9.597 5h15.155a13 13 0 0 0-1.535 2.5m5.283 33V37h-9v3.5z"/></svg>

React

import type { SVGProps } from "react";

export function FluentDesktopArrowDownOff48Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M46 13c0 6.075-4.925 11-11 11s-11-4.925-11-11S28.925 2 35 2s11 4.925 11 11M35 5a1 1 0 0 0-1 1v11.586l-3.293-3.293a1 1 0 0 0-1.414 1.414l5 5a1 1 0 0 0 1.414 0l5-5a1 1 0 0 0-1.414-1.414L36 17.586V6a1 1 0 0 0-1-1m6.5 27.75v-8.49a13 13 0 0 0 2.5-1.88v10.37a4.25 4.25 0 0 1-2.696 3.957L39.097 34.5h.653a1.75 1.75 0 0 0 1.75-1.75m-8.768 1.75L6.69 8.457a1.76 1.76 0 0 0-.189.793v23.5c0 .967.784 1.75 1.75 1.75zm2.5 2.5H31v3.5h2.75a1.25 1.25 0 1 1 0 2.5h-19.5a1.25 1.25 0 1 1 0-2.5H17V37H8.25A4.25 4.25 0 0 1 4 32.75V9.25c0-.978.33-1.879.885-2.597l-.519-.52a1.25 1.25 0 1 1 1.768-1.767l37.5 37.5a1.25 1.25 0 0 1-1.768 1.768zM23.217 7.5h-11.12L9.597 5h15.155a13 13 0 0 0-1.535 2.5m5.283 33V37h-9v3.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M46 13c0 6.075-4.925 11-11 11s-11-4.925-11-11S28.925 2 35 2s11 4.925 11 11M35 5a1 1 0 0 0-1 1v11.586l-3.293-3.293a1 1 0 0 0-1.414 1.414l5 5a1 1 0 0 0 1.414 0l5-5a1 1 0 0 0-1.414-1.414L36 17.586V6a1 1 0 0 0-1-1m6.5 27.75v-8.49a13 13 0 0 0 2.5-1.88v10.37a4.25 4.25 0 0 1-2.696 3.957L39.097 34.5h.653a1.75 1.75 0 0 0 1.75-1.75m-8.768 1.75L6.69 8.457a1.76 1.76 0 0 0-.189.793v23.5c0 .967.784 1.75 1.75 1.75zm2.5 2.5H31v3.5h2.75a1.25 1.25 0 1 1 0 2.5h-19.5a1.25 1.25 0 1 1 0-2.5H17V37H8.25A4.25 4.25 0 0 1 4 32.75V9.25c0-.978.33-1.879.885-2.597l-.519-.52a1.25 1.25 0 1 1 1.768-1.767l37.5 37.5a1.25 1.25 0 0 1-1.768 1.768zM23.217 7.5h-11.12L9.597 5h15.155a13 13 0 0 0-1.535 2.5m5.283 33V37h-9v3.5z"/></svg>
</template>

CSS

.icon-desktop-arrow-down-off-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M46%2013c0%206.075-4.925%2011-11%2011s-11-4.925-11-11S28.925%202%2035%202s11%204.925%2011%2011M35%205a1%201%200%200%200-1%201v11.586l-3.293-3.293a1%201%200%200%200-1.414%201.414l5%205a1%201%200%200%200%201.414%200l5-5a1%201%200%200%200-1.414-1.414L36%2017.586V6a1%201%200%200%200-1-1m6.5%2027.75v-8.49a13%2013%200%200%200%202.5-1.88v10.37a4.25%204.25%200%200%201-2.696%203.957L39.097%2034.5h.653a1.75%201.75%200%200%200%201.75-1.75m-8.768%201.75L6.69%208.457a1.76%201.76%200%200%200-.189.793v23.5c0%20.967.784%201.75%201.75%201.75zm2.5%202.5H31v3.5h2.75a1.25%201.25%200%201%201%200%202.5h-19.5a1.25%201.25%200%201%201%200-2.5H17V37H8.25A4.25%204.25%200%200%201%204%2032.75V9.25c0-.978.33-1.879.885-2.597l-.519-.52a1.25%201.25%200%201%201%201.768-1.767l37.5%2037.5a1.25%201.25%200%200%201-1.768%201.768zM23.217%207.5h-11.12L9.597%205h15.155a13%2013%200%200%200-1.535%202.5m5.283%2033V37h-9v3.5z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M46%2013c0%206.075-4.925%2011-11%2011s-11-4.925-11-11S28.925%202%2035%202s11%204.925%2011%2011M35%205a1%201%200%200%200-1%201v11.586l-3.293-3.293a1%201%200%200%200-1.414%201.414l5%205a1%201%200%200%200%201.414%200l5-5a1%201%200%200%200-1.414-1.414L36%2017.586V6a1%201%200%200%200-1-1m6.5%2027.75v-8.49a13%2013%200%200%200%202.5-1.88v10.37a4.25%204.25%200%200%201-2.696%203.957L39.097%2034.5h.653a1.75%201.75%200%200%200%201.75-1.75m-8.768%201.75L6.69%208.457a1.76%201.76%200%200%200-.189.793v23.5c0%20.967.784%201.75%201.75%201.75zm2.5%202.5H31v3.5h2.75a1.25%201.25%200%201%201%200%202.5h-19.5a1.25%201.25%200%201%201%200-2.5H17V37H8.25A4.25%204.25%200%200%201%204%2032.75V9.25c0-.978.33-1.879.885-2.597l-.519-.52a1.25%201.25%200%201%201%201.768-1.767l37.5%2037.5a1.25%201.25%200%200%201-1.768%201.768zM23.217%207.5h-11.12L9.597%205h15.155a13%2013%200%200%200-1.535%202.5m5.283%2033V37h-9v3.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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