checkmark circle icon
checkmark-circle-outline from Eva Icons by Akveo · Outline · MIT Free for personal and commercial use.
- Name
- checkmark-circle-outline
- Set
- Eva Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in Eva Icons
The same icon in other sets
Related icons in Eva Icons
Use the checkmark circle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.71 11.29a1 1 0 0 0-1.42 1.42l3 3A1 1 0 0 0 12 16a1 1 0 0 0 .72-.34l7-8a1 1 0 0 0-1.5-1.32L12 13.54Z"/><path fill="currentColor" d="M21 11a1 1 0 0 0-1 1a8 8 0 0 1-8 8A8 8 0 0 1 6.33 6.36A7.93 7.93 0 0 1 12 4a8.8 8.8 0 0 1 1.9.22a1 1 0 1 0 .47-1.94A10.5 10.5 0 0 0 12 2a10 10 0 0 0-7 17.09A9.93 9.93 0 0 0 12 22a10 10 0 0 0 10-10a1 1 0 0 0-1-1"/></svg>
React
import type { SVGProps } from "react";
export function EvaCheckmarkCircleOutline(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="M9.71 11.29a1 1 0 0 0-1.42 1.42l3 3A1 1 0 0 0 12 16a1 1 0 0 0 .72-.34l7-8a1 1 0 0 0-1.5-1.32L12 13.54Z"/><path fill="currentColor" d="M21 11a1 1 0 0 0-1 1a8 8 0 0 1-8 8A8 8 0 0 1 6.33 6.36A7.93 7.93 0 0 1 12 4a8.8 8.8 0 0 1 1.9.22a1 1 0 1 0 .47-1.94A10.5 10.5 0 0 0 12 2a10 10 0 0 0-7 17.09A9.93 9.93 0 0 0 12 22a10 10 0 0 0 10-10a1 1 0 0 0-1-1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.71 11.29a1 1 0 0 0-1.42 1.42l3 3A1 1 0 0 0 12 16a1 1 0 0 0 .72-.34l7-8a1 1 0 0 0-1.5-1.32L12 13.54Z"/><path fill="currentColor" d="M21 11a1 1 0 0 0-1 1a8 8 0 0 1-8 8A8 8 0 0 1 6.33 6.36A7.93 7.93 0 0 1 12 4a8.8 8.8 0 0 1 1.9.22a1 1 0 1 0 .47-1.94A10.5 10.5 0 0 0 12 2a10 10 0 0 0-7 17.09A9.93 9.93 0 0 0 12 22a10 10 0 0 0 10-10a1 1 0 0 0-1-1"/></svg> </template>
CSS
.icon-checkmark-circle-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%22M9.71%2011.29a1%201%200%200%200-1.42%201.42l3%203A1%201%200%200%200%2012%2016a1%201%200%200%200%20.72-.34l7-8a1%201%200%200%200-1.5-1.32L12%2013.54Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%2011a1%201%200%200%200-1%201a8%208%200%200%201-8%208A8%208%200%200%201%206.33%206.36A7.93%207.93%200%200%201%2012%204a8.8%208.8%200%200%201%201.9.22a1%201%200%201%200%20.47-1.94A10.5%2010.5%200%200%200%2012%202a10%2010%200%200%200-7%2017.09A9.93%209.93%200%200%200%2012%2022a10%2010%200%200%200%2010-10a1%201%200%200%200-1-1%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%22M9.71%2011.29a1%201%200%200%200-1.42%201.42l3%203A1%201%200%200%200%2012%2016a1%201%200%200%200%20.72-.34l7-8a1%201%200%200%200-1.5-1.32L12%2013.54Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%2011a1%201%200%200%200-1%201a8%208%200%200%201-8%208A8%208%200%200%201%206.33%206.36A7.93%207.93%200%200%201%2012%204a8.8%208.8%200%200%201%201.9.22a1%201%200%201%200%20.47-1.94A10.5%2010.5%200%200%200%2012%202a10%2010%200%200%200-7%2017.09A9.93%209.93%200%200%200%2012%2022a10%2010%200%200%200%2010-10a1%201%200%200%200-1-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/eva/checkmark-circle-outline.svg?color=%231a73e8&size=48