documents minimalistic icon
documents-minimalistic-linear from Solar by 480 Design · Linear · Notes · CC-BY-4.0 Attribution required.
- Name
- documents-minimalistic-linear
- Set
- Solar
- Style
- Linear
- 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-minimalistic-close-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-bold
Use the documents minimalistic icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M5 8C5 5.17157 5 3.75736 5.87868 2.87868C6.75736 2 8.17157 2 11 2H13C15.8284 2 17.2426 2 18.1213 2.87868C19 3.75736 19 5.17157 19 8V16C19 18.8284 19 20.2426 18.1213 21.1213C17.2426 22 15.8284 22 13 22H11C8.17157 22 6.75736 22 5.87868 21.1213C5 20.2426 5 18.8284 5 16V8Z"/><path stroke-linecap="round" d="M9 13H15"/><path stroke-linecap="round" d="M9 9H15"/><path stroke-linecap="round" d="M9 17H12"/><path stroke-linecap="round" d="M2 19V5"/><path stroke-linecap="round" d="M22 19V5"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarDocumentsMinimalisticLinear(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M5 8C5 5.17157 5 3.75736 5.87868 2.87868C6.75736 2 8.17157 2 11 2H13C15.8284 2 17.2426 2 18.1213 2.87868C19 3.75736 19 5.17157 19 8V16C19 18.8284 19 20.2426 18.1213 21.1213C17.2426 22 15.8284 22 13 22H11C8.17157 22 6.75736 22 5.87868 21.1213C5 20.2426 5 18.8284 5 16V8Z"/><path strokeLinecap="round" d="M9 13H15"/><path strokeLinecap="round" d="M9 9H15"/><path strokeLinecap="round" d="M9 17H12"/><path strokeLinecap="round" d="M2 19V5"/><path strokeLinecap="round" d="M22 19V5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M5 8C5 5.17157 5 3.75736 5.87868 2.87868C6.75736 2 8.17157 2 11 2H13C15.8284 2 17.2426 2 18.1213 2.87868C19 3.75736 19 5.17157 19 8V16C19 18.8284 19 20.2426 18.1213 21.1213C17.2426 22 15.8284 22 13 22H11C8.17157 22 6.75736 22 5.87868 21.1213C5 20.2426 5 18.8284 5 16V8Z"/><path stroke-linecap="round" d="M9 13H15"/><path stroke-linecap="round" d="M9 9H15"/><path stroke-linecap="round" d="M9 17H12"/><path stroke-linecap="round" d="M2 19V5"/><path stroke-linecap="round" d="M22 19V5"/></g></svg> </template>
CSS
.icon-documents-minimalistic-linear {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M5%208C5%205.17157%205%203.75736%205.87868%202.87868C6.75736%202%208.17157%202%2011%202H13C15.8284%202%2017.2426%202%2018.1213%202.87868C19%203.75736%2019%205.17157%2019%208V16C19%2018.8284%2019%2020.2426%2018.1213%2021.1213C17.2426%2022%2015.8284%2022%2013%2022H11C8.17157%2022%206.75736%2022%205.87868%2021.1213C5%2020.2426%205%2018.8284%205%2016V8Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9%2013H15%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9%209H15%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9%2017H12%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2%2019V5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%2019V5%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M5%208C5%205.17157%205%203.75736%205.87868%202.87868C6.75736%202%208.17157%202%2011%202H13C15.8284%202%2017.2426%202%2018.1213%202.87868C19%203.75736%2019%205.17157%2019%208V16C19%2018.8284%2019%2020.2426%2018.1213%2021.1213C17.2426%2022%2015.8284%2022%2013%2022H11C8.17157%2022%206.75736%2022%205.87868%2021.1213C5%2020.2426%205%2018.8284%205%2016V8Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9%2013H15%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9%209H15%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9%2017H12%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2%2019V5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%2019V5%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/documents-minimalistic-linear.svg?color=%231a73e8&size=48