clipboard clock icon
clipboard-clock-linear from Solar by 480 Design · Linear · Notes · CC-BY-4.0 Attribution required.
- Name
- clipboard-clock-linear
- Set
- Solar
- Style
- Linear
- 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
archive-boldarchive-check-boldarchive-close-boldarchive-down-boldarchive-down-minimalistic-boldarchive-minimalistic-boldarchive-minimalistic-close-boldarchive-up-boldarchive-up-minimalistic-boldclipboard-add-boldclipboard-boldclipboard-check-boldclipboard-copy-boldclipboard-heart-boldclipboard-list-boldclipboard-minus-boldclipboard-paste-boldclipboard-remove-boldclipboard-text-boldclipboard-type-bolddocument-add-bolddocument-bolddocument-medicine-bolddocument-text-bold
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="none" stroke="currentColor" stroke-width="1.5"><path d="M16 4.00195C18.175 4.01406 19.3529 4.11051 20.1213 4.87889C21 5.75757 21 7.17179 21 10.0002V16.0002C21 18.8286 21 20.2429 20.1213 21.1215C19.2426 22.0002 17.8284 22.0002 15 22.0002H9C6.17157 22.0002 4.75736 22.0002 3.87868 21.1215C3 20.2429 3 18.8286 3 16.0002V10.0002C3 7.17179 3 5.75757 3.87868 4.87889C4.64706 4.11051 5.82497 4.01406 8 4.00195"/><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"/><circle cx="12" cy="14.003" r="5"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 12.0029V13.8491L13 15.0029"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarClipboardClockLinear(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M16 4.00195C18.175 4.01406 19.3529 4.11051 20.1213 4.87889C21 5.75757 21 7.17179 21 10.0002V16.0002C21 18.8286 21 20.2429 20.1213 21.1215C19.2426 22.0002 17.8284 22.0002 15 22.0002H9C6.17157 22.0002 4.75736 22.0002 3.87868 21.1215C3 20.2429 3 18.8286 3 16.0002V10.0002C3 7.17179 3 5.75757 3.87868 4.87889C4.64706 4.11051 5.82497 4.01406 8 4.00195"/><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"/><circle cx="12" cy="14.003" r="5"/><path strokeLinecap="round" strokeLinejoin="round" d="M12 12.0029V13.8491L13 15.0029"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M16 4.00195C18.175 4.01406 19.3529 4.11051 20.1213 4.87889C21 5.75757 21 7.17179 21 10.0002V16.0002C21 18.8286 21 20.2429 20.1213 21.1215C19.2426 22.0002 17.8284 22.0002 15 22.0002H9C6.17157 22.0002 4.75736 22.0002 3.87868 21.1215C3 20.2429 3 18.8286 3 16.0002V10.0002C3 7.17179 3 5.75757 3.87868 4.87889C4.64706 4.11051 5.82497 4.01406 8 4.00195"/><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"/><circle cx="12" cy="14.003" r="5"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 12.0029V13.8491L13 15.0029"/></g></svg> </template>
CSS
.icon-clipboard-clock-linear {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M16%204.00195C18.175%204.01406%2019.3529%204.11051%2020.1213%204.87889C21%205.75757%2021%207.17179%2021%2010.0002V16.0002C21%2018.8286%2021%2020.2429%2020.1213%2021.1215C19.2426%2022.0002%2017.8284%2022.0002%2015%2022.0002H9C6.17157%2022.0002%204.75736%2022.0002%203.87868%2021.1215C3%2020.2429%203%2018.8286%203%2016.0002V10.0002C3%207.17179%203%205.75757%203.87868%204.87889C4.64706%204.11051%205.82497%204.01406%208%204.00195%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%3Ccircle%20cx%3D%2212%22%20cy%3D%2214.003%22%20r%3D%225%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2012.0029V13.8491L13%2015.0029%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M16%204.00195C18.175%204.01406%2019.3529%204.11051%2020.1213%204.87889C21%205.75757%2021%207.17179%2021%2010.0002V16.0002C21%2018.8286%2021%2020.2429%2020.1213%2021.1215C19.2426%2022.0002%2017.8284%2022.0002%2015%2022.0002H9C6.17157%2022.0002%204.75736%2022.0002%203.87868%2021.1215C3%2020.2429%203%2018.8286%203%2016.0002V10.0002C3%207.17179%203%205.75757%203.87868%204.87889C4.64706%204.11051%205.82497%204.01406%208%204.00195%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%3Ccircle%20cx%3D%2212%22%20cy%3D%2214.003%22%20r%3D%225%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2012.0029V13.8491L13%2015.0029%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-linear.svg?color=%231a73e8&size=48