notebook minimalistic icon

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

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

5 other variants in Solar

More school icons from Solar

Use the notebook minimalistic 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 16.1436V4.9978C2 3.89963 2.8863 3.00752 3.9824 3.07489C4.95877 3.1349 6.11349 3.25351 7 3.48744C8.04921 3.76431 9.29611 4.35401 10.2823 4.87546C10.5893 5.03782 10.9158 5.15044 11.25 5.21394L11.25 20.3926C10.9471 20.3258 10.6515 20.218 10.3724 20.0692C9.37293 19.5365 8.08145 18.9187 7 18.6334C6.12329 18.402 4.98428 18.2835 4.01486 18.2228C2.90605 18.1535 2 17.2546 2 16.1436Z"/><path d="M12.75 20.3926C13.0529 20.3258 13.3485 20.218 13.6276 20.0692C14.6271 19.5365 15.9185 18.9187 17 18.6334C17.8767 18.402 19.0157 18.2835 19.9851 18.2228C21.094 18.1535 22 17.2546 22 16.1436V4.93319C22 3.86075 21.1538 2.98041 20.082 3.01775C18.9534 3.05706 17.5469 3.17403 16.5 3.48744C15.5924 3.75916 14.5353 4.30418 13.6738 4.80275C13.3824 4.97145 13.0708 5.09535 12.75 5.17391L12.75 20.3926Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarNotebookMinimalisticBold(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 16.1436V4.9978C2 3.89963 2.8863 3.00752 3.9824 3.07489C4.95877 3.1349 6.11349 3.25351 7 3.48744C8.04921 3.76431 9.29611 4.35401 10.2823 4.87546C10.5893 5.03782 10.9158 5.15044 11.25 5.21394L11.25 20.3926C10.9471 20.3258 10.6515 20.218 10.3724 20.0692C9.37293 19.5365 8.08145 18.9187 7 18.6334C6.12329 18.402 4.98428 18.2835 4.01486 18.2228C2.90605 18.1535 2 17.2546 2 16.1436Z"/><path d="M12.75 20.3926C13.0529 20.3258 13.3485 20.218 13.6276 20.0692C14.6271 19.5365 15.9185 18.9187 17 18.6334C17.8767 18.402 19.0157 18.2835 19.9851 18.2228C21.094 18.1535 22 17.2546 22 16.1436V4.93319C22 3.86075 21.1538 2.98041 20.082 3.01775C18.9534 3.05706 17.5469 3.17403 16.5 3.48744C15.5924 3.75916 14.5353 4.30418 13.6738 4.80275C13.3824 4.97145 13.0708 5.09535 12.75 5.17391L12.75 20.3926Z"/></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 16.1436V4.9978C2 3.89963 2.8863 3.00752 3.9824 3.07489C4.95877 3.1349 6.11349 3.25351 7 3.48744C8.04921 3.76431 9.29611 4.35401 10.2823 4.87546C10.5893 5.03782 10.9158 5.15044 11.25 5.21394L11.25 20.3926C10.9471 20.3258 10.6515 20.218 10.3724 20.0692C9.37293 19.5365 8.08145 18.9187 7 18.6334C6.12329 18.402 4.98428 18.2835 4.01486 18.2228C2.90605 18.1535 2 17.2546 2 16.1436Z"/><path d="M12.75 20.3926C13.0529 20.3258 13.3485 20.218 13.6276 20.0692C14.6271 19.5365 15.9185 18.9187 17 18.6334C17.8767 18.402 19.0157 18.2835 19.9851 18.2228C21.094 18.1535 22 17.2546 22 16.1436V4.93319C22 3.86075 21.1538 2.98041 20.082 3.01775C18.9534 3.05706 17.5469 3.17403 16.5 3.48744C15.5924 3.75916 14.5353 4.30418 13.6738 4.80275C13.3824 4.97145 13.0708 5.09535 12.75 5.17391L12.75 20.3926Z"/></g></svg>
</template>

CSS

.icon-notebook-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%3E%3Cpath%20d%3D%22M2%2016.1436V4.9978C2%203.89963%202.8863%203.00752%203.9824%203.07489C4.95877%203.1349%206.11349%203.25351%207%203.48744C8.04921%203.76431%209.29611%204.35401%2010.2823%204.87546C10.5893%205.03782%2010.9158%205.15044%2011.25%205.21394L11.25%2020.3926C10.9471%2020.3258%2010.6515%2020.218%2010.3724%2020.0692C9.37293%2019.5365%208.08145%2018.9187%207%2018.6334C6.12329%2018.402%204.98428%2018.2835%204.01486%2018.2228C2.90605%2018.1535%202%2017.2546%202%2016.1436Z%22%2F%3E%3Cpath%20d%3D%22M12.75%2020.3926C13.0529%2020.3258%2013.3485%2020.218%2013.6276%2020.0692C14.6271%2019.5365%2015.9185%2018.9187%2017%2018.6334C17.8767%2018.402%2019.0157%2018.2835%2019.9851%2018.2228C21.094%2018.1535%2022%2017.2546%2022%2016.1436V4.93319C22%203.86075%2021.1538%202.98041%2020.082%203.01775C18.9534%203.05706%2017.5469%203.17403%2016.5%203.48744C15.5924%203.75916%2014.5353%204.30418%2013.6738%204.80275C13.3824%204.97145%2013.0708%205.09535%2012.75%205.17391L12.75%2020.3926Z%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%2016.1436V4.9978C2%203.89963%202.8863%203.00752%203.9824%203.07489C4.95877%203.1349%206.11349%203.25351%207%203.48744C8.04921%203.76431%209.29611%204.35401%2010.2823%204.87546C10.5893%205.03782%2010.9158%205.15044%2011.25%205.21394L11.25%2020.3926C10.9471%2020.3258%2010.6515%2020.218%2010.3724%2020.0692C9.37293%2019.5365%208.08145%2018.9187%207%2018.6334C6.12329%2018.402%204.98428%2018.2835%204.01486%2018.2228C2.90605%2018.1535%202%2017.2546%202%2016.1436Z%22%2F%3E%3Cpath%20d%3D%22M12.75%2020.3926C13.0529%2020.3258%2013.3485%2020.218%2013.6276%2020.0692C14.6271%2019.5365%2015.9185%2018.9187%2017%2018.6334C17.8767%2018.402%2019.0157%2018.2835%2019.9851%2018.2228C21.094%2018.1535%2022%2017.2546%2022%2016.1436V4.93319C22%203.86075%2021.1538%202.98041%2020.082%203.01775C18.9534%203.05706%2017.5469%203.17403%2016.5%203.48744C15.5924%203.75916%2014.5353%204.30418%2013.6738%204.80275C13.3824%204.97145%2013.0708%205.09535%2012.75%205.17391L12.75%2020.3926Z%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/notebook-minimalistic-bold.svg?color=%231a73e8&size=48