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

Name
clipboard-code-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the clipboard code icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.25 2h3.5a2.25 2.25 0 0 1 2.236 2h1.764A2.25 2.25 0 0 1 20 6.25v7.46a1.75 1.75 0 0 0-3.429-.454L16.058 15h-.726a1.75 1.75 0 0 0-2.89-.413l-2 2.25a1.75 1.75 0 0 0 0 2.326l2 2.25c.343.386.818.584 1.297.587H6.25A2.25 2.25 0 0 1 4 19.75V6.25A2.25 2.25 0 0 1 6.25 4h1.764a2.25 2.25 0 0 1 2.236-2m3.5 1.5h-3.5a.75.75 0 0 0 0 1.5h3.5a.75.75 0 0 0 0-1.5m-2.56 14.998l2 2.25a.75.75 0 0 0 1.058.063a.75.75 0 0 0 .063-1.06L12.754 18l1.557-1.752a.75.75 0 0 0-1.122-.996l-2 2.25a.75.75 0 0 0 0 .996m6.34-4.96a.75.75 0 0 1 1.44.424l-2.5 8.5a.75.75 0 1 1-1.44-.424zm2.222 7.273a.75.75 0 0 1-.063-1.06L21.247 18l-1.558-1.752a.75.75 0 0 1 1.122-.996l2 2.25a.75.75 0 0 1 0 .996l-2 2.25a.75.75 0 0 1-1.06.063"/></svg>

React

import type { SVGProps } from "react";

export function FluentClipboardCode24Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.25 2h3.5a2.25 2.25 0 0 1 2.236 2h1.764A2.25 2.25 0 0 1 20 6.25v7.46a1.75 1.75 0 0 0-3.429-.454L16.058 15h-.726a1.75 1.75 0 0 0-2.89-.413l-2 2.25a1.75 1.75 0 0 0 0 2.326l2 2.25c.343.386.818.584 1.297.587H6.25A2.25 2.25 0 0 1 4 19.75V6.25A2.25 2.25 0 0 1 6.25 4h1.764a2.25 2.25 0 0 1 2.236-2m3.5 1.5h-3.5a.75.75 0 0 0 0 1.5h3.5a.75.75 0 0 0 0-1.5m-2.56 14.998l2 2.25a.75.75 0 0 0 1.058.063a.75.75 0 0 0 .063-1.06L12.754 18l1.557-1.752a.75.75 0 0 0-1.122-.996l-2 2.25a.75.75 0 0 0 0 .996m6.34-4.96a.75.75 0 0 1 1.44.424l-2.5 8.5a.75.75 0 1 1-1.44-.424zm2.222 7.273a.75.75 0 0 1-.063-1.06L21.247 18l-1.558-1.752a.75.75 0 0 1 1.122-.996l2 2.25a.75.75 0 0 1 0 .996l-2 2.25a.75.75 0 0 1-1.06.063"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.25 2h3.5a2.25 2.25 0 0 1 2.236 2h1.764A2.25 2.25 0 0 1 20 6.25v7.46a1.75 1.75 0 0 0-3.429-.454L16.058 15h-.726a1.75 1.75 0 0 0-2.89-.413l-2 2.25a1.75 1.75 0 0 0 0 2.326l2 2.25c.343.386.818.584 1.297.587H6.25A2.25 2.25 0 0 1 4 19.75V6.25A2.25 2.25 0 0 1 6.25 4h1.764a2.25 2.25 0 0 1 2.236-2m3.5 1.5h-3.5a.75.75 0 0 0 0 1.5h3.5a.75.75 0 0 0 0-1.5m-2.56 14.998l2 2.25a.75.75 0 0 0 1.058.063a.75.75 0 0 0 .063-1.06L12.754 18l1.557-1.752a.75.75 0 0 0-1.122-.996l-2 2.25a.75.75 0 0 0 0 .996m6.34-4.96a.75.75 0 0 1 1.44.424l-2.5 8.5a.75.75 0 1 1-1.44-.424zm2.222 7.273a.75.75 0 0 1-.063-1.06L21.247 18l-1.558-1.752a.75.75 0 0 1 1.122-.996l2 2.25a.75.75 0 0 1 0 .996l-2 2.25a.75.75 0 0 1-1.06.063"/></svg>
</template>

CSS

.icon-clipboard-code-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.25%202h3.5a2.25%202.25%200%200%201%202.236%202h1.764A2.25%202.25%200%200%201%2020%206.25v7.46a1.75%201.75%200%200%200-3.429-.454L16.058%2015h-.726a1.75%201.75%200%200%200-2.89-.413l-2%202.25a1.75%201.75%200%200%200%200%202.326l2%202.25c.343.386.818.584%201.297.587H6.25A2.25%202.25%200%200%201%204%2019.75V6.25A2.25%202.25%200%200%201%206.25%204h1.764a2.25%202.25%200%200%201%202.236-2m3.5%201.5h-3.5a.75.75%200%200%200%200%201.5h3.5a.75.75%200%200%200%200-1.5m-2.56%2014.998l2%202.25a.75.75%200%200%200%201.058.063a.75.75%200%200%200%20.063-1.06L12.754%2018l1.557-1.752a.75.75%200%200%200-1.122-.996l-2%202.25a.75.75%200%200%200%200%20.996m6.34-4.96a.75.75%200%200%201%201.44.424l-2.5%208.5a.75.75%200%201%201-1.44-.424zm2.222%207.273a.75.75%200%200%201-.063-1.06L21.247%2018l-1.558-1.752a.75.75%200%200%201%201.122-.996l2%202.25a.75.75%200%200%201%200%20.996l-2%202.25a.75.75%200%200%201-1.06.063%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.25%202h3.5a2.25%202.25%200%200%201%202.236%202h1.764A2.25%202.25%200%200%201%2020%206.25v7.46a1.75%201.75%200%200%200-3.429-.454L16.058%2015h-.726a1.75%201.75%200%200%200-2.89-.413l-2%202.25a1.75%201.75%200%200%200%200%202.326l2%202.25c.343.386.818.584%201.297.587H6.25A2.25%202.25%200%200%201%204%2019.75V6.25A2.25%202.25%200%200%201%206.25%204h1.764a2.25%202.25%200%200%201%202.236-2m3.5%201.5h-3.5a.75.75%200%200%200%200%201.5h3.5a.75.75%200%200%200%200-1.5m-2.56%2014.998l2%202.25a.75.75%200%200%200%201.058.063a.75.75%200%200%200%20.063-1.06L12.754%2018l1.557-1.752a.75.75%200%200%200-1.122-.996l-2%202.25a.75.75%200%200%200%200%20.996m6.34-4.96a.75.75%200%200%201%201.44.424l-2.5%208.5a.75.75%200%201%201-1.44-.424zm2.222%207.273a.75.75%200%200%201-.063-1.06L21.247%2018l-1.558-1.752a.75.75%200%200%201%201.122-.996l2%202.25a.75.75%200%200%201%200%20.996l-2%202.25a.75.75%200%200%201-1.06.063%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Clipboard Code 24 filled icon — Fluent UI System Icons · IconsDB