clipboard chat empty icon
clipboard-chat-empty-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- clipboard-chat-empty-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- Viewbox
- 48×48
- License
- MIT
11 other variants in Fluent UI System Icons
clipboard-chat-empty-16-filledclipboard-chat-empty-16-regularclipboard-chat-empty-20-filledclipboard-chat-empty-20-regularclipboard-chat-empty-24-filledclipboard-chat-empty-24-regularclipboard-chat-empty-28-filledclipboard-chat-empty-28-regularclipboard-chat-empty-32-filledclipboard-chat-empty-32-regularclipboard-chat-empty-48-regular
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-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-filledclipboard-number-123-16-filled
Use the clipboard chat empty icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M27.75 4a4.25 4.25 0 0 1 4.064 3h3.936A4.25 4.25 0 0 1 40 11.25v7.757A15.05 15.05 0 0 0 31 16c-8.284 0-15 6.716-15 15v.034l.008.46v.035a14.9 14.9 0 0 0 1.442 5.906l-1.313 4.381A3.25 3.25 0 0 0 16.252 44H12.25A4.25 4.25 0 0 1 8 39.75v-28.5A4.25 4.25 0 0 1 12.25 7h3.936a4.25 4.25 0 0 1 4.064-3zm-7.5 2.5a1.75 1.75 0 1 0 0 3.5h7.5a1.75 1.75 0 1 0 0-3.5zM44 31c0 7.18-5.82 13-13 13c-2.261 0-4.39-.58-6.243-1.598l-5.148 1.545a1.25 1.25 0 0 1-1.556-1.556l1.543-5.149a12.9 12.9 0 0 1-1.588-5.782L18 31c0-7.18 5.82-13 13-13s13 5.852 13 13"/></svg>
React
import type { SVGProps } from "react";
export function FluentClipboardChatEmpty48Filled(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="M27.75 4a4.25 4.25 0 0 1 4.064 3h3.936A4.25 4.25 0 0 1 40 11.25v7.757A15.05 15.05 0 0 0 31 16c-8.284 0-15 6.716-15 15v.034l.008.46v.035a14.9 14.9 0 0 0 1.442 5.906l-1.313 4.381A3.25 3.25 0 0 0 16.252 44H12.25A4.25 4.25 0 0 1 8 39.75v-28.5A4.25 4.25 0 0 1 12.25 7h3.936a4.25 4.25 0 0 1 4.064-3zm-7.5 2.5a1.75 1.75 0 1 0 0 3.5h7.5a1.75 1.75 0 1 0 0-3.5zM44 31c0 7.18-5.82 13-13 13c-2.261 0-4.39-.58-6.243-1.598l-5.148 1.545a1.25 1.25 0 0 1-1.556-1.556l1.543-5.149a12.9 12.9 0 0 1-1.588-5.782L18 31c0-7.18 5.82-13 13-13s13 5.852 13 13"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M27.75 4a4.25 4.25 0 0 1 4.064 3h3.936A4.25 4.25 0 0 1 40 11.25v7.757A15.05 15.05 0 0 0 31 16c-8.284 0-15 6.716-15 15v.034l.008.46v.035a14.9 14.9 0 0 0 1.442 5.906l-1.313 4.381A3.25 3.25 0 0 0 16.252 44H12.25A4.25 4.25 0 0 1 8 39.75v-28.5A4.25 4.25 0 0 1 12.25 7h3.936a4.25 4.25 0 0 1 4.064-3zm-7.5 2.5a1.75 1.75 0 1 0 0 3.5h7.5a1.75 1.75 0 1 0 0-3.5zM44 31c0 7.18-5.82 13-13 13c-2.261 0-4.39-.58-6.243-1.598l-5.148 1.545a1.25 1.25 0 0 1-1.556-1.556l1.543-5.149a12.9 12.9 0 0 1-1.588-5.782L18 31c0-7.18 5.82-13 13-13s13 5.852 13 13"/></svg> </template>
CSS
.icon-clipboard-chat-empty-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%22M27.75%204a4.25%204.25%200%200%201%204.064%203h3.936A4.25%204.25%200%200%201%2040%2011.25v7.757A15.05%2015.05%200%200%200%2031%2016c-8.284%200-15%206.716-15%2015v.034l.008.46v.035a14.9%2014.9%200%200%200%201.442%205.906l-1.313%204.381A3.25%203.25%200%200%200%2016.252%2044H12.25A4.25%204.25%200%200%201%208%2039.75v-28.5A4.25%204.25%200%200%201%2012.25%207h3.936a4.25%204.25%200%200%201%204.064-3zm-7.5%202.5a1.75%201.75%200%201%200%200%203.5h7.5a1.75%201.75%200%201%200%200-3.5zM44%2031c0%207.18-5.82%2013-13%2013c-2.261%200-4.39-.58-6.243-1.598l-5.148%201.545a1.25%201.25%200%200%201-1.556-1.556l1.543-5.149a12.9%2012.9%200%200%201-1.588-5.782L18%2031c0-7.18%205.82-13%2013-13s13%205.852%2013%2013%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%22M27.75%204a4.25%204.25%200%200%201%204.064%203h3.936A4.25%204.25%200%200%201%2040%2011.25v7.757A15.05%2015.05%200%200%200%2031%2016c-8.284%200-15%206.716-15%2015v.034l.008.46v.035a14.9%2014.9%200%200%200%201.442%205.906l-1.313%204.381A3.25%203.25%200%200%200%2016.252%2044H12.25A4.25%204.25%200%200%201%208%2039.75v-28.5A4.25%204.25%200%200%201%2012.25%207h3.936a4.25%204.25%200%200%201%204.064-3zm-7.5%202.5a1.75%201.75%200%201%200%200%203.5h7.5a1.75%201.75%200%201%200%200-3.5zM44%2031c0%207.18-5.82%2013-13%2013c-2.261%200-4.39-.58-6.243-1.598l-5.148%201.545a1.25%201.25%200%200%201-1.556-1.556l1.543-5.149a12.9%2012.9%200%200%201-1.588-5.782L18%2031c0-7.18%205.82-13%2013-13s13%205.852%2013%2013%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/clipboard-chat-empty-48-filled.svg?color=%231a73e8&size=48