Skip to main content

icon-comment


Examples

Heading
Smaller heading

Inline text

Example link text

Icon Component

Using the Icon Component? Copy, paste, and go.

<s-icon name="icon-comment"></s-icon>

Icon font

Using the web font? Copy, paste, and go.

<span class="sf-main sf-icon-comment"></span>

Code point

  • Unicode: U+F122
  • CSS: \F122
  • JS: \uF122
  • HTML: &#xF122;

Copy HTML

Paste the SVG right into your project's code.

<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="s-icon s-icon-icon-comment" viewBox="0 0 16 16">
  <path fill-rule="evenodd" d="M3.333 2.666a.667.667 0 0 0-.667.667v9.06l1.527-1.533a.667.667 0 0 1 .473-.194h8a.667.667 0 0 0 .667-.666V3.333a.666.666 0 0 0-.667-.667H3.333ZM1.92 1.92a2 2 0 0 1 1.413-.587h9.333a2 2 0 0 1 2 2V10a2 2 0 0 1-2 2H4.94l-2.467 2.473a.667.667 0 0 1-.727.14.666.666 0 0 1-.413-.613V3.333A2 2 0 0 1 1.92 1.92Z"/>
</svg>