check circle unread icon
check-circle-unread from Material Symbols Light by Google · Regular · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- check-circle-unread
- Set
- Material Symbols Light
- Style
- Regular
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- check-circle-unread-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="M8.488 20.292q-1.642-.709-2.857-1.924t-1.923-2.856T3 12.003t.709-3.502t1.924-2.855t2.857-1.93q1.643-.71 3.51-.71q.552 0 1.092.059t1.075.2q-.254.518-.403 1.069T13.617 5.5q0 1.226.543 2.248q.543 1.021 1.453 1.683l-5.056 5.061l-2.844-2.85l-.714.714l3.558 3.552l5.946-5.946q.471.202.964.312t1.034.11q.615 0 1.166-.148t1.069-.403q.142.534.2 1.075q.06.54.06 1.092q0 1.868-.711 3.51q-.711 1.643-1.93 2.858T15.5 20.29t-3.503.71t-3.509-.708m8.243-13.02Q16 6.542 16 5.502t.729-1.771T18.498 3t1.771.729T21 5.498t-.728 1.771t-1.77.731t-1.771-.728"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightCheckCircleUnread(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.488 20.292q-1.642-.709-2.857-1.924t-1.923-2.856T3 12.003t.709-3.502t1.924-2.855t2.857-1.93q1.643-.71 3.51-.71q.552 0 1.092.059t1.075.2q-.254.518-.403 1.069T13.617 5.5q0 1.226.543 2.248q.543 1.021 1.453 1.683l-5.056 5.061l-2.844-2.85l-.714.714l3.558 3.552l5.946-5.946q.471.202.964.312t1.034.11q.615 0 1.166-.148t1.069-.403q.142.534.2 1.075q.06.54.06 1.092q0 1.868-.711 3.51q-.711 1.643-1.93 2.858T15.5 20.29t-3.503.71t-3.509-.708m8.243-13.02Q16 6.542 16 5.502t.729-1.771T18.498 3t1.771.729T21 5.498t-.728 1.771t-1.77.731t-1.771-.728"/></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.488 20.292q-1.642-.709-2.857-1.924t-1.923-2.856T3 12.003t.709-3.502t1.924-2.855t2.857-1.93q1.643-.71 3.51-.71q.552 0 1.092.059t1.075.2q-.254.518-.403 1.069T13.617 5.5q0 1.226.543 2.248q.543 1.021 1.453 1.683l-5.056 5.061l-2.844-2.85l-.714.714l3.558 3.552l5.946-5.946q.471.202.964.312t1.034.11q.615 0 1.166-.148t1.069-.403q.142.534.2 1.075q.06.54.06 1.092q0 1.868-.711 3.51q-.711 1.643-1.93 2.858T15.5 20.29t-3.503.71t-3.509-.708m8.243-13.02Q16 6.542 16 5.502t.729-1.771T18.498 3t1.771.729T21 5.498t-.728 1.771t-1.77.731t-1.771-.728"/></svg> </template>
CSS
.icon-check-circle-unread {
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.488%2020.292q-1.642-.709-2.857-1.924t-1.923-2.856T3%2012.003t.709-3.502t1.924-2.855t2.857-1.93q1.643-.71%203.51-.71q.552%200%201.092.059t1.075.2q-.254.518-.403%201.069T13.617%205.5q0%201.226.543%202.248q.543%201.021%201.453%201.683l-5.056%205.061l-2.844-2.85l-.714.714l3.558%203.552l5.946-5.946q.471.202.964.312t1.034.11q.615%200%201.166-.148t1.069-.403q.142.534.2%201.075q.06.54.06%201.092q0%201.868-.711%203.51q-.711%201.643-1.93%202.858T15.5%2020.29t-3.503.71t-3.509-.708m8.243-13.02Q16%206.542%2016%205.502t.729-1.771T18.498%203t1.771.729T21%205.498t-.728%201.771t-1.77.731t-1.771-.728%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.488%2020.292q-1.642-.709-2.857-1.924t-1.923-2.856T3%2012.003t.709-3.502t1.924-2.855t2.857-1.93q1.643-.71%203.51-.71q.552%200%201.092.059t1.075.2q-.254.518-.403%201.069T13.617%205.5q0%201.226.543%202.248q.543%201.021%201.453%201.683l-5.056%205.061l-2.844-2.85l-.714.714l3.558%203.552l5.946-5.946q.471.202.964.312t1.034.11q.615%200%201.166-.148t1.069-.403q.142.534.2%201.075q.06.54.06%201.092q0%201.868-.711%203.51q-.711%201.643-1.93%202.858T15.5%2020.29t-3.503.71t-3.509-.708m8.243-13.02Q16%206.542%2016%205.502t.729-1.771T18.498%203t1.771.729T21%205.498t-.728%201.771t-1.77.731t-1.771-.728%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.svg?color=%231a73e8&size=48