Clipboard Task Add icon

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

export function Example() {
  return <ClipboardTaskAdd24Regular aria-label="Clipboard Task Add" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_clipboard_task_add_24_regular.svg" width="24" height="24" alt="Clipboard Task Add">

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="M13.9862 3.99944C13.8616 2.87472 12.9079 2 11.75 2H8.25C7.09205 2 6.13841 2.87472 6.01379 3.99944L4.25 4C3.00736 4 2 5.00736 2 6.25V19.75C2 20.9926 3.00736 22 4.25 22H12.8096C12.3832 21.5557 12.0194 21.051 11.7322 20.5H4.25C3.83579 20.5 3.5 20.1642 3.5 19.75V6.25C3.5 5.83579 3.83579 5.5 4.25 5.5L6.379 5.50016C6.78264 6.10307 7.46997 6.5 8.25 6.5H11.75C12.53 6.5 13.2173 6.1031 13.621 5.5002L15.75 5.5C16.1642 5.5 16.5 5.83579 16.5 6.25V11.0764C16.826 11.0261 17.1599 11 17.5 11C17.6682 11 17.835 11.0064 18 11.0189V6.25C18 5.00736 16.9926 4 15.75 4L13.9862 3.99944ZM13.9948 4.09595L14 4.25C14 4.19822 13.9983 4.14685 13.9948 4.09595ZM8.25 3.5H11.75C12.1642 3.5 12.5 3.83579 12.5 4.25C12.5 4.66421 12.1642 5 11.75 5H8.25C7.83579 5 7.5 4.66421 7.5 4.25C7.5 3.83579 7.83579 3.5 8.25 3.5ZM11.9565 14.1041C12.493 13.2303 13.2303 12.493 14.1041 11.9565L15.0303 11.0303C15.3232 10.7374 15.3232 10.2626 15.0303 9.96967C14.7374 9.67678 14.2626 9.67678 13.9697 9.96967L9 14.9393L7.03033 12.9697C6.73744 12.6768 6.26256 12.6768 5.96967 12.9697C5.67678 13.2626 5.67678 13.7374 5.96967 14.0303L8.46967 16.5303C8.76256 16.8232 9.23744 16.8232 9.53033 16.5303L11.9565 14.1041ZM23 17.5C23 14.4624 20.5376 12 17.5 12C14.4624 12 12 14.4624 12 17.5C12 20.5376 14.4624 23 17.5 23C20.5376 23 23 20.5376 23 17.5ZM18.0006 18L18.0011 20.5035C18.0011 20.7797 17.7773 21.0035 17.5011 21.0035C17.225 21.0035 17.0011 20.7797 17.0011 20.5035L17.0006 18H14.4956C14.2197 18 13.9961 17.7762 13.9961 17.5C13.9961 17.2239 14.2197 17 14.4956 17H17.0005L17 14.4993C17 14.2231 17.2239 13.9993 17.5 13.9993C17.7761 13.9993 18 14.2231 18 14.4993L18.0005 17H20.4966C20.7725 17 20.9961 17.2239 20.9961 17.5C20.9961 17.7762 20.7725 18 20.4966 18H18.0006Z" 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_task_add_24_regular.svg";

Details

NameClipboard Task Add
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_clipboard_task_add_24_regular.svg
Filled fileic_fluent_clipboard_task_add_24_filled.svg
React componentsClipboardTaskAdd24Regular, ClipboardTaskAdd24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

copymemoryanalog

Related icons