comment lightning icon
comment-lightning-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- comment-lightning-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- License
- MIT
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
comment-add-12-filledcomment-arrow-left-12-filledcomment-arrow-right-12-filledcomment-badge-16-filledcomment-checkmark-12-filledcomment-delete-24-filledcomment-dismiss-20-filledcomment-edit-16-filledcomment-error-16-filledcomment-link-16-filledcomment-mention-16-filledcomment-multiple-16-filledcomment-multiple-checkmark-16-filledcomment-multiple-link-16-filledcomment-multiple-mention-16-filledcomment-next-24-filledcomment-note-20-filledcomment-off-16-filledcomment-previous-24-filledcomment-quote-16-filledcomment-text-16-filled
Use the comment lightning icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M12.61 7a.5.5 0 0 1 .485.621l-.434 1.738c-.121.483.462.827.826.487l4.873-4.548A.75.75 0 0 0 17.848 4h-.404a.5.5 0 0 1-.474-.658l.561-1.684A.5.5 0 0 0 17.057 1h-3.473a.5.5 0 0 0-.462.308l-2.083 5a.5.5 0 0 0 .462.692zm-.64 1h-.468a1.5 1.5 0 0 1-1.385-2.077L11.335 3H4.6C3.164 3 2 4.149 2 5.566v6.71c0 1.418 1.164 2.566 2.6 2.566h.6v2.171c0 .213.07.42.2.591c.33.437.957.526 1.399.2l4.011-2.962h4.59c1.436 0 2.6-1.149 2.6-2.566V7.003l-3.83 3.574c-1.092 1.02-2.84-.01-2.478-1.46z"/></svg>
React
import type { SVGProps } from "react";
export function FluentCommentLightning20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M12.61 7a.5.5 0 0 1 .485.621l-.434 1.738c-.121.483.462.827.826.487l4.873-4.548A.75.75 0 0 0 17.848 4h-.404a.5.5 0 0 1-.474-.658l.561-1.684A.5.5 0 0 0 17.057 1h-3.473a.5.5 0 0 0-.462.308l-2.083 5a.5.5 0 0 0 .462.692zm-.64 1h-.468a1.5 1.5 0 0 1-1.385-2.077L11.335 3H4.6C3.164 3 2 4.149 2 5.566v6.71c0 1.418 1.164 2.566 2.6 2.566h.6v2.171c0 .213.07.42.2.591c.33.437.957.526 1.399.2l4.011-2.962h4.59c1.436 0 2.6-1.149 2.6-2.566V7.003l-3.83 3.574c-1.092 1.02-2.84-.01-2.478-1.46z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M12.61 7a.5.5 0 0 1 .485.621l-.434 1.738c-.121.483.462.827.826.487l4.873-4.548A.75.75 0 0 0 17.848 4h-.404a.5.5 0 0 1-.474-.658l.561-1.684A.5.5 0 0 0 17.057 1h-3.473a.5.5 0 0 0-.462.308l-2.083 5a.5.5 0 0 0 .462.692zm-.64 1h-.468a1.5 1.5 0 0 1-1.385-2.077L11.335 3H4.6C3.164 3 2 4.149 2 5.566v6.71c0 1.418 1.164 2.566 2.6 2.566h.6v2.171c0 .213.07.42.2.591c.33.437.957.526 1.399.2l4.011-2.962h4.59c1.436 0 2.6-1.149 2.6-2.566V7.003l-3.83 3.574c-1.092 1.02-2.84-.01-2.478-1.46z"/></svg> </template>
CSS
.icon-comment-lightning-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.61%207a.5.5%200%200%201%20.485.621l-.434%201.738c-.121.483.462.827.826.487l4.873-4.548A.75.75%200%200%200%2017.848%204h-.404a.5.5%200%200%201-.474-.658l.561-1.684A.5.5%200%200%200%2017.057%201h-3.473a.5.5%200%200%200-.462.308l-2.083%205a.5.5%200%200%200%20.462.692zm-.64%201h-.468a1.5%201.5%200%200%201-1.385-2.077L11.335%203H4.6C3.164%203%202%204.149%202%205.566v6.71c0%201.418%201.164%202.566%202.6%202.566h.6v2.171c0%20.213.07.42.2.591c.33.437.957.526%201.399.2l4.011-2.962h4.59c1.436%200%202.6-1.149%202.6-2.566V7.003l-3.83%203.574c-1.092%201.02-2.84-.01-2.478-1.46z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.61%207a.5.5%200%200%201%20.485.621l-.434%201.738c-.121.483.462.827.826.487l4.873-4.548A.75.75%200%200%200%2017.848%204h-.404a.5.5%200%200%201-.474-.658l.561-1.684A.5.5%200%200%200%2017.057%201h-3.473a.5.5%200%200%200-.462.308l-2.083%205a.5.5%200%200%200%20.462.692zm-.64%201h-.468a1.5%201.5%200%200%201-1.385-2.077L11.335%203H4.6C3.164%203%202%204.149%202%205.566v6.71c0%201.418%201.164%202.566%202.6%202.566h.6v2.171c0%20.213.07.42.2.591c.33.437.957.526%201.399.2l4.011-2.962h4.59c1.436%200%202.6-1.149%202.6-2.566V7.003l-3.83%203.574c-1.092%201.02-2.84-.01-2.478-1.46z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/comment-lightning-20-filled.svg?color=%231a73e8&size=48