chat sparkle icon
chat-sparkle-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- chat-sparkle-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- 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 16 16"><path fill="currentColor" d="M8 1q.396 0 .781.044c-.06.18-.16.339-.289.469c-.13.13-.29.24-.45.29l-.743.239a6 6 0 0 0-4.37 9.165a.5.5 0 0 1 .053.426l-.692 2.075l2.076-.691c.15-.033.29-.034.426.052A5.96 5.96 0 0 0 8 14c1.906 0 3.603-.89 4.702-2.276c.018.014.035.032.054.046c.219.149.477.228.746.229q.13-.001.257-.022a6.99 6.99 0 0 1-9.297 2.062l-2.804.936a.5.5 0 0 1-.633-.633l.934-2.806A7 7 0 0 1 8 1m5.497 11h.01l-.005-.001zm-.013-6a.3.3 0 0 1 .285.201l.25.766a1.58 1.58 0 0 0 .999.998l.765.248l.016.004a.303.303 0 0 1 0 .57l-.766.248a1.58 1.58 0 0 0-.999.998l-.249.766a.302.302 0 0 1-.57 0l-.25-.766a1.58 1.58 0 0 0-.997-1.002l-.766-.248a.303.303 0 0 1 0-.57l.766-.248a1.58 1.58 0 0 0 .983-.998l.25-.766A.3.3 0 0 1 13.483 6m-3.006-6a.43.43 0 0 1 .4.282l.348 1.072a2.2 2.2 0 0 0 1.399 1.396l1.071.349l.022.005a.426.426 0 0 1 .205.643a.43.43 0 0 1-.205.154l-1.072.349a2.21 2.21 0 0 0-1.398 1.396l-.349 1.072a.422.422 0 0 1-.643.204l-.02-.015a.43.43 0 0 1-.136-.19l-.347-1.07a2.2 2.2 0 0 0-1.398-1.402l-1.073-.349a.424.424 0 0 1 0-.797l1.072-.349A2.21 2.21 0 0 0 9.73 1.354l.35-1.072a.42.42 0 0 1 .4-.282"/></svg>
React
import type { SVGProps } from "react";
export function FluentChatSparkle16Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 1q.396 0 .781.044c-.06.18-.16.339-.289.469c-.13.13-.29.24-.45.29l-.743.239a6 6 0 0 0-4.37 9.165a.5.5 0 0 1 .053.426l-.692 2.075l2.076-.691c.15-.033.29-.034.426.052A5.96 5.96 0 0 0 8 14c1.906 0 3.603-.89 4.702-2.276c.018.014.035.032.054.046c.219.149.477.228.746.229q.13-.001.257-.022a6.99 6.99 0 0 1-9.297 2.062l-2.804.936a.5.5 0 0 1-.633-.633l.934-2.806A7 7 0 0 1 8 1m5.497 11h.01l-.005-.001zm-.013-6a.3.3 0 0 1 .285.201l.25.766a1.58 1.58 0 0 0 .999.998l.765.248l.016.004a.303.303 0 0 1 0 .57l-.766.248a1.58 1.58 0 0 0-.999.998l-.249.766a.302.302 0 0 1-.57 0l-.25-.766a1.58 1.58 0 0 0-.997-1.002l-.766-.248a.303.303 0 0 1 0-.57l.766-.248a1.58 1.58 0 0 0 .983-.998l.25-.766A.3.3 0 0 1 13.483 6m-3.006-6a.43.43 0 0 1 .4.282l.348 1.072a2.2 2.2 0 0 0 1.399 1.396l1.071.349l.022.005a.426.426 0 0 1 .205.643a.43.43 0 0 1-.205.154l-1.072.349a2.21 2.21 0 0 0-1.398 1.396l-.349 1.072a.422.422 0 0 1-.643.204l-.02-.015a.43.43 0 0 1-.136-.19l-.347-1.07a2.2 2.2 0 0 0-1.398-1.402l-1.073-.349a.424.424 0 0 1 0-.797l1.072-.349A2.21 2.21 0 0 0 9.73 1.354l.35-1.072a.42.42 0 0 1 .4-.282"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 1q.396 0 .781.044c-.06.18-.16.339-.289.469c-.13.13-.29.24-.45.29l-.743.239a6 6 0 0 0-4.37 9.165a.5.5 0 0 1 .053.426l-.692 2.075l2.076-.691c.15-.033.29-.034.426.052A5.96 5.96 0 0 0 8 14c1.906 0 3.603-.89 4.702-2.276c.018.014.035.032.054.046c.219.149.477.228.746.229q.13-.001.257-.022a6.99 6.99 0 0 1-9.297 2.062l-2.804.936a.5.5 0 0 1-.633-.633l.934-2.806A7 7 0 0 1 8 1m5.497 11h.01l-.005-.001zm-.013-6a.3.3 0 0 1 .285.201l.25.766a1.58 1.58 0 0 0 .999.998l.765.248l.016.004a.303.303 0 0 1 0 .57l-.766.248a1.58 1.58 0 0 0-.999.998l-.249.766a.302.302 0 0 1-.57 0l-.25-.766a1.58 1.58 0 0 0-.997-1.002l-.766-.248a.303.303 0 0 1 0-.57l.766-.248a1.58 1.58 0 0 0 .983-.998l.25-.766A.3.3 0 0 1 13.483 6m-3.006-6a.43.43 0 0 1 .4.282l.348 1.072a2.2 2.2 0 0 0 1.399 1.396l1.071.349l.022.005a.426.426 0 0 1 .205.643a.43.43 0 0 1-.205.154l-1.072.349a2.21 2.21 0 0 0-1.398 1.396l-.349 1.072a.422.422 0 0 1-.643.204l-.02-.015a.43.43 0 0 1-.136-.19l-.347-1.07a2.2 2.2 0 0 0-1.398-1.402l-1.073-.349a.424.424 0 0 1 0-.797l1.072-.349A2.21 2.21 0 0 0 9.73 1.354l.35-1.072a.42.42 0 0 1 .4-.282"/></svg> </template>
CSS
.icon-chat-sparkle-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%201q.396%200%20.781.044c-.06.18-.16.339-.289.469c-.13.13-.29.24-.45.29l-.743.239a6%206%200%200%200-4.37%209.165a.5.5%200%200%201%20.053.426l-.692%202.075l2.076-.691c.15-.033.29-.034.426.052A5.96%205.96%200%200%200%208%2014c1.906%200%203.603-.89%204.702-2.276c.018.014.035.032.054.046c.219.149.477.228.746.229q.13-.001.257-.022a6.99%206.99%200%200%201-9.297%202.062l-2.804.936a.5.5%200%200%201-.633-.633l.934-2.806A7%207%200%200%201%208%201m5.497%2011h.01l-.005-.001zm-.013-6a.3.3%200%200%201%20.285.201l.25.766a1.58%201.58%200%200%200%20.999.998l.765.248l.016.004a.303.303%200%200%201%200%20.57l-.766.248a1.58%201.58%200%200%200-.999.998l-.249.766a.302.302%200%200%201-.57%200l-.25-.766a1.58%201.58%200%200%200-.997-1.002l-.766-.248a.303.303%200%200%201%200-.57l.766-.248a1.58%201.58%200%200%200%20.983-.998l.25-.766A.3.3%200%200%201%2013.483%206m-3.006-6a.43.43%200%200%201%20.4.282l.348%201.072a2.2%202.2%200%200%200%201.399%201.396l1.071.349l.022.005a.426.426%200%200%201%20.205.643a.43.43%200%200%201-.205.154l-1.072.349a2.21%202.21%200%200%200-1.398%201.396l-.349%201.072a.422.422%200%200%201-.643.204l-.02-.015a.43.43%200%200%201-.136-.19l-.347-1.07a2.2%202.2%200%200%200-1.398-1.402l-1.073-.349a.424.424%200%200%201%200-.797l1.072-.349A2.21%202.21%200%200%200%209.73%201.354l.35-1.072a.42.42%200%200%201%20.4-.282%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%201q.396%200%20.781.044c-.06.18-.16.339-.289.469c-.13.13-.29.24-.45.29l-.743.239a6%206%200%200%200-4.37%209.165a.5.5%200%200%201%20.053.426l-.692%202.075l2.076-.691c.15-.033.29-.034.426.052A5.96%205.96%200%200%200%208%2014c1.906%200%203.603-.89%204.702-2.276c.018.014.035.032.054.046c.219.149.477.228.746.229q.13-.001.257-.022a6.99%206.99%200%200%201-9.297%202.062l-2.804.936a.5.5%200%200%201-.633-.633l.934-2.806A7%207%200%200%201%208%201m5.497%2011h.01l-.005-.001zm-.013-6a.3.3%200%200%201%20.285.201l.25.766a1.58%201.58%200%200%200%20.999.998l.765.248l.016.004a.303.303%200%200%201%200%20.57l-.766.248a1.58%201.58%200%200%200-.999.998l-.249.766a.302.302%200%200%201-.57%200l-.25-.766a1.58%201.58%200%200%200-.997-1.002l-.766-.248a.303.303%200%200%201%200-.57l.766-.248a1.58%201.58%200%200%200%20.983-.998l.25-.766A.3.3%200%200%201%2013.483%206m-3.006-6a.43.43%200%200%201%20.4.282l.348%201.072a2.2%202.2%200%200%200%201.399%201.396l1.071.349l.022.005a.426.426%200%200%201%20.205.643a.43.43%200%200%201-.205.154l-1.072.349a2.21%202.21%200%200%200-1.398%201.396l-.349%201.072a.422.422%200%200%201-.643.204l-.02-.015a.43.43%200%200%201-.136-.19l-.347-1.07a2.2%202.2%200%200%200-1.398-1.402l-1.073-.349a.424.424%200%200%201%200-.797l1.072-.349A2.21%202.21%200%200%200%209.73%201.354l.35-1.072a.42.42%200%200%201%20.4-.282%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/chat-sparkle-16-regular.svg?color=%231a73e8&size=48