check circle unread icon
check-circle-unread-rounded from Material Symbols by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- check-circle-unread-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
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.95t3.163-2.137t3.887-.788q.425 0 .825.038t.8.087q.425.075.625.475t.025.825q-.125.375-.187.75T14 5q0 1.125.438 2.063T15.65 8.7l-5.075 5.1l-2.125-2.15q-.3-.3-.7-.3t-.7.3t-.3.713t.3.712L9.875 15.9q.3.3.7.3t.7-.3l6.15-6.15q.375.125.762.188T19 10t.8-.062t.75-.188q.425-.125.825.05t.475.6q.05.4.088.788t.037.812q0 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 MaterialSymbolsCheckCircleUnreadRounded(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.95t3.163-2.137t3.887-.788q.425 0 .825.038t.8.087q.425.075.625.475t.025.825q-.125.375-.187.75T14 5q0 1.125.438 2.063T15.65 8.7l-5.075 5.1l-2.125-2.15q-.3-.3-.7-.3t-.7.3t-.3.713t.3.712L9.875 15.9q.3.3.7.3t.7-.3l6.15-6.15q.375.125.762.188T19 10t.8-.062t.75-.188q.425-.125.825.05t.475.6q.05.4.088.788t.037.812q0 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.95t3.163-2.137t3.887-.788q.425 0 .825.038t.8.087q.425.075.625.475t.025.825q-.125.375-.187.75T14 5q0 1.125.438 2.063T15.65 8.7l-5.075 5.1l-2.125-2.15q-.3-.3-.7-.3t-.7.3t-.3.713t.3.712L9.875 15.9q.3.3.7.3t.7-.3l6.15-6.15q.375.125.762.188T19 10t.8-.062t.75-.188q.425-.125.825.05t.475.6q.05.4.088.788t.037.812q0 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-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%22M8.1%2021.213q-1.825-.788-3.175-2.138T2.788%2015.9T2%2012t.788-3.887T4.925%204.95t3.163-2.137t3.887-.788q.425%200%20.825.038t.8.087q.425.075.625.475t.025.825q-.125.375-.187.75T14%205q0%201.125.438%202.063T15.65%208.7l-5.075%205.1l-2.125-2.15q-.3-.3-.7-.3t-.7.3t-.3.713t.3.712L9.875%2015.9q.3.3.7.3t.7-.3l6.15-6.15q.375.125.762.188T19%2010t.8-.062t.75-.188q.425-.125.825.05t.475.6q.05.4.088.788t.037.812q0%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.95t3.163-2.137t3.887-.788q.425%200%20.825.038t.8.087q.425.075.625.475t.025.825q-.125.375-.187.75T14%205q0%201.125.438%202.063T15.65%208.7l-5.075%205.1l-2.125-2.15q-.3-.3-.7-.3t-.7.3t-.3.713t.3.712L9.875%2015.9q.3.3.7.3t.7-.3l6.15-6.15q.375.125.762.188T19%2010t.8-.062t.75-.188q.425-.125.825.05t.475.6q.05.4.088.788t.037.812q0%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-rounded.svg?color=%231a73e8&size=48