desktop arrow down icon
desktop-arrow-down-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- desktop-arrow-down-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- License
- MIT
11 other variants in Fluent UI System Icons
desktop-arrow-down-16-filleddesktop-arrow-down-16-regulardesktop-arrow-down-20-filleddesktop-arrow-down-20-regulardesktop-arrow-down-24-filleddesktop-arrow-down-24-regulardesktop-arrow-down-28-filleddesktop-arrow-down-28-regulardesktop-arrow-down-32-filleddesktop-arrow-down-32-regulardesktop-arrow-down-48-filled
Related icons in Fluent UI System Icons
desktop-arrow-down-off-20-filleddesktop-arrow-right-16-filleddesktop-checkmark-16-filleddesktop-cursor-16-filleddesktop-edit-16-filleddesktop-flow-20-filleddesktop-keyboard-16-filleddesktop-mac-16-filleddesktop-off-20-filleddesktop-pulse-16-filleddesktop-signal-20-filleddesktop-speaker-20-filleddesktop-speaker-off-20-filleddesktop-sync-16-filleddesktop-tag-20-filleddesktop-toolbox-20-filleddesktop-tower-20-filled
Use the desktop arrow down 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 39.75 37H31v3.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.25A4.25 4.25 0 0 1 8.25 5h16.502a13 13 0 0 0-1.535 2.5H8.25A1.75 1.75 0 0 0 6.5 9.25v23.5c0 .967.784 1.75 1.75 1.75h31.5a1.75 1.75 0 0 0 1.75-1.75m-13 7.75V37h-9v3.5z"/></svg>
React
import type { SVGProps } from "react";
export function FluentDesktopArrowDown48Regular(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 39.75 37H31v3.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.25A4.25 4.25 0 0 1 8.25 5h16.502a13 13 0 0 0-1.535 2.5H8.25A1.75 1.75 0 0 0 6.5 9.25v23.5c0 .967.784 1.75 1.75 1.75h31.5a1.75 1.75 0 0 0 1.75-1.75m-13 7.75V37h-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 39.75 37H31v3.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.25A4.25 4.25 0 0 1 8.25 5h16.502a13 13 0 0 0-1.535 2.5H8.25A1.75 1.75 0 0 0 6.5 9.25v23.5c0 .967.784 1.75 1.75 1.75h31.5a1.75 1.75 0 0 0 1.75-1.75m-13 7.75V37h-9v3.5z"/></svg> </template>
CSS
.icon-desktop-arrow-down-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%2039.75%2037H31v3.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.25A4.25%204.25%200%200%201%208.25%205h16.502a13%2013%200%200%200-1.535%202.5H8.25A1.75%201.75%200%200%200%206.5%209.25v23.5c0%20.967.784%201.75%201.75%201.75h31.5a1.75%201.75%200%200%200%201.75-1.75m-13%207.75V37h-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%2039.75%2037H31v3.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.25A4.25%204.25%200%200%201%208.25%205h16.502a13%2013%200%200%200-1.535%202.5H8.25A1.75%201.75%200%200%200%206.5%209.25v23.5c0%20.967.784%201.75%201.75%201.75h31.5a1.75%201.75%200%200%200%201.75-1.75m-13%207.75V37h-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-48-regular.svg?color=%231a73e8&size=48