check circle unread icon
check-circle-unread-rounded from Material Symbols Light by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- check-circle-unread-rounded
- Set
- Material Symbols Light
- Style
- 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="M8.488 20.292q-1.642-.709-2.857-1.924t-1.923-2.856T3 12.003t.71-3.502t1.928-2.855t2.851-1.93q1.634-.71 3.505-.71q.332 0 .644.018t.616.068q.356.059.523.371t.03.66q-.095.337-.143.673q-.048.337-.048.704q0 1.226.543 2.248q.543 1.021 1.453 1.683l-5.056 5.061l-2.49-2.496q-.147-.146-.345-.155t-.363.155t-.166.357t.166.357l2.633 2.632q.242.243.565.243t.565-.243l5.381-5.38q.471.202.964.312t1.034.11q.376 0 .708-.043q.333-.043.669-.149q.348-.105.662.05t.369.504q.05.304.068.61t.018.644q0 1.868-.71 3.51q-.711 1.643-1.93 2.858t-2.855 1.923t-3.502.709t-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 MaterialSymbolsLightCheckCircleUnreadRounded(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.71-3.502t1.928-2.855t2.851-1.93q1.634-.71 3.505-.71q.332 0 .644.018t.616.068q.356.059.523.371t.03.66q-.095.337-.143.673q-.048.337-.048.704q0 1.226.543 2.248q.543 1.021 1.453 1.683l-5.056 5.061l-2.49-2.496q-.147-.146-.345-.155t-.363.155t-.166.357t.166.357l2.633 2.632q.242.243.565.243t.565-.243l5.381-5.38q.471.202.964.312t1.034.11q.376 0 .708-.043q.333-.043.669-.149q.348-.105.662.05t.369.504q.05.304.068.61t.018.644q0 1.868-.71 3.51q-.711 1.643-1.93 2.858t-2.855 1.923t-3.502.709t-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.71-3.502t1.928-2.855t2.851-1.93q1.634-.71 3.505-.71q.332 0 .644.018t.616.068q.356.059.523.371t.03.66q-.095.337-.143.673q-.048.337-.048.704q0 1.226.543 2.248q.543 1.021 1.453 1.683l-5.056 5.061l-2.49-2.496q-.147-.146-.345-.155t-.363.155t-.166.357t.166.357l2.633 2.632q.242.243.565.243t.565-.243l5.381-5.38q.471.202.964.312t1.034.11q.376 0 .708-.043q.333-.043.669-.149q.348-.105.662.05t.369.504q.05.304.068.61t.018.644q0 1.868-.71 3.51q-.711 1.643-1.93 2.858t-2.855 1.923t-3.502.709t-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-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.488%2020.292q-1.642-.709-2.857-1.924t-1.923-2.856T3%2012.003t.71-3.502t1.928-2.855t2.851-1.93q1.634-.71%203.505-.71q.332%200%20.644.018t.616.068q.356.059.523.371t.03.66q-.095.337-.143.673q-.048.337-.048.704q0%201.226.543%202.248q.543%201.021%201.453%201.683l-5.056%205.061l-2.49-2.496q-.147-.146-.345-.155t-.363.155t-.166.357t.166.357l2.633%202.632q.242.243.565.243t.565-.243l5.381-5.38q.471.202.964.312t1.034.11q.376%200%20.708-.043q.333-.043.669-.149q.348-.105.662.05t.369.504q.05.304.068.61t.018.644q0%201.868-.71%203.51q-.711%201.643-1.93%202.858t-2.855%201.923t-3.502.709t-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.71-3.502t1.928-2.855t2.851-1.93q1.634-.71%203.505-.71q.332%200%20.644.018t.616.068q.356.059.523.371t.03.66q-.095.337-.143.673q-.048.337-.048.704q0%201.226.543%202.248q.543%201.021%201.453%201.683l-5.056%205.061l-2.49-2.496q-.147-.146-.345-.155t-.363.155t-.166.357t.166.357l2.633%202.632q.242.243.565.243t.565-.243l5.381-5.38q.471.202.964.312t1.034.11q.376%200%20.708-.043q.333-.043.669-.149q.348-.105.662.05t.369.504q.05.304.068.61t.018.644q0%201.868-.71%203.51q-.711%201.643-1.93%202.858t-2.855%201.923t-3.502.709t-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-rounded.svg?color=%231a73e8&size=48