chat sparkle icon
chat-sparkle-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- chat-sparkle-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- License
- MIT
11 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-history-20-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-video-20-filledchat-warning-16-filled
Use the chat sparkle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M21.488 8.511a3.5 3.5 0 0 1 .837 1.363l.548 1.682a.664.664 0 0 0 1.254 0l.548-1.682a3.47 3.47 0 0 1 2.197-2.196l1.684-.547a.665.665 0 0 0 0-1.254l-.034-.008l-1.683-.547a3.47 3.47 0 0 1-2.198-2.196l-.547-1.682a.665.665 0 0 0-1.255 0l-.547 1.682l-.014.042a3.47 3.47 0 0 1-2.15 2.154l-1.684.547a.665.665 0 0 0 0 1.254l1.684.546c.513.171.979.46 1.36.842m9.333 4.847l.918.298l.019.004a.362.362 0 0 1 0 .684l-.919.299a1.9 1.9 0 0 0-1.198 1.197l-.299.918a.363.363 0 0 1-.684 0l-.299-.918a1.89 1.89 0 0 0-1.198-1.202l-.919-.298a.362.362 0 0 1 0-.684l.919-.299a1.9 1.9 0 0 0 1.18-1.197l.299-.918a.363.363 0 0 1 .684 0l.298.918a1.89 1.89 0 0 0 1.199 1.197M16.001 2c1.68 0 3.293.296 4.787.84a2.1 2.1 0 0 1-.388.56a1.86 1.86 0 0 1-.76.48l-1.125.384A12 12 0 0 0 16 4C9.373 4 4 9.373 4 16c0 2.165.572 4.193 1.573 5.945a1 1 0 0 1 .094.77l-1.439 5.059l5.061-1.44a1 1 0 0 1 .77.094A11.94 11.94 0 0 0 16 28c5.935 0 10.863-4.308 11.829-9.968q.063.057.131.108a1.89 1.89 0 0 0 1.85.175C28.706 24.945 22.944 30 16 30c-2.368 0-4.602-.589-6.56-1.629l-5.528 1.572A1.5 1.5 0 0 1 2.06 28.09l1.572-5.527A13.94 13.94 0 0 1 2 16C2 8.268 8.267 2 16 2"/></svg>
React
import type { SVGProps } from "react";
export function FluentChatSparkle32Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M21.488 8.511a3.5 3.5 0 0 1 .837 1.363l.548 1.682a.664.664 0 0 0 1.254 0l.548-1.682a3.47 3.47 0 0 1 2.197-2.196l1.684-.547a.665.665 0 0 0 0-1.254l-.034-.008l-1.683-.547a3.47 3.47 0 0 1-2.198-2.196l-.547-1.682a.665.665 0 0 0-1.255 0l-.547 1.682l-.014.042a3.47 3.47 0 0 1-2.15 2.154l-1.684.547a.665.665 0 0 0 0 1.254l1.684.546c.513.171.979.46 1.36.842m9.333 4.847l.918.298l.019.004a.362.362 0 0 1 0 .684l-.919.299a1.9 1.9 0 0 0-1.198 1.197l-.299.918a.363.363 0 0 1-.684 0l-.299-.918a1.89 1.89 0 0 0-1.198-1.202l-.919-.298a.362.362 0 0 1 0-.684l.919-.299a1.9 1.9 0 0 0 1.18-1.197l.299-.918a.363.363 0 0 1 .684 0l.298.918a1.89 1.89 0 0 0 1.199 1.197M16.001 2c1.68 0 3.293.296 4.787.84a2.1 2.1 0 0 1-.388.56a1.86 1.86 0 0 1-.76.48l-1.125.384A12 12 0 0 0 16 4C9.373 4 4 9.373 4 16c0 2.165.572 4.193 1.573 5.945a1 1 0 0 1 .094.77l-1.439 5.059l5.061-1.44a1 1 0 0 1 .77.094A11.94 11.94 0 0 0 16 28c5.935 0 10.863-4.308 11.829-9.968q.063.057.131.108a1.89 1.89 0 0 0 1.85.175C28.706 24.945 22.944 30 16 30c-2.368 0-4.602-.589-6.56-1.629l-5.528 1.572A1.5 1.5 0 0 1 2.06 28.09l1.572-5.527A13.94 13.94 0 0 1 2 16C2 8.268 8.267 2 16 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M21.488 8.511a3.5 3.5 0 0 1 .837 1.363l.548 1.682a.664.664 0 0 0 1.254 0l.548-1.682a3.47 3.47 0 0 1 2.197-2.196l1.684-.547a.665.665 0 0 0 0-1.254l-.034-.008l-1.683-.547a3.47 3.47 0 0 1-2.198-2.196l-.547-1.682a.665.665 0 0 0-1.255 0l-.547 1.682l-.014.042a3.47 3.47 0 0 1-2.15 2.154l-1.684.547a.665.665 0 0 0 0 1.254l1.684.546c.513.171.979.46 1.36.842m9.333 4.847l.918.298l.019.004a.362.362 0 0 1 0 .684l-.919.299a1.9 1.9 0 0 0-1.198 1.197l-.299.918a.363.363 0 0 1-.684 0l-.299-.918a1.89 1.89 0 0 0-1.198-1.202l-.919-.298a.362.362 0 0 1 0-.684l.919-.299a1.9 1.9 0 0 0 1.18-1.197l.299-.918a.363.363 0 0 1 .684 0l.298.918a1.89 1.89 0 0 0 1.199 1.197M16.001 2c1.68 0 3.293.296 4.787.84a2.1 2.1 0 0 1-.388.56a1.86 1.86 0 0 1-.76.48l-1.125.384A12 12 0 0 0 16 4C9.373 4 4 9.373 4 16c0 2.165.572 4.193 1.573 5.945a1 1 0 0 1 .094.77l-1.439 5.059l5.061-1.44a1 1 0 0 1 .77.094A11.94 11.94 0 0 0 16 28c5.935 0 10.863-4.308 11.829-9.968q.063.057.131.108a1.89 1.89 0 0 0 1.85.175C28.706 24.945 22.944 30 16 30c-2.368 0-4.602-.589-6.56-1.629l-5.528 1.572A1.5 1.5 0 0 1 2.06 28.09l1.572-5.527A13.94 13.94 0 0 1 2 16C2 8.268 8.267 2 16 2"/></svg> </template>
CSS
.icon-chat-sparkle-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.488%208.511a3.5%203.5%200%200%201%20.837%201.363l.548%201.682a.664.664%200%200%200%201.254%200l.548-1.682a3.47%203.47%200%200%201%202.197-2.196l1.684-.547a.665.665%200%200%200%200-1.254l-.034-.008l-1.683-.547a3.47%203.47%200%200%201-2.198-2.196l-.547-1.682a.665.665%200%200%200-1.255%200l-.547%201.682l-.014.042a3.47%203.47%200%200%201-2.15%202.154l-1.684.547a.665.665%200%200%200%200%201.254l1.684.546c.513.171.979.46%201.36.842m9.333%204.847l.918.298l.019.004a.362.362%200%200%201%200%20.684l-.919.299a1.9%201.9%200%200%200-1.198%201.197l-.299.918a.363.363%200%200%201-.684%200l-.299-.918a1.89%201.89%200%200%200-1.198-1.202l-.919-.298a.362.362%200%200%201%200-.684l.919-.299a1.9%201.9%200%200%200%201.18-1.197l.299-.918a.363.363%200%200%201%20.684%200l.298.918a1.89%201.89%200%200%200%201.199%201.197M16.001%202c1.68%200%203.293.296%204.787.84a2.1%202.1%200%200%201-.388.56a1.86%201.86%200%200%201-.76.48l-1.125.384A12%2012%200%200%200%2016%204C9.373%204%204%209.373%204%2016c0%202.165.572%204.193%201.573%205.945a1%201%200%200%201%20.094.77l-1.439%205.059l5.061-1.44a1%201%200%200%201%20.77.094A11.94%2011.94%200%200%200%2016%2028c5.935%200%2010.863-4.308%2011.829-9.968q.063.057.131.108a1.89%201.89%200%200%200%201.85.175C28.706%2024.945%2022.944%2030%2016%2030c-2.368%200-4.602-.589-6.56-1.629l-5.528%201.572A1.5%201.5%200%200%201%202.06%2028.09l1.572-5.527A13.94%2013.94%200%200%201%202%2016C2%208.268%208.267%202%2016%202%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.488%208.511a3.5%203.5%200%200%201%20.837%201.363l.548%201.682a.664.664%200%200%200%201.254%200l.548-1.682a3.47%203.47%200%200%201%202.197-2.196l1.684-.547a.665.665%200%200%200%200-1.254l-.034-.008l-1.683-.547a3.47%203.47%200%200%201-2.198-2.196l-.547-1.682a.665.665%200%200%200-1.255%200l-.547%201.682l-.014.042a3.47%203.47%200%200%201-2.15%202.154l-1.684.547a.665.665%200%200%200%200%201.254l1.684.546c.513.171.979.46%201.36.842m9.333%204.847l.918.298l.019.004a.362.362%200%200%201%200%20.684l-.919.299a1.9%201.9%200%200%200-1.198%201.197l-.299.918a.363.363%200%200%201-.684%200l-.299-.918a1.89%201.89%200%200%200-1.198-1.202l-.919-.298a.362.362%200%200%201%200-.684l.919-.299a1.9%201.9%200%200%200%201.18-1.197l.299-.918a.363.363%200%200%201%20.684%200l.298.918a1.89%201.89%200%200%200%201.199%201.197M16.001%202c1.68%200%203.293.296%204.787.84a2.1%202.1%200%200%201-.388.56a1.86%201.86%200%200%201-.76.48l-1.125.384A12%2012%200%200%200%2016%204C9.373%204%204%209.373%204%2016c0%202.165.572%204.193%201.573%205.945a1%201%200%200%201%20.094.77l-1.439%205.059l5.061-1.44a1%201%200%200%201%20.77.094A11.94%2011.94%200%200%200%2016%2028c5.935%200%2010.863-4.308%2011.829-9.968q.063.057.131.108a1.89%201.89%200%200%200%201.85.175C28.706%2024.945%2022.944%2030%2016%2030c-2.368%200-4.602-.589-6.56-1.629l-5.528%201.572A1.5%201.5%200%200%201%202.06%2028.09l1.572-5.527A13.94%2013.94%200%200%201%202%2016C2%208.268%208.267%202%2016%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/chat-sparkle-32-regular.svg?color=%231a73e8&size=48