chat sparkle icon
chat-sparkle-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- chat-sparkle-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M16.088 6.412a2.84 2.84 0 0 0-1.347-.955l-1.378-.448a.544.544 0 0 1 0-1.025l1.378-.448A2.84 2.84 0 0 0 16.5 1.774l.011-.034l.448-1.377a.544.544 0 0 1 1.027 0l.447 1.377a2.84 2.84 0 0 0 1.799 1.796l1.377.448l.028.007a.544.544 0 0 1 0 1.025l-1.378.448a2.84 2.84 0 0 0-1.798 1.796l-.448 1.377l-.013.034a.544.544 0 0 1-1.013-.034l-.448-1.377a2.8 2.8 0 0 0-.45-.848m7.695 3.801l-.766-.248a1.58 1.58 0 0 1-.998-.999l-.25-.764a.302.302 0 0 0-.57 0l-.248.764a1.58 1.58 0 0 1-.984.999l-.765.248a.302.302 0 0 0 0 .57l.765.249a1.58 1.58 0 0 1 1 1.002l.248.764a.302.302 0 0 0 .57 0l.249-.764a1.58 1.58 0 0 1 .999-.999l.765-.248a.302.302 0 0 0 0-.57zM12 2c.957 0 1.883.134 2.759.385a1.8 1.8 0 0 1-.369.174l-1.34.44a1.65 1.65 0 0 0-.77.57a1.57 1.57 0 0 0 0 1.79c.165.285.418.51.72.64l1.4.46c.27.091.516.242.72.44l.18.1q.19.251.29.55l.41 1.45c.106.31.305.579.57.77c.261.181.572.279.89.28c.236.003.47-.052.68-.16a1.3 1.3 0 0 0-.18.66c-.002.27.082.532.24.75c.155.221.376.389.63.48l.79.25q.122.05.22.14a.6.6 0 0 1 .14.23l.24.76c.093.262.264.489.49.65a1.29 1.29 0 0 0 1.09.195C20.87 18.567 16.836 22 12 22a9.96 9.96 0 0 1-4.644-1.142l-4.29 1.117a.85.85 0 0 1-1.037-1.036l1.116-4.289A9.96 9.96 0 0 1 2 12C2 6.477 6.477 2 12 2"/></svg>
React
import type { SVGProps } from "react";
export function FluentChatSparkle24Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.088 6.412a2.84 2.84 0 0 0-1.347-.955l-1.378-.448a.544.544 0 0 1 0-1.025l1.378-.448A2.84 2.84 0 0 0 16.5 1.774l.011-.034l.448-1.377a.544.544 0 0 1 1.027 0l.447 1.377a2.84 2.84 0 0 0 1.799 1.796l1.377.448l.028.007a.544.544 0 0 1 0 1.025l-1.378.448a2.84 2.84 0 0 0-1.798 1.796l-.448 1.377l-.013.034a.544.544 0 0 1-1.013-.034l-.448-1.377a2.8 2.8 0 0 0-.45-.848m7.695 3.801l-.766-.248a1.58 1.58 0 0 1-.998-.999l-.25-.764a.302.302 0 0 0-.57 0l-.248.764a1.58 1.58 0 0 1-.984.999l-.765.248a.302.302 0 0 0 0 .57l.765.249a1.58 1.58 0 0 1 1 1.002l.248.764a.302.302 0 0 0 .57 0l.249-.764a1.58 1.58 0 0 1 .999-.999l.765-.248a.302.302 0 0 0 0-.57zM12 2c.957 0 1.883.134 2.759.385a1.8 1.8 0 0 1-.369.174l-1.34.44a1.65 1.65 0 0 0-.77.57a1.57 1.57 0 0 0 0 1.79c.165.285.418.51.72.64l1.4.46c.27.091.516.242.72.44l.18.1q.19.251.29.55l.41 1.45c.106.31.305.579.57.77c.261.181.572.279.89.28c.236.003.47-.052.68-.16a1.3 1.3 0 0 0-.18.66c-.002.27.082.532.24.75c.155.221.376.389.63.48l.79.25q.122.05.22.14a.6.6 0 0 1 .14.23l.24.76c.093.262.264.489.49.65a1.29 1.29 0 0 0 1.09.195C20.87 18.567 16.836 22 12 22a9.96 9.96 0 0 1-4.644-1.142l-4.29 1.117a.85.85 0 0 1-1.037-1.036l1.116-4.289A9.96 9.96 0 0 1 2 12C2 6.477 6.477 2 12 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.088 6.412a2.84 2.84 0 0 0-1.347-.955l-1.378-.448a.544.544 0 0 1 0-1.025l1.378-.448A2.84 2.84 0 0 0 16.5 1.774l.011-.034l.448-1.377a.544.544 0 0 1 1.027 0l.447 1.377a2.84 2.84 0 0 0 1.799 1.796l1.377.448l.028.007a.544.544 0 0 1 0 1.025l-1.378.448a2.84 2.84 0 0 0-1.798 1.796l-.448 1.377l-.013.034a.544.544 0 0 1-1.013-.034l-.448-1.377a2.8 2.8 0 0 0-.45-.848m7.695 3.801l-.766-.248a1.58 1.58 0 0 1-.998-.999l-.25-.764a.302.302 0 0 0-.57 0l-.248.764a1.58 1.58 0 0 1-.984.999l-.765.248a.302.302 0 0 0 0 .57l.765.249a1.58 1.58 0 0 1 1 1.002l.248.764a.302.302 0 0 0 .57 0l.249-.764a1.58 1.58 0 0 1 .999-.999l.765-.248a.302.302 0 0 0 0-.57zM12 2c.957 0 1.883.134 2.759.385a1.8 1.8 0 0 1-.369.174l-1.34.44a1.65 1.65 0 0 0-.77.57a1.57 1.57 0 0 0 0 1.79c.165.285.418.51.72.64l1.4.46c.27.091.516.242.72.44l.18.1q.19.251.29.55l.41 1.45c.106.31.305.579.57.77c.261.181.572.279.89.28c.236.003.47-.052.68-.16a1.3 1.3 0 0 0-.18.66c-.002.27.082.532.24.75c.155.221.376.389.63.48l.79.25q.122.05.22.14a.6.6 0 0 1 .14.23l.24.76c.093.262.264.489.49.65a1.29 1.29 0 0 0 1.09.195C20.87 18.567 16.836 22 12 22a9.96 9.96 0 0 1-4.644-1.142l-4.29 1.117a.85.85 0 0 1-1.037-1.036l1.116-4.289A9.96 9.96 0 0 1 2 12C2 6.477 6.477 2 12 2"/></svg> </template>
CSS
.icon-chat-sparkle-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.088%206.412a2.84%202.84%200%200%200-1.347-.955l-1.378-.448a.544.544%200%200%201%200-1.025l1.378-.448A2.84%202.84%200%200%200%2016.5%201.774l.011-.034l.448-1.377a.544.544%200%200%201%201.027%200l.447%201.377a2.84%202.84%200%200%200%201.799%201.796l1.377.448l.028.007a.544.544%200%200%201%200%201.025l-1.378.448a2.84%202.84%200%200%200-1.798%201.796l-.448%201.377l-.013.034a.544.544%200%200%201-1.013-.034l-.448-1.377a2.8%202.8%200%200%200-.45-.848m7.695%203.801l-.766-.248a1.58%201.58%200%200%201-.998-.999l-.25-.764a.302.302%200%200%200-.57%200l-.248.764a1.58%201.58%200%200%201-.984.999l-.765.248a.302.302%200%200%200%200%20.57l.765.249a1.58%201.58%200%200%201%201%201.002l.248.764a.302.302%200%200%200%20.57%200l.249-.764a1.58%201.58%200%200%201%20.999-.999l.765-.248a.302.302%200%200%200%200-.57zM12%202c.957%200%201.883.134%202.759.385a1.8%201.8%200%200%201-.369.174l-1.34.44a1.65%201.65%200%200%200-.77.57a1.57%201.57%200%200%200%200%201.79c.165.285.418.51.72.64l1.4.46c.27.091.516.242.72.44l.18.1q.19.251.29.55l.41%201.45c.106.31.305.579.57.77c.261.181.572.279.89.28c.236.003.47-.052.68-.16a1.3%201.3%200%200%200-.18.66c-.002.27.082.532.24.75c.155.221.376.389.63.48l.79.25q.122.05.22.14a.6.6%200%200%201%20.14.23l.24.76c.093.262.264.489.49.65a1.29%201.29%200%200%200%201.09.195C20.87%2018.567%2016.836%2022%2012%2022a9.96%209.96%200%200%201-4.644-1.142l-4.29%201.117a.85.85%200%200%201-1.037-1.036l1.116-4.289A9.96%209.96%200%200%201%202%2012C2%206.477%206.477%202%2012%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.088%206.412a2.84%202.84%200%200%200-1.347-.955l-1.378-.448a.544.544%200%200%201%200-1.025l1.378-.448A2.84%202.84%200%200%200%2016.5%201.774l.011-.034l.448-1.377a.544.544%200%200%201%201.027%200l.447%201.377a2.84%202.84%200%200%200%201.799%201.796l1.377.448l.028.007a.544.544%200%200%201%200%201.025l-1.378.448a2.84%202.84%200%200%200-1.798%201.796l-.448%201.377l-.013.034a.544.544%200%200%201-1.013-.034l-.448-1.377a2.8%202.8%200%200%200-.45-.848m7.695%203.801l-.766-.248a1.58%201.58%200%200%201-.998-.999l-.25-.764a.302.302%200%200%200-.57%200l-.248.764a1.58%201.58%200%200%201-.984.999l-.765.248a.302.302%200%200%200%200%20.57l.765.249a1.58%201.58%200%200%201%201%201.002l.248.764a.302.302%200%200%200%20.57%200l.249-.764a1.58%201.58%200%200%201%20.999-.999l.765-.248a.302.302%200%200%200%200-.57zM12%202c.957%200%201.883.134%202.759.385a1.8%201.8%200%200%201-.369.174l-1.34.44a1.65%201.65%200%200%200-.77.57a1.57%201.57%200%200%200%200%201.79c.165.285.418.51.72.64l1.4.46c.27.091.516.242.72.44l.18.1q.19.251.29.55l.41%201.45c.106.31.305.579.57.77c.261.181.572.279.89.28c.236.003.47-.052.68-.16a1.3%201.3%200%200%200-.18.66c-.002.27.082.532.24.75c.155.221.376.389.63.48l.79.25q.122.05.22.14a.6.6%200%200%201%20.14.23l.24.76c.093.262.264.489.49.65a1.29%201.29%200%200%200%201.09.195C20.87%2018.567%2016.836%2022%2012%2022a9.96%209.96%200%200%201-4.644-1.142l-4.29%201.117a.85.85%200%200%201-1.037-1.036l1.116-4.289A9.96%209.96%200%200%201%202%2012C2%206.477%206.477%202%2012%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-24-filled.svg?color=%231a73e8&size=48