copy slash icon

copy-slash from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
copy-slash
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the copy slash 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="m11 13l6-6M7 11V9c0-3.3 0-4.95 1.025-5.975S10.7 2 14 2s4.95 0 5.975 1.025S21 5.7 21 9v2c0 3.3 0 4.95-1.025 5.975S17.3 18 14 18s-4.95 0-5.975-1.025S7 14.3 7 11"/><path d="M3 6v9c0 3.3 0 4.95 1.025 5.975S6.7 22 10 22h7"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsCopySlash(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="m11 13l6-6M7 11V9c0-3.3 0-4.95 1.025-5.975S10.7 2 14 2s4.95 0 5.975 1.025S21 5.7 21 9v2c0 3.3 0 4.95-1.025 5.975S17.3 18 14 18s-4.95 0-5.975-1.025S7 14.3 7 11"/><path d="M3 6v9c0 3.3 0 4.95 1.025 5.975S6.7 22 10 22h7"/></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="m11 13l6-6M7 11V9c0-3.3 0-4.95 1.025-5.975S10.7 2 14 2s4.95 0 5.975 1.025S21 5.7 21 9v2c0 3.3 0 4.95-1.025 5.975S17.3 18 14 18s-4.95 0-5.975-1.025S7 14.3 7 11"/><path d="M3 6v9c0 3.3 0 4.95 1.025 5.975S6.7 22 10 22h7"/></g></svg>
</template>

CSS

.icon-copy-slash {
  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%22m11%2013l6-6M7%2011V9c0-3.3%200-4.95%201.025-5.975S10.7%202%2014%202s4.95%200%205.975%201.025S21%205.7%2021%209v2c0%203.3%200%204.95-1.025%205.975S17.3%2018%2014%2018s-4.95%200-5.975-1.025S7%2014.3%207%2011%22%2F%3E%3Cpath%20d%3D%22M3%206v9c0%203.3%200%204.95%201.025%205.975S6.7%2022%2010%2022h7%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%22m11%2013l6-6M7%2011V9c0-3.3%200-4.95%201.025-5.975S10.7%202%2014%202s4.95%200%205.975%201.025S21%205.7%2021%209v2c0%203.3%200%204.95-1.025%205.975S17.3%2018%2014%2018s-4.95%200-5.975-1.025S7%2014.3%207%2011%22%2F%3E%3Cpath%20d%3D%22M3%206v9c0%203.3%200%204.95%201.025%205.975S6.7%2022%2010%2022h7%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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