chat sparkle warning icon

chat-sparkle-warning from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
chat-sparkle-warning
Set
Codicons
Style
Regular
Viewbox
16×16
License
CC BY 4.0

Related icons in Codicons

Use the chat sparkle warning icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13.993 4.002a.24.24 0 0 1 .228.161l.199.612a1.26 1.26 0 0 0 .799.799v-.002l.612.199l.012.003a.242.242 0 0 1 .117.368a.24.24 0 0 1-.117.089l-.611.198a1.26 1.26 0 0 0-.8.799l-.198.612a.24.24 0 0 1-.229.161h-.007a.24.24 0 0 1-.224-.161l-.2-.612a1.28 1.28 0 0 0-.8-.8l-.025-.008v-.003l-.041-.014a2 2 0 0 0-.692-.336a.2.2 0 0 1-.011-.066a.25.25 0 0 1 .044-.14a.23.23 0 0 1 .117-.088l.612-.199a1.26 1.26 0 0 0 .787-.798l.198-.612a.25.25 0 0 1 .088-.117h.001a.24.24 0 0 1 .141-.045m-4.791-1.22l.767.25l.083.029l.007.004a1.57 1.57 0 0 1 .91.969l.249.765q.032.09.111.146a.3.3 0 0 0 .175.056h.004c.061 0 .121-.02.171-.056a.3.3 0 0 0 .111-.147l.249-.765a1.57 1.57 0 0 1 .999-.998l.765-.249a.302.302 0 0 0 0-.569l-.015-.004l-.765-.249a1.6 1.6 0 0 1-.618-.381a1.6 1.6 0 0 1-.381-.617l-.249-.765a.3.3 0 0 0-.27-.201h-.015a.3.3 0 0 0-.285.201l-.249.765a1.57 1.57 0 0 1-.984.998l-.595.193h-.002l-.172.055a.304.304 0 0 0-.001.57m6.691 11.771a1.01 1.01 0 0 1-.043.973a.99.99 0 0 1-.85.475H8a.998.998 0 0 1-.898-1.448l3.5-7a1.001 1.001 0 0 1 1.792 0zM12 14.501a.5.5 0 1 0-.998-.001a.5.5 0 0 0 .998.001m0-5.005a.5.5 0 1 0-1 0v3a.5.5 0 1 0 1 0zm-4.687 1.506L4.001 13.9v-2.898h-1.5a1.5 1.5 0 0 1-1.5-1.5v-5a1.5 1.5 0 0 1 1.5-1.5h5.5v-1h-5.5a2.5 2.5 0 0 0-2.5 2.5v5a2.5 2.5 0 0 0 2.5 2.5h.5v1.942c0 .842.992 1.292 1.625.737l2.298-2.011l.834-1.669z"/></svg>

React

import type { SVGProps } from "react";

