comment unresolved compact icon

comment-unresolved-compact from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
comment-unresolved-compact
Set
Codicons
Style
Regular
Viewbox
12×12
License
CC BY 4.0

Related icons in Codicons

Use the comment unresolved compact icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><g fill="currentColor"><path d="M10 0c1.1 0 2 .9 2 2v5.05c-.28-.29-.62-.52-.99-.7V2c0-.55-.45-1-1-1h-8c-.55 0-1 .45-1 1v5c0 .55.45 1 1 1h2v2.83l2.05-1.82c-.02.16-.05.32-.05.49H6c0 .28.04.54.1.8l-1.67 1.48c-.15.14-.36.22-.57.22a.86.86 0 0 1-.86-.86V9H2C.9 9 0 8.1 0 7V2C0 .9.9 0 2 0z"/><path d="M9.51 7a2.5 2.5 0 1 1 0 5a2.5 2.5 0 0 1 0-5"/></g></svg>

React

import type { SVGProps } from "react";

export function CodiconCommentUnresolvedCompact(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><g fill="currentColor"><path d="M10 0c1.1 0 2 .9 2 2v5.05c-.28-.29-.62-.52-.99-.7V2c0-.55-.45-1-1-1h-8c-.55 0-1 .45-1 1v5c0 .55.45 1 1 1h2v2.83l2.05-1.82c-.02.16-.05.32-.05.49H6c0 .28.04.54.1.8l-1.67 1.48c-.15.14-.36.22-.57.22a.86.86 0 0 1-.86-.86V9H2C.9 9 0 8.1 0 7V2C0 .9.9 0 2 0z"/><path d="M9.51 7a2.5 2.5 0 1 1 0 5a2.5 2.5 0 0 1 0-5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><g fill="currentColor"><path d="M10 0c1.1 0 2 .9 2 2v5.05c-.28-.29-.62-.52-.99-.7V2c0-.55-.45-1-1-1h-8c-.55 0-1 .45-1 1v5c0 .55.45 1 1 1h2v2.83l2.05-1.82c-.02.16-.05.32-.05.49H6c0 .28.04.54.1.8l-1.67 1.48c-.15.14-.36.22-.57.22a.86.86 0 0 1-.86-.86V9H2C.9 9 0 8.1 0 7V2C0 .9.9 0 2 0z"/><path d="M9.51 7a2.5 2.5 0 1 1 0 5a2.5 2.5 0 0 1 0-5"/></g></svg>
</template>

CSS

.icon-comment-unresolved-compact {
  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%2012%2012%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M10%200c1.1%200%202%20.9%202%202v5.05c-.28-.29-.62-.52-.99-.7V2c0-.55-.45-1-1-1h-8c-.55%200-1%20.45-1%201v5c0%20.55.45%201%201%201h2v2.83l2.05-1.82c-.02.16-.05.32-.05.49H6c0%20.28.04.54.1.8l-1.67%201.48c-.15.14-.36.22-.57.22a.86.86%200%200%201-.86-.86V9H2C.9%209%200%208.1%200%207V2C0%20.9.9%200%202%200z%22%2F%3E%3Cpath%20d%3D%22M9.51%207a2.5%202.5%200%201%201%200%205a2.5%202.5%200%200%201%200-5%22%2F%3E%3C%2Fg%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%2012%2012%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M10%200c1.1%200%202%20.9%202%202v5.05c-.28-.29-.62-.52-.99-.7V2c0-.55-.45-1-1-1h-8c-.55%200-1%20.45-1%201v5c0%20.55.45%201%201%201h2v2.83l2.05-1.82c-.02.16-.05.32-.05.49H6c0%20.28.04.54.1.8l-1.67%201.48c-.15.14-.36.22-.57.22a.86.86%200%200%201-.86-.86V9H2C.9%209%200%208.1%200%207V2C0%20.9.9%200%202%200z%22%2F%3E%3Cpath%20d%3D%22M9.51%207a2.5%202.5%200%201%201%200%205a2.5%202.5%200%200%201%200-5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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