check circle unread icon

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

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

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.523 0 1.046.072q.524.072 1.018.18q.188.056.28.236t.015.358q-.076.19-.265.292q-.19.103-.403.053q-.41-.108-.836-.15T12 4Q8.65 4 6.325 6.325T4 12t2.325 5.675T12 20t5.675-2.325T20 12q0-.429-.041-.855q-.042-.426-.15-.835q-.05-.21.052-.394t.29-.258t.365.008q.176.082.232.27q.108.494.18 1.018Q21 11.477 21 12q0 1.868-.708 3.51t-1.924 2.858t-2.856 1.923t-3.509.709t-3.51-.708m2.069-5.811l-2.496-2.49q-.141-.141-.342-.15t-.37.16q-.156.155-.156.349t.16.354l2.633 2.638q.242.242.565.242t.565-.242l5.206-5.206q.177-.176.146-.362t-.171-.326t-.326-.168t-.362.149z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightCheckCircleUnreadOutlineRounded(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.523 0 1.046.072q.524.072 1.018.18q.188.056.28.236t.015.358q-.076.19-.265.292q-.19.103-.403.053q-.41-.108-.836-.15T12 4Q8.65 4 6.325 6.325T4 12t2.325 5.675T12 20t5.675-2.325T20 12q0-.429-.041-.855q-.042-.426-.15-.835q-.05-.21.052-.394t.29-.258t.365.008q.176.082.232.27q.108.494.18 1.018Q21 11.477 21 12q0 1.868-.708 3.51t-1.924 2.858t-2.856 1.923t-3.509.709t-3.51-.708m2.069-5.811l-2.496-2.49q-.141-.141-.342-.15t-.37.16q-.156.155-.156.349t.16.354l2.633 2.638q.242.242.565.242t.565-.242l5.206-5.206q.177-.176.146-.362t-.171-.326t-.326-.168t-.362.149z"/></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.523 0 1.046.072q.524.072 1.018.18q.188.056.28.236t.015.358q-.076.19-.265.292q-.19.103-.403.053q-.41-.108-.836-.15T12 4Q8.65 4 6.325 6.325T4 12t2.325 5.675T12 20t5.675-2.325T20 12q0-.429-.041-.855q-.042-.426-.15-.835q-.05-.21.052-.394t.29-.258t.365.008q.176.082.232.27q.108.494.18 1.018Q21 11.477 21 12q0 1.868-.708 3.51t-1.924 2.858t-2.856 1.923t-3.509.709t-3.51-.708m2.069-5.811l-2.496-2.49q-.141-.141-.342-.15t-.37.16q-.156.155-.156.349t.16.354l2.633 2.638q.242.242.565.242t.565-.242l5.206-5.206q.177-.176.146-.362t-.171-.326t-.326-.168t-.362.149z"/></svg>
</template>

CSS

.icon-check-circle-unread-outline-rounded {
  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.523%200%201.046.072q.524.072%201.018.18q.188.056.28.236t.015.358q-.076.19-.265.292q-.19.103-.403.053q-.41-.108-.836-.15T12%204Q8.65%204%206.325%206.325T4%2012t2.325%205.675T12%2020t5.675-2.325T20%2012q0-.429-.041-.855q-.042-.426-.15-.835q-.05-.21.052-.394t.29-.258t.365.008q.176.082.232.27q.108.494.18%201.018Q21%2011.477%2021%2012q0%201.868-.708%203.51t-1.924%202.858t-2.856%201.923t-3.509.709t-3.51-.708m2.069-5.811l-2.496-2.49q-.141-.141-.342-.15t-.37.16q-.156.155-.156.349t.16.354l2.633%202.638q.242.242.565.242t.565-.242l5.206-5.206q.177-.176.146-.362t-.171-.326t-.326-.168t-.362.149z%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.523%200%201.046.072q.524.072%201.018.18q.188.056.28.236t.015.358q-.076.19-.265.292q-.19.103-.403.053q-.41-.108-.836-.15T12%204Q8.65%204%206.325%206.325T4%2012t2.325%205.675T12%2020t5.675-2.325T20%2012q0-.429-.041-.855q-.042-.426-.15-.835q-.05-.21.052-.394t.29-.258t.365.008q.176.082.232.27q.108.494.18%201.018Q21%2011.477%2021%2012q0%201.868-.708%203.51t-1.924%202.858t-2.856%201.923t-3.509.709t-3.51-.708m2.069-5.811l-2.496-2.49q-.141-.141-.342-.15t-.37.16q-.156.155-.156.349t.16.354l2.633%202.638q.242.242.565.242t.565-.242l5.206-5.206q.177-.176.146-.362t-.171-.326t-.326-.168t-.362.149z%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-rounded.svg?color=%231a73e8&size=48