export function CodiconChatSparkleWarning(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="M13.993 4.002a.24.24 0 0 1 .228.161l.199.612a1.26 1.26 0 0 0 .799.799v-.002l.612.199l.012.003a.242.242 0 0 1 .117.368a.24.24 0 0 1-.117.089l-.611.198a1.26 1.26 0 0 0-.8.799l-.198.612a.24.24 0 0 1-.229.161h-.007a.24.24 0 0 1-.224-.161l-.2-.612a1.28 1.28 0 0 0-.8-.8l-.025-.008v-.003l-.041-.014a2 2 0 0 0-.692-.336a.2.2 0 0 1-.011-.066a.25.25 0 0 1 .044-.14a.23.23 0 0 1 .117-.088l.612-.199a1.26 1.26 0 0 0 .787-.798l.198-.612a.25.25 0 0 1 .088-.117h.001a.24.24 0 0 1 .141-.045m-4.791-1.22l.767.25l.083.029l.007.004a1.57 1.57 0 0 1 .91.969l.249.765q.032.09.111.146a.3.3 0 0 0 .175.056h.004c.061 0 .121-.02.171-.056a.3.3 0 0 0 .111-.147l.249-.765a1.57 1.57 0 0 1 .999-.998l.765-.249a.302.302 0 0 0 0-.569l-.015-.004l-.765-.249a1.6 1.6 0 0 1-.618-.381a1.6 1.6 0 0 1-.381-.617l-.249-.765a.3.3 0 0 0-.27-.201h-.015a.3.3 0 0 0-.285.201l-.249.765a1.57 1.57 0 0 1-.984.998l-.595.193h-.002l-.172.055a.304.304 0 0 0-.001.57m6.691 11.771a1.01 1.01 0 0 1-.043.973a.99.99 0 0 1-.85.475H8a.998.998 0 0 1-.898-1.448l3.5-7a1.001 1.001 0 0 1 1.792 0zM12 14.501a.5.5 0 1 0-.998-.001a.5.5 0 0 0 .998.001m0-5.005a.5.5 0 1 0-1 0v3a.5.5 0 1 0 1 0zm-4.687 1.506L4.001 13.9v-2.898h-1.5a1.5 1.5 0 0 1-1.5-1.5v-5a1.5 1.5 0 0 1 1.5-1.5h5.5v-1h-5.5a2.5 2.5 0 0 0-2.5 2.5v5a2.5 2.5 0 0 0 2.5 2.5h.5v1.942c0 .842.992 1.292 1.625.737l2.298-2.011l.834-1.669z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13.993 4.002a.24.24 0 0 1 .228.161l.199.612a1.26 1.26 0 0 0 .799.799v-.002l.612.199l.012.003a.242.242 0 0 1 .117.368a.24.24 0 0 1-.117.089l-.611.198a1.26 1.26 0 0 0-.8.799l-.198.612a.24.24 0 0 1-.229.161h-.007a.24.24 0 0 1-.224-.161l-.2-.612a1.28 1.28 0 0 0-.8-.8l-.025-.008v-.003l-.041-.014a2 2 0 0 0-.692-.336a.2.2 0 0 1-.011-.066a.25.25 0 0 1 .044-.14a.23.23 0 0 1 .117-.088l.612-.199a1.26 1.26 0 0 0 .787-.798l.198-.612a.25.25 0 0 1 .088-.117h.001a.24.24 0 0 1 .141-.045m-4.791-1.22l.767.25l.083.029l.007.004a1.57 1.57 0 0 1 .91.969l.249.765q.032.09.111.146a.3.3 0 0 0 .175.056h.004c.061 0 .121-.02.171-.056a.3.3 0 0 0 .111-.147l.249-.765a1.57 1.57 0 0 1 .999-.998l.765-.249a.302.302 0 0 0 0-.569l-.015-.004l-.765-.249a1.6 1.6 0 0 1-.618-.381a1.6 1.6 0 0 1-.381-.617l-.249-.765a.3.3 0 0 0-.27-.201h-.015a.3.3 0 0 0-.285.201l-.249.765a1.57 1.57 0 0 1-.984.998l-.595.193h-.002l-.172.055a.304.304 0 0 0-.001.57m6.691 11.771a1.01 1.01 0 0 1-.043.973a.99.99 0 0 1-.85.475H8a.998.998 0 0 1-.898-1.448l3.5-7a1.001 1.001 0 0 1 1.792 0zM12 14.501a.5.5 0 1 0-.998-.001a.5.5 0 0 0 .998.001m0-5.005a.5.5 0 1 0-1 0v3a.5.5 0 1 0 1 0zm-4.687 1.506L4.001 13.9v-2.898h-1.5a1.5 1.5 0 0 1-1.5-1.5v-5a1.5 1.5 0 0 1 1.5-1.5h5.5v-1h-5.5a2.5 2.5 0 0 0-2.5 2.5v5a2.5 2.5 0 0 0 2.5 2.5h.5v1.942c0 .842.992 1.292 1.625.737l2.298-2.011l.834-1.669z"/></svg>
</template>

CSS

.icon-chat-sparkle-warning {
  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%22M13.993%204.002a.24.24%200%200%201%20.228.161l.199.612a1.26%201.26%200%200%200%20.799.799v-.002l.612.199l.012.003a.242.242%200%200%201%20.117.368a.24.24%200%200%201-.117.089l-.611.198a1.26%201.26%200%200%200-.8.799l-.198.612a.24.24%200%200%201-.229.161h-.007a.24.24%200%200%201-.224-.161l-.2-.612a1.28%201.28%200%200%200-.8-.8l-.025-.008v-.003l-.041-.014a2%202%200%200%200-.692-.336a.2.2%200%200%201-.011-.066a.25.25%200%200%201%20.044-.14a.23.23%200%200%201%20.117-.088l.612-.199a1.26%201.26%200%200%200%20.787-.798l.198-.612a.25.25%200%200%201%20.088-.117h.001a.24.24%200%200%201%20.141-.045m-4.791-1.22l.767.25l.083.029l.007.004a1.57%201.57%200%200%201%20.91.969l.249.765q.032.09.111.146a.3.3%200%200%200%20.175.056h.004c.061%200%20.121-.02.171-.056a.3.3%200%200%200%20.111-.147l.249-.765a1.57%201.57%200%200%201%20.999-.998l.765-.249a.302.302%200%200%200%200-.569l-.015-.004l-.765-.249a1.6%201.6%200%200%201-.618-.381a1.6%201.6%200%200%201-.381-.617l-.249-.765a.3.3%200%200%200-.27-.201h-.015a.3.3%200%200%200-.285.201l-.249.765a1.57%201.57%200%200%201-.984.998l-.595.193h-.002l-.172.055a.304.304%200%200%200-.001.57m6.691%2011.771a1.01%201.01%200%200%201-.043.973a.99.99%200%200%201-.85.475H8a.998.998%200%200%201-.898-1.448l3.5-7a1.001%201.001%200%200%201%201.792%200zM12%2014.501a.5.5%200%201%200-.998-.001a.5.5%200%200%200%20.998.001m0-5.005a.5.5%200%201%200-1%200v3a.5.5%200%201%200%201%200zm-4.687%201.506L4.001%2013.9v-2.898h-1.5a1.5%201.5%200%200%201-1.5-1.5v-5a1.5%201.5%200%200%201%201.5-1.5h5.5v-1h-5.5a2.5%202.5%200%200%200-2.5%202.5v5a2.5%202.5%200%200%200%202.5%202.5h.5v1.942c0%20.842.992%201.292%201.625.737l2.298-2.011l.834-1.669z%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%22M13.993%204.002a.24.24%200%200%201%20.228.161l.199.612a1.26%201.26%200%200%200%20.799.799v-.002l.612.199l.012.003a.242.242%200%200%201%20.117.368a.24.24%200%200%201-.117.089l-.611.198a1.26%201.26%200%200%200-.8.799l-.198.612a.24.24%200%200%201-.229.161h-.007a.24.24%200%200%201-.224-.161l-.2-.612a1.28%201.28%200%200%200-.8-.8l-.025-.008v-.003l-.041-.014a2%202%200%200%200-.692-.336a.2.2%200%200%201-.011-.066a.25.25%200%200%201%20.044-.14a.23.23%200%200%201%20.117-.088l.612-.199a1.26%201.26%200%200%200%20.787-.798l.198-.612a.25.25%200%200%201%20.088-.117h.001a.24.24%200%200%201%20.141-.045m-4.791-1.22l.767.25l.083.029l.007.004a1.57%201.57%200%200%201%20.91.969l.249.765q.032.09.111.146a.3.3%200%200%200%20.175.056h.004c.061%200%20.121-.02.171-.056a.3.3%200%200%200%20.111-.147l.249-.765a1.57%201.57%200%200%201%20.999-.998l.765-.249a.302.302%200%200%200%200-.569l-.015-.004l-.765-.249a1.6%201.6%200%200%201-.618-.381a1.6%201.6%200%200%201-.381-.617l-.249-.765a.3.3%200%200%200-.27-.201h-.015a.3.3%200%200%200-.285.201l-.249.765a1.57%201.57%200%200%201-.984.998l-.595.193h-.002l-.172.055a.304.304%200%200%200-.001.57m6.691%2011.771a1.01%201.01%200%200%201-.043.973a.99.99%200%200%201-.85.475H8a.998.998%200%200%201-.898-1.448l3.5-7a1.001%201.001%200%200%201%201.792%200zM12%2014.501a.5.5%200%201%200-.998-.001a.5.5%200%200%200%20.998.001m0-5.005a.5.5%200%201%200-1%200v3a.5.5%200%201%200%201%200zm-4.687%201.506L4.001%2013.9v-2.898h-1.5a1.5%201.5%200%200%201-1.5-1.5v-5a1.5%201.5%200%200%201%201.5-1.5h5.5v-1h-5.5a2.5%202.5%200%200%200-2.5%202.5v5a2.5%202.5%200%200%200%202.5%202.5h.5v1.942c0%20.842.992%201.292%201.625.737l2.298-2.011l.834-1.669z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/chat-sparkle-warning.svg?color=%231a73e8&size=48