check circle unread icon

check-circle-unread from Material Symbols by Google · Regular · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
check-circle-unread
Set
Material Symbols
Style
Regular
Category
UI Actions
Viewbox
24×24
License
Apache 2.0
Aliases
check-circle-unread-sharp

3 other variants in Material Symbols

The same icon in other sets

More ui actions icons from Material Symbols

Use the check circle unread icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.1 21.213q-1.825-.788-3.175-2.138T2.788 15.9T2 12t.788-3.887T4.925 4.95T8.1 2.813t3.9-.788q.725 0 1.4.088t1.325.287q-.35.575-.537 1.225T14 5q0 1.125.438 2.063T15.65 8.7l-5.075 5.1l-2.825-2.85l-1.425 1.425l4.25 4.225l6.85-6.85q.375.125.763.188T19 10q.725 0 1.375-.187t1.225-.538q.2.65.288 1.325t.087 1.4q0 2.075-.788 3.9t-2.137 3.175t-3.162 2.138T12 22t-3.9-.788m8.775-14.087Q16 6.25 16 5t.875-2.125T19 2t2.125.875T22 5t-.875 2.125T19 8t-2.125-.875"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsCheckCircleUnread(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.1 21.213q-1.825-.788-3.175-2.138T2.788 15.9T2 12t.788-3.887T4.925 4.95T8.1 2.813t3.9-.788q.725 0 1.4.088t1.325.287q-.35.575-.537 1.225T14 5q0 1.125.438 2.063T15.65 8.7l-5.075 5.1l-2.825-2.85l-1.425 1.425l4.25 4.225l6.85-6.85q.375.125.763.188T19 10q.725 0 1.375-.187t1.225-.538q.2.65.288 1.325t.087 1.4q0 2.075-.788 3.9t-2.137 3.175t-3.162 2.138T12 22t-3.9-.788m8.775-14.087Q16 6.25 16 5t.875-2.125T19 2t2.125.875T22 5t-.875 2.125T19 8t-2.125-.875"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.1 21.213q-1.825-.788-3.175-2.138T2.788 15.9T2 12t.788-3.887T4.925 4.95T8.1 2.813t3.9-.788q.725 0 1.4.088t1.325.287q-.35.575-.537 1.225T14 5q0 1.125.438 2.063T15.65 8.7l-5.075 5.1l-2.825-2.85l-1.425 1.425l4.25 4.225l6.85-6.85q.375.125.763.188T19 10q.725 0 1.375-.187t1.225-.538q.2.65.288 1.325t.087 1.4q0 2.075-.788 3.9t-2.137 3.175t-3.162 2.138T12 22t-3.9-.788m8.775-14.087Q16 6.25 16 5t.875-2.125T19 2t2.125.875T22 5t-.875 2.125T19 8t-2.125-.875"/></svg>
</template>

CSS

.icon-check-circle-unread {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.1%2021.213q-1.825-.788-3.175-2.138T2.788%2015.9T2%2012t.788-3.887T4.925%204.95T8.1%202.813t3.9-.788q.725%200%201.4.088t1.325.287q-.35.575-.537%201.225T14%205q0%201.125.438%202.063T15.65%208.7l-5.075%205.1l-2.825-2.85l-1.425%201.425l4.25%204.225l6.85-6.85q.375.125.763.188T19%2010q.725%200%201.375-.187t1.225-.538q.2.65.288%201.325t.087%201.4q0%202.075-.788%203.9t-2.137%203.175t-3.162%202.138T12%2022t-3.9-.788m8.775-14.087Q16%206.25%2016%205t.875-2.125T19%202t2.125.875T22%205t-.875%202.125T19%208t-2.125-.875%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.1%2021.213q-1.825-.788-3.175-2.138T2.788%2015.9T2%2012t.788-3.887T4.925%204.95T8.1%202.813t3.9-.788q.725%200%201.4.088t1.325.287q-.35.575-.537%201.225T14%205q0%201.125.438%202.063T15.65%208.7l-5.075%205.1l-2.825-2.85l-1.425%201.425l4.25%204.225l6.85-6.85q.375.125.763.188T19%2010q.725%200%201.375-.187t1.225-.538q.2.65.288%201.325t.087%201.4q0%202.075-.788%203.9t-2.137%203.175t-3.162%202.138T12%2022t-3.9-.788m8.775-14.087Q16%206.25%2016%205t.875-2.125T19%202t2.125.875T22%205t-.875%202.125T19%208t-2.125-.875%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/check-circle-unread.svg?color=%231a73e8&size=48