comment-error-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
comment-error-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

5 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the comment error icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M19 5.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0M14.5 3a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 1 0v-2a.5.5 0 0 0-.5-.5m0 5.125a.625.625 0 1 0 0-1.25a.625.625 0 0 0 0 1.25M17 10.4v1.876c0 .853-.704 1.566-1.6 1.566h-4.92L6.206 17H6.2v-3.158H4.6c-.896 0-1.6-.713-1.6-1.566v-6.71C3 4.713 3.704 4 4.6 4h4.607q.149-.524.393-1h-5C3.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.566V9.743a5.5 5.5 0 0 1-1 .657"/></svg>

React

import type { SVGProps } from "react";

export function FluentCommentError20Regular(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="M19 5.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0M14.5 3a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 1 0v-2a.5.5 0 0 0-.5-.5m0 5.125a.625.625 0 1 0 0-1.25a.625.625 0 0 0 0 1.25M17 10.4v1.876c0 .853-.704 1.566-1.6 1.566h-4.92L6.206 17H6.2v-3.158H4.6c-.896 0-1.6-.713-1.6-1.566v-6.71C3 4.713 3.704 4 4.6 4h4.607q.149-.524.393-1h-5C3.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.566V9.743a5.5 5.5 0 0 1-1 .657"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M19 5.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0M14.5 3a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 1 0v-2a.5.5 0 0 0-.5-.5m0 5.125a.625.625 0 1 0 0-1.25a.625.625 0 0 0 0 1.25M17 10.4v1.876c0 .853-.704 1.566-1.6 1.566h-4.92L6.206 17H6.2v-3.158H4.6c-.896 0-1.6-.713-1.6-1.566v-6.71C3 4.713 3.704 4 4.6 4h4.607q.149-.524.393-1h-5C3.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.566V9.743a5.5 5.5 0 0 1-1 .657"/></svg>
</template>

CSS

.icon-comment-error-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19%205.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200M14.5%203a.5.5%200%200%200-.5.5v2a.5.5%200%200%200%201%200v-2a.5.5%200%200%200-.5-.5m0%205.125a.625.625%200%201%200%200-1.25a.625.625%200%200%200%200%201.25M17%2010.4v1.876c0%20.853-.704%201.566-1.6%201.566h-4.92L6.206%2017H6.2v-3.158H4.6c-.896%200-1.6-.713-1.6-1.566v-6.71C3%204.713%203.704%204%204.6%204h4.607q.149-.524.393-1h-5C3.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.566V9.743a5.5%205.5%200%200%201-1%20.657%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%22M19%205.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200M14.5%203a.5.5%200%200%200-.5.5v2a.5.5%200%200%200%201%200v-2a.5.5%200%200%200-.5-.5m0%205.125a.625.625%200%201%200%200-1.25a.625.625%200%200%200%200%201.25M17%2010.4v1.876c0%20.853-.704%201.566-1.6%201.566h-4.92L6.206%2017H6.2v-3.158H4.6c-.896%200-1.6-.713-1.6-1.566v-6.71C3%204.713%203.704%204%204.6%204h4.607q.149-.524.393-1h-5C3.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.566V9.743a5.5%205.5%200%200%201-1%20.657%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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