clipboard type icon

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

Name
clipboard-type-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 type 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.25 12.4248C14.25 11.9708 14.249 11.6997 14.2246 11.5039C14.211 11.3948 14.1939 11.3489 14.1865 11.334C14.1801 11.3268 14.1733 11.3199 14.166 11.3135C14.1512 11.3062 14.1052 11.289 13.9961 11.2754C13.8003 11.251 13.5293 11.25 13.0752 11.25H12.75V16.75H14C14.4142 16.75 14.75 17.0858 14.75 17.5C14.75 17.9142 14.4142 18.25 14 18.25H10C9.5858 18.25 9.25001 17.9142 9.25001 17.5C9.25001 17.0858 9.5858 16.75 10 16.75H11.25V11.25H10.9248C10.4708 11.25 10.1997 11.251 10.0039 11.2754C9.89477 11.289 9.84886 11.3062 9.83399 11.3135C9.82676 11.3199 9.81993 11.3268 9.81349 11.334C9.80616 11.3489 9.78901 11.3948 9.7754 11.5039C9.75103 11.6997 9.75001 11.9708 9.75001 12.4248C9.75001 12.839 9.41422 13.1748 9.00001 13.1748C8.5858 13.1748 8.25001 12.839 8.25001 12.4248C8.25001 12.0093 8.24843 11.6276 8.28712 11.3174C8.32812 10.989 8.42413 10.6389 8.69142 10.3379C8.73708 10.2865 8.78651 10.2371 8.8379 10.1914C9.1389 9.92413 9.48898 9.82812 9.81739 9.78712C10.1276 9.74843 10.5093 9.75001 10.9248 9.75001H13.0752C13.4907 9.75001 13.8724 9.74843 14.1826 9.78712C14.511 9.82812 14.8611 9.92414 15.1621 10.1914C15.2135 10.2371 15.2629 10.2865 15.3086 10.3379C15.5759 10.6389 15.6719 10.989 15.7129 11.3174C15.7516 11.6276 15.75 12.0093 15.75 12.4248C15.75 12.839 15.4142 13.1748 15 13.1748C14.5858 13.1748 14.25 12.839 14.25 12.4248Z"/><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"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarClipboardTypeBoldDuotone(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.25 12.4248C14.25 11.9708 14.249 11.6997 14.2246 11.5039C14.211 11.3948 14.1939 11.3489 14.1865 11.334C14.1801 11.3268 14.1733 11.3199 14.166 11.3135C14.1512 11.3062 14.1052 11.289 13.9961 11.2754C13.8003 11.251 13.5293 11.25 13.0752 11.25H12.75V16.75H14C14.4142 16.75 14.75 17.0858 14.75 17.5C14.75 17.9142 14.4142 18.25 14 18.25H10C9.5858 18.25 9.25001 17.9142 9.25001 17.5C9.25001 17.0858 9.5858 16.75 10 16.75H11.25V11.25H10.9248C10.4708 11.25 10.1997 11.251 10.0039 11.2754C9.89477 11.289 9.84886 11.3062 9.83399 11.3135C9.82676 11.3199 9.81993 11.3268 9.81349 11.334C9.80616 11.3489 9.78901 11.3948 9.7754 11.5039C9.75103 11.6997 9.75001 11.9708 9.75001 12.4248C9.75001 12.839 9.41422 13.1748 9.00001 13.1748C8.5858 13.1748 8.25001 12.839 8.25001 12.4248C8.25001 12.0093 8.24843 11.6276 8.28712 11.3174C8.32812 10.989 8.42413 10.6389 8.69142 10.3379C8.73708 10.2865 8.78651 10.2371 8.8379 10.1914C9.1389 9.92413 9.48898 9.82812 9.81739 9.78712C10.1276 9.74843 10.5093 9.75001 10.9248 9.75001H13.0752C13.4907 9.75001 13.8724 9.74843 14.1826 9.78712C14.511 9.82812 14.8611 9.92414 15.1621 10.1914C15.2135 10.2371 15.2629 10.2865 15.3086 10.3379C15.5759 10.6389 15.6719 10.989 15.7129 11.3174C15.7516 11.6276 15.75 12.0093 15.75 12.4248C15.75 12.839 15.4142 13.1748 15 13.1748C14.5858 13.1748 14.25 12.839 14.25 12.4248Z"/><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"/></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.25 12.4248C14.25 11.9708 14.249 11.6997 14.2246 11.5039C14.211 11.3948 14.1939 11.3489 14.1865 11.334C14.1801 11.3268 14.1733 11.3199 14.166 11.3135C14.1512 11.3062 14.1052 11.289 13.9961 11.2754C13.8003 11.251 13.5293 11.25 13.0752 11.25H12.75V16.75H14C14.4142 16.75 14.75 17.0858 14.75 17.5C14.75 17.9142 14.4142 18.25 14 18.25H10C9.5858 18.25 9.25001 17.9142 9.25001 17.5C9.25001 17.0858 9.5858 16.75 10 16.75H11.25V11.25H10.9248C10.4708 11.25 10.1997 11.251 10.0039 11.2754C9.89477 11.289 9.84886 11.3062 9.83399 11.3135C9.82676 11.3199 9.81993 11.3268 9.81349 11.334C9.80616 11.3489 9.78901 11.3948 9.7754 11.5039C9.75103 11.6997 9.75001 11.9708 9.75001 12.4248C9.75001 12.839 9.41422 13.1748 9.00001 13.1748C8.5858 13.1748 8.25001 12.839 8.25001 12.4248C8.25001 12.0093 8.24843 11.6276 8.28712 11.3174C8.32812 10.989 8.42413 10.6389 8.69142 10.3379C8.73708 10.2865 8.78651 10.2371 8.8379 10.1914C9.1389 9.92413 9.48898 9.82812 9.81739 9.78712C10.1276 9.74843 10.5093 9.75001 10.9248 9.75001H13.0752C13.4907 9.75001 13.8724 9.74843 14.1826 9.78712C14.511 9.82812 14.8611 9.92414 15.1621 10.1914C15.2135 10.2371 15.2629 10.2865 15.3086 10.3379C15.5759 10.6389 15.6719 10.989 15.7129 11.3174C15.7516 11.6276 15.75 12.0093 15.75 12.4248C15.75 12.839 15.4142 13.1748 15 13.1748C14.5858 13.1748 14.25 12.839 14.25 12.4248Z"/><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"/></g></svg>
</template>

CSS

.icon-clipboard-type-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%22M14.25%2012.4248C14.25%2011.9708%2014.249%2011.6997%2014.2246%2011.5039C14.211%2011.3948%2014.1939%2011.3489%2014.1865%2011.334C14.1801%2011.3268%2014.1733%2011.3199%2014.166%2011.3135C14.1512%2011.3062%2014.1052%2011.289%2013.9961%2011.2754C13.8003%2011.251%2013.5293%2011.25%2013.0752%2011.25H12.75V16.75H14C14.4142%2016.75%2014.75%2017.0858%2014.75%2017.5C14.75%2017.9142%2014.4142%2018.25%2014%2018.25H10C9.5858%2018.25%209.25001%2017.9142%209.25001%2017.5C9.25001%2017.0858%209.5858%2016.75%2010%2016.75H11.25V11.25H10.9248C10.4708%2011.25%2010.1997%2011.251%2010.0039%2011.2754C9.89477%2011.289%209.84886%2011.3062%209.83399%2011.3135C9.82676%2011.3199%209.81993%2011.3268%209.81349%2011.334C9.80616%2011.3489%209.78901%2011.3948%209.7754%2011.5039C9.75103%2011.6997%209.75001%2011.9708%209.75001%2012.4248C9.75001%2012.839%209.41422%2013.1748%209.00001%2013.1748C8.5858%2013.1748%208.25001%2012.839%208.25001%2012.4248C8.25001%2012.0093%208.24843%2011.6276%208.28712%2011.3174C8.32812%2010.989%208.42413%2010.6389%208.69142%2010.3379C8.73708%2010.2865%208.78651%2010.2371%208.8379%2010.1914C9.1389%209.92413%209.48898%209.82812%209.81739%209.78712C10.1276%209.74843%2010.5093%209.75001%2010.9248%209.75001H13.0752C13.4907%209.75001%2013.8724%209.74843%2014.1826%209.78712C14.511%209.82812%2014.8611%209.92414%2015.1621%2010.1914C15.2135%2010.2371%2015.2629%2010.2865%2015.3086%2010.3379C15.5759%2010.6389%2015.6719%2010.989%2015.7129%2011.3174C15.7516%2011.6276%2015.75%2012.0093%2015.75%2012.4248C15.75%2012.839%2015.4142%2013.1748%2015%2013.1748C14.5858%2013.1748%2014.25%2012.839%2014.25%2012.4248Z%22%2F%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%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.25%2012.4248C14.25%2011.9708%2014.249%2011.6997%2014.2246%2011.5039C14.211%2011.3948%2014.1939%2011.3489%2014.1865%2011.334C14.1801%2011.3268%2014.1733%2011.3199%2014.166%2011.3135C14.1512%2011.3062%2014.1052%2011.289%2013.9961%2011.2754C13.8003%2011.251%2013.5293%2011.25%2013.0752%2011.25H12.75V16.75H14C14.4142%2016.75%2014.75%2017.0858%2014.75%2017.5C14.75%2017.9142%2014.4142%2018.25%2014%2018.25H10C9.5858%2018.25%209.25001%2017.9142%209.25001%2017.5C9.25001%2017.0858%209.5858%2016.75%2010%2016.75H11.25V11.25H10.9248C10.4708%2011.25%2010.1997%2011.251%2010.0039%2011.2754C9.89477%2011.289%209.84886%2011.3062%209.83399%2011.3135C9.82676%2011.3199%209.81993%2011.3268%209.81349%2011.334C9.80616%2011.3489%209.78901%2011.3948%209.7754%2011.5039C9.75103%2011.6997%209.75001%2011.9708%209.75001%2012.4248C9.75001%2012.839%209.41422%2013.1748%209.00001%2013.1748C8.5858%2013.1748%208.25001%2012.839%208.25001%2012.4248C8.25001%2012.0093%208.24843%2011.6276%208.28712%2011.3174C8.32812%2010.989%208.42413%2010.6389%208.69142%2010.3379C8.73708%2010.2865%208.78651%2010.2371%208.8379%2010.1914C9.1389%209.92413%209.48898%209.82812%209.81739%209.78712C10.1276%209.74843%2010.5093%209.75001%2010.9248%209.75001H13.0752C13.4907%209.75001%2013.8724%209.74843%2014.1826%209.78712C14.511%209.82812%2014.8611%209.92414%2015.1621%2010.1914C15.2135%2010.2371%2015.2629%2010.2865%2015.3086%2010.3379C15.5759%2010.6389%2015.6719%2010.989%2015.7129%2011.3174C15.7516%2011.6276%2015.75%2012.0093%2015.75%2012.4248C15.75%2012.839%2015.4142%2013.1748%2015%2013.1748C14.5858%2013.1748%2014.25%2012.839%2014.25%2012.4248Z%22%2F%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%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/clipboard-type-bold-duotone.svg?color=%231a73e8&size=48