clipboard chat empty icon
clipboard-chat-empty-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- clipboard-chat-empty-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- 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-filled
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 15 0 0 0-2.5-1.524V11.25a1.75 1.75 0 0 0-1.75-1.75h-3.936a4.25 4.25 0 0 1-4.064 3h-7.5a4.25 4.25 0 0 1-4.064-3H12.25a1.75 1.75 0 0 0-1.75 1.75v28.5c0 .967.784 1.75 1.75 1.75h3.981l-.094.316A3.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 13M31 20.5c-5.799 0-10.5 4.701-10.5 10.5l.007.372a10.4 10.4 0 0 0 1.51 5.066c.183.303.23.67.128 1.008l-1.032 3.439l3.44-1.032a1.25 1.25 0 0 1 1.008.13A10.45 10.45 0 0 0 31 41.5l.54-.014c5.548-.28 9.96-4.868 9.96-10.486A10.48 10.48 0 0 0 31 20.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentClipboardChatEmpty48Regular(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 15 0 0 0-2.5-1.524V11.25a1.75 1.75 0 0 0-1.75-1.75h-3.936a4.25 4.25 0 0 1-4.064 3h-7.5a4.25 4.25 0 0 1-4.064-3H12.25a1.75 1.75 0 0 0-1.75 1.75v28.5c0 .967.784 1.75 1.75 1.75h3.981l-.094.316A3.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 13M31 20.5c-5.799 0-10.5 4.701-10.5 10.5l.007.372a10.4 10.4 0 0 0 1.51 5.066c.183.303.23.67.128 1.008l-1.032 3.439l3.44-1.032a1.25 1.25 0 0 1 1.008.13A10.45 10.45 0 0 0 31 41.5l.54-.014c5.548-.28 9.96-4.868 9.96-10.486A10.48 10.48 0 0 0 31 20.5"/></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 15 0 0 0-2.5-1.524V11.25a1.75 1.75 0 0 0-1.75-1.75h-3.936a4.25 4.25 0 0 1-4.064 3h-7.5a4.25 4.25 0 0 1-4.064-3H12.25a1.75 1.75 0 0 0-1.75 1.75v28.5c0 .967.784 1.75 1.75 1.75h3.981l-.094.316A3.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 13M31 20.5c-5.799 0-10.5 4.701-10.5 10.5l.007.372a10.4 10.4 0 0 0 1.51 5.066c.183.303.23.67.128 1.008l-1.032 3.439l3.44-1.032a1.25 1.25 0 0 1 1.008.13A10.45 10.45 0 0 0 31 41.5l.54-.014c5.548-.28 9.96-4.868 9.96-10.486A10.48 10.48 0 0 0 31 20.5"/></svg> </template>
CSS
.icon-clipboard-chat-empty-48-regular {
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%2015%200%200%200-2.5-1.524V11.25a1.75%201.75%200%200%200-1.75-1.75h-3.936a4.25%204.25%200%200%201-4.064%203h-7.5a4.25%204.25%200%200%201-4.064-3H12.25a1.75%201.75%200%200%200-1.75%201.75v28.5c0%20.967.784%201.75%201.75%201.75h3.981l-.094.316A3.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%2013M31%2020.5c-5.799%200-10.5%204.701-10.5%2010.5l.007.372a10.4%2010.4%200%200%200%201.51%205.066c.183.303.23.67.128%201.008l-1.032%203.439l3.44-1.032a1.25%201.25%200%200%201%201.008.13A10.45%2010.45%200%200%200%2031%2041.5l.54-.014c5.548-.28%209.96-4.868%209.96-10.486A10.48%2010.48%200%200%200%2031%2020.5%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%2015%200%200%200-2.5-1.524V11.25a1.75%201.75%200%200%200-1.75-1.75h-3.936a4.25%204.25%200%200%201-4.064%203h-7.5a4.25%204.25%200%200%201-4.064-3H12.25a1.75%201.75%200%200%200-1.75%201.75v28.5c0%20.967.784%201.75%201.75%201.75h3.981l-.094.316A3.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%2013M31%2020.5c-5.799%200-10.5%204.701-10.5%2010.5l.007.372a10.4%2010.4%200%200%200%201.51%205.066c.183.303.23.67.128%201.008l-1.032%203.439l3.44-1.032a1.25%201.25%200%200%201%201.008.13A10.45%2010.45%200%200%200%2031%2041.5l.54-.014c5.548-.28%209.96-4.868%209.96-10.486A10.48%2010.48%200%200%200%2031%2020.5%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-regular.svg?color=%231a73e8&size=48