clipboard text edit icon
clipboard-text-edit-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- clipboard-text-edit-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- Viewbox
- 48×48
- License
- MIT
7 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
clipboard-3-day-16-filledclipboard-arrow-right-16-filledclipboard-brush-16-filledclipboard-bullet-list-16-filledclipboard-bullet-list-ltr-16-filledclipboard-bullet-list-rtl-16-filledclipboard-chat-empty-16-filledclipboard-checkmark-16-filledclipboard-clock-20-filledclipboard-code-16-filledclipboard-data-bar-20-filledclipboard-day-16-filledclipboard-edit-20-filledclipboard-error-16-filledclipboard-heart-20-filledclipboard-image-20-filledclipboard-letter-16-filledclipboard-link-16-filledclipboard-markdown-16-filledclipboard-math-formula-16-filledclipboard-month-16-filledclipboard-more-20-filledclipboard-multiple-16-filledclipboard-note-16-filled
Use the clipboard text edit icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M31.813 7h3.937A4.25 4.25 0 0 1 40 11.25v10.752c-1.54.005-3.077.6-4.243 1.784L26.685 33H16.25a1.25 1.25 0 1 0 0 2.5h7.974l-1.979 2.01a5 5 0 0 0-1.277 2.252l-.838 3.235q-.13.51-.132 1.003H12.25A4.25 4.25 0 0 1 8 39.75v-28.5A4.25 4.25 0 0 1 12.25 7h3.937a4.25 4.25 0 0 1 4.063-3h7.5a4.25 4.25 0 0 1 4.063 3M18.5 8.25c0 .966.784 1.75 1.75 1.75h7.5a1.75 1.75 0 1 0 0-3.5h-7.5a1.75 1.75 0 0 0-1.75 1.75m-3.5 12c0 .69.56 1.25 1.25 1.25h15.5a1.25 1.25 0 1 0 0-2.5h-15.5c-.69 0-1.25.56-1.25 1.25M16.25 26a1.25 1.25 0 1 0 0 2.5h7.5a1.25 1.25 0 1 0 0-2.5zm26.584-.832a3.98 3.98 0 0 0-5.652.022L23.671 38.913a3 3 0 0 0-.767 1.351l-.838 3.234c-.383 1.477.961 2.82 2.437 2.438l3.235-.839a3 3 0 0 0 1.351-.766L42.812 30.82a3.98 3.98 0 0 0 .022-5.651"/></svg>
React
import type { SVGProps } from "react";
export function FluentClipboardTextEdit48Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M31.813 7h3.937A4.25 4.25 0 0 1 40 11.25v10.752c-1.54.005-3.077.6-4.243 1.784L26.685 33H16.25a1.25 1.25 0 1 0 0 2.5h7.974l-1.979 2.01a5 5 0 0 0-1.277 2.252l-.838 3.235q-.13.51-.132 1.003H12.25A4.25 4.25 0 0 1 8 39.75v-28.5A4.25 4.25 0 0 1 12.25 7h3.937a4.25 4.25 0 0 1 4.063-3h7.5a4.25 4.25 0 0 1 4.063 3M18.5 8.25c0 .966.784 1.75 1.75 1.75h7.5a1.75 1.75 0 1 0 0-3.5h-7.5a1.75 1.75 0 0 0-1.75 1.75m-3.5 12c0 .69.56 1.25 1.25 1.25h15.5a1.25 1.25 0 1 0 0-2.5h-15.5c-.69 0-1.25.56-1.25 1.25M16.25 26a1.25 1.25 0 1 0 0 2.5h7.5a1.25 1.25 0 1 0 0-2.5zm26.584-.832a3.98 3.98 0 0 0-5.652.022L23.671 38.913a3 3 0 0 0-.767 1.351l-.838 3.234c-.383 1.477.961 2.82 2.437 2.438l3.235-.839a3 3 0 0 0 1.351-.766L42.812 30.82a3.98 3.98 0 0 0 .022-5.651"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M31.813 7h3.937A4.25 4.25 0 0 1 40 11.25v10.752c-1.54.005-3.077.6-4.243 1.784L26.685 33H16.25a1.25 1.25 0 1 0 0 2.5h7.974l-1.979 2.01a5 5 0 0 0-1.277 2.252l-.838 3.235q-.13.51-.132 1.003H12.25A4.25 4.25 0 0 1 8 39.75v-28.5A4.25 4.25 0 0 1 12.25 7h3.937a4.25 4.25 0 0 1 4.063-3h7.5a4.25 4.25 0 0 1 4.063 3M18.5 8.25c0 .966.784 1.75 1.75 1.75h7.5a1.75 1.75 0 1 0 0-3.5h-7.5a1.75 1.75 0 0 0-1.75 1.75m-3.5 12c0 .69.56 1.25 1.25 1.25h15.5a1.25 1.25 0 1 0 0-2.5h-15.5c-.69 0-1.25.56-1.25 1.25M16.25 26a1.25 1.25 0 1 0 0 2.5h7.5a1.25 1.25 0 1 0 0-2.5zm26.584-.832a3.98 3.98 0 0 0-5.652.022L23.671 38.913a3 3 0 0 0-.767 1.351l-.838 3.234c-.383 1.477.961 2.82 2.437 2.438l3.235-.839a3 3 0 0 0 1.351-.766L42.812 30.82a3.98 3.98 0 0 0 .022-5.651"/></svg> </template>
CSS
.icon-clipboard-text-edit-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M31.813%207h3.937A4.25%204.25%200%200%201%2040%2011.25v10.752c-1.54.005-3.077.6-4.243%201.784L26.685%2033H16.25a1.25%201.25%200%201%200%200%202.5h7.974l-1.979%202.01a5%205%200%200%200-1.277%202.252l-.838%203.235q-.13.51-.132%201.003H12.25A4.25%204.25%200%200%201%208%2039.75v-28.5A4.25%204.25%200%200%201%2012.25%207h3.937a4.25%204.25%200%200%201%204.063-3h7.5a4.25%204.25%200%200%201%204.063%203M18.5%208.25c0%20.966.784%201.75%201.75%201.75h7.5a1.75%201.75%200%201%200%200-3.5h-7.5a1.75%201.75%200%200%200-1.75%201.75m-3.5%2012c0%20.69.56%201.25%201.25%201.25h15.5a1.25%201.25%200%201%200%200-2.5h-15.5c-.69%200-1.25.56-1.25%201.25M16.25%2026a1.25%201.25%200%201%200%200%202.5h7.5a1.25%201.25%200%201%200%200-2.5zm26.584-.832a3.98%203.98%200%200%200-5.652.022L23.671%2038.913a3%203%200%200%200-.767%201.351l-.838%203.234c-.383%201.477.961%202.82%202.437%202.438l3.235-.839a3%203%200%200%200%201.351-.766L42.812%2030.82a3.98%203.98%200%200%200%20.022-5.651%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M31.813%207h3.937A4.25%204.25%200%200%201%2040%2011.25v10.752c-1.54.005-3.077.6-4.243%201.784L26.685%2033H16.25a1.25%201.25%200%201%200%200%202.5h7.974l-1.979%202.01a5%205%200%200%200-1.277%202.252l-.838%203.235q-.13.51-.132%201.003H12.25A4.25%204.25%200%200%201%208%2039.75v-28.5A4.25%204.25%200%200%201%2012.25%207h3.937a4.25%204.25%200%200%201%204.063-3h7.5a4.25%204.25%200%200%201%204.063%203M18.5%208.25c0%20.966.784%201.75%201.75%201.75h7.5a1.75%201.75%200%201%200%200-3.5h-7.5a1.75%201.75%200%200%200-1.75%201.75m-3.5%2012c0%20.69.56%201.25%201.25%201.25h15.5a1.25%201.25%200%201%200%200-2.5h-15.5c-.69%200-1.25.56-1.25%201.25M16.25%2026a1.25%201.25%200%201%200%200%202.5h7.5a1.25%201.25%200%201%200%200-2.5zm26.584-.832a3.98%203.98%200%200%200-5.652.022L23.671%2038.913a3%203%200%200%200-.767%201.351l-.838%203.234c-.383%201.477.961%202.82%202.437%202.438l3.235-.839a3%203%200%200%200%201.351-.766L42.812%2030.82a3.98%203.98%200%200%200%20.022-5.651%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/clipboard-text-edit-48-filled.svg?color=%231a73e8&size=48