archive minimalistic close icon
archive-minimalistic-close-bold-duotone from Solar by 480 Design · Bold Duotone · Notes · CC-BY-4.0 Attribution required.
- Name
- archive-minimalistic-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
archive-boldarchive-check-boldarchive-close-boldarchive-down-boldarchive-down-minimalistic-boldarchive-minimalistic-boldarchive-up-boldarchive-up-minimalistic-boldclipboard-add-boldclipboard-boldclipboard-check-boldclipboard-clock-boldclipboard-copy-boldclipboard-heart-boldclipboard-list-boldclipboard-minus-boldclipboard-paste-boldclipboard-remove-boldclipboard-text-boldclipboard-type-bolddocument-add-bolddocument-bolddocument-medicine-bolddocument-text-bold
Use the archive minimalistic 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="M11.9993 2C16.7133 2 19.0704 2 20.5348 3.46447C21.2923 4.22195 21.658 5.21824 21.8345 6.65598V10H2.16406V6.65598C2.3406 5.21824 2.70628 4.22195 3.46377 3.46447C4.92823 2 7.28525 2 11.9993 2Z" opacity=".5"/><path fill-rule="evenodd" d="M14 6C16.8 6 18.2 6.00013 19.2695 6.54492C20.2103 7.02429 20.9757 7.78966 21.4551 8.73047C21.9999 9.79998 22 11.2 22 14C22 16.8 21.9999 18.2 21.4551 19.2695C20.9757 20.2103 20.2103 20.9757 19.2695 21.4551C18.2 21.9999 16.8 22 14 22H10C7.20005 22 5.79998 21.9999 4.73047 21.4551C3.78966 20.9757 3.02429 20.2103 2.54492 19.2695C2.00013 18.2 2 16.8 2 14C2 11.2 2.00013 9.79998 2.54492 8.73047C3.02429 7.78966 3.78966 7.02429 4.73047 6.54492C5.79998 6.00013 7.20005 6 10 6H14ZM15.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 SolarArchiveMinimalisticCloseBoldDuotone(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="M11.9993 2C16.7133 2 19.0704 2 20.5348 3.46447C21.2923 4.22195 21.658 5.21824 21.8345 6.65598V10H2.16406V6.65598C2.3406 5.21824 2.70628 4.22195 3.46377 3.46447C4.92823 2 7.28525 2 11.9993 2Z" opacity=".5"/><path fillRule="evenodd" d="M14 6C16.8 6 18.2 6.00013 19.2695 6.54492C20.2103 7.02429 20.9757 7.78966 21.4551 8.73047C21.9999 9.79998 22 11.2 22 14C22 16.8 21.9999 18.2 21.4551 19.2695C20.9757 20.2103 20.2103 20.9757 19.2695 21.4551C18.2 21.9999 16.8 22 14 22H10C7.20005 22 5.79998 21.9999 4.73047 21.4551C3.78966 20.9757 3.02429 20.2103 2.54492 19.2695C2.00013 18.2 2 16.8 2 14C2 11.2 2.00013 9.79998 2.54492 8.73047C3.02429 7.78966 3.78966 7.02429 4.73047 6.54492C5.79998 6.00013 7.20005 6 10 6H14ZM15.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="M11.9993 2C16.7133 2 19.0704 2 20.5348 3.46447C21.2923 4.22195 21.658 5.21824 21.8345 6.65598V10H2.16406V6.65598C2.3406 5.21824 2.70628 4.22195 3.46377 3.46447C4.92823 2 7.28525 2 11.9993 2Z" opacity=".5"/><path fill-rule="evenodd" d="M14 6C16.8 6 18.2 6.00013 19.2695 6.54492C20.2103 7.02429 20.9757 7.78966 21.4551 8.73047C21.9999 9.79998 22 11.2 22 14C22 16.8 21.9999 18.2 21.4551 19.2695C20.9757 20.2103 20.2103 20.9757 19.2695 21.4551C18.2 21.9999 16.8 22 14 22H10C7.20005 22 5.79998 21.9999 4.73047 21.4551C3.78966 20.9757 3.02429 20.2103 2.54492 19.2695C2.00013 18.2 2 16.8 2 14C2 11.2 2.00013 9.79998 2.54492 8.73047C3.02429 7.78966 3.78966 7.02429 4.73047 6.54492C5.79998 6.00013 7.20005 6 10 6H14ZM15.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-minimalistic-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%22M11.9993%202C16.7133%202%2019.0704%202%2020.5348%203.46447C21.2923%204.22195%2021.658%205.21824%2021.8345%206.65598V10H2.16406V6.65598C2.3406%205.21824%202.70628%204.22195%203.46377%203.46447C4.92823%202%207.28525%202%2011.9993%202Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M14%206C16.8%206%2018.2%206.00013%2019.2695%206.54492C20.2103%207.02429%2020.9757%207.78966%2021.4551%208.73047C21.9999%209.79998%2022%2011.2%2022%2014C22%2016.8%2021.9999%2018.2%2021.4551%2019.2695C20.9757%2020.2103%2020.2103%2020.9757%2019.2695%2021.4551C18.2%2021.9999%2016.8%2022%2014%2022H10C7.20005%2022%205.79998%2021.9999%204.73047%2021.4551C3.78966%2020.9757%203.02429%2020.2103%202.54492%2019.2695C2.00013%2018.2%202%2016.8%202%2014C2%2011.2%202.00013%209.79998%202.54492%208.73047C3.02429%207.78966%203.78966%207.02429%204.73047%206.54492C5.79998%206.00013%207.20005%206%2010%206H14ZM15.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%22M11.9993%202C16.7133%202%2019.0704%202%2020.5348%203.46447C21.2923%204.22195%2021.658%205.21824%2021.8345%206.65598V10H2.16406V6.65598C2.3406%205.21824%202.70628%204.22195%203.46377%203.46447C4.92823%202%207.28525%202%2011.9993%202Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M14%206C16.8%206%2018.2%206.00013%2019.2695%206.54492C20.2103%207.02429%2020.9757%207.78966%2021.4551%208.73047C21.9999%209.79998%2022%2011.2%2022%2014C22%2016.8%2021.9999%2018.2%2021.4551%2019.2695C20.9757%2020.2103%2020.2103%2020.9757%2019.2695%2021.4551C18.2%2021.9999%2016.8%2022%2014%2022H10C7.20005%2022%205.79998%2021.9999%204.73047%2021.4551C3.78966%2020.9757%203.02429%2020.2103%202.54492%2019.2695C2.00013%2018.2%202%2016.8%202%2014C2%2011.2%202.00013%209.79998%202.54492%208.73047C3.02429%207.78966%203.78966%207.02429%204.73047%206.54492C5.79998%206.00013%207.20005%206%2010%206H14ZM15.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-minimalistic-close-bold-duotone.svg?color=%231a73e8&size=48