documents minimalistic icon

documents-minimalistic-bold from Solar by 480 Design · Bold · Notes · CC-BY-4.0 Attribution required.

Name
documents-minimalistic-bold
Set
Solar
Style
Bold
Category
Notes
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More notes icons from Solar

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="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M10.75 2H12.75C15.5784 2 16.9926 2 17.8713 2.87868C18.75 3.75736 18.75 5.17157 18.75 8V16C18.75 18.8284 18.75 20.2426 17.8713 21.1213C16.9926 22 15.5784 22 12.75 22H10.75C7.92157 22 6.50736 22 5.62868 21.1213C4.75 20.2426 4.75 18.8284 4.75 16V8C4.75 5.17157 4.75 3.75736 5.62868 2.87868C6.50736 2 7.92157 2 10.75 2ZM8 13C8 12.5858 8.33579 12.25 8.75 12.25H14.75C15.1642 12.25 15.5 12.5858 15.5 13C15.5 13.4142 15.1642 13.75 14.75 13.75H8.75C8.33579 13.75 8 13.4142 8 13ZM8 9C8 8.58579 8.33579 8.25 8.75 8.25H14.75C15.1642 8.25 15.5 8.58579 15.5 9C15.5 9.41421 15.1642 9.75 14.75 9.75H8.75C8.33579 9.75 8 9.41421 8 9ZM8 17C8 16.5858 8.33579 16.25 8.75 16.25H11.75C12.1642 16.25 12.5 16.5858 12.5 17C12.5 17.4142 12.1642 17.75 11.75 17.75H8.75C8.33579 17.75 8 17.4142 8 17Z"/><path d="M1.75 4.25C2.16421 4.25 2.5 4.58579 2.5 5V19C2.5 19.4142 2.16421 19.75 1.75 19.75C1.33579 19.75 1 19.4142 1 19V5C1 4.58579 1.33579 4.25 1.75 4.25Z"/><path d="M21.75 4.25C22.1642 4.25 22.5 4.58579 22.5 5V19C22.5 19.4142 22.1642 19.75 21.75 19.75C21.3358 19.75 21 19.4142 21 19V5C21 4.58579 21.3358 4.25 21.75 4.25Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarDocumentsMinimalisticBold(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" fillRule="evenodd" clipRule="evenodd"><path d="M10.75 2H12.75C15.5784 2 16.9926 2 17.8713 2.87868C18.75 3.75736 18.75 5.17157 18.75 8V16C18.75 18.8284 18.75 20.2426 17.8713 21.1213C16.9926 22 15.5784 22 12.75 22H10.75C7.92157 22 6.50736 22 5.62868 21.1213C4.75 20.2426 4.75 18.8284 4.75 16V8C4.75 5.17157 4.75 3.75736 5.62868 2.87868C6.50736 2 7.92157 2 10.75 2ZM8 13C8 12.5858 8.33579 12.25 8.75 12.25H14.75C15.1642 12.25 15.5 12.5858 15.5 13C15.5 13.4142 15.1642 13.75 14.75 13.75H8.75C8.33579 13.75 8 13.4142 8 13ZM8 9C8 8.58579 8.33579 8.25 8.75 8.25H14.75C15.1642 8.25 15.5 8.58579 15.5 9C15.5 9.41421 15.1642 9.75 14.75 9.75H8.75C8.33579 9.75 8 9.41421 8 9ZM8 17C8 16.5858 8.33579 16.25 8.75 16.25H11.75C12.1642 16.25 12.5 16.5858 12.5 17C12.5 17.4142 12.1642 17.75 11.75 17.75H8.75C8.33579 17.75 8 17.4142 8 17Z"/><path d="M1.75 4.25C2.16421 4.25 2.5 4.58579 2.5 5V19C2.5 19.4142 2.16421 19.75 1.75 19.75C1.33579 19.75 1 19.4142 1 19V5C1 4.58579 1.33579 4.25 1.75 4.25Z"/><path d="M21.75 4.25C22.1642 4.25 22.5 4.58579 22.5 5V19C22.5 19.4142 22.1642 19.75 21.75 19.75C21.3358 19.75 21 19.4142 21 19V5C21 4.58579 21.3358 4.25 21.75 4.25Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M10.75 2H12.75C15.5784 2 16.9926 2 17.8713 2.87868C18.75 3.75736 18.75 5.17157 18.75 8V16C18.75 18.8284 18.75 20.2426 17.8713 21.1213C16.9926 22 15.5784 22 12.75 22H10.75C7.92157 22 6.50736 22 5.62868 21.1213C4.75 20.2426 4.75 18.8284 4.75 16V8C4.75 5.17157 4.75 3.75736 5.62868 2.87868C6.50736 2 7.92157 2 10.75 2ZM8 13C8 12.5858 8.33579 12.25 8.75 12.25H14.75C15.1642 12.25 15.5 12.5858 15.5 13C15.5 13.4142 15.1642 13.75 14.75 13.75H8.75C8.33579 13.75 8 13.4142 8 13ZM8 9C8 8.58579 8.33579 8.25 8.75 8.25H14.75C15.1642 8.25 15.5 8.58579 15.5 9C15.5 9.41421 15.1642 9.75 14.75 9.75H8.75C8.33579 9.75 8 9.41421 8 9ZM8 17C8 16.5858 8.33579 16.25 8.75 16.25H11.75C12.1642 16.25 12.5 16.5858 12.5 17C12.5 17.4142 12.1642 17.75 11.75 17.75H8.75C8.33579 17.75 8 17.4142 8 17Z"/><path d="M1.75 4.25C2.16421 4.25 2.5 4.58579 2.5 5V19C2.5 19.4142 2.16421 19.75 1.75 19.75C1.33579 19.75 1 19.4142 1 19V5C1 4.58579 1.33579 4.25 1.75 4.25Z"/><path d="M21.75 4.25C22.1642 4.25 22.5 4.58579 22.5 5V19C22.5 19.4142 22.1642 19.75 21.75 19.75C21.3358 19.75 21 19.4142 21 19V5C21 4.58579 21.3358 4.25 21.75 4.25Z"/></g></svg>
</template>

