clipboard close icon
clipboard-close-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- clipboard-close-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the clipboard close icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M14.35 2h-4.7c-1.04 0-1.89.84-1.89 1.88v.94c0 1.04.84 1.88 1.88 1.88h4.71c1.04 0 1.88-.84 1.88-1.88v-.94C16.24 2.84 15.39 2 14.35 2"/><path d="M17.24 4.82c0 1.59-1.3 2.89-2.89 2.89h-4.7c-1.59 0-2.89-1.3-2.89-2.89c0-.56-.6-.91-1.1-.65a4.47 4.47 0 0 0-2.37 3.95v9.41C3.29 19.99 5.3 22 7.76 22h8.48c2.46 0 4.47-2.01 4.47-4.47V8.12c0-1.71-.96-3.2-2.37-3.95c-.5-.26-1.1.09-1.1.65m-2.71 11.87c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-1.45-1.45l-1.49 1.49c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l1.49-1.49l-1.45-1.45a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l1.45 1.45l1.4-1.4c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-1.4 1.4l1.45 1.45c.29.29.29.76 0 1.06"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconClipboardCloseFilled(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="M14.35 2h-4.7c-1.04 0-1.89.84-1.89 1.88v.94c0 1.04.84 1.88 1.88 1.88h4.71c1.04 0 1.88-.84 1.88-1.88v-.94C16.24 2.84 15.39 2 14.35 2"/><path d="M17.24 4.82c0 1.59-1.3 2.89-2.89 2.89h-4.7c-1.59 0-2.89-1.3-2.89-2.89c0-.56-.6-.91-1.1-.65a4.47 4.47 0 0 0-2.37 3.95v9.41C3.29 19.99 5.3 22 7.76 22h8.48c2.46 0 4.47-2.01 4.47-4.47V8.12c0-1.71-.96-3.2-2.37-3.95c-.5-.26-1.1.09-1.1.65m-2.71 11.87c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-1.45-1.45l-1.49 1.49c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l1.49-1.49l-1.45-1.45a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l1.45 1.45l1.4-1.4c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-1.4 1.4l1.45 1.45c.29.29.29.76 0 1.06"/></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="M14.35 2h-4.7c-1.04 0-1.89.84-1.89 1.88v.94c0 1.04.84 1.88 1.88 1.88h4.71c1.04 0 1.88-.84 1.88-1.88v-.94C16.24 2.84 15.39 2 14.35 2"/><path d="M17.24 4.82c0 1.59-1.3 2.89-2.89 2.89h-4.7c-1.59 0-2.89-1.3-2.89-2.89c0-.56-.6-.91-1.1-.65a4.47 4.47 0 0 0-2.37 3.95v9.41C3.29 19.99 5.3 22 7.76 22h8.48c2.46 0 4.47-2.01 4.47-4.47V8.12c0-1.71-.96-3.2-2.37-3.95c-.5-.26-1.1.09-1.1.65m-2.71 11.87c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-1.45-1.45l-1.49 1.49c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l1.49-1.49l-1.45-1.45a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l1.45 1.45l1.4-1.4c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-1.4 1.4l1.45 1.45c.29.29.29.76 0 1.06"/></g></svg> </template>
CSS
.icon-clipboard-close-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%22M14.35%202h-4.7c-1.04%200-1.89.84-1.89%201.88v.94c0%201.04.84%201.88%201.88%201.88h4.71c1.04%200%201.88-.84%201.88-1.88v-.94C16.24%202.84%2015.39%202%2014.35%202%22%2F%3E%3Cpath%20d%3D%22M17.24%204.82c0%201.59-1.3%202.89-2.89%202.89h-4.7c-1.59%200-2.89-1.3-2.89-2.89c0-.56-.6-.91-1.1-.65a4.47%204.47%200%200%200-2.37%203.95v9.41C3.29%2019.99%205.3%2022%207.76%2022h8.48c2.46%200%204.47-2.01%204.47-4.47V8.12c0-1.71-.96-3.2-2.37-3.95c-.5-.26-1.1.09-1.1.65m-2.71%2011.87c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-1.45-1.45l-1.49%201.49c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754%200%200%201%200-1.06l1.49-1.49l-1.45-1.45a.754.754%200%200%201%200-1.06c.29-.29.77-.29%201.06%200l1.45%201.45l1.4-1.4c.29-.29.77-.29%201.06%200s.29.77%200%201.06l-1.4%201.4l1.45%201.45c.29.29.29.76%200%201.06%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%22M14.35%202h-4.7c-1.04%200-1.89.84-1.89%201.88v.94c0%201.04.84%201.88%201.88%201.88h4.71c1.04%200%201.88-.84%201.88-1.88v-.94C16.24%202.84%2015.39%202%2014.35%202%22%2F%3E%3Cpath%20d%3D%22M17.24%204.82c0%201.59-1.3%202.89-2.89%202.89h-4.7c-1.59%200-2.89-1.3-2.89-2.89c0-.56-.6-.91-1.1-.65a4.47%204.47%200%200%200-2.37%203.95v9.41C3.29%2019.99%205.3%2022%207.76%2022h8.48c2.46%200%204.47-2.01%204.47-4.47V8.12c0-1.71-.96-3.2-2.37-3.95c-.5-.26-1.1.09-1.1.65m-2.71%2011.87c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-1.45-1.45l-1.49%201.49c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754%200%200%201%200-1.06l1.49-1.49l-1.45-1.45a.754.754%200%200%201%200-1.06c.29-.29.77-.29%201.06%200l1.45%201.45l1.4-1.4c.29-.29.77-.29%201.06%200s.29.77%200%201.06l-1.4%201.4l1.45%201.45c.29.29.29.76%200%201.06%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-close-filled.svg?color=%231a73e8&size=48