clipboard slash icon
clipboard-slash-filled from Reicon by REICON · Filled · Files · MIT Free for personal and commercial use.
- Name
- clipboard-slash-filled
- Set
- Reicon
- Style
- Filled
- Category
- Files
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More files icons from Reicon
Use the clipboard slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M6.312 22.597c.224.043.452.07.688.07h10A3.67 3.67 0 0 0 20.667 19V8.243zM20.16 4.507A3.65 3.65 0 0 0 17 2.667h-.367a2.33 2.33 0 0 0-2.3-2H9.666a2.33 2.33 0 0 0-2.3 2H7a3.67 3.67 0 0 0-3.667 3.666V19c0 .668.193 1.287.507 1.827zM9.333 3c0-.184.15-.333.334-.333h4.666c.184 0 .334.149.334.333v1.333c0 .184-.15.334-.334.334H9.667a.333.333 0 0 1-.334-.334z"/><path d="M3 22.667a1 1 0 0 1-.707-1.708L20.627 2.627A1 1 0 1 1 22.04 4.04L3.707 22.373a1 1 0 0 1-.707.294"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconClipboardSlashFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M6.312 22.597c.224.043.452.07.688.07h10A3.67 3.67 0 0 0 20.667 19V8.243zM20.16 4.507A3.65 3.65 0 0 0 17 2.667h-.367a2.33 2.33 0 0 0-2.3-2H9.666a2.33 2.33 0 0 0-2.3 2H7a3.67 3.67 0 0 0-3.667 3.666V19c0 .668.193 1.287.507 1.827zM9.333 3c0-.184.15-.333.334-.333h4.666c.184 0 .334.149.334.333v1.333c0 .184-.15.334-.334.334H9.667a.333.333 0 0 1-.334-.334z"/><path d="M3 22.667a1 1 0 0 1-.707-1.708L20.627 2.627A1 1 0 1 1 22.04 4.04L3.707 22.373a1 1 0 0 1-.707.294"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M6.312 22.597c.224.043.452.07.688.07h10A3.67 3.67 0 0 0 20.667 19V8.243zM20.16 4.507A3.65 3.65 0 0 0 17 2.667h-.367a2.33 2.33 0 0 0-2.3-2H9.666a2.33 2.33 0 0 0-2.3 2H7a3.67 3.67 0 0 0-3.667 3.666V19c0 .668.193 1.287.507 1.827zM9.333 3c0-.184.15-.333.334-.333h4.666c.184 0 .334.149.334.333v1.333c0 .184-.15.334-.334.334H9.667a.333.333 0 0 1-.334-.334z"/><path d="M3 22.667a1 1 0 0 1-.707-1.708L20.627 2.627A1 1 0 1 1 22.04 4.04L3.707 22.373a1 1 0 0 1-.707.294"/></g></svg> </template>
CSS
.icon-clipboard-slash-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M6.312%2022.597c.224.043.452.07.688.07h10A3.67%203.67%200%200%200%2020.667%2019V8.243zM20.16%204.507A3.65%203.65%200%200%200%2017%202.667h-.367a2.33%202.33%200%200%200-2.3-2H9.666a2.33%202.33%200%200%200-2.3%202H7a3.67%203.67%200%200%200-3.667%203.666V19c0%20.668.193%201.287.507%201.827zM9.333%203c0-.184.15-.333.334-.333h4.666c.184%200%20.334.149.334.333v1.333c0%20.184-.15.334-.334.334H9.667a.333.333%200%200%201-.334-.334z%22%2F%3E%3Cpath%20d%3D%22M3%2022.667a1%201%200%200%201-.707-1.708L20.627%202.627A1%201%200%201%201%2022.04%204.04L3.707%2022.373a1%201%200%200%201-.707.294%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%22currentColor%22%3E%3Cpath%20d%3D%22M6.312%2022.597c.224.043.452.07.688.07h10A3.67%203.67%200%200%200%2020.667%2019V8.243zM20.16%204.507A3.65%203.65%200%200%200%2017%202.667h-.367a2.33%202.33%200%200%200-2.3-2H9.666a2.33%202.33%200%200%200-2.3%202H7a3.67%203.67%200%200%200-3.667%203.666V19c0%20.668.193%201.287.507%201.827zM9.333%203c0-.184.15-.333.334-.333h4.666c.184%200%20.334.149.334.333v1.333c0%20.184-.15.334-.334.334H9.667a.333.333%200%200%201-.334-.334z%22%2F%3E%3Cpath%20d%3D%22M3%2022.667a1%201%200%200%201-.707-1.708L20.627%202.627A1%201%200%201%201%2022.04%204.04L3.707%2022.373a1%201%200%200%201-.707.294%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/clipboard-slash-filled.svg?color=%231a73e8&size=48