Clipboard Clock icon

Used in copy & task scenarios. The Clipboard Clock icon is part of Microsoft's Fluent UI System Icons, available here in filled and regular (outlined) styles on a 24 px grid. Download it as SVG or PNG, or copy it as code — it's free to use under the MIT License.

Regular (outlined)

SVG

Filled

SVG

Use the Clipboard Clock icon in React

Install Microsoft's @fluentui/react-icons package, then import the component. Icons inherit the current text color, and you can size them with CSS.

npm install @fluentui/react-icons

import { ClipboardClock24Regular, ClipboardClock24Filled } from "@fluentui/react-icons";

export function Example() {
  return <ClipboardClock24Regular aria-label="Clipboard Clock" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_clipboard_clock_24_regular.svg" width="24" height="24" alt="Clipboard Clock">

Or paste the SVG markup inline. Setting fill="currentColor" makes the icon follow the text color of its parent:

<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.625 12.9951V11.3701C12.625 11.0249 12.3452 10.7451 12 10.7451C11.6548 10.7451 11.375 11.0249 11.375 11.3701V13.6201C11.375 13.9653 11.6548 14.2451 12 14.2451C12.0211 14.2451 12.0419 14.2441 12.0625 14.242C12.0831 14.2441 12.1039 14.2451 12.125 14.2451H13.375C13.7202 14.2451 14 13.9653 14 13.6201C14 13.2749 13.7202 12.9951 13.375 12.9951H12.625ZM7.25 13C7.25 10.3766 9.37665 8.25 12 8.25C14.6234 8.25 16.75 10.3766 16.75 13C16.75 15.6234 14.6234 17.75 12 17.75C9.37665 17.75 7.25 15.6234 7.25 13ZM12 9.5C10.067 9.5 8.5 11.067 8.5 13C8.5 14.933 10.067 16.5 12 16.5C13.933 16.5 15.5 14.933 15.5 13C15.5 11.067 13.933 9.5 12 9.5ZM15.994 4.08449C15.9093 2.91913 14.937 2 13.75 2H10.25C9.09205 2 8.13841 2.87472 8.01379 3.99944L6.25 4C5.00736 4 4 5.00736 4 6.25V19.75C4 20.9926 5.00736 22 6.25 22H17.75C18.9926 22 20 20.9926 20 19.75V6.25C20 5.00736 18.9926 4 17.75 4L15.9862 3.99944C15.9893 4.02764 15.9919 4.05599 15.994 4.08449ZM15.9948 4.09595L16 4.25C16 4.19822 15.9983 4.14685 15.9948 4.09595ZM10.25 6.5H13.75C14.53 6.5 15.2174 6.10307 15.621 5.50016L17.75 5.5C18.1642 5.5 18.5 5.83579 18.5 6.25V19.75C18.5 20.1642 18.1642 20.5 17.75 20.5H6.25C5.83579 20.5 5.5 20.1642 5.5 19.75V6.25C5.5 5.83579 5.83579 5.5 6.25 5.5L8.37902 5.5002C8.78267 6.1031 9.46997 6.5 10.25 6.5ZM10.25 3.5H13.75C14.1642 3.5 14.5 3.83579 14.5 4.25C14.5 4.66421 14.1642 5 13.75 5H10.25C9.83579 5 9.5 4.66421 9.5 4.25C9.5 3.83579 9.83579 3.5 10.25 3.5Z" fill="currentColor"/></svg>

Use it from the SVG package

Microsoft's @fluentui/svg-icons package contains the raw SVG files, which works well with bundlers that import SVGs:

npm install @fluentui/svg-icons

import icon from "@fluentui/svg-icons/icons/clipboard_clock_24_regular.svg";

Details

NameClipboard Clock
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_clipboard_clock_24_regular.svg
Filled fileic_fluent_clipboard_clock_24_filled.svg
React componentsClipboardClock24Regular, ClipboardClock24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

copymemoryanalog

Related icons