desktop arrow down off icon

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

Name
desktop-arrow-down-off-32-regular
Set
Fluent UI System Icons
Style
32 Regular
Viewbox
32×32
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 32 32"><path fill="currentColor" d="m2.754 4.169l-.461-.462a1 1 0 1 1 1.414-1.414l26 26a1 1 0 0 1-1.414 1.414L23.586 25h-3.58v2.001h2.998a1 1 0 1 1 0 1.999H9.012a1 1 0 1 1 0-1.999h2.998V25H5.25A3.25 3.25 0 0 1 2 21.75V6.25c0-.792.283-1.518.754-2.081M21.586 23L4.183 5.598c-.116.19-.183.413-.183.652v15.5c0 .69.56 1.25 1.25 1.25zm6.611 1.66L26.537 23h.213c.69 0 1.25-.56 1.25-1.25v-5.454a9 9 0 0 0 2-1.571v7.025a3.25 3.25 0 0 1-1.803 2.91M6.537 3l2 2h6.669c.304-.72.698-1.39 1.17-2zM23.5 16a7.5 7.5 0 1 0 0-15a7.5 7.5 0 0 0 0 15m1-12.25v7.69l2.72-2.72a.75.75 0 1 1 1.06 1.06l-4 4a.75.75 0 0 1-1.06 0l-4-4a.75.75 0 0 1 1.06-1.06L23 11.44V3.75a.75.75 0 0 1 1.5 0M18.006 25H14.01v2.001h3.996z"/></svg>

React

import type { SVGProps } from "react";

export function FluentDesktopArrowDownOff32Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m2.754 4.169l-.461-.462a1 1 0 1 1 1.414-1.414l26 26a1 1 0 0 1-1.414 1.414L23.586 25h-3.58v2.001h2.998a1 1 0 1 1 0 1.999H9.012a1 1 0 1 1 0-1.999h2.998V25H5.25A3.25 3.25 0 0 1 2 21.75V6.25c0-.792.283-1.518.754-2.081M21.586 23L4.183 5.598c-.116.19-.183.413-.183.652v15.5c0 .69.56 1.25 1.25 1.25zm6.611 1.66L26.537 23h.213c.69 0 1.25-.56 1.25-1.25v-5.454a9 9 0 0 0 2-1.571v7.025a3.25 3.25 0 0 1-1.803 2.91M6.537 3l2 2h6.669c.304-.72.698-1.39 1.17-2zM23.5 16a7.5 7.5 0 1 0 0-15a7.5 7.5 0 0 0 0 15m1-12.25v7.69l2.72-2.72a.75.75 0 1 1 1.06 1.06l-4 4a.75.75 0 0 1-1.06 0l-4-4a.75.75 0 0 1 1.06-1.06L23 11.44V3.75a.75.75 0 0 1 1.5 0M18.006 25H14.01v2.001h3.996z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m2.754 4.169l-.461-.462a1 1 0 1 1 1.414-1.414l26 26a1 1 0 0 1-1.414 1.414L23.586 25h-3.58v2.001h2.998a1 1 0 1 1 0 1.999H9.012a1 1 0 1 1 0-1.999h2.998V25H5.25A3.25 3.25 0 0 1 2 21.75V6.25c0-.792.283-1.518.754-2.081M21.586 23L4.183 5.598c-.116.19-.183.413-.183.652v15.5c0 .69.56 1.25 1.25 1.25zm6.611 1.66L26.537 23h.213c.69 0 1.25-.56 1.25-1.25v-5.454a9 9 0 0 0 2-1.571v7.025a3.25 3.25 0 0 1-1.803 2.91M6.537 3l2 2h6.669c.304-.72.698-1.39 1.17-2zM23.5 16a7.5 7.5 0 1 0 0-15a7.5 7.5 0 0 0 0 15m1-12.25v7.69l2.72-2.72a.75.75 0 1 1 1.06 1.06l-4 4a.75.75 0 0 1-1.06 0l-4-4a.75.75 0 0 1 1.06-1.06L23 11.44V3.75a.75.75 0 0 1 1.5 0M18.006 25H14.01v2.001h3.996z"/></svg>
</template>

CSS

.icon-desktop-arrow-down-off-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m2.754%204.169l-.461-.462a1%201%200%201%201%201.414-1.414l26%2026a1%201%200%200%201-1.414%201.414L23.586%2025h-3.58v2.001h2.998a1%201%200%201%201%200%201.999H9.012a1%201%200%201%201%200-1.999h2.998V25H5.25A3.25%203.25%200%200%201%202%2021.75V6.25c0-.792.283-1.518.754-2.081M21.586%2023L4.183%205.598c-.116.19-.183.413-.183.652v15.5c0%20.69.56%201.25%201.25%201.25zm6.611%201.66L26.537%2023h.213c.69%200%201.25-.56%201.25-1.25v-5.454a9%209%200%200%200%202-1.571v7.025a3.25%203.25%200%200%201-1.803%202.91M6.537%203l2%202h6.669c.304-.72.698-1.39%201.17-2zM23.5%2016a7.5%207.5%200%201%200%200-15a7.5%207.5%200%200%200%200%2015m1-12.25v7.69l2.72-2.72a.75.75%200%201%201%201.06%201.06l-4%204a.75.75%200%200%201-1.06%200l-4-4a.75.75%200%200%201%201.06-1.06L23%2011.44V3.75a.75.75%200%200%201%201.5%200M18.006%2025H14.01v2.001h3.996z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m2.754%204.169l-.461-.462a1%201%200%201%201%201.414-1.414l26%2026a1%201%200%200%201-1.414%201.414L23.586%2025h-3.58v2.001h2.998a1%201%200%201%201%200%201.999H9.012a1%201%200%201%201%200-1.999h2.998V25H5.25A3.25%203.25%200%200%201%202%2021.75V6.25c0-.792.283-1.518.754-2.081M21.586%2023L4.183%205.598c-.116.19-.183.413-.183.652v15.5c0%20.69.56%201.25%201.25%201.25zm6.611%201.66L26.537%2023h.213c.69%200%201.25-.56%201.25-1.25v-5.454a9%209%200%200%200%202-1.571v7.025a3.25%203.25%200%200%201-1.803%202.91M6.537%203l2%202h6.669c.304-.72.698-1.39%201.17-2zM23.5%2016a7.5%207.5%200%201%200%200-15a7.5%207.5%200%200%200%200%2015m1-12.25v7.69l2.72-2.72a.75.75%200%201%201%201.06%201.06l-4%204a.75.75%200%200%201-1.06%200l-4-4a.75.75%200%200%201%201.06-1.06L23%2011.44V3.75a.75.75%200%200%201%201.5%200M18.006%2025H14.01v2.001h3.996z%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-32-regular.svg?color=%231a73e8&size=48