check circle icon
check-circle from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.
- Name
- check-circle
- Set
- Prime Icons
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
check-circle-filledAnt Design Iconscheck-circleBootstrap Iconscheck-circleBoxIcons v2check-circleBoxIcons v2 Solidcheck-circleFont Awesome Regularcheck-circleFont Awesome Solidcheck-circleFeather Iconscheck-circle-outlineFlowbite Iconscheck-circleHeroIconscheck-circleHumbleiconscheck-circleIconoircheck-circleLine Awesomecheck-circleMage Iconscheck-circleMajesticonscheck-circleMaterial Symbolscheck-circleMaterial Symbols Lightcheck-circleMaterial Design Iconscheck-circle-fillMingCute Iconcheck-circleMyna UI Iconscheck-circle-16Octiconscheck-circlePhosphorcheck-circle-boldSolarcheck-circleTDesign Iconscheck-circleUnicons
Related icons in Prime Icons
Use the check circle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.5 15.25A.74.74 0 0 1 10 15l-3-3a.75.75 0 0 1 1-1l2.47 2.47L19 5a.75.75 0 0 1 1 1l-9 9a.74.74 0 0 1-.5.25"/><path fill="currentColor" d="M12 21a9 9 0 0 1-7.87-4.66a8.7 8.7 0 0 1-1.07-3.41a9 9 0 0 1 4.6-8.81a8.7 8.7 0 0 1 3.41-1.07a8.9 8.9 0 0 1 3.55.34a.75.75 0 1 1-.43 1.43a7.6 7.6 0 0 0-3-.28a7.4 7.4 0 0 0-2.84.89a7.5 7.5 0 0 0-2.2 1.84a7.42 7.42 0 0 0-1.64 5.51a7.4 7.4 0 0 0 .89 2.84a7.5 7.5 0 0 0 1.84 2.2a7.42 7.42 0 0 0 5.51 1.64a7.4 7.4 0 0 0 2.84-.89a7.5 7.5 0 0 0 2.2-1.84a7.42 7.42 0 0 0 1.64-5.51a.75.75 0 1 1 1.57-.15a9 9 0 0 1-4.61 8.81A8.7 8.7 0 0 1 12.93 21z"/></svg>
React
import type { SVGProps } from "react";
export function PrimeCheckCircle(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="M10.5 15.25A.74.74 0 0 1 10 15l-3-3a.75.75 0 0 1 1-1l2.47 2.47L19 5a.75.75 0 0 1 1 1l-9 9a.74.74 0 0 1-.5.25"/><path fill="currentColor" d="M12 21a9 9 0 0 1-7.87-4.66a8.7 8.7 0 0 1-1.07-3.41a9 9 0 0 1 4.6-8.81a8.7 8.7 0 0 1 3.41-1.07a8.9 8.9 0 0 1 3.55.34a.75.75 0 1 1-.43 1.43a7.6 7.6 0 0 0-3-.28a7.4 7.4 0 0 0-2.84.89a7.5 7.5 0 0 0-2.2 1.84a7.42 7.42 0 0 0-1.64 5.51a7.4 7.4 0 0 0 .89 2.84a7.5 7.5 0 0 0 1.84 2.2a7.42 7.42 0 0 0 5.51 1.64a7.4 7.4 0 0 0 2.84-.89a7.5 7.5 0 0 0 2.2-1.84a7.42 7.42 0 0 0 1.64-5.51a.75.75 0 1 1 1.57-.15a9 9 0 0 1-4.61 8.81A8.7 8.7 0 0 1 12.93 21z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.5 15.25A.74.74 0 0 1 10 15l-3-3a.75.75 0 0 1 1-1l2.47 2.47L19 5a.75.75 0 0 1 1 1l-9 9a.74.74 0 0 1-.5.25"/><path fill="currentColor" d="M12 21a9 9 0 0 1-7.87-4.66a8.7 8.7 0 0 1-1.07-3.41a9 9 0 0 1 4.6-8.81a8.7 8.7 0 0 1 3.41-1.07a8.9 8.9 0 0 1 3.55.34a.75.75 0 1 1-.43 1.43a7.6 7.6 0 0 0-3-.28a7.4 7.4 0 0 0-2.84.89a7.5 7.5 0 0 0-2.2 1.84a7.42 7.42 0 0 0-1.64 5.51a7.4 7.4 0 0 0 .89 2.84a7.5 7.5 0 0 0 1.84 2.2a7.42 7.42 0 0 0 5.51 1.64a7.4 7.4 0 0 0 2.84-.89a7.5 7.5 0 0 0 2.2-1.84a7.42 7.42 0 0 0 1.64-5.51a.75.75 0 1 1 1.57-.15a9 9 0 0 1-4.61 8.81A8.7 8.7 0 0 1 12.93 21z"/></svg> </template>
CSS
.icon-check-circle {
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%22M10.5%2015.25A.74.74%200%200%201%2010%2015l-3-3a.75.75%200%200%201%201-1l2.47%202.47L19%205a.75.75%200%200%201%201%201l-9%209a.74.74%200%200%201-.5.25%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2021a9%209%200%200%201-7.87-4.66a8.7%208.7%200%200%201-1.07-3.41a9%209%200%200%201%204.6-8.81a8.7%208.7%200%200%201%203.41-1.07a8.9%208.9%200%200%201%203.55.34a.75.75%200%201%201-.43%201.43a7.6%207.6%200%200%200-3-.28a7.4%207.4%200%200%200-2.84.89a7.5%207.5%200%200%200-2.2%201.84a7.42%207.42%200%200%200-1.64%205.51a7.4%207.4%200%200%200%20.89%202.84a7.5%207.5%200%200%200%201.84%202.2a7.42%207.42%200%200%200%205.51%201.64a7.4%207.4%200%200%200%202.84-.89a7.5%207.5%200%200%200%202.2-1.84a7.42%207.42%200%200%200%201.64-5.51a.75.75%200%201%201%201.57-.15a9%209%200%200%201-4.61%208.81A8.7%208.7%200%200%201%2012.93%2021z%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%22M10.5%2015.25A.74.74%200%200%201%2010%2015l-3-3a.75.75%200%200%201%201-1l2.47%202.47L19%205a.75.75%200%200%201%201%201l-9%209a.74.74%200%200%201-.5.25%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2021a9%209%200%200%201-7.87-4.66a8.7%208.7%200%200%201-1.07-3.41a9%209%200%200%201%204.6-8.81a8.7%208.7%200%200%201%203.41-1.07a8.9%208.9%200%200%201%203.55.34a.75.75%200%201%201-.43%201.43a7.6%207.6%200%200%200-3-.28a7.4%207.4%200%200%200-2.84.89a7.5%207.5%200%200%200-2.2%201.84a7.42%207.42%200%200%200-1.64%205.51a7.4%207.4%200%200%200%20.89%202.84a7.5%207.5%200%200%200%201.84%202.2a7.42%207.42%200%200%200%205.51%201.64a7.4%207.4%200%200%200%202.84-.89a7.5%207.5%200%200%200%202.2-1.84a7.42%207.42%200%200%200%201.64-5.51a.75.75%200%201%201%201.57-.15a9%209%200%200%201-4.61%208.81A8.7%208.7%200%200%201%2012.93%2021z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/prime/check-circle.svg?color=%231a73e8&size=48