Copy Add icon

The Copy 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 Copy 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 { CopyAdd24Regular, CopyAdd24Filled } from "@fluentui/react-icons";

export function Example() {
  return <CopyAdd24Regular aria-label="Copy Add" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_copy_add_24_regular.svg" width="24" height="24" alt="Copy 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="M17.5 12C20.5376 12 23 14.4624 23 17.5C23 20.5376 20.5376 23 17.5 23C14.4624 23 12 20.5376 12 17.5C12 14.4624 14.4624 12 17.5 12ZM17.5 13.999C17.2239 13.999 17.0001 14.223 17 14.499V17H14.4951C14.2195 17.0003 13.9961 17.224 13.9961 17.5C13.9961 17.776 14.2195 17.9997 14.4951 18H17.001V20.5039C17.0012 20.7798 17.225 21.0038 17.501 21.0039C17.777 21.0039 18.0008 20.7799 18.001 20.5039V18H20.4971C20.7727 17.9997 20.9961 17.776 20.9961 17.5C20.9961 17.224 20.7727 17.0003 20.4971 17H18V14.499C17.9999 14.223 17.7761 13.999 17.5 13.999ZM8.5 8.5H6.25C5.2835 8.5 4.5 9.2835 4.5 10.25V17.75C4.5 18.7165 5.2835 19.5 6.25 19.5H11.25C11.2713 19.5 11.2924 19.4968 11.3135 19.4961C11.4756 19.9991 11.6976 20.4749 11.9707 20.916C11.7387 20.9686 11.498 21 11.25 21H6.25C4.45507 21 3 19.5449 3 17.75V10.25C3 8.45507 4.45507 7 6.25 7H8.5V8.5ZM17.75 3C19.5449 3 21 4.45507 21 6.25V12.0244C20.5365 11.7276 20.0338 11.4869 19.5 11.3145V6.25C19.5 5.2835 18.7165 4.5 17.75 4.5H12.75C11.7835 4.5 11 5.2835 11 6.25V13.75C11 14.2298 11.1932 14.6643 11.5059 14.9805C11.2997 15.4703 11.1522 15.9909 11.0713 16.5332C10.1296 15.964 9.5 14.9306 9.5 13.75V6.25C9.5 4.45507 10.9551 3 12.75 3H17.75Z" 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/copy_add_24_regular.svg";

Details

NameCopy Add
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_copy_add_24_regular.svg
Filled fileic_fluent_copy_add_24_filled.svg
React componentsCopyAdd24Regular, CopyAdd24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

sharepasteclipboard.usedforallcopy+pastescenarios.

Related icons