chat history icon
chat-history-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- chat-history-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- Viewbox
- 28×28
- License
- MIT
5 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
chat-add-16-filledchat-arrow-back-16-filledchat-arrow-back-down-16-filledchat-arrow-double-back-16-filledchat-bubbles-question-16-filledchat-checkmark-12-filledchat-cursor-16-filledchat-dismiss-16-filledchat-empty-12-filledchat-help-16-filledchat-hint-half-16-filledchat-lock-16-filledchat-mail-20-filledchat-multiple-12-filledchat-multiple-checkmark-16-filledchat-multiple-heart-16-filledchat-multiple-minus-16-filledchat-multiple-person-16-filledchat-off-16-filledchat-person-20-filledchat-settings-16-filledchat-sparkle-16-filledchat-video-20-filledchat-warning-16-filled
Use the chat history icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M5.5 4.25v1.28A11.96 11.96 0 0 1 14 2c6.627 0 12 5.373 12 12s-5.373 12-12 12a11.95 11.95 0 0 1-5.637-1.404l-4.77 1.357a1.25 1.25 0 0 1-1.544-1.544l1.356-4.77A11.95 11.95 0 0 1 2 14q.001-1.023.166-2h.004c.254-1.314.609-2.182 1.334-1.973c.694.2.509.84.317 1.5a7 7 0 0 0-.137.524H3.68Q3.5 12.999 3.5 14c0 1.884.496 3.65 1.363 5.178a.75.75 0 0 1 .07.575l-1.318 4.634l4.634-1.318a.75.75 0 0 1 .576.07A10.45 10.45 0 0 0 14 24.5c5.799 0 10.5-4.701 10.5-10.5S19.799 3.5 14 3.5a10.48 10.48 0 0 0-8.247 4H8.75a.75.75 0 0 1 0 1.5h-4A.75.75 0 0 1 4 8.25v-4a.75.75 0 0 1 1.5 0M8.75 6.5h-.582A9.46 9.46 0 0 1 14 4.5a9.5 9.5 0 0 1 0 19a9.45 9.45 0 0 1-4.681-1.231a1.75 1.75 0 0 0-1.343-.162l-2.908.827l.826-2.907a1.75 1.75 0 0 0-.161-1.343A9.45 9.45 0 0 1 4.5 14q.002-.87.15-1.694l.013-.053c.026-.126.066-.264.119-.448l.016-.056c.083-.282.223-.759.195-1.206A1.7 1.7 0 0 0 4.872 10H8.75a1.75 1.75 0 1 0 0-3.5M14 9.75a.75.75 0 0 0-1.5 0v6c0 .414.336.75.75.75h4a.75.75 0 0 0 0-1.5H14z"/></svg>
React
import type { SVGProps } from "react";
export function FluentChatHistory28Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M5.5 4.25v1.28A11.96 11.96 0 0 1 14 2c6.627 0 12 5.373 12 12s-5.373 12-12 12a11.95 11.95 0 0 1-5.637-1.404l-4.77 1.357a1.25 1.25 0 0 1-1.544-1.544l1.356-4.77A11.95 11.95 0 0 1 2 14q.001-1.023.166-2h.004c.254-1.314.609-2.182 1.334-1.973c.694.2.509.84.317 1.5a7 7 0 0 0-.137.524H3.68Q3.5 12.999 3.5 14c0 1.884.496 3.65 1.363 5.178a.75.75 0 0 1 .07.575l-1.318 4.634l4.634-1.318a.75.75 0 0 1 .576.07A10.45 10.45 0 0 0 14 24.5c5.799 0 10.5-4.701 10.5-10.5S19.799 3.5 14 3.5a10.48 10.48 0 0 0-8.247 4H8.75a.75.75 0 0 1 0 1.5h-4A.75.75 0 0 1 4 8.25v-4a.75.75 0 0 1 1.5 0M8.75 6.5h-.582A9.46 9.46 0 0 1 14 4.5a9.5 9.5 0 0 1 0 19a9.45 9.45 0 0 1-4.681-1.231a1.75 1.75 0 0 0-1.343-.162l-2.908.827l.826-2.907a1.75 1.75 0 0 0-.161-1.343A9.45 9.45 0 0 1 4.5 14q.002-.87.15-1.694l.013-.053c.026-.126.066-.264.119-.448l.016-.056c.083-.282.223-.759.195-1.206A1.7 1.7 0 0 0 4.872 10H8.75a1.75 1.75 0 1 0 0-3.5M14 9.75a.75.75 0 0 0-1.5 0v6c0 .414.336.75.75.75h4a.75.75 0 0 0 0-1.5H14z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M5.5 4.25v1.28A11.96 11.96 0 0 1 14 2c6.627 0 12 5.373 12 12s-5.373 12-12 12a11.95 11.95 0 0 1-5.637-1.404l-4.77 1.357a1.25 1.25 0 0 1-1.544-1.544l1.356-4.77A11.95 11.95 0 0 1 2 14q.001-1.023.166-2h.004c.254-1.314.609-2.182 1.334-1.973c.694.2.509.84.317 1.5a7 7 0 0 0-.137.524H3.68Q3.5 12.999 3.5 14c0 1.884.496 3.65 1.363 5.178a.75.75 0 0 1 .07.575l-1.318 4.634l4.634-1.318a.75.75 0 0 1 .576.07A10.45 10.45 0 0 0 14 24.5c5.799 0 10.5-4.701 10.5-10.5S19.799 3.5 14 3.5a10.48 10.48 0 0 0-8.247 4H8.75a.75.75 0 0 1 0 1.5h-4A.75.75 0 0 1 4 8.25v-4a.75.75 0 0 1 1.5 0M8.75 6.5h-.582A9.46 9.46 0 0 1 14 4.5a9.5 9.5 0 0 1 0 19a9.45 9.45 0 0 1-4.681-1.231a1.75 1.75 0 0 0-1.343-.162l-2.908.827l.826-2.907a1.75 1.75 0 0 0-.161-1.343A9.45 9.45 0 0 1 4.5 14q.002-.87.15-1.694l.013-.053c.026-.126.066-.264.119-.448l.016-.056c.083-.282.223-.759.195-1.206A1.7 1.7 0 0 0 4.872 10H8.75a1.75 1.75 0 1 0 0-3.5M14 9.75a.75.75 0 0 0-1.5 0v6c0 .414.336.75.75.75h4a.75.75 0 0 0 0-1.5H14z"/></svg> </template>
CSS
.icon-chat-history-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.5%204.25v1.28A11.96%2011.96%200%200%201%2014%202c6.627%200%2012%205.373%2012%2012s-5.373%2012-12%2012a11.95%2011.95%200%200%201-5.637-1.404l-4.77%201.357a1.25%201.25%200%200%201-1.544-1.544l1.356-4.77A11.95%2011.95%200%200%201%202%2014q.001-1.023.166-2h.004c.254-1.314.609-2.182%201.334-1.973c.694.2.509.84.317%201.5a7%207%200%200%200-.137.524H3.68Q3.5%2012.999%203.5%2014c0%201.884.496%203.65%201.363%205.178a.75.75%200%200%201%20.07.575l-1.318%204.634l4.634-1.318a.75.75%200%200%201%20.576.07A10.45%2010.45%200%200%200%2014%2024.5c5.799%200%2010.5-4.701%2010.5-10.5S19.799%203.5%2014%203.5a10.48%2010.48%200%200%200-8.247%204H8.75a.75.75%200%200%201%200%201.5h-4A.75.75%200%200%201%204%208.25v-4a.75.75%200%200%201%201.5%200M8.75%206.5h-.582A9.46%209.46%200%200%201%2014%204.5a9.5%209.5%200%200%201%200%2019a9.45%209.45%200%200%201-4.681-1.231a1.75%201.75%200%200%200-1.343-.162l-2.908.827l.826-2.907a1.75%201.75%200%200%200-.161-1.343A9.45%209.45%200%200%201%204.5%2014q.002-.87.15-1.694l.013-.053c.026-.126.066-.264.119-.448l.016-.056c.083-.282.223-.759.195-1.206A1.7%201.7%200%200%200%204.872%2010H8.75a1.75%201.75%200%201%200%200-3.5M14%209.75a.75.75%200%200%200-1.5%200v6c0%20.414.336.75.75.75h4a.75.75%200%200%200%200-1.5H14z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.5%204.25v1.28A11.96%2011.96%200%200%201%2014%202c6.627%200%2012%205.373%2012%2012s-5.373%2012-12%2012a11.95%2011.95%200%200%201-5.637-1.404l-4.77%201.357a1.25%201.25%200%200%201-1.544-1.544l1.356-4.77A11.95%2011.95%200%200%201%202%2014q.001-1.023.166-2h.004c.254-1.314.609-2.182%201.334-1.973c.694.2.509.84.317%201.5a7%207%200%200%200-.137.524H3.68Q3.5%2012.999%203.5%2014c0%201.884.496%203.65%201.363%205.178a.75.75%200%200%201%20.07.575l-1.318%204.634l4.634-1.318a.75.75%200%200%201%20.576.07A10.45%2010.45%200%200%200%2014%2024.5c5.799%200%2010.5-4.701%2010.5-10.5S19.799%203.5%2014%203.5a10.48%2010.48%200%200%200-8.247%204H8.75a.75.75%200%200%201%200%201.5h-4A.75.75%200%200%201%204%208.25v-4a.75.75%200%200%201%201.5%200M8.75%206.5h-.582A9.46%209.46%200%200%201%2014%204.5a9.5%209.5%200%200%201%200%2019a9.45%209.45%200%200%201-4.681-1.231a1.75%201.75%200%200%200-1.343-.162l-2.908.827l.826-2.907a1.75%201.75%200%200%200-.161-1.343A9.45%209.45%200%200%201%204.5%2014q.002-.87.15-1.694l.013-.053c.026-.126.066-.264.119-.448l.016-.056c.083-.282.223-.759.195-1.206A1.7%201.7%200%200%200%204.872%2010H8.75a1.75%201.75%200%201%200%200-3.5M14%209.75a.75.75%200%200%200-1.5%200v6c0%20.414.336.75.75.75h4a.75.75%200%200%200%200-1.5H14z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/chat-history-28-filled.svg?color=%231a73e8&size=48