desktop arrow down icon
desktop-arrow-down-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- desktop-arrow-down-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- 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-regular
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-1m0 21c3.493 0 6.664-1.378 9-3.62v10.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.502A12.94 12.94 0 0 0 22 13c0 7.18 5.82 13 13 13m-6.5 14.5V37h-9v3.5z"/></svg>
React
import type { SVGProps } from "react";
export function FluentDesktopArrowDown48Filled(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-1m0 21c3.493 0 6.664-1.378 9-3.62v10.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.502A12.94 12.94 0 0 0 22 13c0 7.18 5.82 13 13 13m-6.5 14.5V37h-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-1m0 21c3.493 0 6.664-1.378 9-3.62v10.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.502A12.94 12.94 0 0 0 22 13c0 7.18 5.82 13 13 13m-6.5 14.5V37h-9v3.5z"/></svg> </template>
CSS
.icon-desktop-arrow-down-48-filled {
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-1m0%2021c3.493%200%206.664-1.378%209-3.62v10.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.502A12.94%2012.94%200%200%200%2022%2013c0%207.18%205.82%2013%2013%2013m-6.5%2014.5V37h-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-1m0%2021c3.493%200%206.664-1.378%209-3.62v10.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.502A12.94%2012.94%200%200%200%2022%2013c0%207.18%205.82%2013%2013%2013m-6.5%2014.5V37h-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-filled.svg?color=%231a73e8&size=48