check circle unread icon
check-circle-unread-outline-rounded from Material Symbols by Google · Outline Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- check-circle-unread-outline-rounded
- Set
- Material Symbols
- Style
- Outline 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="M16.875 7.125Q16 6.25 16 5t.875-2.125T19 2t2.125.875T22 5t-.875 2.125T19 8t-2.125-.875M8.1 21.213q-1.825-.788-3.175-2.138T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2q.45 0 .9.05t.875.125q.4.075.588.438t.037.737q-.15.4-.525.588t-.8.137q-.275-.05-.537-.062T12 4Q8.65 4 6.325 6.325T4 12t2.325 5.675T12 20t5.675-2.325T20 12q0-.275-.012-.537t-.063-.538q-.05-.425.138-.8t.587-.525t.75.038t.425.587q.075.425.125.875t.05.9q0 2.075-.788 3.9t-2.137 3.175t-3.175 2.138T12 22t-3.9-.788m2.5-7.462l-2.15-2.125q-.275-.275-.687-.275t-.713.3q-.275.275-.275.7t.275.7l2.825 2.85q.3.3.7.3t.7-.3l5.225-5.225q.35-.35.3-.738t-.325-.662t-.663-.312t-.737.312z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsCheckCircleUnreadOutlineRounded(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.875 7.125Q16 6.25 16 5t.875-2.125T19 2t2.125.875T22 5t-.875 2.125T19 8t-2.125-.875M8.1 21.213q-1.825-.788-3.175-2.138T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2q.45 0 .9.05t.875.125q.4.075.588.438t.037.737q-.15.4-.525.588t-.8.137q-.275-.05-.537-.062T12 4Q8.65 4 6.325 6.325T4 12t2.325 5.675T12 20t5.675-2.325T20 12q0-.275-.012-.537t-.063-.538q-.05-.425.138-.8t.587-.525t.75.038t.425.587q.075.425.125.875t.05.9q0 2.075-.788 3.9t-2.137 3.175t-3.175 2.138T12 22t-3.9-.788m2.5-7.462l-2.15-2.125q-.275-.275-.687-.275t-.713.3q-.275.275-.275.7t.275.7l2.825 2.85q.3.3.7.3t.7-.3l5.225-5.225q.35-.35.3-.738t-.325-.662t-.663-.312t-.737.312z"/></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.875 7.125Q16 6.25 16 5t.875-2.125T19 2t2.125.875T22 5t-.875 2.125T19 8t-2.125-.875M8.1 21.213q-1.825-.788-3.175-2.138T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2q.45 0 .9.05t.875.125q.4.075.588.438t.037.737q-.15.4-.525.588t-.8.137q-.275-.05-.537-.062T12 4Q8.65 4 6.325 6.325T4 12t2.325 5.675T12 20t5.675-2.325T20 12q0-.275-.012-.537t-.063-.538q-.05-.425.138-.8t.587-.525t.75.038t.425.587q.075.425.125.875t.05.9q0 2.075-.788 3.9t-2.137 3.175t-3.175 2.138T12 22t-3.9-.788m2.5-7.462l-2.15-2.125q-.275-.275-.687-.275t-.713.3q-.275.275-.275.7t.275.7l2.825 2.85q.3.3.7.3t.7-.3l5.225-5.225q.35-.35.3-.738t-.325-.662t-.663-.312t-.737.312z"/></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.875%207.125Q16%206.25%2016%205t.875-2.125T19%202t2.125.875T22%205t-.875%202.125T19%208t-2.125-.875M8.1%2021.213q-1.825-.788-3.175-2.138T2.788%2015.9T2%2012t.788-3.9t2.137-3.175T8.1%202.788T12%202q.45%200%20.9.05t.875.125q.4.075.588.438t.037.737q-.15.4-.525.588t-.8.137q-.275-.05-.537-.062T12%204Q8.65%204%206.325%206.325T4%2012t2.325%205.675T12%2020t5.675-2.325T20%2012q0-.275-.012-.537t-.063-.538q-.05-.425.138-.8t.587-.525t.75.038t.425.587q.075.425.125.875t.05.9q0%202.075-.788%203.9t-2.137%203.175t-3.175%202.138T12%2022t-3.9-.788m2.5-7.462l-2.15-2.125q-.275-.275-.687-.275t-.713.3q-.275.275-.275.7t.275.7l2.825%202.85q.3.3.7.3t.7-.3l5.225-5.225q.35-.35.3-.738t-.325-.662t-.663-.312t-.737.312z%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.875%207.125Q16%206.25%2016%205t.875-2.125T19%202t2.125.875T22%205t-.875%202.125T19%208t-2.125-.875M8.1%2021.213q-1.825-.788-3.175-2.138T2.788%2015.9T2%2012t.788-3.9t2.137-3.175T8.1%202.788T12%202q.45%200%20.9.05t.875.125q.4.075.588.438t.037.737q-.15.4-.525.588t-.8.137q-.275-.05-.537-.062T12%204Q8.65%204%206.325%206.325T4%2012t2.325%205.675T12%2020t5.675-2.325T20%2012q0-.275-.012-.537t-.063-.538q-.05-.425.138-.8t.587-.525t.75.038t.425.587q.075.425.125.875t.05.9q0%202.075-.788%203.9t-2.137%203.175t-3.175%202.138T12%2022t-3.9-.788m2.5-7.462l-2.15-2.125q-.275-.275-.687-.275t-.713.3q-.275.275-.275.7t.275.7l2.825%202.85q.3.3.7.3t.7-.3l5.225-5.225q.35-.35.3-.738t-.325-.662t-.663-.312t-.737.312z%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-outline-rounded.svg?color=%231a73e8&size=48