Skip to main content

Calendar checkmark


Examples

Heading
Smaller heading

Inline text

Inline font

Example link text

Download

Download the SVG to use or edit.

Download SVG

Icon font

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

<i class="wiw-icon wiw-calendar-checkmark"></i>

Code point

  • Unicode: U+F11B
  • CSS: \F11B
  • JS: \uF11B
  • HTML: &#xF11B;

Copy HTML

Paste the SVG right into your project's code.

<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="wiw-icon wiw-calendar-checkmark" viewBox="0 0 24 24">
  <g fill-rule="evenodd">
    <path d="M22 21c0 .552-.449 1-1 1H3c-.551 0-1-.448-1-1V6c0-.552.449-1 1-1h5.722C8.375 5.595 7.737 6 7 6a1 1 0 1 0 0 2c1.858 0 3.411-1.279 3.858-3h7.864c-.347.595-.985 1-1.722 1a1 1 0 1 0 0 2c1.858 0 3.411-1.279 3.858-3H21c.551 0 1 .448 1 1v15ZM7 2c.737 0 1.375.405 1.722 1H5.278c.347-.595.985-1 1.722-1Zm10 0c.737 0 1.375.405 1.722 1h-3.444c.347-.595.985-1 1.722-1Zm4 1h-.142c-.447-1.721-2-3-3.858-3s-3.411 1.279-3.858 3h-2.284c-.447-1.721-2-3-3.858-3S3.589 1.279 3.142 3H3C1.346 3 0 4.346 0 6v15c0 1.654 1.346 3 3 3h18c1.654 0 3-1.346 3-3V6c0-1.654-1.346-3-3-3Z"/>
    <path d="M18.707 10.293a.999.999 0 0 1 0 1.414l-7 7a.997.997 0 0 1-1.414 0l-4-4a.999.999 0 1 1 1.414-1.414L11 16.586l6.293-6.293a.999.999 0 0 1 1.414 0Z"/>
  </g>
</svg>