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

Name
clipboard-letter-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the clipboard letter icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8.5 2a1.5 1.5 0 0 0-1.415 1H5.5A1.5 1.5 0 0 0 4 4.5v12A1.5 1.5 0 0 0 5.5 18h3.586a1.5 1.5 0 0 1 .04-1.1l3.495-8a1.5 1.5 0 0 1 2.749-.002l.63 1.439V4.5A1.5 1.5 0 0 0 14.5 3h-1.585A1.5 1.5 0 0 0 11.5 2zm3 1a.5.5 0 0 1 0 1h-3a.5.5 0 0 1 0-1zm2.954 6.3a.5.5 0 0 0-.916 0l-3.496 8a.5.5 0 1 0 .916.4l1.18-2.7h3.721l1.183 2.7a.5.5 0 0 0 .916-.4zm.967 4.7h-2.846l1.422-3.253z"/></svg>

React

import type { SVGProps } from "react";

export function FluentClipboardLetter20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8.5 2a1.5 1.5 0 0 0-1.415 1H5.5A1.5 1.5 0 0 0 4 4.5v12A1.5 1.5 0 0 0 5.5 18h3.586a1.5 1.5 0 0 1 .04-1.1l3.495-8a1.5 1.5 0 0 1 2.749-.002l.63 1.439V4.5A1.5 1.5 0 0 0 14.5 3h-1.585A1.5 1.5 0 0 0 11.5 2zm3 1a.5.5 0 0 1 0 1h-3a.5.5 0 0 1 0-1zm2.954 6.3a.5.5 0 0 0-.916 0l-3.496 8a.5.5 0 1 0 .916.4l1.18-2.7h3.721l1.183 2.7a.5.5 0 0 0 .916-.4zm.967 4.7h-2.846l1.422-3.253z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8.5 2a1.5 1.5 0 0 0-1.415 1H5.5A1.5 1.5 0 0 0 4 4.5v12A1.5 1.5 0 0 0 5.5 18h3.586a1.5 1.5 0 0 1 .04-1.1l3.495-8a1.5 1.5 0 0 1 2.749-.002l.63 1.439V4.5A1.5 1.5 0 0 0 14.5 3h-1.585A1.5 1.5 0 0 0 11.5 2zm3 1a.5.5 0 0 1 0 1h-3a.5.5 0 0 1 0-1zm2.954 6.3a.5.5 0 0 0-.916 0l-3.496 8a.5.5 0 1 0 .916.4l1.18-2.7h3.721l1.183 2.7a.5.5 0 0 0 .916-.4zm.967 4.7h-2.846l1.422-3.253z"/></svg>
</template>

CSS

.icon-clipboard-letter-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.5%202a1.5%201.5%200%200%200-1.415%201H5.5A1.5%201.5%200%200%200%204%204.5v12A1.5%201.5%200%200%200%205.5%2018h3.586a1.5%201.5%200%200%201%20.04-1.1l3.495-8a1.5%201.5%200%200%201%202.749-.002l.63%201.439V4.5A1.5%201.5%200%200%200%2014.5%203h-1.585A1.5%201.5%200%200%200%2011.5%202zm3%201a.5.5%200%200%201%200%201h-3a.5.5%200%200%201%200-1zm2.954%206.3a.5.5%200%200%200-.916%200l-3.496%208a.5.5%200%201%200%20.916.4l1.18-2.7h3.721l1.183%202.7a.5.5%200%200%200%20.916-.4zm.967%204.7h-2.846l1.422-3.253z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.5%202a1.5%201.5%200%200%200-1.415%201H5.5A1.5%201.5%200%200%200%204%204.5v12A1.5%201.5%200%200%200%205.5%2018h3.586a1.5%201.5%200%200%201%20.04-1.1l3.495-8a1.5%201.5%200%200%201%202.749-.002l.63%201.439V4.5A1.5%201.5%200%200%200%2014.5%203h-1.585A1.5%201.5%200%200%200%2011.5%202zm3%201a.5.5%200%200%201%200%201h-3a.5.5%200%200%201%200-1zm2.954%206.3a.5.5%200%200%200-.916%200l-3.496%208a.5.5%200%201%200%20.916.4l1.18-2.7h3.721l1.183%202.7a.5.5%200%200%200%20.916-.4zm.967%204.7h-2.846l1.422-3.253z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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