copy minus icon

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

Name
copy-minus-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 minus 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 6zM15 2c1.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-3zm2 11h-6a1 1 0 0 0 0 2h6a1 1 0 0 0 0-2"/></svg>

React

import type { SVGProps } from "react";

export function TablerCopyMinusFilled(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 6zM15 2c1.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-3zm2 11h-6a1 1 0 0 0 0 2h6a1 1 0 0 0 0-2"/></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 6zM15 2c1.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-3zm2 11h-6a1 1 0 0 0 0 2h6a1 1 0 0 0 0-2"/></svg>
</template>

CSS

.icon-copy-minus-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%206zM15%202c1.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-3zm2%2011h-6a1%201%200%200%200%200%202h6a1%201%200%200%200%200-2%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%206zM15%202c1.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-3zm2%2011h-6a1%201%200%200%200%200%202h6a1%201%200%200%200%200-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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