comment unresolved icon

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

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

Related icons in Codicons

Use the comment unresolved icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M8.081 11.203A4 4 0 0 0 8 12v-.001c0 .167.024.33.047.49l.009.063l-2.431 2.127c-.633.555-1.625.105-1.625-.737V12h-.5A2.5 2.5 0 0 1 1 9.5v-5A2.5 2.5 0 0 1 3.5 2h9A2.5 2.5 0 0 1 15 4.5v4.882a4 4 0 0 0-1-.826V4.5A1.5 1.5 0 0 0 12.5 3h-9A1.5 1.5 0 0 0 2 4.5v5A1.5 1.5 0 0 0 3.5 11H5v2.898z"/><path d="M15 12a3 3 0 1 1-6 0a3 3 0 0 1 6 0"/></g></svg>

React

import type { SVGProps } from "react";

export function CodiconCommentUnresolved(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M8.081 11.203A4 4 0 0 0 8 12v-.001c0 .167.024.33.047.49l.009.063l-2.431 2.127c-.633.555-1.625.105-1.625-.737V12h-.5A2.5 2.5 0 0 1 1 9.5v-5A2.5 2.5 0 0 1 3.5 2h9A2.5 2.5 0 0 1 15 4.5v4.882a4 4 0 0 0-1-.826V4.5A1.5 1.5 0 0 0 12.5 3h-9A1.5 1.5 0 0 0 2 4.5v5A1.5 1.5 0 0 0 3.5 11H5v2.898z"/><path d="M15 12a3 3 0 1 1-6 0a3 3 0 0 1 6 0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M8.081 11.203A4 4 0 0 0 8 12v-.001c0 .167.024.33.047.49l.009.063l-2.431 2.127c-.633.555-1.625.105-1.625-.737V12h-.5A2.5 2.5 0 0 1 1 9.5v-5A2.5 2.5 0 0 1 3.5 2h9A2.5 2.5 0 0 1 15 4.5v4.882a4 4 0 0 0-1-.826V4.5A1.5 1.5 0 0 0 12.5 3h-9A1.5 1.5 0 0 0 2 4.5v5A1.5 1.5 0 0 0 3.5 11H5v2.898z"/><path d="M15 12a3 3 0 1 1-6 0a3 3 0 0 1 6 0"/></g></svg>
</template>

CSS

.icon-comment-unresolved {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M8.081%2011.203A4%204%200%200%200%208%2012v-.001c0%20.167.024.33.047.49l.009.063l-2.431%202.127c-.633.555-1.625.105-1.625-.737V12h-.5A2.5%202.5%200%200%201%201%209.5v-5A2.5%202.5%200%200%201%203.5%202h9A2.5%202.5%200%200%201%2015%204.5v4.882a4%204%200%200%200-1-.826V4.5A1.5%201.5%200%200%200%2012.5%203h-9A1.5%201.5%200%200%200%202%204.5v5A1.5%201.5%200%200%200%203.5%2011H5v2.898z%22%2F%3E%3Cpath%20d%3D%22M15%2012a3%203%200%201%201-6%200a3%203%200%200%201%206%200%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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M8.081%2011.203A4%204%200%200%200%208%2012v-.001c0%20.167.024.33.047.49l.009.063l-2.431%202.127c-.633.555-1.625.105-1.625-.737V12h-.5A2.5%202.5%200%200%201%201%209.5v-5A2.5%202.5%200%200%201%203.5%202h9A2.5%202.5%200%200%201%2015%204.5v4.882a4%204%200%200%200-1-.826V4.5A1.5%201.5%200%200%200%2012.5%203h-9A1.5%201.5%200%200%200%202%204.5v5A1.5%201.5%200%200%200%203.5%2011H5v2.898z%22%2F%3E%3Cpath%20d%3D%22M15%2012a3%203%200%201%201-6%200a3%203%200%200%201%206%200%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.svg?color=%231a73e8&size=48