clipboard list icon

clipboard-list-bold-duotone from Solar by 480 Design · Bold Duotone · Notes · CC-BY-4.0 Attribution required.

Name
clipboard-list-bold-duotone
Set
Solar
Style
Bold Duotone
Category
Notes
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More notes icons from Solar

Use the clipboard list icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M21 15.9983V9.99826C21 7.16983 21 5.75562 20.1213 4.87694C19.3529 4.10856 18.175 4.01211 16 4H8C5.82497 4.01211 4.64706 4.10856 3.87868 4.87694C3 5.75562 3 7.16983 3 9.99826V15.9983C3 18.8267 3 20.2409 3.87868 21.1196C4.75736 21.9983 6.17157 21.9983 9 21.9983H15C17.8284 21.9983 19.2426 21.9983 20.1213 21.1196C21 20.2409 21 18.8267 21 15.9983Z" opacity=".5"/><path d="M8 3.5C8 2.67157 8.67157 2 9.5 2H14.5C15.3284 2 16 2.67157 16 3.5V4.5C16 5.32843 15.3284 6 14.5 6H9.5C8.67157 6 8 5.32843 8 4.5V3.5Z"/><path fill-rule="evenodd" d="M6.25 10.5C6.25 10.0858 6.58579 9.75 7 9.75H7.5C7.91421 9.75 8.25 10.0858 8.25 10.5C8.25 10.9142 7.91421 11.25 7.5 11.25H7C6.58579 11.25 6.25 10.9142 6.25 10.5ZM9.75 10.5C9.75 10.0858 10.0858 9.75 10.5 9.75H17C17.4142 9.75 17.75 10.0858 17.75 10.5C17.75 10.9142 17.4142 11.25 17 11.25H10.5C10.0858 11.25 9.75 10.9142 9.75 10.5ZM6.25 14C6.25 13.5858 6.58579 13.25 7 13.25H7.5C7.91421 13.25 8.25 13.5858 8.25 14C8.25 14.4142 7.91421 14.75 7.5 14.75H7C6.58579 14.75 6.25 14.4142 6.25 14ZM9.75 14C9.75 13.5858 10.0858 13.25 10.5 13.25H17C17.4142 13.25 17.75 13.5858 17.75 14C17.75 14.4142 17.4142 14.75 17 14.75H10.5C10.0858 14.75 9.75 14.4142 9.75 14ZM6.25 17.5C6.25 17.0858 6.58579 16.75 7 16.75H7.5C7.91421 16.75 8.25 17.0858 8.25 17.5C8.25 17.9142 7.91421 18.25 7.5 18.25H7C6.58579 18.25 6.25 17.9142 6.25 17.5ZM9.75 17.5C9.75 17.0858 10.0858 16.75 10.5 16.75H17C17.4142 16.75 17.75 17.0858 17.75 17.5C17.75 17.9142 17.4142 18.25 17 18.25H10.5C10.0858 18.25 9.75 17.9142 9.75 17.5Z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarClipboardListBoldDuotone(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="M21 15.9983V9.99826C21 7.16983 21 5.75562 20.1213 4.87694C19.3529 4.10856 18.175 4.01211 16 4H8C5.82497 4.01211 4.64706 4.10856 3.87868 4.87694C3 5.75562 3 7.16983 3 9.99826V15.9983C3 18.8267 3 20.2409 3.87868 21.1196C4.75736 21.9983 6.17157 21.9983 9 21.9983H15C17.8284 21.9983 19.2426 21.9983 20.1213 21.1196C21 20.2409 21 18.8267 21 15.9983Z" opacity=".5"/><path d="M8 3.5C8 2.67157 8.67157 2 9.5 2H14.5C15.3284 2 16 2.67157 16 3.5V4.5C16 5.32843 15.3284 6 14.5 6H9.5C8.67157 6 8 5.32843 8 4.5V3.5Z"/><path fillRule="evenodd" d="M6.25 10.5C6.25 10.0858 6.58579 9.75 7 9.75H7.5C7.91421 9.75 8.25 10.0858 8.25 10.5C8.25 10.9142 7.91421 11.25 7.5 11.25H7C6.58579 11.25 6.25 10.9142 6.25 10.5ZM9.75 10.5C9.75 10.0858 10.0858 9.75 10.5 9.75H17C17.4142 9.75 17.75 10.0858 17.75 10.5C17.75 10.9142 17.4142 11.25 17 11.25H10.5C10.0858 11.25 9.75 10.9142 9.75 10.5ZM6.25 14C6.25 13.5858 6.58579 13.25 7 13.25H7.5C7.91421 13.25 8.25 13.5858 8.25 14C8.25 14.4142 7.91421 14.75 7.5 14.75H7C6.58579 14.75 6.25 14.4142 6.25 14ZM9.75 14C9.75 13.5858 10.0858 13.25 10.5 13.25H17C17.4142 13.25 17.75 13.5858 17.75 14C17.75 14.4142 17.4142 14.75 17 14.75H10.5C10.0858 14.75 9.75 14.4142 9.75 14ZM6.25 17.5C6.25 17.0858 6.58579 16.75 7 16.75H7.5C7.91421 16.75 8.25 17.0858 8.25 17.5C8.25 17.9142 7.91421 18.25 7.5 18.25H7C6.58579 18.25 6.25 17.9142 6.25 17.5ZM9.75 17.5C9.75 17.0858 10.0858 16.75 10.5 16.75H17C17.4142 16.75 17.75 17.0858 17.75 17.5C17.75 17.9142 17.4142 18.25 17 18.25H10.5C10.0858 18.25 9.75 17.9142 9.75 17.5Z" clipRule="evenodd"/></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="M21 15.9983V9.99826C21 7.16983 21 5.75562 20.1213 4.87694C19.3529 4.10856 18.175 4.01211 16 4H8C5.82497 4.01211 4.64706 4.10856 3.87868 4.87694C3 5.75562 3 7.16983 3 9.99826V15.9983C3 18.8267 3 20.2409 3.87868 21.1196C4.75736 21.9983 6.17157 21.9983 9 21.9983H15C17.8284 21.9983 19.2426 21.9983 20.1213 21.1196C21 20.2409 21 18.8267 21 15.9983Z" opacity=".5"/><path d="M8 3.5C8 2.67157 8.67157 2 9.5 2H14.5C15.3284 2 16 2.67157 16 3.5V4.5C16 5.32843 15.3284 6 14.5 6H9.5C8.67157 6 8 5.32843 8 4.5V3.5Z"/><path fill-rule="evenodd" d="M6.25 10.5C6.25 10.0858 6.58579 9.75 7 9.75H7.5C7.91421 9.75 8.25 10.0858 8.25 10.5C8.25 10.9142 7.91421 11.25 7.5 11.25H7C6.58579 11.25 6.25 10.9142 6.25 10.5ZM9.75 10.5C9.75 10.0858 10.0858 9.75 10.5 9.75H17C17.4142 9.75 17.75 10.0858 17.75 10.5C17.75 10.9142 17.4142 11.25 17 11.25H10.5C10.0858 11.25 9.75 10.9142 9.75 10.5ZM6.25 14C6.25 13.5858 6.58579 13.25 7 13.25H7.5C7.91421 13.25 8.25 13.5858 8.25 14C8.25 14.4142 7.91421 14.75 7.5 14.75H7C6.58579 14.75 6.25 14.4142 6.25 14ZM9.75 14C9.75 13.5858 10.0858 13.25 10.5 13.25H17C17.4142 13.25 17.75 13.5858 17.75 14C17.75 14.4142 17.4142 14.75 17 14.75H10.5C10.0858 14.75 9.75 14.4142 9.75 14ZM6.25 17.5C6.25 17.0858 6.58579 16.75 7 16.75H7.5C7.91421 16.75 8.25 17.0858 8.25 17.5C8.25 17.9142 7.91421 18.25 7.5 18.25H7C6.58579 18.25 6.25 17.9142 6.25 17.5ZM9.75 17.5C9.75 17.0858 10.0858 16.75 10.5 16.75H17C17.4142 16.75 17.75 17.0858 17.75 17.5C17.75 17.9142 17.4142 18.25 17 18.25H10.5C10.0858 18.25 9.75 17.9142 9.75 17.5Z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-clipboard-list-bold-duotone {
  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%22M21%2015.9983V9.99826C21%207.16983%2021%205.75562%2020.1213%204.87694C19.3529%204.10856%2018.175%204.01211%2016%204H8C5.82497%204.01211%204.64706%204.10856%203.87868%204.87694C3%205.75562%203%207.16983%203%209.99826V15.9983C3%2018.8267%203%2020.2409%203.87868%2021.1196C4.75736%2021.9983%206.17157%2021.9983%209%2021.9983H15C17.8284%2021.9983%2019.2426%2021.9983%2020.1213%2021.1196C21%2020.2409%2021%2018.8267%2021%2015.9983Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M8%203.5C8%202.67157%208.67157%202%209.5%202H14.5C15.3284%202%2016%202.67157%2016%203.5V4.5C16%205.32843%2015.3284%206%2014.5%206H9.5C8.67157%206%208%205.32843%208%204.5V3.5Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M6.25%2010.5C6.25%2010.0858%206.58579%209.75%207%209.75H7.5C7.91421%209.75%208.25%2010.0858%208.25%2010.5C8.25%2010.9142%207.91421%2011.25%207.5%2011.25H7C6.58579%2011.25%206.25%2010.9142%206.25%2010.5ZM9.75%2010.5C9.75%2010.0858%2010.0858%209.75%2010.5%209.75H17C17.4142%209.75%2017.75%2010.0858%2017.75%2010.5C17.75%2010.9142%2017.4142%2011.25%2017%2011.25H10.5C10.0858%2011.25%209.75%2010.9142%209.75%2010.5ZM6.25%2014C6.25%2013.5858%206.58579%2013.25%207%2013.25H7.5C7.91421%2013.25%208.25%2013.5858%208.25%2014C8.25%2014.4142%207.91421%2014.75%207.5%2014.75H7C6.58579%2014.75%206.25%2014.4142%206.25%2014ZM9.75%2014C9.75%2013.5858%2010.0858%2013.25%2010.5%2013.25H17C17.4142%2013.25%2017.75%2013.5858%2017.75%2014C17.75%2014.4142%2017.4142%2014.75%2017%2014.75H10.5C10.0858%2014.75%209.75%2014.4142%209.75%2014ZM6.25%2017.5C6.25%2017.0858%206.58579%2016.75%207%2016.75H7.5C7.91421%2016.75%208.25%2017.0858%208.25%2017.5C8.25%2017.9142%207.91421%2018.25%207.5%2018.25H7C6.58579%2018.25%206.25%2017.9142%206.25%2017.5ZM9.75%2017.5C9.75%2017.0858%2010.0858%2016.75%2010.5%2016.75H17C17.4142%2016.75%2017.75%2017.0858%2017.75%2017.5C17.75%2017.9142%2017.4142%2018.25%2017%2018.25H10.5C10.0858%2018.25%209.75%2017.9142%209.75%2017.5Z%22%20clip-rule%3D%22evenodd%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%22M21%2015.9983V9.99826C21%207.16983%2021%205.75562%2020.1213%204.87694C19.3529%204.10856%2018.175%204.01211%2016%204H8C5.82497%204.01211%204.64706%204.10856%203.87868%204.87694C3%205.75562%203%207.16983%203%209.99826V15.9983C3%2018.8267%203%2020.2409%203.87868%2021.1196C4.75736%2021.9983%206.17157%2021.9983%209%2021.9983H15C17.8284%2021.9983%2019.2426%2021.9983%2020.1213%2021.1196C21%2020.2409%2021%2018.8267%2021%2015.9983Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M8%203.5C8%202.67157%208.67157%202%209.5%202H14.5C15.3284%202%2016%202.67157%2016%203.5V4.5C16%205.32843%2015.3284%206%2014.5%206H9.5C8.67157%206%208%205.32843%208%204.5V3.5Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M6.25%2010.5C6.25%2010.0858%206.58579%209.75%207%209.75H7.5C7.91421%209.75%208.25%2010.0858%208.25%2010.5C8.25%2010.9142%207.91421%2011.25%207.5%2011.25H7C6.58579%2011.25%206.25%2010.9142%206.25%2010.5ZM9.75%2010.5C9.75%2010.0858%2010.0858%209.75%2010.5%209.75H17C17.4142%209.75%2017.75%2010.0858%2017.75%2010.5C17.75%2010.9142%2017.4142%2011.25%2017%2011.25H10.5C10.0858%2011.25%209.75%2010.9142%209.75%2010.5ZM6.25%2014C6.25%2013.5858%206.58579%2013.25%207%2013.25H7.5C7.91421%2013.25%208.25%2013.5858%208.25%2014C8.25%2014.4142%207.91421%2014.75%207.5%2014.75H7C6.58579%2014.75%206.25%2014.4142%206.25%2014ZM9.75%2014C9.75%2013.5858%2010.0858%2013.25%2010.5%2013.25H17C17.4142%2013.25%2017.75%2013.5858%2017.75%2014C17.75%2014.4142%2017.4142%2014.75%2017%2014.75H10.5C10.0858%2014.75%209.75%2014.4142%209.75%2014ZM6.25%2017.5C6.25%2017.0858%206.58579%2016.75%207%2016.75H7.5C7.91421%2016.75%208.25%2017.0858%208.25%2017.5C8.25%2017.9142%207.91421%2018.25%207.5%2018.25H7C6.58579%2018.25%206.25%2017.9142%206.25%2017.5ZM9.75%2017.5C9.75%2017.0858%2010.0858%2016.75%2010.5%2016.75H17C17.4142%2016.75%2017.75%2017.0858%2017.75%2017.5C17.75%2017.9142%2017.4142%2018.25%2017%2018.25H10.5C10.0858%2018.25%209.75%2017.9142%209.75%2017.5Z%22%20clip-rule%3D%22evenodd%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/clipboard-list-bold-duotone.svg?color=%231a73e8&size=48