sheet icon

sheet-bold from Solar by 480 Design · Bold · Files · CC-BY-4.0 Attribution required.

Name
sheet-bold
Set
Solar
Style
Bold
Category
Files
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More files icons from Solar

Use the sheet icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M14.583 21.9844C13.8103 21.9965 12.9534 22 12 22C11.0466 22 10.1897 21.9965 9.41699 21.9844V16.083H14.583V21.9844Z"/><path d="M7.91699 21.9385C5.77199 21.825 4.42622 21.4965 3.46484 20.5352C2.50346 19.5738 2.17498 18.228 2.06152 16.083H7.91699V21.9385Z"/><path d="M21.9385 16.083C21.825 18.228 21.4965 19.5738 20.5352 20.5352C19.5738 21.4965 18.228 21.825 16.083 21.9385V16.083H21.9385Z"/><path d="M7.91699 14.583H2.01562C2.00351 13.8103 2 12.9534 2 12C2 11.0462 2.00349 10.189 2.01562 9.41602H7.91699V14.583Z"/><path d="M14.584 14.583H9.41699V9.41602H14.584V14.583Z"/><path d="M21.9844 9.41602C21.9965 10.189 22 11.0462 22 12C22 12.9534 21.9965 13.8103 21.9844 14.583H16.084V9.41602H21.9844Z"/><path d="M12 2C16.714 2 19.0707 2.00038 20.5352 3.46484C21.4964 4.42608 21.825 5.77158 21.9385 7.91602H2.06152C2.17503 5.77158 2.50361 4.42608 3.46484 3.46484C4.92931 2.00038 7.28595 2 12 2Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarSheetBold(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="M14.583 21.9844C13.8103 21.9965 12.9534 22 12 22C11.0466 22 10.1897 21.9965 9.41699 21.9844V16.083H14.583V21.9844Z"/><path d="M7.91699 21.9385C5.77199 21.825 4.42622 21.4965 3.46484 20.5352C2.50346 19.5738 2.17498 18.228 2.06152 16.083H7.91699V21.9385Z"/><path d="M21.9385 16.083C21.825 18.228 21.4965 19.5738 20.5352 20.5352C19.5738 21.4965 18.228 21.825 16.083 21.9385V16.083H21.9385Z"/><path d="M7.91699 14.583H2.01562C2.00351 13.8103 2 12.9534 2 12C2 11.0462 2.00349 10.189 2.01562 9.41602H7.91699V14.583Z"/><path d="M14.584 14.583H9.41699V9.41602H14.584V14.583Z"/><path d="M21.9844 9.41602C21.9965 10.189 22 11.0462 22 12C22 12.9534 21.9965 13.8103 21.9844 14.583H16.084V9.41602H21.9844Z"/><path d="M12 2C16.714 2 19.0707 2.00038 20.5352 3.46484C21.4964 4.42608 21.825 5.77158 21.9385 7.91602H2.06152C2.17503 5.77158 2.50361 4.42608 3.46484 3.46484C4.92931 2.00038 7.28595 2 12 2Z"/></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="M14.583 21.9844C13.8103 21.9965 12.9534 22 12 22C11.0466 22 10.1897 21.9965 9.41699 21.9844V16.083H14.583V21.9844Z"/><path d="M7.91699 21.9385C5.77199 21.825 4.42622 21.4965 3.46484 20.5352C2.50346 19.5738 2.17498 18.228 2.06152 16.083H7.91699V21.9385Z"/><path d="M21.9385 16.083C21.825 18.228 21.4965 19.5738 20.5352 20.5352C19.5738 21.4965 18.228 21.825 16.083 21.9385V16.083H21.9385Z"/><path d="M7.91699 14.583H2.01562C2.00351 13.8103 2 12.9534 2 12C2 11.0462 2.00349 10.189 2.01562 9.41602H7.91699V14.583Z"/><path d="M14.584 14.583H9.41699V9.41602H14.584V14.583Z"/><path d="M21.9844 9.41602C21.9965 10.189 22 11.0462 22 12C22 12.9534 21.9965 13.8103 21.9844 14.583H16.084V9.41602H21.9844Z"/><path d="M12 2C16.714 2 19.0707 2.00038 20.5352 3.46484C21.4964 4.42608 21.825 5.77158 21.9385 7.91602H2.06152C2.17503 5.77158 2.50361 4.42608 3.46484 3.46484C4.92931 2.00038 7.28595 2 12 2Z"/></g></svg>
</template>

CSS

.icon-sheet-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%22M14.583%2021.9844C13.8103%2021.9965%2012.9534%2022%2012%2022C11.0466%2022%2010.1897%2021.9965%209.41699%2021.9844V16.083H14.583V21.9844Z%22%2F%3E%3Cpath%20d%3D%22M7.91699%2021.9385C5.77199%2021.825%204.42622%2021.4965%203.46484%2020.5352C2.50346%2019.5738%202.17498%2018.228%202.06152%2016.083H7.91699V21.9385Z%22%2F%3E%3Cpath%20d%3D%22M21.9385%2016.083C21.825%2018.228%2021.4965%2019.5738%2020.5352%2020.5352C19.5738%2021.4965%2018.228%2021.825%2016.083%2021.9385V16.083H21.9385Z%22%2F%3E%3Cpath%20d%3D%22M7.91699%2014.583H2.01562C2.00351%2013.8103%202%2012.9534%202%2012C2%2011.0462%202.00349%2010.189%202.01562%209.41602H7.91699V14.583Z%22%2F%3E%3Cpath%20d%3D%22M14.584%2014.583H9.41699V9.41602H14.584V14.583Z%22%2F%3E%3Cpath%20d%3D%22M21.9844%209.41602C21.9965%2010.189%2022%2011.0462%2022%2012C22%2012.9534%2021.9965%2013.8103%2021.9844%2014.583H16.084V9.41602H21.9844Z%22%2F%3E%3Cpath%20d%3D%22M12%202C16.714%202%2019.0707%202.00038%2020.5352%203.46484C21.4964%204.42608%2021.825%205.77158%2021.9385%207.91602H2.06152C2.17503%205.77158%202.50361%204.42608%203.46484%203.46484C4.92931%202.00038%207.28595%202%2012%202Z%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%22M14.583%2021.9844C13.8103%2021.9965%2012.9534%2022%2012%2022C11.0466%2022%2010.1897%2021.9965%209.41699%2021.9844V16.083H14.583V21.9844Z%22%2F%3E%3Cpath%20d%3D%22M7.91699%2021.9385C5.77199%2021.825%204.42622%2021.4965%203.46484%2020.5352C2.50346%2019.5738%202.17498%2018.228%202.06152%2016.083H7.91699V21.9385Z%22%2F%3E%3Cpath%20d%3D%22M21.9385%2016.083C21.825%2018.228%2021.4965%2019.5738%2020.5352%2020.5352C19.5738%2021.4965%2018.228%2021.825%2016.083%2021.9385V16.083H21.9385Z%22%2F%3E%3Cpath%20d%3D%22M7.91699%2014.583H2.01562C2.00351%2013.8103%202%2012.9534%202%2012C2%2011.0462%202.00349%2010.189%202.01562%209.41602H7.91699V14.583Z%22%2F%3E%3Cpath%20d%3D%22M14.584%2014.583H9.41699V9.41602H14.584V14.583Z%22%2F%3E%3Cpath%20d%3D%22M21.9844%209.41602C21.9965%2010.189%2022%2011.0462%2022%2012C22%2012.9534%2021.9965%2013.8103%2021.9844%2014.583H16.084V9.41602H21.9844Z%22%2F%3E%3Cpath%20d%3D%22M12%202C16.714%202%2019.0707%202.00038%2020.5352%203.46484C21.4964%204.42608%2021.825%205.77158%2021.9385%207.91602H2.06152C2.17503%205.77158%202.50361%204.42608%203.46484%203.46484C4.92931%202.00038%207.28595%202%2012%202Z%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/sheet-bold.svg?color=%231a73e8&size=48