copy-arrow-right-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.

Name
copy-arrow-right-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the copy arrow right icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11.5 7a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9M5 6H4a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h2.208q.149.524.394 1H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h1zm6.854 3.146a.5.5 0 1 0-.707.708L12.293 11H9.5a.5.5 0 0 0 0 1h2.793l-1.146 1.146a.5.5 0 1 0 .707.707l2.002-2.001a.5.5 0 0 0 .144-.35v-.005a.5.5 0 0 0-.146-.35zM12 2a2 2 0 0 1 2 2v2.6a5.5 5.5 0 0 0-1-.392V4a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v4.339a5.5 5.5 0 0 0-.771 1.588A2 2 0 0 1 6 9V4a2 2 0 0 1 2-2z"/></svg>

React

import type { SVGProps } from "react";

export function FluentCopyArrowRight16Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11.5 7a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9M5 6H4a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h2.208q.149.524.394 1H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h1zm6.854 3.146a.5.5 0 1 0-.707.708L12.293 11H9.5a.5.5 0 0 0 0 1h2.793l-1.146 1.146a.5.5 0 1 0 .707.707l2.002-2.001a.5.5 0 0 0 .144-.35v-.005a.5.5 0 0 0-.146-.35zM12 2a2 2 0 0 1 2 2v2.6a5.5 5.5 0 0 0-1-.392V4a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v4.339a5.5 5.5 0 0 0-.771 1.588A2 2 0 0 1 6 9V4a2 2 0 0 1 2-2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11.5 7a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9M5 6H4a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h2.208q.149.524.394 1H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h1zm6.854 3.146a.5.5 0 1 0-.707.708L12.293 11H9.5a.5.5 0 0 0 0 1h2.793l-1.146 1.146a.5.5 0 1 0 .707.707l2.002-2.001a.5.5 0 0 0 .144-.35v-.005a.5.5 0 0 0-.146-.35zM12 2a2 2 0 0 1 2 2v2.6a5.5 5.5 0 0 0-1-.392V4a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v4.339a5.5 5.5 0 0 0-.771 1.588A2 2 0 0 1 6 9V4a2 2 0 0 1 2-2z"/></svg>
</template>

CSS

.icon-copy-arrow-right-16-regular {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.5%207a4.5%204.5%200%201%201%200%209a4.5%204.5%200%200%201%200-9M5%206H4a1%201%200%200%200-1%201v5a1%201%200%200%200%201%201h2.208q.149.524.394%201H4a2%202%200%200%201-2-2V7a2%202%200%200%201%202-2h1zm6.854%203.146a.5.5%200%201%200-.707.708L12.293%2011H9.5a.5.5%200%200%200%200%201h2.793l-1.146%201.146a.5.5%200%201%200%20.707.707l2.002-2.001a.5.5%200%200%200%20.144-.35v-.005a.5.5%200%200%200-.146-.35zM12%202a2%202%200%200%201%202%202v2.6a5.5%205.5%200%200%200-1-.392V4a1%201%200%200%200-1-1H8a1%201%200%200%200-1%201v4.339a5.5%205.5%200%200%200-.771%201.588A2%202%200%200%201%206%209V4a2%202%200%200%201%202-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.5%207a4.5%204.5%200%201%201%200%209a4.5%204.5%200%200%201%200-9M5%206H4a1%201%200%200%200-1%201v5a1%201%200%200%200%201%201h2.208q.149.524.394%201H4a2%202%200%200%201-2-2V7a2%202%200%200%201%202-2h1zm6.854%203.146a.5.5%200%201%200-.707.708L12.293%2011H9.5a.5.5%200%200%200%200%201h2.793l-1.146%201.146a.5.5%200%201%200%20.707.707l2.002-2.001a.5.5%200%200%200%20.144-.35v-.005a.5.5%200%200%200-.146-.35zM12%202a2%202%200%200%201%202%202v2.6a5.5%205.5%200%200%200-1-.392V4a1%201%200%200%200-1-1H8a1%201%200%200%200-1%201v4.339a5.5%205.5%200%200%200-.771%201.588A2%202%200%200%201%206%209V4a2%202%200%200%201%202-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/copy-arrow-right-16-regular.svg?color=%231a73e8&size=48