clipboard-link-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.

Name
clipboard-link-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 clipboard link icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.085 2A1.5 1.5 0 0 1 5.5 1h3a1.5 1.5 0 0 1 1.415 1h.585A1.5 1.5 0 0 1 12 3.5V7H8.5a4.5 4.5 0 0 0-2.829 8H3.5A1.5 1.5 0 0 1 2 13.5v-10A1.5 1.5 0 0 1 3.5 2zM5.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1zm9.5 9.5A3.5 3.5 0 0 0 11.5 8l-.09.008A.5.5 0 0 0 11.5 9l.164.005A2.5 2.5 0 0 1 11.5 14l-.002.005l-.09.008a.5.5 0 0 0 .094.992V15l.192-.005A3.5 3.5 0 0 0 15 11.5m-6-3a.5.5 0 0 0-.5-.5l-.192.005A3.5 3.5 0 0 0 8.5 15l.09-.008A.5.5 0 0 0 8.5 14l-.164-.005A2.5 2.5 0 0 1 8.5 9l.09-.008A.5.5 0 0 0 9 8.5m2.5 2.502L8.5 11l-.09.008A.5.5 0 0 0 8.5 12l3 .002l.09-.008a.5.5 0 0 0-.09-.992"/></svg>

React

import type { SVGProps } from "react";

export function FluentClipboardLink16Filled(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="M4.085 2A1.5 1.5 0 0 1 5.5 1h3a1.5 1.5 0 0 1 1.415 1h.585A1.5 1.5 0 0 1 12 3.5V7H8.5a4.5 4.5 0 0 0-2.829 8H3.5A1.5 1.5 0 0 1 2 13.5v-10A1.5 1.5 0 0 1 3.5 2zM5.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1zm9.5 9.5A3.5 3.5 0 0 0 11.5 8l-.09.008A.5.5 0 0 0 11.5 9l.164.005A2.5 2.5 0 0 1 11.5 14l-.002.005l-.09.008a.5.5 0 0 0 .094.992V15l.192-.005A3.5 3.5 0 0 0 15 11.5m-6-3a.5.5 0 0 0-.5-.5l-.192.005A3.5 3.5 0 0 0 8.5 15l.09-.008A.5.5 0 0 0 8.5 14l-.164-.005A2.5 2.5 0 0 1 8.5 9l.09-.008A.5.5 0 0 0 9 8.5m2.5 2.502L8.5 11l-.09.008A.5.5 0 0 0 8.5 12l3 .002l.09-.008a.5.5 0 0 0-.09-.992"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.085 2A1.5 1.5 0 0 1 5.5 1h3a1.5 1.5 0 0 1 1.415 1h.585A1.5 1.5 0 0 1 12 3.5V7H8.5a4.5 4.5 0 0 0-2.829 8H3.5A1.5 1.5 0 0 1 2 13.5v-10A1.5 1.5 0 0 1 3.5 2zM5.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1zm9.5 9.5A3.5 3.5 0 0 0 11.5 8l-.09.008A.5.5 0 0 0 11.5 9l.164.005A2.5 2.5 0 0 1 11.5 14l-.002.005l-.09.008a.5.5 0 0 0 .094.992V15l.192-.005A3.5 3.5 0 0 0 15 11.5m-6-3a.5.5 0 0 0-.5-.5l-.192.005A3.5 3.5 0 0 0 8.5 15l.09-.008A.5.5 0 0 0 8.5 14l-.164-.005A2.5 2.5 0 0 1 8.5 9l.09-.008A.5.5 0 0 0 9 8.5m2.5 2.502L8.5 11l-.09.008A.5.5 0 0 0 8.5 12l3 .002l.09-.008a.5.5 0 0 0-.09-.992"/></svg>
</template>

CSS

.icon-clipboard-link-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%22M4.085%202A1.5%201.5%200%200%201%205.5%201h3a1.5%201.5%200%200%201%201.415%201h.585A1.5%201.5%200%200%201%2012%203.5V7H8.5a4.5%204.5%200%200%200-2.829%208H3.5A1.5%201.5%200%200%201%202%2013.5v-10A1.5%201.5%200%200%201%203.5%202zM5.5%202a.5.5%200%200%200%200%201h3a.5.5%200%200%200%200-1zm9.5%209.5A3.5%203.5%200%200%200%2011.5%208l-.09.008A.5.5%200%200%200%2011.5%209l.164.005A2.5%202.5%200%200%201%2011.5%2014l-.002.005l-.09.008a.5.5%200%200%200%20.094.992V15l.192-.005A3.5%203.5%200%200%200%2015%2011.5m-6-3a.5.5%200%200%200-.5-.5l-.192.005A3.5%203.5%200%200%200%208.5%2015l.09-.008A.5.5%200%200%200%208.5%2014l-.164-.005A2.5%202.5%200%200%201%208.5%209l.09-.008A.5.5%200%200%200%209%208.5m2.5%202.502L8.5%2011l-.09.008A.5.5%200%200%200%208.5%2012l3%20.002l.09-.008a.5.5%200%200%200-.09-.992%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%22M4.085%202A1.5%201.5%200%200%201%205.5%201h3a1.5%201.5%200%200%201%201.415%201h.585A1.5%201.5%200%200%201%2012%203.5V7H8.5a4.5%204.5%200%200%200-2.829%208H3.5A1.5%201.5%200%200%201%202%2013.5v-10A1.5%201.5%200%200%201%203.5%202zM5.5%202a.5.5%200%200%200%200%201h3a.5.5%200%200%200%200-1zm9.5%209.5A3.5%203.5%200%200%200%2011.5%208l-.09.008A.5.5%200%200%200%2011.5%209l.164.005A2.5%202.5%200%200%201%2011.5%2014l-.002.005l-.09.008a.5.5%200%200%200%20.094.992V15l.192-.005A3.5%203.5%200%200%200%2015%2011.5m-6-3a.5.5%200%200%200-.5-.5l-.192.005A3.5%203.5%200%200%200%208.5%2015l.09-.008A.5.5%200%200%200%208.5%2014l-.164-.005A2.5%202.5%200%200%201%208.5%209l.09-.008A.5.5%200%200%200%209%208.5m2.5%202.502L8.5%2011l-.09.008A.5.5%200%200%200%208.5%2012l3%20.002l.09-.008a.5.5%200%200%200-.09-.992%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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