comment compact icon

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

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

Related icons in Codicons

Use the comment compact icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M3.86 12a.86.86 0 0 1-.86-.86V9H2C.9 9 0 8.1 0 7V2C0 .9.9 0 2 0h8c1.1 0 2 .9 2 2v5c0 1.1-.9 2-2 2H7.57l-3.13 2.78c-.16.14-.36.22-.57.22zM2 1c-.55 0-1 .45-1 1v5c0 .55.45 1 1 1h2v2.88L7.18 8H10c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1z"/></svg>

React

import type { SVGProps } from "react";

export function CodiconCommentCompact(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M3.86 12a.86.86 0 0 1-.86-.86V9H2C.9 9 0 8.1 0 7V2C0 .9.9 0 2 0h8c1.1 0 2 .9 2 2v5c0 1.1-.9 2-2 2H7.57l-3.13 2.78c-.16.14-.36.22-.57.22zM2 1c-.55 0-1 .45-1 1v5c0 .55.45 1 1 1h2v2.88L7.18 8H10c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M3.86 12a.86.86 0 0 1-.86-.86V9H2C.9 9 0 8.1 0 7V2C0 .9.9 0 2 0h8c1.1 0 2 .9 2 2v5c0 1.1-.9 2-2 2H7.57l-3.13 2.78c-.16.14-.36.22-.57.22zM2 1c-.55 0-1 .45-1 1v5c0 .55.45 1 1 1h2v2.88L7.18 8H10c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1z"/></svg>
</template>

CSS

.icon-comment-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.86%2012a.86.86%200%200%201-.86-.86V9H2C.9%209%200%208.1%200%207V2C0%20.9.9%200%202%200h8c1.1%200%202%20.9%202%202v5c0%201.1-.9%202-2%202H7.57l-3.13%202.78c-.16.14-.36.22-.57.22zM2%201c-.55%200-1%20.45-1%201v5c0%20.55.45%201%201%201h2v2.88L7.18%208H10c.55%200%201-.45%201-1V2c0-.55-.45-1-1-1z%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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.86%2012a.86.86%200%200%201-.86-.86V9H2C.9%209%200%208.1%200%207V2C0%20.9.9%200%202%200h8c1.1%200%202%20.9%202%202v5c0%201.1-.9%202-2%202H7.57l-3.13%202.78c-.16.14-.36.22-.57.22zM2%201c-.55%200-1%20.45-1%201v5c0%20.55.45%201%201%201h2v2.88L7.18%208H10c.55%200%201-.45%201-1V2c0-.55-.45-1-1-1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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