unarchive icon
unarchive from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- unarchive
- Set
- Codicons
- Style
- Regular
- Viewbox
- 16×16
- License
- CC BY 4.0
The same icon in other sets
Use the unarchive icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.5 13c-.827 0-1.5-.673-1.5-1.5V6h10v.213q.524.149 1 .394V6l-.004-.085A1.5 1.5 0 0 0 15 4.5v-1c0-.827-.673-1.5-1.5-1.5h-11C1.673 2 1 2.673 1 3.5v1c0 .653.42 1.21 1.004 1.415L2 6v5.5C2 12.878 3.122 14 4.5 14h2.107a5.4 5.4 0 0 1-.394-1zm-2-8a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5zm9 2a4.5 4.5 0 1 0 0 9a4.5 4.5 0 0 0 0-9m2.336 5.871l-1.982 1.982a.5.5 0 0 1-.708 0a.5.5 0 0 1 0-.707l1.982-1.982a1.27 1.27 0 0 0-1.793-1.793l-.629.629h.793a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 1 1 0v.793l.629-.629a2.27 2.27 0 0 1 3.872 1.604c0 .606-.236 1.174-.664 1.603"/></svg>
React
import type { SVGProps } from "react";
export function CodiconUnarchive(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.5 13c-.827 0-1.5-.673-1.5-1.5V6h10v.213q.524.149 1 .394V6l-.004-.085A1.5 1.5 0 0 0 15 4.5v-1c0-.827-.673-1.5-1.5-1.5h-11C1.673 2 1 2.673 1 3.5v1c0 .653.42 1.21 1.004 1.415L2 6v5.5C2 12.878 3.122 14 4.5 14h2.107a5.4 5.4 0 0 1-.394-1zm-2-8a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5zm9 2a4.5 4.5 0 1 0 0 9a4.5 4.5 0 0 0 0-9m2.336 5.871l-1.982 1.982a.5.5 0 0 1-.708 0a.5.5 0 0 1 0-.707l1.982-1.982a1.27 1.27 0 0 0-1.793-1.793l-.629.629h.793a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 1 1 0v.793l.629-.629a2.27 2.27 0 0 1 3.872 1.604c0 .606-.236 1.174-.664 1.603"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.5 13c-.827 0-1.5-.673-1.5-1.5V6h10v.213q.524.149 1 .394V6l-.004-.085A1.5 1.5 0 0 0 15 4.5v-1c0-.827-.673-1.5-1.5-1.5h-11C1.673 2 1 2.673 1 3.5v1c0 .653.42 1.21 1.004 1.415L2 6v5.5C2 12.878 3.122 14 4.5 14h2.107a5.4 5.4 0 0 1-.394-1zm-2-8a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5zm9 2a4.5 4.5 0 1 0 0 9a4.5 4.5 0 0 0 0-9m2.336 5.871l-1.982 1.982a.5.5 0 0 1-.708 0a.5.5 0 0 1 0-.707l1.982-1.982a1.27 1.27 0 0 0-1.793-1.793l-.629.629h.793a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 1 1 0v.793l.629-.629a2.27 2.27 0 0 1 3.872 1.604c0 .606-.236 1.174-.664 1.603"/></svg> </template>
CSS
.icon-unarchive {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.5%2013c-.827%200-1.5-.673-1.5-1.5V6h10v.213q.524.149%201%20.394V6l-.004-.085A1.5%201.5%200%200%200%2015%204.5v-1c0-.827-.673-1.5-1.5-1.5h-11C1.673%202%201%202.673%201%203.5v1c0%20.653.42%201.21%201.004%201.415L2%206v5.5C2%2012.878%203.122%2014%204.5%2014h2.107a5.4%205.4%200%200%201-.394-1zm-2-8a.5.5%200%200%201-.5-.5v-1a.5.5%200%200%201%20.5-.5h11a.5.5%200%200%201%20.5.5v1a.5.5%200%200%201-.5.5zm9%202a4.5%204.5%200%201%200%200%209a4.5%204.5%200%200%200%200-9m2.336%205.871l-1.982%201.982a.5.5%200%200%201-.708%200a.5.5%200%200%201%200-.707l1.982-1.982a1.27%201.27%200%200%200-1.793-1.793l-.629.629h.793a.5.5%200%200%201%200%201h-2a.5.5%200%200%201-.5-.5v-2a.5.5%200%200%201%201%200v.793l.629-.629a2.27%202.27%200%200%201%203.872%201.604c0%20.606-.236%201.174-.664%201.603%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.5%2013c-.827%200-1.5-.673-1.5-1.5V6h10v.213q.524.149%201%20.394V6l-.004-.085A1.5%201.5%200%200%200%2015%204.5v-1c0-.827-.673-1.5-1.5-1.5h-11C1.673%202%201%202.673%201%203.5v1c0%20.653.42%201.21%201.004%201.415L2%206v5.5C2%2012.878%203.122%2014%204.5%2014h2.107a5.4%205.4%200%200%201-.394-1zm-2-8a.5.5%200%200%201-.5-.5v-1a.5.5%200%200%201%20.5-.5h11a.5.5%200%200%201%20.5.5v1a.5.5%200%200%201-.5.5zm9%202a4.5%204.5%200%201%200%200%209a4.5%204.5%200%200%200%200-9m2.336%205.871l-1.982%201.982a.5.5%200%200%201-.708%200a.5.5%200%200%201%200-.707l1.982-1.982a1.27%201.27%200%200%200-1.793-1.793l-.629.629h.793a.5.5%200%200%201%200%201h-2a.5.5%200%200%201-.5-.5v-2a.5.5%200%200%201%201%200v.793l.629-.629a2.27%202.27%200%200%201%203.872%201.604c0%20.606-.236%201.174-.664%201.603%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/unarchive.svg?color=%231a73e8&size=48