archive arrow back icon
archive-arrow-back-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- archive-arrow-back-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- License
- MIT
11 other variants in Fluent UI System Icons
archive-arrow-back-16-filledarchive-arrow-back-16-regulararchive-arrow-back-20-filledarchive-arrow-back-20-regulararchive-arrow-back-24-filledarchive-arrow-back-24-regulararchive-arrow-back-28-filledarchive-arrow-back-28-regulararchive-arrow-back-32-filledarchive-arrow-back-32-regulararchive-arrow-back-48-filled
Related icons in Fluent UI System Icons
Use the archive arrow back icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M35 24c6.075 0 11 4.925 11 11s-4.925 11-11 11s-11-4.925-11-11s4.925-11 11-11m2.75-18A4.25 4.25 0 0 1 42 10.25v3.5c0 1.52-.8 2.853-2 3.605v5.641a13 13 0 0 0-2.5-.756V18h-27v17.75a3.75 3.75 0 0 0 3.75 3.75h8.55c.326.882.744 1.72 1.244 2.5H14.25A6.25 6.25 0 0 1 8 35.75V17.355c-1.2-.752-2-2.084-2-3.605v-3.5A4.25 4.25 0 0 1 10.25 6zm-6.043 24.293a1 1 0 0 0-1.414 0l-3 3a1 1 0 0 0 0 1.414l3 3a1 1 0 1 0 1.414-1.414L30.414 35H36a4 4 0 0 1 4 4a1 1 0 1 0 2 0a6 6 0 0 0-6-6h-5.586l1.293-1.293a1 1 0 0 0 0-1.414M27.75 22a1.25 1.25 0 0 1 1.227 1.477q-.861.451-1.642 1.023H20.25a1.25 1.25 0 1 1 0-2.5zM10.25 8.5a1.75 1.75 0 0 0-1.75 1.75v3.5c0 .966.784 1.75 1.75 1.75h27.5a1.75 1.75 0 0 0 1.75-1.75v-3.5a1.75 1.75 0 0 0-1.75-1.75z"/></svg>
React
import type { SVGProps } from "react";
export function FluentArchiveArrowBack48Regular(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="M35 24c6.075 0 11 4.925 11 11s-4.925 11-11 11s-11-4.925-11-11s4.925-11 11-11m2.75-18A4.25 4.25 0 0 1 42 10.25v3.5c0 1.52-.8 2.853-2 3.605v5.641a13 13 0 0 0-2.5-.756V18h-27v17.75a3.75 3.75 0 0 0 3.75 3.75h8.55c.326.882.744 1.72 1.244 2.5H14.25A6.25 6.25 0 0 1 8 35.75V17.355c-1.2-.752-2-2.084-2-3.605v-3.5A4.25 4.25 0 0 1 10.25 6zm-6.043 24.293a1 1 0 0 0-1.414 0l-3 3a1 1 0 0 0 0 1.414l3 3a1 1 0 1 0 1.414-1.414L30.414 35H36a4 4 0 0 1 4 4a1 1 0 1 0 2 0a6 6 0 0 0-6-6h-5.586l1.293-1.293a1 1 0 0 0 0-1.414M27.75 22a1.25 1.25 0 0 1 1.227 1.477q-.861.451-1.642 1.023H20.25a1.25 1.25 0 1 1 0-2.5zM10.25 8.5a1.75 1.75 0 0 0-1.75 1.75v3.5c0 .966.784 1.75 1.75 1.75h27.5a1.75 1.75 0 0 0 1.75-1.75v-3.5a1.75 1.75 0 0 0-1.75-1.75z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M35 24c6.075 0 11 4.925 11 11s-4.925 11-11 11s-11-4.925-11-11s4.925-11 11-11m2.75-18A4.25 4.25 0 0 1 42 10.25v3.5c0 1.52-.8 2.853-2 3.605v5.641a13 13 0 0 0-2.5-.756V18h-27v17.75a3.75 3.75 0 0 0 3.75 3.75h8.55c.326.882.744 1.72 1.244 2.5H14.25A6.25 6.25 0 0 1 8 35.75V17.355c-1.2-.752-2-2.084-2-3.605v-3.5A4.25 4.25 0 0 1 10.25 6zm-6.043 24.293a1 1 0 0 0-1.414 0l-3 3a1 1 0 0 0 0 1.414l3 3a1 1 0 1 0 1.414-1.414L30.414 35H36a4 4 0 0 1 4 4a1 1 0 1 0 2 0a6 6 0 0 0-6-6h-5.586l1.293-1.293a1 1 0 0 0 0-1.414M27.75 22a1.25 1.25 0 0 1 1.227 1.477q-.861.451-1.642 1.023H20.25a1.25 1.25 0 1 1 0-2.5zM10.25 8.5a1.75 1.75 0 0 0-1.75 1.75v3.5c0 .966.784 1.75 1.75 1.75h27.5a1.75 1.75 0 0 0 1.75-1.75v-3.5a1.75 1.75 0 0 0-1.75-1.75z"/></svg> </template>
CSS
.icon-archive-arrow-back-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%22M35%2024c6.075%200%2011%204.925%2011%2011s-4.925%2011-11%2011s-11-4.925-11-11s4.925-11%2011-11m2.75-18A4.25%204.25%200%200%201%2042%2010.25v3.5c0%201.52-.8%202.853-2%203.605v5.641a13%2013%200%200%200-2.5-.756V18h-27v17.75a3.75%203.75%200%200%200%203.75%203.75h8.55c.326.882.744%201.72%201.244%202.5H14.25A6.25%206.25%200%200%201%208%2035.75V17.355c-1.2-.752-2-2.084-2-3.605v-3.5A4.25%204.25%200%200%201%2010.25%206zm-6.043%2024.293a1%201%200%200%200-1.414%200l-3%203a1%201%200%200%200%200%201.414l3%203a1%201%200%201%200%201.414-1.414L30.414%2035H36a4%204%200%200%201%204%204a1%201%200%201%200%202%200a6%206%200%200%200-6-6h-5.586l1.293-1.293a1%201%200%200%200%200-1.414M27.75%2022a1.25%201.25%200%200%201%201.227%201.477q-.861.451-1.642%201.023H20.25a1.25%201.25%200%201%201%200-2.5zM10.25%208.5a1.75%201.75%200%200%200-1.75%201.75v3.5c0%20.966.784%201.75%201.75%201.75h27.5a1.75%201.75%200%200%200%201.75-1.75v-3.5a1.75%201.75%200%200%200-1.75-1.75z%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%22M35%2024c6.075%200%2011%204.925%2011%2011s-4.925%2011-11%2011s-11-4.925-11-11s4.925-11%2011-11m2.75-18A4.25%204.25%200%200%201%2042%2010.25v3.5c0%201.52-.8%202.853-2%203.605v5.641a13%2013%200%200%200-2.5-.756V18h-27v17.75a3.75%203.75%200%200%200%203.75%203.75h8.55c.326.882.744%201.72%201.244%202.5H14.25A6.25%206.25%200%200%201%208%2035.75V17.355c-1.2-.752-2-2.084-2-3.605v-3.5A4.25%204.25%200%200%201%2010.25%206zm-6.043%2024.293a1%201%200%200%200-1.414%200l-3%203a1%201%200%200%200%200%201.414l3%203a1%201%200%201%200%201.414-1.414L30.414%2035H36a4%204%200%200%201%204%204a1%201%200%201%200%202%200a6%206%200%200%200-6-6h-5.586l1.293-1.293a1%201%200%200%200%200-1.414M27.75%2022a1.25%201.25%200%200%201%201.227%201.477q-.861.451-1.642%201.023H20.25a1.25%201.25%200%201%201%200-2.5zM10.25%208.5a1.75%201.75%200%200%200-1.75%201.75v3.5c0%20.966.784%201.75%201.75%201.75h27.5a1.75%201.75%200%200%200%201.75-1.75v-3.5a1.75%201.75%200%200%200-1.75-1.75z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/archive-arrow-back-48-regular.svg?color=%231a73e8&size=48