check circle unread icon
check-circle-unread-outline from Material Symbols by Google · Outline · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- check-circle-unread-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- check-circle-unread-outline-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="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.7 0 1.388.1t1.362.3q-.275.425-.45.913t-.25.987q-.5-.15-1.012-.225T12 4Q8.65 4 6.325 6.325T4 12t2.325 5.675T12 20t5.675-2.325T20 12q0-.525-.075-1.037T19.7 9.95q.5-.075.988-.25t.912-.45q.2.675.3 1.363T22 12q0 2.075-.787 3.9t-2.138 3.175t-3.175 2.138T12 22t-3.9-.788m2.475-4.612L17.4 9.775q-.5-.175-.937-.437t-.838-.613L10.6 13.75l-2.85-2.8l-1.4 1.4z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsCheckCircleUnreadOutline(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.7 0 1.388.1t1.362.3q-.275.425-.45.913t-.25.987q-.5-.15-1.012-.225T12 4Q8.65 4 6.325 6.325T4 12t2.325 5.675T12 20t5.675-2.325T20 12q0-.525-.075-1.037T19.7 9.95q.5-.075.988-.25t.912-.45q.2.675.3 1.363T22 12q0 2.075-.787 3.9t-2.138 3.175t-3.175 2.138T12 22t-3.9-.788m2.475-4.612L17.4 9.775q-.5-.175-.937-.437t-.838-.613L10.6 13.75l-2.85-2.8l-1.4 1.4z"/></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.7 0 1.388.1t1.362.3q-.275.425-.45.913t-.25.987q-.5-.15-1.012-.225T12 4Q8.65 4 6.325 6.325T4 12t2.325 5.675T12 20t5.675-2.325T20 12q0-.525-.075-1.037T19.7 9.95q.5-.075.988-.25t.912-.45q.2.675.3 1.363T22 12q0 2.075-.787 3.9t-2.138 3.175t-3.175 2.138T12 22t-3.9-.788m2.475-4.612L17.4 9.775q-.5-.175-.937-.437t-.838-.613L10.6 13.75l-2.85-2.8l-1.4 1.4z"/></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.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.7%200%201.388.1t1.362.3q-.275.425-.45.913t-.25.987q-.5-.15-1.012-.225T12%204Q8.65%204%206.325%206.325T4%2012t2.325%205.675T12%2020t5.675-2.325T20%2012q0-.525-.075-1.037T19.7%209.95q.5-.075.988-.25t.912-.45q.2.675.3%201.363T22%2012q0%202.075-.787%203.9t-2.138%203.175t-3.175%202.138T12%2022t-3.9-.788m2.475-4.612L17.4%209.775q-.5-.175-.937-.437t-.838-.613L10.6%2013.75l-2.85-2.8l-1.4%201.4z%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.7%200%201.388.1t1.362.3q-.275.425-.45.913t-.25.987q-.5-.15-1.012-.225T12%204Q8.65%204%206.325%206.325T4%2012t2.325%205.675T12%2020t5.675-2.325T20%2012q0-.525-.075-1.037T19.7%209.95q.5-.075.988-.25t.912-.45q.2.675.3%201.363T22%2012q0%202.075-.787%203.9t-2.138%203.175t-3.175%202.138T12%2022t-3.9-.788m2.475-4.612L17.4%209.775q-.5-.175-.937-.437t-.838-.613L10.6%2013.75l-2.85-2.8l-1.4%201.4z%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.svg?color=%231a73e8&size=48