folder arrow left icon
folder-arrow-left-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- folder-arrow-left-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- Viewbox
- 48×48
- License
- MIT
11 other variants in Fluent UI System Icons
folder-arrow-left-16-filledfolder-arrow-left-16-regularfolder-arrow-left-20-filledfolder-arrow-left-20-regularfolder-arrow-left-24-filledfolder-arrow-left-24-regularfolder-arrow-left-28-filledfolder-arrow-left-28-regularfolder-arrow-left-32-filledfolder-arrow-left-32-regularfolder-arrow-left-48-regular
The same icon in other sets
Related icons in Fluent UI System Icons
folder-add-16-filledfolder-arrow-right-16-filledfolder-arrow-up-16-filledfolder-briefcase-20-filledfolder-data-bar-20-filledfolder-dismiss-16-filledfolder-document-16-filledfolder-globe-16-filledfolder-hint-20-filledfolder-holder-20-filledfolder-junk-20-filledfolder-lightning-16-filledfolder-link-16-filledfolder-list-16-filledfolder-mail-16-filledfolder-move-20-filledfolder-multiple-16-filledfolder-open-16-filledfolder-open-down-16-filledfolder-open-vertical-16-filledfolder-people-20-filledfolder-person-16-filledfolder-prohibited-16-filledfolder-public-16-regular
Use the folder arrow left icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M4 12.25A6.25 6.25 0 0 1 10.25 6h6.465a3.75 3.75 0 0 1 2.651 1.098l3.384 3.384l-5.152 5.152a1.25 1.25 0 0 1-.883.366H4zm0 6.25v16.25A6.25 6.25 0 0 0 10.25 41h13.794A12.94 12.94 0 0 1 22 34c0-7.18 5.82-13 13-13c3.493 0 6.664 1.378 9 3.62v-7.37A6.25 6.25 0 0 0 37.75 11H25.768l-6.402 6.402a3.75 3.75 0 0 1-2.651 1.098zM35 45c-6.075 0-11-4.925-11-11s4.925-11 11-11s11 4.925 11 11s-4.925 11-11 11m8-11a1 1 0 0 0-1-1H30.414l3.293-3.293a1 1 0 0 0-1.414-1.414l-5 5a1 1 0 0 0 0 1.414l5 5a1 1 0 0 0 1.414-1.414L30.414 35H42a1 1 0 0 0 1-1"/></svg>
React
import type { SVGProps } from "react";
export function FluentFolderArrowLeft48Filled(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="M4 12.25A6.25 6.25 0 0 1 10.25 6h6.465a3.75 3.75 0 0 1 2.651 1.098l3.384 3.384l-5.152 5.152a1.25 1.25 0 0 1-.883.366H4zm0 6.25v16.25A6.25 6.25 0 0 0 10.25 41h13.794A12.94 12.94 0 0 1 22 34c0-7.18 5.82-13 13-13c3.493 0 6.664 1.378 9 3.62v-7.37A6.25 6.25 0 0 0 37.75 11H25.768l-6.402 6.402a3.75 3.75 0 0 1-2.651 1.098zM35 45c-6.075 0-11-4.925-11-11s4.925-11 11-11s11 4.925 11 11s-4.925 11-11 11m8-11a1 1 0 0 0-1-1H30.414l3.293-3.293a1 1 0 0 0-1.414-1.414l-5 5a1 1 0 0 0 0 1.414l5 5a1 1 0 0 0 1.414-1.414L30.414 35H42a1 1 0 0 0 1-1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M4 12.25A6.25 6.25 0 0 1 10.25 6h6.465a3.75 3.75 0 0 1 2.651 1.098l3.384 3.384l-5.152 5.152a1.25 1.25 0 0 1-.883.366H4zm0 6.25v16.25A6.25 6.25 0 0 0 10.25 41h13.794A12.94 12.94 0 0 1 22 34c0-7.18 5.82-13 13-13c3.493 0 6.664 1.378 9 3.62v-7.37A6.25 6.25 0 0 0 37.75 11H25.768l-6.402 6.402a3.75 3.75 0 0 1-2.651 1.098zM35 45c-6.075 0-11-4.925-11-11s4.925-11 11-11s11 4.925 11 11s-4.925 11-11 11m8-11a1 1 0 0 0-1-1H30.414l3.293-3.293a1 1 0 0 0-1.414-1.414l-5 5a1 1 0 0 0 0 1.414l5 5a1 1 0 0 0 1.414-1.414L30.414 35H42a1 1 0 0 0 1-1"/></svg> </template>
CSS
.icon-folder-arrow-left-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%22M4%2012.25A6.25%206.25%200%200%201%2010.25%206h6.465a3.75%203.75%200%200%201%202.651%201.098l3.384%203.384l-5.152%205.152a1.25%201.25%200%200%201-.883.366H4zm0%206.25v16.25A6.25%206.25%200%200%200%2010.25%2041h13.794A12.94%2012.94%200%200%201%2022%2034c0-7.18%205.82-13%2013-13c3.493%200%206.664%201.378%209%203.62v-7.37A6.25%206.25%200%200%200%2037.75%2011H25.768l-6.402%206.402a3.75%203.75%200%200%201-2.651%201.098zM35%2045c-6.075%200-11-4.925-11-11s4.925-11%2011-11s11%204.925%2011%2011s-4.925%2011-11%2011m8-11a1%201%200%200%200-1-1H30.414l3.293-3.293a1%201%200%200%200-1.414-1.414l-5%205a1%201%200%200%200%200%201.414l5%205a1%201%200%200%200%201.414-1.414L30.414%2035H42a1%201%200%200%200%201-1%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%22M4%2012.25A6.25%206.25%200%200%201%2010.25%206h6.465a3.75%203.75%200%200%201%202.651%201.098l3.384%203.384l-5.152%205.152a1.25%201.25%200%200%201-.883.366H4zm0%206.25v16.25A6.25%206.25%200%200%200%2010.25%2041h13.794A12.94%2012.94%200%200%201%2022%2034c0-7.18%205.82-13%2013-13c3.493%200%206.664%201.378%209%203.62v-7.37A6.25%206.25%200%200%200%2037.75%2011H25.768l-6.402%206.402a3.75%203.75%200%200%201-2.651%201.098zM35%2045c-6.075%200-11-4.925-11-11s4.925-11%2011-11s11%204.925%2011%2011s-4.925%2011-11%2011m8-11a1%201%200%200%200-1-1H30.414l3.293-3.293a1%201%200%200%200-1.414-1.414l-5%205a1%201%200%200%200%200%201.414l5%205a1%201%200%200%200%201.414-1.414L30.414%2035H42a1%201%200%200%200%201-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/folder-arrow-left-48-filled.svg?color=%231a73e8&size=48