CSS

.icon-documents-minimalistic-bold {
  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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M10.75%202H12.75C15.5784%202%2016.9926%202%2017.8713%202.87868C18.75%203.75736%2018.75%205.17157%2018.75%208V16C18.75%2018.8284%2018.75%2020.2426%2017.8713%2021.1213C16.9926%2022%2015.5784%2022%2012.75%2022H10.75C7.92157%2022%206.50736%2022%205.62868%2021.1213C4.75%2020.2426%204.75%2018.8284%204.75%2016V8C4.75%205.17157%204.75%203.75736%205.62868%202.87868C6.50736%202%207.92157%202%2010.75%202ZM8%2013C8%2012.5858%208.33579%2012.25%208.75%2012.25H14.75C15.1642%2012.25%2015.5%2012.5858%2015.5%2013C15.5%2013.4142%2015.1642%2013.75%2014.75%2013.75H8.75C8.33579%2013.75%208%2013.4142%208%2013ZM8%209C8%208.58579%208.33579%208.25%208.75%208.25H14.75C15.1642%208.25%2015.5%208.58579%2015.5%209C15.5%209.41421%2015.1642%209.75%2014.75%209.75H8.75C8.33579%209.75%208%209.41421%208%209ZM8%2017C8%2016.5858%208.33579%2016.25%208.75%2016.25H11.75C12.1642%2016.25%2012.5%2016.5858%2012.5%2017C12.5%2017.4142%2012.1642%2017.75%2011.75%2017.75H8.75C8.33579%2017.75%208%2017.4142%208%2017Z%22%2F%3E%3Cpath%20d%3D%22M1.75%204.25C2.16421%204.25%202.5%204.58579%202.5%205V19C2.5%2019.4142%202.16421%2019.75%201.75%2019.75C1.33579%2019.75%201%2019.4142%201%2019V5C1%204.58579%201.33579%204.25%201.75%204.25Z%22%2F%3E%3Cpath%20d%3D%22M21.75%204.25C22.1642%204.25%2022.5%204.58579%2022.5%205V19C22.5%2019.4142%2022.1642%2019.75%2021.75%2019.75C21.3358%2019.75%2021%2019.4142%2021%2019V5C21%204.58579%2021.3358%204.25%2021.75%204.25Z%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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M10.75%202H12.75C15.5784%202%2016.9926%202%2017.8713%202.87868C18.75%203.75736%2018.75%205.17157%2018.75%208V16C18.75%2018.8284%2018.75%2020.2426%2017.8713%2021.1213C16.9926%2022%2015.5784%2022%2012.75%2022H10.75C7.92157%2022%206.50736%2022%205.62868%2021.1213C4.75%2020.2426%204.75%2018.8284%204.75%2016V8C4.75%205.17157%204.75%203.75736%205.62868%202.87868C6.50736%202%207.92157%202%2010.75%202ZM8%2013C8%2012.5858%208.33579%2012.25%208.75%2012.25H14.75C15.1642%2012.25%2015.5%2012.5858%2015.5%2013C15.5%2013.4142%2015.1642%2013.75%2014.75%2013.75H8.75C8.33579%2013.75%208%2013.4142%208%2013ZM8%209C8%208.58579%208.33579%208.25%208.75%208.25H14.75C15.1642%208.25%2015.5%208.58579%2015.5%209C15.5%209.41421%2015.1642%209.75%2014.75%209.75H8.75C8.33579%209.75%208%209.41421%208%209ZM8%2017C8%2016.5858%208.33579%2016.25%208.75%2016.25H11.75C12.1642%2016.25%2012.5%2016.5858%2012.5%2017C12.5%2017.4142%2012.1642%2017.75%2011.75%2017.75H8.75C8.33579%2017.75%208%2017.4142%208%2017Z%22%2F%3E%3Cpath%20d%3D%22M1.75%204.25C2.16421%204.25%202.5%204.58579%202.5%205V19C2.5%2019.4142%202.16421%2019.75%201.75%2019.75C1.33579%2019.75%201%2019.4142%201%2019V5C1%204.58579%201.33579%204.25%201.75%204.25Z%22%2F%3E%3Cpath%20d%3D%22M21.75%204.25C22.1642%204.25%2022.5%204.58579%2022.5%205V19C22.5%2019.4142%2022.1642%2019.75%2021.75%2019.75C21.3358%2019.75%2021%2019.4142%2021%2019V5C21%204.58579%2021.3358%204.25%2021.75%204.25Z%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-bold.svg?color=%231a73e8&size=48