copy arrow right icon
copy-arrow-right-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- copy-arrow-right-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- 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 9c0 .89.39 1.688 1.006 2.237A5.5 5.5 0 0 0 6.602 14H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h1zm6.854.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.502 5.502 0 0 0-7.771 3.326A2 2 0 0 1 6 9V4a2 2 0 0 1 2-2z"/></svg>
React
import type { SVGProps } from "react";
export function FluentCopyArrowRight16Filled(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 9c0 .89.39 1.688 1.006 2.237A5.5 5.5 0 0 0 6.602 14H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h1zm6.854.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.502 5.502 0 0 0-7.771 3.326A2 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 9c0 .89.39 1.688 1.006 2.237A5.5 5.5 0 0 0 6.602 14H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h1zm6.854.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.502 5.502 0 0 0-7.771 3.326A2 2 0 0 1 6 9V4a2 2 0 0 1 2-2z"/></svg> </template>
CSS
.icon-copy-arrow-right-16-filled {
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%209c0%20.89.39%201.688%201.006%202.237A5.5%205.5%200%200%200%206.602%2014H4a2%202%200%200%201-2-2V7a2%202%200%200%201%202-2h1zm6.854.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.502%205.502%200%200%200-7.771%203.326A2%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%209c0%20.89.39%201.688%201.006%202.237A5.5%205.5%200%200%200%206.602%2014H4a2%202%200%200%201-2-2V7a2%202%200%200%201%202-2h1zm6.854.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.502%205.502%200%200%200-7.771%203.326A2%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-filled.svg?color=%231a73e8&size=48