clipboard3 icon

clipboard3 from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.

Name
clipboard3
Set
Reicon
Style
Outline
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the clipboard3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M18.63 7.15c.04.61-.01 1.3-.13 2.07l-.73 4.69c-.62 3.91-2.43 5.23-6.34 4.62l-4.69-.74c-1.35-.21-2.39-.57-3.15-1.11c-1.45-1.01-1.87-2.67-1.47-5.23l.74-4.69c.62-3.91 2.43-5.23 6.34-4.62l4.69.74c3.14.49 4.61 1.77 4.74 4.27"/><path d="M20.5 13.47L19 17.98c-1.25 3.76-3.25 4.76-7.01 3.51l-4.51-1.5c-2.27-.75-3.53-1.79-3.89-3.31c.76.54 1.8.9 3.15 1.11l4.69.74c3.91.61 5.72-.71 6.34-4.62l.73-4.69c.12-.77.17-1.46.13-2.07c2.39 1.27 2.91 3.19 1.87 6.32M8.24 8.98a1.74 1.74 0 1 0 0-3.48a1.74 1.74 0 0 0 0 3.48"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconClipboard3(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M18.63 7.15c.04.61-.01 1.3-.13 2.07l-.73 4.69c-.62 3.91-2.43 5.23-6.34 4.62l-4.69-.74c-1.35-.21-2.39-.57-3.15-1.11c-1.45-1.01-1.87-2.67-1.47-5.23l.74-4.69c.62-3.91 2.43-5.23 6.34-4.62l4.69.74c3.14.49 4.61 1.77 4.74 4.27"/><path d="M20.5 13.47L19 17.98c-1.25 3.76-3.25 4.76-7.01 3.51l-4.51-1.5c-2.27-.75-3.53-1.79-3.89-3.31c.76.54 1.8.9 3.15 1.11l4.69.74c3.91.61 5.72-.71 6.34-4.62l.73-4.69c.12-.77.17-1.46.13-2.07c2.39 1.27 2.91 3.19 1.87 6.32M8.24 8.98a1.74 1.74 0 1 0 0-3.48a1.74 1.74 0 0 0 0 3.48"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M18.63 7.15c.04.61-.01 1.3-.13 2.07l-.73 4.69c-.62 3.91-2.43 5.23-6.34 4.62l-4.69-.74c-1.35-.21-2.39-.57-3.15-1.11c-1.45-1.01-1.87-2.67-1.47-5.23l.74-4.69c.62-3.91 2.43-5.23 6.34-4.62l4.69.74c3.14.49 4.61 1.77 4.74 4.27"/><path d="M20.5 13.47L19 17.98c-1.25 3.76-3.25 4.76-7.01 3.51l-4.51-1.5c-2.27-.75-3.53-1.79-3.89-3.31c.76.54 1.8.9 3.15 1.11l4.69.74c3.91.61 5.72-.71 6.34-4.62l.73-4.69c.12-.77.17-1.46.13-2.07c2.39 1.27 2.91 3.19 1.87 6.32M8.24 8.98a1.74 1.74 0 1 0 0-3.48a1.74 1.74 0 0 0 0 3.48"/></g></svg>
</template>

CSS

.icon-clipboard3 {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M18.63%207.15c.04.61-.01%201.3-.13%202.07l-.73%204.69c-.62%203.91-2.43%205.23-6.34%204.62l-4.69-.74c-1.35-.21-2.39-.57-3.15-1.11c-1.45-1.01-1.87-2.67-1.47-5.23l.74-4.69c.62-3.91%202.43-5.23%206.34-4.62l4.69.74c3.14.49%204.61%201.77%204.74%204.27%22%2F%3E%3Cpath%20d%3D%22M20.5%2013.47L19%2017.98c-1.25%203.76-3.25%204.76-7.01%203.51l-4.51-1.5c-2.27-.75-3.53-1.79-3.89-3.31c.76.54%201.8.9%203.15%201.11l4.69.74c3.91.61%205.72-.71%206.34-4.62l.73-4.69c.12-.77.17-1.46.13-2.07c2.39%201.27%202.91%203.19%201.87%206.32M8.24%208.98a1.74%201.74%200%201%200%200-3.48a1.74%201.74%200%200%200%200%203.48%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M18.63%207.15c.04.61-.01%201.3-.13%202.07l-.73%204.69c-.62%203.91-2.43%205.23-6.34%204.62l-4.69-.74c-1.35-.21-2.39-.57-3.15-1.11c-1.45-1.01-1.87-2.67-1.47-5.23l.74-4.69c.62-3.91%202.43-5.23%206.34-4.62l4.69.74c3.14.49%204.61%201.77%204.74%204.27%22%2F%3E%3Cpath%20d%3D%22M20.5%2013.47L19%2017.98c-1.25%203.76-3.25%204.76-7.01%203.51l-4.51-1.5c-2.27-.75-3.53-1.79-3.89-3.31c.76.54%201.8.9%203.15%201.11l4.69.74c3.91.61%205.72-.71%206.34-4.62l.73-4.69c.12-.77.17-1.46.13-2.07c2.39%201.27%202.91%203.19%201.87%206.32M8.24%208.98a1.74%201.74%200%201%200%200-3.48a1.74%201.74%200%200%200%200%203.48%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/clipboard3.svg?color=%231a73e8&size=48

Clipboard3 outline icon — Reicon · IconsDB