comment lightning icon

comment-lightning-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
comment-lightning-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the comment lightning icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.318 1h4.827a.5.5 0 0 1 .436.745L19.751 5h1.495a.75.75 0 0 1 .565 1.244l-4.824 5.508c-.505.576-1.443.085-1.258-.658L16.5 8h-3.002a.5.5 0 0 1-.453-.713l2.82-6A.5.5 0 0 1 16.318 1M5.25 3h8.705L12.14 6.862A1.5 1.5 0 0 0 13.497 9h1.723l-.461 1.853c-.44 1.76 1.784 2.923 2.98 1.558L22 7.545v7.205A3.25 3.25 0 0 1 18.75 18H13l-5 3.75c-.824.618-2 .03-2-1V18h-.75A3.25 3.25 0 0 1 2 14.75v-8.5A3.25 3.25 0 0 1 5.25 3"/></svg>

React

import type { SVGProps } from "react";

export function FluentCommentLightning24Filled(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.318 1h4.827a.5.5 0 0 1 .436.745L19.751 5h1.495a.75.75 0 0 1 .565 1.244l-4.824 5.508c-.505.576-1.443.085-1.258-.658L16.5 8h-3.002a.5.5 0 0 1-.453-.713l2.82-6A.5.5 0 0 1 16.318 1M5.25 3h8.705L12.14 6.862A1.5 1.5 0 0 0 13.497 9h1.723l-.461 1.853c-.44 1.76 1.784 2.923 2.98 1.558L22 7.545v7.205A3.25 3.25 0 0 1 18.75 18H13l-5 3.75c-.824.618-2 .03-2-1V18h-.75A3.25 3.25 0 0 1 2 14.75v-8.5A3.25 3.25 0 0 1 5.25 3"/></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.318 1h4.827a.5.5 0 0 1 .436.745L19.751 5h1.495a.75.75 0 0 1 .565 1.244l-4.824 5.508c-.505.576-1.443.085-1.258-.658L16.5 8h-3.002a.5.5 0 0 1-.453-.713l2.82-6A.5.5 0 0 1 16.318 1M5.25 3h8.705L12.14 6.862A1.5 1.5 0 0 0 13.497 9h1.723l-.461 1.853c-.44 1.76 1.784 2.923 2.98 1.558L22 7.545v7.205A3.25 3.25 0 0 1 18.75 18H13l-5 3.75c-.824.618-2 .03-2-1V18h-.75A3.25 3.25 0 0 1 2 14.75v-8.5A3.25 3.25 0 0 1 5.25 3"/></svg>
</template>

CSS

.icon-comment-lightning-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.318%201h4.827a.5.5%200%200%201%20.436.745L19.751%205h1.495a.75.75%200%200%201%20.565%201.244l-4.824%205.508c-.505.576-1.443.085-1.258-.658L16.5%208h-3.002a.5.5%200%200%201-.453-.713l2.82-6A.5.5%200%200%201%2016.318%201M5.25%203h8.705L12.14%206.862A1.5%201.5%200%200%200%2013.497%209h1.723l-.461%201.853c-.44%201.76%201.784%202.923%202.98%201.558L22%207.545v7.205A3.25%203.25%200%200%201%2018.75%2018H13l-5%203.75c-.824.618-2%20.03-2-1V18h-.75A3.25%203.25%200%200%201%202%2014.75v-8.5A3.25%203.25%200%200%201%205.25%203%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.318%201h4.827a.5.5%200%200%201%20.436.745L19.751%205h1.495a.75.75%200%200%201%20.565%201.244l-4.824%205.508c-.505.576-1.443.085-1.258-.658L16.5%208h-3.002a.5.5%200%200%201-.453-.713l2.82-6A.5.5%200%200%201%2016.318%201M5.25%203h8.705L12.14%206.862A1.5%201.5%200%200%200%2013.497%209h1.723l-.461%201.853c-.44%201.76%201.784%202.923%202.98%201.558L22%207.545v7.205A3.25%203.25%200%200%201%2018.75%2018H13l-5%203.75c-.824.618-2%20.03-2-1V18h-.75A3.25%203.25%200%200%201%202%2014.75v-8.5A3.25%203.25%200%200%201%205.25%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/comment-lightning-24-filled.svg?color=%231a73e8&size=48