Clipboard Letter icon

Used in copy & task scenarios. The Clipboard Letter 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 Letter 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 { ClipboardLetter24Regular, ClipboardLetter24Filled } from "@fluentui/react-icons";

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

Use it in HTML

Reference the SVG file directly:

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

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="M15.9862 3.99944C15.8616 2.87472 14.9079 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 22H11.1688C10.9574 21.5538 10.9351 21.0214 11.1526 20.5354L11.1684 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.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.25V10.8485C18.5359 10.9083 18.5685 10.9706 18.5974 11.0354L20 14.1705V6.25C20 5.00736 18.9926 4 17.75 4L15.9862 3.99944ZM15.9948 4.09595L16 4.25C16 4.19822 15.9983 4.14685 15.9948 4.09595ZM10.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.5ZM17.6846 11.4437C17.5638 11.1738 17.2957 11 17 11C16.7043 11 16.4362 11.1738 16.3154 11.4437L13.6378 17.4289C13.6331 17.4389 13.6285 17.4491 13.6242 17.4593L12.0654 20.9437C11.8962 21.3218 12.0656 21.7655 12.4437 21.9346C12.8218 22.1038 13.2655 21.9344 13.4346 21.5563L14.8019 18.5H19.1981L20.5654 21.5563C20.7345 21.9344 21.1782 22.1038 21.5563 21.9346C21.9344 21.7655 22.1038 21.3218 21.9346 20.9437L20.3758 17.4593C20.3715 17.4491 20.3669 17.4389 20.3622 17.4289L17.6846 11.4437ZM17 13.5866L18.5271 17H15.4729L17 13.5866Z" 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_letter_24_regular.svg";

Details

NameClipboard Letter
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_clipboard_letter_24_regular.svg
Filled fileic_fluent_clipboard_letter_24_filled.svg
React componentsClipboardLetter24Regular, ClipboardLetter24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

copymemoryanalogtext

Related icons