archive close icon

archive-close-bold-duotone from Solar by 480 Design · Bold Duotone · Notes · CC-BY-4.0 Attribution required.

Name
archive-close-bold-duotone
Set
Solar
Style
Bold Duotone
Category
Notes
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More notes icons from Solar

Use the archive close icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2 5C2 4.05719 2 3.58579 2.29289 3.29289C2.58579 3 3.05719 3 4 3H20C20.9428 3 21.4142 3 21.7071 3.29289C22 3.58579 22 4.05719 22 5C22 5.94281 22 6.41421 21.7071 6.70711C21.4142 7 20.9428 7 20 7H4C3.05719 7 2.58579 7 2.29289 6.70711C2 6.41421 2 5.94281 2 5Z" opacity=".5"/><path fill-rule="evenodd" d="M20.5 13C20.5 16.7712 20.4997 18.6566 19.3281 19.8281C18.1566 20.9997 16.2712 21 12.5 21H11.5C7.72876 21 5.84345 20.9997 4.67188 19.8281C3.50031 18.6566 3.5 16.7712 3.5 13V6.99805C3.6452 7.00008 3.84905 7.00003 4 7H20C20.1509 7.00003 20.3548 7.00008 20.5 6.99805V13ZM15.0303 10.9697C14.7374 10.6769 14.2626 10.6769 13.9697 10.9697L12 12.9395L10.0303 10.9697C9.73738 10.6769 9.26261 10.6768 8.96973 10.9697C8.67684 11.2626 8.67685 11.7374 8.96973 12.0303L10.9395 14L8.96973 15.9697C8.67685 16.2626 8.67687 16.7374 8.96973 17.0303C9.26262 17.3232 9.73738 17.3232 10.0303 17.0303L12 15.0605L13.9697 17.0303C14.2626 17.3232 14.7374 17.3232 15.0303 17.0303C15.3232 16.7374 15.3232 16.2626 15.0303 15.9697L13.0605 14L15.0303 12.0303C15.3232 11.7374 15.3232 11.2626 15.0303 10.9697Z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarArchiveCloseBoldDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2 5C2 4.05719 2 3.58579 2.29289 3.29289C2.58579 3 3.05719 3 4 3H20C20.9428 3 21.4142 3 21.7071 3.29289C22 3.58579 22 4.05719 22 5C22 5.94281 22 6.41421 21.7071 6.70711C21.4142 7 20.9428 7 20 7H4C3.05719 7 2.58579 7 2.29289 6.70711C2 6.41421 2 5.94281 2 5Z" opacity=".5"/><path fillRule="evenodd" d="M20.5 13C20.5 16.7712 20.4997 18.6566 19.3281 19.8281C18.1566 20.9997 16.2712 21 12.5 21H11.5C7.72876 21 5.84345 20.9997 4.67188 19.8281C3.50031 18.6566 3.5 16.7712 3.5 13V6.99805C3.6452 7.00008 3.84905 7.00003 4 7H20C20.1509 7.00003 20.3548 7.00008 20.5 6.99805V13ZM15.0303 10.9697C14.7374 10.6769 14.2626 10.6769 13.9697 10.9697L12 12.9395L10.0303 10.9697C9.73738 10.6769 9.26261 10.6768 8.96973 10.9697C8.67684 11.2626 8.67685 11.7374 8.96973 12.0303L10.9395 14L8.96973 15.9697C8.67685 16.2626 8.67687 16.7374 8.96973 17.0303C9.26262 17.3232 9.73738 17.3232 10.0303 17.0303L12 15.0605L13.9697 17.0303C14.2626 17.3232 14.7374 17.3232 15.0303 17.0303C15.3232 16.7374 15.3232 16.2626 15.0303 15.9697L13.0605 14L15.0303 12.0303C15.3232 11.7374 15.3232 11.2626 15.0303 10.9697Z" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2 5C2 4.05719 2 3.58579 2.29289 3.29289C2.58579 3 3.05719 3 4 3H20C20.9428 3 21.4142 3 21.7071 3.29289C22 3.58579 22 4.05719 22 5C22 5.94281 22 6.41421 21.7071 6.70711C21.4142 7 20.9428 7 20 7H4C3.05719 7 2.58579 7 2.29289 6.70711C2 6.41421 2 5.94281 2 5Z" opacity=".5"/><path fill-rule="evenodd" d="M20.5 13C20.5 16.7712 20.4997 18.6566 19.3281 19.8281C18.1566 20.9997 16.2712 21 12.5 21H11.5C7.72876 21 5.84345 20.9997 4.67188 19.8281C3.50031 18.6566 3.5 16.7712 3.5 13V6.99805C3.6452 7.00008 3.84905 7.00003 4 7H20C20.1509 7.00003 20.3548 7.00008 20.5 6.99805V13ZM15.0303 10.9697C14.7374 10.6769 14.2626 10.6769 13.9697 10.9697L12 12.9395L10.0303 10.9697C9.73738 10.6769 9.26261 10.6768 8.96973 10.9697C8.67684 11.2626 8.67685 11.7374 8.96973 12.0303L10.9395 14L8.96973 15.9697C8.67685 16.2626 8.67687 16.7374 8.96973 17.0303C9.26262 17.3232 9.73738 17.3232 10.0303 17.0303L12 15.0605L13.9697 17.0303C14.2626 17.3232 14.7374 17.3232 15.0303 17.0303C15.3232 16.7374 15.3232 16.2626 15.0303 15.9697L13.0605 14L15.0303 12.0303C15.3232 11.7374 15.3232 11.2626 15.0303 10.9697Z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-archive-close-bold-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M2%205C2%204.05719%202%203.58579%202.29289%203.29289C2.58579%203%203.05719%203%204%203H20C20.9428%203%2021.4142%203%2021.7071%203.29289C22%203.58579%2022%204.05719%2022%205C22%205.94281%2022%206.41421%2021.7071%206.70711C21.4142%207%2020.9428%207%2020%207H4C3.05719%207%202.58579%207%202.29289%206.70711C2%206.41421%202%205.94281%202%205Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M20.5%2013C20.5%2016.7712%2020.4997%2018.6566%2019.3281%2019.8281C18.1566%2020.9997%2016.2712%2021%2012.5%2021H11.5C7.72876%2021%205.84345%2020.9997%204.67188%2019.8281C3.50031%2018.6566%203.5%2016.7712%203.5%2013V6.99805C3.6452%207.00008%203.84905%207.00003%204%207H20C20.1509%207.00003%2020.3548%207.00008%2020.5%206.99805V13ZM15.0303%2010.9697C14.7374%2010.6769%2014.2626%2010.6769%2013.9697%2010.9697L12%2012.9395L10.0303%2010.9697C9.73738%2010.6769%209.26261%2010.6768%208.96973%2010.9697C8.67684%2011.2626%208.67685%2011.7374%208.96973%2012.0303L10.9395%2014L8.96973%2015.9697C8.67685%2016.2626%208.67687%2016.7374%208.96973%2017.0303C9.26262%2017.3232%209.73738%2017.3232%2010.0303%2017.0303L12%2015.0605L13.9697%2017.0303C14.2626%2017.3232%2014.7374%2017.3232%2015.0303%2017.0303C15.3232%2016.7374%2015.3232%2016.2626%2015.0303%2015.9697L13.0605%2014L15.0303%2012.0303C15.3232%2011.7374%2015.3232%2011.2626%2015.0303%2010.9697Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M2%205C2%204.05719%202%203.58579%202.29289%203.29289C2.58579%203%203.05719%203%204%203H20C20.9428%203%2021.4142%203%2021.7071%203.29289C22%203.58579%2022%204.05719%2022%205C22%205.94281%2022%206.41421%2021.7071%206.70711C21.4142%207%2020.9428%207%2020%207H4C3.05719%207%202.58579%207%202.29289%206.70711C2%206.41421%202%205.94281%202%205Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M20.5%2013C20.5%2016.7712%2020.4997%2018.6566%2019.3281%2019.8281C18.1566%2020.9997%2016.2712%2021%2012.5%2021H11.5C7.72876%2021%205.84345%2020.9997%204.67188%2019.8281C3.50031%2018.6566%203.5%2016.7712%203.5%2013V6.99805C3.6452%207.00008%203.84905%207.00003%204%207H20C20.1509%207.00003%2020.3548%207.00008%2020.5%206.99805V13ZM15.0303%2010.9697C14.7374%2010.6769%2014.2626%2010.6769%2013.9697%2010.9697L12%2012.9395L10.0303%2010.9697C9.73738%2010.6769%209.26261%2010.6768%208.96973%2010.9697C8.67684%2011.2626%208.67685%2011.7374%208.96973%2012.0303L10.9395%2014L8.96973%2015.9697C8.67685%2016.2626%208.67687%2016.7374%208.96973%2017.0303C9.26262%2017.3232%209.73738%2017.3232%2010.0303%2017.0303L12%2015.0605L13.9697%2017.0303C14.2626%2017.3232%2014.7374%2017.3232%2015.0303%2017.0303C15.3232%2016.7374%2015.3232%2016.2626%2015.0303%2015.9697L13.0605%2014L15.0303%2012.0303C15.3232%2011.7374%2015.3232%2011.2626%2015.0303%2010.9697Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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