Copy Arrow Right icon

The Copy Arrow Right 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 Arrow Right 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 { CopyArrowRight24Regular, CopyArrowRight24Filled } from "@fluentui/react-icons";

export function Example() {
  return <CopyArrowRight24Regular aria-label="Copy Arrow Right" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_copy_arrow_right_24_regular.svg" width="24" height="24" alt="Copy Arrow Right">

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 12ZM8.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.5ZM18.3535 14.6465C18.1583 14.4512 17.8417 14.4512 17.6465 14.6465C17.4512 14.8417 17.4512 15.1583 17.6465 15.3535L19.293 17H14.5C14.2239 17 14 17.2239 14 17.5C14 17.7761 14.2239 18 14.5 18H19.293L17.6465 19.6465C17.4512 19.8417 17.4512 20.1583 17.6465 20.3535C17.8417 20.5488 18.1583 20.5488 18.3535 20.3535L20.8535 17.8535C21.0488 17.6583 21.0488 17.3417 20.8535 17.1465L18.3535 14.6465ZM17.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_arrow_right_24_regular.svg";

Details

NameCopy Arrow Right
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_copy_arrow_right_24_regular.svg
Filled fileic_fluent_copy_arrow_right_24_filled.svg
React componentsCopyArrowRight24Regular, CopyArrowRight24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

sharepasteclipboard.usedforallcopy+pastescenarios.

Related icons