clipboard clock icon

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

Name
clipboard-clock-bold
Set
Solar
Style
Bold
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 clock icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M12 9.75293C14.3472 9.75293 16.25 11.6557 16.25 14.0029C16.25 16.3501 14.3472 18.2529 12 18.2529C9.65279 18.2529 7.75 16.3501 7.75 14.0029C7.75 11.6557 9.65279 9.75293 12 9.75293ZM12 11.2529C11.5858 11.2529 11.25 11.5887 11.25 12.0029V13.8486C11.25 14.029 11.3155 14.2035 11.4336 14.3398L12.4336 15.4941C12.7049 15.807 13.1783 15.8406 13.4912 15.5693C13.8041 15.298 13.8376 14.8247 13.5664 14.5117L12.75 13.5693V12.0029C12.75 11.5887 12.4142 11.2529 12 11.2529Z" clip-rule="evenodd"/><path fill-rule="evenodd" d="M17.5 4.03613C18.7578 4.1067 19.5518 4.30773 20.1211 4.87695C20.9998 5.75561 21 7.16976 21 9.99805V15.998C21 18.8264 20.9997 20.2405 20.1211 21.1191C19.2424 21.9978 17.8284 21.998 15 21.998H9C6.17157 21.998 4.75759 21.9978 3.87891 21.1191C3.00033 20.2405 3 18.8264 3 15.998V9.99805C3 7.16976 3.00025 5.75561 3.87891 4.87695C4.4482 4.30773 5.24217 4.1067 6.5 4.03613V4.5C6.5 6.15685 7.84315 7.5 9.5 7.5H14.5C16.1569 7.5 17.5 6.15685 17.5 4.5V4.03613ZM12 8.25293C8.82436 8.25293 6.25 10.8273 6.25 14.0029C6.25 17.1786 8.82436 19.7529 12 19.7529C15.1756 19.7529 17.75 17.1786 17.75 14.0029C17.75 10.8273 15.1756 8.25293 12 8.25293Z" clip-rule="evenodd"/><path d="M14.5 2C15.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.5C8 2.67157 8.67157 2 9.5 2H14.5Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarClipboardClockBold(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 fillRule="evenodd" d="M12 9.75293C14.3472 9.75293 16.25 11.6557 16.25 14.0029C16.25 16.3501 14.3472 18.2529 12 18.2529C9.65279 18.2529 7.75 16.3501 7.75 14.0029C7.75 11.6557 9.65279 9.75293 12 9.75293ZM12 11.2529C11.5858 11.2529 11.25 11.5887 11.25 12.0029V13.8486C11.25 14.029 11.3155 14.2035 11.4336 14.3398L12.4336 15.4941C12.7049 15.807 13.1783 15.8406 13.4912 15.5693C13.8041 15.298 13.8376 14.8247 13.5664 14.5117L12.75 13.5693V12.0029C12.75 11.5887 12.4142 11.2529 12 11.2529Z" clipRule="evenodd"/><path fillRule="evenodd" d="M17.5 4.03613C18.7578 4.1067 19.5518 4.30773 20.1211 4.87695C20.9998 5.75561 21 7.16976 21 9.99805V15.998C21 18.8264 20.9997 20.2405 20.1211 21.1191C19.2424 21.9978 17.8284 21.998 15 21.998H9C6.17157 21.998 4.75759 21.9978 3.87891 21.1191C3.00033 20.2405 3 18.8264 3 15.998V9.99805C3 7.16976 3.00025 5.75561 3.87891 4.87695C4.4482 4.30773 5.24217 4.1067 6.5 4.03613V4.5C6.5 6.15685 7.84315 7.5 9.5 7.5H14.5C16.1569 7.5 17.5 6.15685 17.5 4.5V4.03613ZM12 8.25293C8.82436 8.25293 6.25 10.8273 6.25 14.0029C6.25 17.1786 8.82436 19.7529 12 19.7529C15.1756 19.7529 17.75 17.1786 17.75 14.0029C17.75 10.8273 15.1756 8.25293 12 8.25293Z" clipRule="evenodd"/><path d="M14.5 2C15.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.5C8 2.67157 8.67157 2 9.5 2H14.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 fill-rule="evenodd" d="M12 9.75293C14.3472 9.75293 16.25 11.6557 16.25 14.0029C16.25 16.3501 14.3472 18.2529 12 18.2529C9.65279 18.2529 7.75 16.3501 7.75 14.0029C7.75 11.6557 9.65279 9.75293 12 9.75293ZM12 11.2529C11.5858 11.2529 11.25 11.5887 11.25 12.0029V13.8486C11.25 14.029 11.3155 14.2035 11.4336 14.3398L12.4336 15.4941C12.7049 15.807 13.1783 15.8406 13.4912 15.5693C13.8041 15.298 13.8376 14.8247 13.5664 14.5117L12.75 13.5693V12.0029C12.75 11.5887 12.4142 11.2529 12 11.2529Z" clip-rule="evenodd"/><path fill-rule="evenodd" d="M17.5 4.03613C18.7578 4.1067 19.5518 4.30773 20.1211 4.87695C20.9998 5.75561 21 7.16976 21 9.99805V15.998C21 18.8264 20.9997 20.2405 20.1211 21.1191C19.2424 21.9978 17.8284 21.998 15 21.998H9C6.17157 21.998 4.75759 21.9978 3.87891 21.1191C3.00033 20.2405 3 18.8264 3 15.998V9.99805C3 7.16976 3.00025 5.75561 3.87891 4.87695C4.4482 4.30773 5.24217 4.1067 6.5 4.03613V4.5C6.5 6.15685 7.84315 7.5 9.5 7.5H14.5C16.1569 7.5 17.5 6.15685 17.5 4.5V4.03613ZM12 8.25293C8.82436 8.25293 6.25 10.8273 6.25 14.0029C6.25 17.1786 8.82436 19.7529 12 19.7529C15.1756 19.7529 17.75 17.1786 17.75 14.0029C17.75 10.8273 15.1756 8.25293 12 8.25293Z" clip-rule="evenodd"/><path d="M14.5 2C15.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.5C8 2.67157 8.67157 2 9.5 2H14.5Z"/></g></svg>
</template>

CSS

.icon-clipboard-clock-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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%209.75293C14.3472%209.75293%2016.25%2011.6557%2016.25%2014.0029C16.25%2016.3501%2014.3472%2018.2529%2012%2018.2529C9.65279%2018.2529%207.75%2016.3501%207.75%2014.0029C7.75%2011.6557%209.65279%209.75293%2012%209.75293ZM12%2011.2529C11.5858%2011.2529%2011.25%2011.5887%2011.25%2012.0029V13.8486C11.25%2014.029%2011.3155%2014.2035%2011.4336%2014.3398L12.4336%2015.4941C12.7049%2015.807%2013.1783%2015.8406%2013.4912%2015.5693C13.8041%2015.298%2013.8376%2014.8247%2013.5664%2014.5117L12.75%2013.5693V12.0029C12.75%2011.5887%2012.4142%2011.2529%2012%2011.2529Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M17.5%204.03613C18.7578%204.1067%2019.5518%204.30773%2020.1211%204.87695C20.9998%205.75561%2021%207.16976%2021%209.99805V15.998C21%2018.8264%2020.9997%2020.2405%2020.1211%2021.1191C19.2424%2021.9978%2017.8284%2021.998%2015%2021.998H9C6.17157%2021.998%204.75759%2021.9978%203.87891%2021.1191C3.00033%2020.2405%203%2018.8264%203%2015.998V9.99805C3%207.16976%203.00025%205.75561%203.87891%204.87695C4.4482%204.30773%205.24217%204.1067%206.5%204.03613V4.5C6.5%206.15685%207.84315%207.5%209.5%207.5H14.5C16.1569%207.5%2017.5%206.15685%2017.5%204.5V4.03613ZM12%208.25293C8.82436%208.25293%206.25%2010.8273%206.25%2014.0029C6.25%2017.1786%208.82436%2019.7529%2012%2019.7529C15.1756%2019.7529%2017.75%2017.1786%2017.75%2014.0029C17.75%2010.8273%2015.1756%208.25293%2012%208.25293Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M14.5%202C15.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.5C8%202.67157%208.67157%202%209.5%202H14.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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%209.75293C14.3472%209.75293%2016.25%2011.6557%2016.25%2014.0029C16.25%2016.3501%2014.3472%2018.2529%2012%2018.2529C9.65279%2018.2529%207.75%2016.3501%207.75%2014.0029C7.75%2011.6557%209.65279%209.75293%2012%209.75293ZM12%2011.2529C11.5858%2011.2529%2011.25%2011.5887%2011.25%2012.0029V13.8486C11.25%2014.029%2011.3155%2014.2035%2011.4336%2014.3398L12.4336%2015.4941C12.7049%2015.807%2013.1783%2015.8406%2013.4912%2015.5693C13.8041%2015.298%2013.8376%2014.8247%2013.5664%2014.5117L12.75%2013.5693V12.0029C12.75%2011.5887%2012.4142%2011.2529%2012%2011.2529Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M17.5%204.03613C18.7578%204.1067%2019.5518%204.30773%2020.1211%204.87695C20.9998%205.75561%2021%207.16976%2021%209.99805V15.998C21%2018.8264%2020.9997%2020.2405%2020.1211%2021.1191C19.2424%2021.9978%2017.8284%2021.998%2015%2021.998H9C6.17157%2021.998%204.75759%2021.9978%203.87891%2021.1191C3.00033%2020.2405%203%2018.8264%203%2015.998V9.99805C3%207.16976%203.00025%205.75561%203.87891%204.87695C4.4482%204.30773%205.24217%204.1067%206.5%204.03613V4.5C6.5%206.15685%207.84315%207.5%209.5%207.5H14.5C16.1569%207.5%2017.5%206.15685%2017.5%204.5V4.03613ZM12%208.25293C8.82436%208.25293%206.25%2010.8273%206.25%2014.0029C6.25%2017.1786%208.82436%2019.7529%2012%2019.7529C15.1756%2019.7529%2017.75%2017.1786%2017.75%2014.0029C17.75%2010.8273%2015.1756%208.25293%2012%208.25293Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M14.5%202C15.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.5C8%202.67157%208.67157%202%209.5%202H14.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-clock-bold.svg?color=%231a73e8&size=48