document 2 icon

document-2-outline from Solar by 480 Design · Outline · School · CC-BY-4.0 Attribution required.

Name
document-2-outline
Set
Solar
Style
Outline
Category
School
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More school icons from Solar

Use the document 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M15.6111 1.5837C17.2678 1.34703 18.75 2.63255 18.75 4.30606V5.68256C19.9395 6.31131 20.75 7.56102 20.75 9.00004V19C20.75 21.0711 19.0711 22.75 17 22.75H7C4.92893 22.75 3.25 21.0711 3.25 19V5.00004C3.25 4.99074 3.25017 4.98148 3.2505 4.97227C3.25017 4.95788 3.25 4.94344 3.25 4.92897C3.25 4.02272 3.91638 3.25437 4.81353 3.12621L15.6111 1.5837ZM4.75 6.75004V19C4.75 20.2427 5.75736 21.25 7 21.25H17C18.2426 21.25 19.25 20.2427 19.25 19V9.00004C19.25 7.7574 18.2426 6.75004 17 6.75004H4.75ZM5.07107 5.25004H17.25V4.30606C17.25 3.54537 16.5763 2.96104 15.8232 3.06862L5.02566 4.61113C4.86749 4.63373 4.75 4.76919 4.75 4.92897C4.75 5.10629 4.89375 5.25004 5.07107 5.25004ZM7.25 12C7.25 11.5858 7.58579 11.25 8 11.25H16C16.4142 11.25 16.75 11.5858 16.75 12C16.75 12.4143 16.4142 12.75 16 12.75H8C7.58579 12.75 7.25 12.4143 7.25 12ZM7.25 15.5C7.25 15.0858 7.58579 14.75 8 14.75H13.5C13.9142 14.75 14.25 15.0858 14.25 15.5C14.25 15.9143 13.9142 16.25 13.5 16.25H8C7.58579 16.25 7.25 15.9143 7.25 15.5Z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function SolarDocument2Outline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M15.6111 1.5837C17.2678 1.34703 18.75 2.63255 18.75 4.30606V5.68256C19.9395 6.31131 20.75 7.56102 20.75 9.00004V19C20.75 21.0711 19.0711 22.75 17 22.75H7C4.92893 22.75 3.25 21.0711 3.25 19V5.00004C3.25 4.99074 3.25017 4.98148 3.2505 4.97227C3.25017 4.95788 3.25 4.94344 3.25 4.92897C3.25 4.02272 3.91638 3.25437 4.81353 3.12621L15.6111 1.5837ZM4.75 6.75004V19C4.75 20.2427 5.75736 21.25 7 21.25H17C18.2426 21.25 19.25 20.2427 19.25 19V9.00004C19.25 7.7574 18.2426 6.75004 17 6.75004H4.75ZM5.07107 5.25004H17.25V4.30606C17.25 3.54537 16.5763 2.96104 15.8232 3.06862L5.02566 4.61113C4.86749 4.63373 4.75 4.76919 4.75 4.92897C4.75 5.10629 4.89375 5.25004 5.07107 5.25004ZM7.25 12C7.25 11.5858 7.58579 11.25 8 11.25H16C16.4142 11.25 16.75 11.5858 16.75 12C16.75 12.4143 16.4142 12.75 16 12.75H8C7.58579 12.75 7.25 12.4143 7.25 12ZM7.25 15.5C7.25 15.0858 7.58579 14.75 8 14.75H13.5C13.9142 14.75 14.25 15.0858 14.25 15.5C14.25 15.9143 13.9142 16.25 13.5 16.25H8C7.58579 16.25 7.25 15.9143 7.25 15.5Z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M15.6111 1.5837C17.2678 1.34703 18.75 2.63255 18.75 4.30606V5.68256C19.9395 6.31131 20.75 7.56102 20.75 9.00004V19C20.75 21.0711 19.0711 22.75 17 22.75H7C4.92893 22.75 3.25 21.0711 3.25 19V5.00004C3.25 4.99074 3.25017 4.98148 3.2505 4.97227C3.25017 4.95788 3.25 4.94344 3.25 4.92897C3.25 4.02272 3.91638 3.25437 4.81353 3.12621L15.6111 1.5837ZM4.75 6.75004V19C4.75 20.2427 5.75736 21.25 7 21.25H17C18.2426 21.25 19.25 20.2427 19.25 19V9.00004C19.25 7.7574 18.2426 6.75004 17 6.75004H4.75ZM5.07107 5.25004H17.25V4.30606C17.25 3.54537 16.5763 2.96104 15.8232 3.06862L5.02566 4.61113C4.86749 4.63373 4.75 4.76919 4.75 4.92897C4.75 5.10629 4.89375 5.25004 5.07107 5.25004ZM7.25 12C7.25 11.5858 7.58579 11.25 8 11.25H16C16.4142 11.25 16.75 11.5858 16.75 12C16.75 12.4143 16.4142 12.75 16 12.75H8C7.58579 12.75 7.25 12.4143 7.25 12ZM7.25 15.5C7.25 15.0858 7.58579 14.75 8 14.75H13.5C13.9142 14.75 14.25 15.0858 14.25 15.5C14.25 15.9143 13.9142 16.25 13.5 16.25H8C7.58579 16.25 7.25 15.9143 7.25 15.5Z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-document-2-outline {
  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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M15.6111%201.5837C17.2678%201.34703%2018.75%202.63255%2018.75%204.30606V5.68256C19.9395%206.31131%2020.75%207.56102%2020.75%209.00004V19C20.75%2021.0711%2019.0711%2022.75%2017%2022.75H7C4.92893%2022.75%203.25%2021.0711%203.25%2019V5.00004C3.25%204.99074%203.25017%204.98148%203.2505%204.97227C3.25017%204.95788%203.25%204.94344%203.25%204.92897C3.25%204.02272%203.91638%203.25437%204.81353%203.12621L15.6111%201.5837ZM4.75%206.75004V19C4.75%2020.2427%205.75736%2021.25%207%2021.25H17C18.2426%2021.25%2019.25%2020.2427%2019.25%2019V9.00004C19.25%207.7574%2018.2426%206.75004%2017%206.75004H4.75ZM5.07107%205.25004H17.25V4.30606C17.25%203.54537%2016.5763%202.96104%2015.8232%203.06862L5.02566%204.61113C4.86749%204.63373%204.75%204.76919%204.75%204.92897C4.75%205.10629%204.89375%205.25004%205.07107%205.25004ZM7.25%2012C7.25%2011.5858%207.58579%2011.25%208%2011.25H16C16.4142%2011.25%2016.75%2011.5858%2016.75%2012C16.75%2012.4143%2016.4142%2012.75%2016%2012.75H8C7.58579%2012.75%207.25%2012.4143%207.25%2012ZM7.25%2015.5C7.25%2015.0858%207.58579%2014.75%208%2014.75H13.5C13.9142%2014.75%2014.25%2015.0858%2014.25%2015.5C14.25%2015.9143%2013.9142%2016.25%2013.5%2016.25H8C7.58579%2016.25%207.25%2015.9143%207.25%2015.5Z%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M15.6111%201.5837C17.2678%201.34703%2018.75%202.63255%2018.75%204.30606V5.68256C19.9395%206.31131%2020.75%207.56102%2020.75%209.00004V19C20.75%2021.0711%2019.0711%2022.75%2017%2022.75H7C4.92893%2022.75%203.25%2021.0711%203.25%2019V5.00004C3.25%204.99074%203.25017%204.98148%203.2505%204.97227C3.25017%204.95788%203.25%204.94344%203.25%204.92897C3.25%204.02272%203.91638%203.25437%204.81353%203.12621L15.6111%201.5837ZM4.75%206.75004V19C4.75%2020.2427%205.75736%2021.25%207%2021.25H17C18.2426%2021.25%2019.25%2020.2427%2019.25%2019V9.00004C19.25%207.7574%2018.2426%206.75004%2017%206.75004H4.75ZM5.07107%205.25004H17.25V4.30606C17.25%203.54537%2016.5763%202.96104%2015.8232%203.06862L5.02566%204.61113C4.86749%204.63373%204.75%204.76919%204.75%204.92897C4.75%205.10629%204.89375%205.25004%205.07107%205.25004ZM7.25%2012C7.25%2011.5858%207.58579%2011.25%208%2011.25H16C16.4142%2011.25%2016.75%2011.5858%2016.75%2012C16.75%2012.4143%2016.4142%2012.75%2016%2012.75H8C7.58579%2012.75%207.25%2012.4143%207.25%2012ZM7.25%2015.5C7.25%2015.0858%207.58579%2014.75%208%2014.75H13.5C13.9142%2014.75%2014.25%2015.0858%2014.25%2015.5C14.25%2015.9143%2013.9142%2016.25%2013.5%2016.25H8C7.58579%2016.25%207.25%2015.9143%207.25%2015.5Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/document-2-outline.svg?color=%231a73e8&size=48