copy-plus-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.

Name
copy-plus-filled
Set
Tabler Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in Tabler Icons

The same icon in other sets

Related icons in Tabler Icons

Use the copy plus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.333 6A3.667 3.667 0 0 1 22 9.667v8.666A3.667 3.667 0 0 1 18.333 22H9.667A3.667 3.667 0 0 1 6 18.333V9.667A3.667 3.667 0 0 1 9.667 6zM14 10a1 1 0 0 0-1 1v2h-2a1 1 0 0 0-.993.883L10 14a1 1 0 0 0 1 1h2v2a1 1 0 0 0 .883.993L14 18a1 1 0 0 0 1-1v-2h2a1 1 0 0 0 .993-.883L18 14a1 1 0 0 0-1-1h-2v-2a1 1 0 0 0-.883-.993zm1-8c1.094 0 1.828.533 2.374 1.514a1 1 0 1 1-1.748.972C15.405 4.088 15.284 4 15 4H5c-.548 0-1 .452-1 1v9.998c0 .32.154.618.407.805l.1.065a1 1 0 1 1-.99 1.738A3 3 0 0 1 2 15V5c0-1.652 1.348-3 3-3z"/></svg>

React

import type { SVGProps } from "react";

export function TablerCopyPlusFilled(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="M18.333 6A3.667 3.667 0 0 1 22 9.667v8.666A3.667 3.667 0 0 1 18.333 22H9.667A3.667 3.667 0 0 1 6 18.333V9.667A3.667 3.667 0 0 1 9.667 6zM14 10a1 1 0 0 0-1 1v2h-2a1 1 0 0 0-.993.883L10 14a1 1 0 0 0 1 1h2v2a1 1 0 0 0 .883.993L14 18a1 1 0 0 0 1-1v-2h2a1 1 0 0 0 .993-.883L18 14a1 1 0 0 0-1-1h-2v-2a1 1 0 0 0-.883-.993zm1-8c1.094 0 1.828.533 2.374 1.514a1 1 0 1 1-1.748.972C15.405 4.088 15.284 4 15 4H5c-.548 0-1 .452-1 1v9.998c0 .32.154.618.407.805l.1.065a1 1 0 1 1-.99 1.738A3 3 0 0 1 2 15V5c0-1.652 1.348-3 3-3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.333 6A3.667 3.667 0 0 1 22 9.667v8.666A3.667 3.667 0 0 1 18.333 22H9.667A3.667 3.667 0 0 1 6 18.333V9.667A3.667 3.667 0 0 1 9.667 6zM14 10a1 1 0 0 0-1 1v2h-2a1 1 0 0 0-.993.883L10 14a1 1 0 0 0 1 1h2v2a1 1 0 0 0 .883.993L14 18a1 1 0 0 0 1-1v-2h2a1 1 0 0 0 .993-.883L18 14a1 1 0 0 0-1-1h-2v-2a1 1 0 0 0-.883-.993zm1-8c1.094 0 1.828.533 2.374 1.514a1 1 0 1 1-1.748.972C15.405 4.088 15.284 4 15 4H5c-.548 0-1 .452-1 1v9.998c0 .32.154.618.407.805l.1.065a1 1 0 1 1-.99 1.738A3 3 0 0 1 2 15V5c0-1.652 1.348-3 3-3z"/></svg>
</template>

CSS

.icon-copy-plus-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%22M18.333%206A3.667%203.667%200%200%201%2022%209.667v8.666A3.667%203.667%200%200%201%2018.333%2022H9.667A3.667%203.667%200%200%201%206%2018.333V9.667A3.667%203.667%200%200%201%209.667%206zM14%2010a1%201%200%200%200-1%201v2h-2a1%201%200%200%200-.993.883L10%2014a1%201%200%200%200%201%201h2v2a1%201%200%200%200%20.883.993L14%2018a1%201%200%200%200%201-1v-2h2a1%201%200%200%200%20.993-.883L18%2014a1%201%200%200%200-1-1h-2v-2a1%201%200%200%200-.883-.993zm1-8c1.094%200%201.828.533%202.374%201.514a1%201%200%201%201-1.748.972C15.405%204.088%2015.284%204%2015%204H5c-.548%200-1%20.452-1%201v9.998c0%20.32.154.618.407.805l.1.065a1%201%200%201%201-.99%201.738A3%203%200%200%201%202%2015V5c0-1.652%201.348-3%203-3z%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%22M18.333%206A3.667%203.667%200%200%201%2022%209.667v8.666A3.667%203.667%200%200%201%2018.333%2022H9.667A3.667%203.667%200%200%201%206%2018.333V9.667A3.667%203.667%200%200%201%209.667%206zM14%2010a1%201%200%200%200-1%201v2h-2a1%201%200%200%200-.993.883L10%2014a1%201%200%200%200%201%201h2v2a1%201%200%200%200%20.883.993L14%2018a1%201%200%200%200%201-1v-2h2a1%201%200%200%200%20.993-.883L18%2014a1%201%200%200%200-1-1h-2v-2a1%201%200%200%200-.883-.993zm1-8c1.094%200%201.828.533%202.374%201.514a1%201%200%201%201-1.748.972C15.405%204.088%2015.284%204%2015%204H5c-.548%200-1%20.452-1%201v9.998c0%20.32.154.618.407.805l.1.065a1%201%200%201%201-.99%201.738A3%203%200%200%201%202%2015V5c0-1.652%201.348-3%203-3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/copy-plus-filled.svg?color=%231a73e8&size=48