file restore icon
file-restore-outline from Material Design Icons by Pictogrammers · Outline · Files / Folders · Apache-2.0 Free for personal and commercial use.
- Name
- file-restore-outline
- Set
- Material Design Icons
- Style
- Outline
- Category
- Files / Folders
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Material Design Icons
The same icon in other sets
More files / folders icons from Material Design Icons
clipboard-filefilefile-arrow-left-rightfile-arrow-up-downfile-cabinetfile-cadfile-cad-boxfile-cancelfile-certificatefile-chartfile-chart-checkfile-checkfile-cogfile-comparefile-delimitedfile-documentfile-document-arrow-rightfile-document-checkfile-document-minusfile-document-multiplefile-document-plusfile-document-refreshfile-document-removefile-download
Use the file restore icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V8zm4 18H6V4h7l5 5zm-1-6.76c0 2.62-2.13 4.76-4.76 4.76c-1.95 0-3.63-1.18-4.36-2.86H9.5c.61.86 1.61 1.43 2.74 1.43c1.84 0 3.33-1.5 3.33-3.33S14.08 9.9 12.24 9.9c-1.29 0-2.38.75-2.95 1.81l1.52 1.53H7V9.43l1.24 1.24a4.71 4.71 0 0 1 4-2.17c2.63-.03 4.76 2.11 4.76 4.74"/></svg>
React
import type { SVGProps } from "react";
export function MdiFileRestoreOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V8zm4 18H6V4h7l5 5zm-1-6.76c0 2.62-2.13 4.76-4.76 4.76c-1.95 0-3.63-1.18-4.36-2.86H9.5c.61.86 1.61 1.43 2.74 1.43c1.84 0 3.33-1.5 3.33-3.33S14.08 9.9 12.24 9.9c-1.29 0-2.38.75-2.95 1.81l1.52 1.53H7V9.43l1.24 1.24a4.71 4.71 0 0 1 4-2.17c2.63-.03 4.76 2.11 4.76 4.74"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V8zm4 18H6V4h7l5 5zm-1-6.76c0 2.62-2.13 4.76-4.76 4.76c-1.95 0-3.63-1.18-4.36-2.86H9.5c.61.86 1.61 1.43 2.74 1.43c1.84 0 3.33-1.5 3.33-3.33S14.08 9.9 12.24 9.9c-1.29 0-2.38.75-2.95 1.81l1.52 1.53H7V9.43l1.24 1.24a4.71 4.71 0 0 1 4-2.17c2.63-.03 4.76 2.11 4.76 4.74"/></svg> </template>
CSS
.icon-file-restore-outline {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%202H6c-1.1%200-2%20.9-2%202v16c0%201.1.9%202%202%202h12c1.1%200%202-.9%202-2V8zm4%2018H6V4h7l5%205zm-1-6.76c0%202.62-2.13%204.76-4.76%204.76c-1.95%200-3.63-1.18-4.36-2.86H9.5c.61.86%201.61%201.43%202.74%201.43c1.84%200%203.33-1.5%203.33-3.33S14.08%209.9%2012.24%209.9c-1.29%200-2.38.75-2.95%201.81l1.52%201.53H7V9.43l1.24%201.24a4.71%204.71%200%200%201%204-2.17c2.63-.03%204.76%202.11%204.76%204.74%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%202H6c-1.1%200-2%20.9-2%202v16c0%201.1.9%202%202%202h12c1.1%200%202-.9%202-2V8zm4%2018H6V4h7l5%205zm-1-6.76c0%202.62-2.13%204.76-4.76%204.76c-1.95%200-3.63-1.18-4.36-2.86H9.5c.61.86%201.61%201.43%202.74%201.43c1.84%200%203.33-1.5%203.33-3.33S14.08%209.9%2012.24%209.9c-1.29%200-2.38.75-2.95%201.81l1.52%201.53H7V9.43l1.24%201.24a4.71%204.71%200%200%201%204-2.17c2.63-.03%204.76%202.11%204.76%204.74%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/file-restore-outline.svg?color=%231a73e8&size=48