check circle unread icon

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

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

3 other variants in Material Symbols Light

The same icon in other sets

More ui actions icons from Material Symbols Light

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="M16.73 7.272Q16 6.543 16 5.502t.729-1.771T18.498 3t1.771.729T21 5.498t-.728 1.771t-1.77.731t-1.771-.728m-8.238 13.02q-1.643-.709-2.859-1.924t-1.925-2.856T3 12.003t.709-3.51q.709-1.643 1.924-2.859T8.49 3.709T12 3q.662 0 1.291.1q.63.1 1.247.28q-.14.21-.228.45t-.145.49q-.538-.15-1.07-.236Q12.564 4 12 4Q8.65 4 6.325 6.325T4 12t2.325 5.675T12 20t5.675-2.325T20 12q0-.563-.084-1.095q-.085-.532-.235-1.07q.25-.056.487-.154t.451-.22q.181.618.281 1.248T21 12q0 1.868-.708 3.51t-1.923 2.858t-2.857 1.923t-3.509.709t-3.51-.708m2.063-4.384l6.229-6.23q-.25-.097-.477-.221t-.433-.29l-5.313 5.314l-2.85-2.839l-.708.708z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightCheckCircleUnreadOutline(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="M16.73 7.272Q16 6.543 16 5.502t.729-1.771T18.498 3t1.771.729T21 5.498t-.728 1.771t-1.77.731t-1.771-.728m-8.238 13.02q-1.643-.709-2.859-1.924t-1.925-2.856T3 12.003t.709-3.51q.709-1.643 1.924-2.859T8.49 3.709T12 3q.662 0 1.291.1q.63.1 1.247.28q-.14.21-.228.45t-.145.49q-.538-.15-1.07-.236Q12.564 4 12 4Q8.65 4 6.325 6.325T4 12t2.325 5.675T12 20t5.675-2.325T20 12q0-.563-.084-1.095q-.085-.532-.235-1.07q.25-.056.487-.154t.451-.22q.181.618.281 1.248T21 12q0 1.868-.708 3.51t-1.923 2.858t-2.857 1.923t-3.509.709t-3.51-.708m2.063-4.384l6.229-6.23q-.25-.097-.477-.221t-.433-.29l-5.313 5.314l-2.85-2.839l-.708.708z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.73 7.272Q16 6.543 16 5.502t.729-1.771T18.498 3t1.771.729T21 5.498t-.728 1.771t-1.77.731t-1.771-.728m-8.238 13.02q-1.643-.709-2.859-1.924t-1.925-2.856T3 12.003t.709-3.51q.709-1.643 1.924-2.859T8.49 3.709T12 3q.662 0 1.291.1q.63.1 1.247.28q-.14.21-.228.45t-.145.49q-.538-.15-1.07-.236Q12.564 4 12 4Q8.65 4 6.325 6.325T4 12t2.325 5.675T12 20t5.675-2.325T20 12q0-.563-.084-1.095q-.085-.532-.235-1.07q.25-.056.487-.154t.451-.22q.181.618.281 1.248T21 12q0 1.868-.708 3.51t-1.923 2.858t-2.857 1.923t-3.509.709t-3.51-.708m2.063-4.384l6.229-6.23q-.25-.097-.477-.221t-.433-.29l-5.313 5.314l-2.85-2.839l-.708.708z"/></svg>
</template>

CSS

.icon-check-circle-unread-outline {
  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%22M16.73%207.272Q16%206.543%2016%205.502t.729-1.771T18.498%203t1.771.729T21%205.498t-.728%201.771t-1.77.731t-1.771-.728m-8.238%2013.02q-1.643-.709-2.859-1.924t-1.925-2.856T3%2012.003t.709-3.51q.709-1.643%201.924-2.859T8.49%203.709T12%203q.662%200%201.291.1q.63.1%201.247.28q-.14.21-.228.45t-.145.49q-.538-.15-1.07-.236Q12.564%204%2012%204Q8.65%204%206.325%206.325T4%2012t2.325%205.675T12%2020t5.675-2.325T20%2012q0-.563-.084-1.095q-.085-.532-.235-1.07q.25-.056.487-.154t.451-.22q.181.618.281%201.248T21%2012q0%201.868-.708%203.51t-1.923%202.858t-2.857%201.923t-3.509.709t-3.51-.708m2.063-4.384l6.229-6.23q-.25-.097-.477-.221t-.433-.29l-5.313%205.314l-2.85-2.839l-.708.708z%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%22M16.73%207.272Q16%206.543%2016%205.502t.729-1.771T18.498%203t1.771.729T21%205.498t-.728%201.771t-1.77.731t-1.771-.728m-8.238%2013.02q-1.643-.709-2.859-1.924t-1.925-2.856T3%2012.003t.709-3.51q.709-1.643%201.924-2.859T8.49%203.709T12%203q.662%200%201.291.1q.63.1%201.247.28q-.14.21-.228.45t-.145.49q-.538-.15-1.07-.236Q12.564%204%2012%204Q8.65%204%206.325%206.325T4%2012t2.325%205.675T12%2020t5.675-2.325T20%2012q0-.563-.084-1.095q-.085-.532-.235-1.07q.25-.056.487-.154t.451-.22q.181.618.281%201.248T21%2012q0%201.868-.708%203.51t-1.923%202.858t-2.857%201.923t-3.509.709t-3.51-.708m2.063-4.384l6.229-6.23q-.25-.097-.477-.221t-.433-.29l-5.313%205.314l-2.85-2.839l-.708.708z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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