archive restore icon

archive-restore from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
archive-restore
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the archive restore icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M9 15s2.21-3 3-3s3 3 3 3m-3-2v8m8-13v7.01c0 2.832 0 4.248-.879 5.127c-.641.643-1.568.816-3.121.863M4 8v7.01c0 2.832 0 4.248.879 5.127c.641.643 1.568.816 3.121.863M19.5 3h-15c-.935 0-1.402 0-1.75.201a1.5 1.5 0 0 0-.549.549C2 4.098 2 4.565 2 5.5s0 1.402.201 1.75a1.5 1.5 0 0 0 .549.549C3.098 8 3.565 8 4.5 8h15c.935 0 1.402 0 1.75-.201a1.5 1.5 0 0 0 .549-.549C22 6.902 22 6.435 22 5.5s0-1.402-.201-1.75a1.5 1.5 0 0 0-.549-.549C20.902 3 20.435 3 19.5 3"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsArchiveRestore(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M9 15s2.21-3 3-3s3 3 3 3m-3-2v8m8-13v7.01c0 2.832 0 4.248-.879 5.127c-.641.643-1.568.816-3.121.863M4 8v7.01c0 2.832 0 4.248.879 5.127c.641.643 1.568.816 3.121.863M19.5 3h-15c-.935 0-1.402 0-1.75.201a1.5 1.5 0 0 0-.549.549C2 4.098 2 4.565 2 5.5s0 1.402.201 1.75a1.5 1.5 0 0 0 .549.549C3.098 8 3.565 8 4.5 8h15c.935 0 1.402 0 1.75-.201a1.5 1.5 0 0 0 .549-.549C22 6.902 22 6.435 22 5.5s0-1.402-.201-1.75a1.5 1.5 0 0 0-.549-.549C20.902 3 20.435 3 19.5 3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M9 15s2.21-3 3-3s3 3 3 3m-3-2v8m8-13v7.01c0 2.832 0 4.248-.879 5.127c-.641.643-1.568.816-3.121.863M4 8v7.01c0 2.832 0 4.248.879 5.127c.641.643 1.568.816 3.121.863M19.5 3h-15c-.935 0-1.402 0-1.75.201a1.5 1.5 0 0 0-.549.549C2 4.098 2 4.565 2 5.5s0 1.402.201 1.75a1.5 1.5 0 0 0 .549.549C3.098 8 3.565 8 4.5 8h15c.935 0 1.402 0 1.75-.201a1.5 1.5 0 0 0 .549-.549C22 6.902 22 6.435 22 5.5s0-1.402-.201-1.75a1.5 1.5 0 0 0-.549-.549C20.902 3 20.435 3 19.5 3"/></svg>
</template>

CSS

.icon-archive-restore {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M9%2015s2.21-3%203-3s3%203%203%203m-3-2v8m8-13v7.01c0%202.832%200%204.248-.879%205.127c-.641.643-1.568.816-3.121.863M4%208v7.01c0%202.832%200%204.248.879%205.127c.641.643%201.568.816%203.121.863M19.5%203h-15c-.935%200-1.402%200-1.75.201a1.5%201.5%200%200%200-.549.549C2%204.098%202%204.565%202%205.5s0%201.402.201%201.75a1.5%201.5%200%200%200%20.549.549C3.098%208%203.565%208%204.5%208h15c.935%200%201.402%200%201.75-.201a1.5%201.5%200%200%200%20.549-.549C22%206.902%2022%206.435%2022%205.5s0-1.402-.201-1.75a1.5%201.5%200%200%200-.549-.549C20.902%203%2020.435%203%2019.5%203%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M9%2015s2.21-3%203-3s3%203%203%203m-3-2v8m8-13v7.01c0%202.832%200%204.248-.879%205.127c-.641.643-1.568.816-3.121.863M4%208v7.01c0%202.832%200%204.248.879%205.127c.641.643%201.568.816%203.121.863M19.5%203h-15c-.935%200-1.402%200-1.75.201a1.5%201.5%200%200%200-.549.549C2%204.098%202%204.565%202%205.5s0%201.402.201%201.75a1.5%201.5%200%200%200%20.549.549C3.098%208%203.565%208%204.5%208h15c.935%200%201.402%200%201.75-.201a1.5%201.5%200%200%200%20.549-.549C22%206.902%2022%206.435%2022%205.5s0-1.402-.201-1.75a1.5%201.5%200%200%200-.549-.549C20.902%203%2020.435%203%2019.5%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/archive-restore.svg?color=%231a73e8&size=48