check circle icon
check-circle from Line Awesome by Icons8 · Line · Interfaces · Apache-2.0 Free for personal and commercial use.
- Name
- check-circle
- Set
- Line Awesome
- Style
- Line
- Category
- Interfaces
- Viewbox
- 32×32
- License
- Apache 2.0
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-circleMage Iconscheck-circleMajesticonscheck-circleMaterial Symbolscheck-circleMaterial Symbols Lightcheck-circleMaterial Design Iconscheck-circle-fillMingCute Iconcheck-circleMyna UI Iconscheck-circle-16Octiconscheck-circlePhosphorcheck-circlePrime Iconscheck-circle-boldSolarcheck-circleTDesign Iconscheck-circleUnicons
More interfaces icons from Line Awesome
Use the check circle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3C8.8 3 3 8.8 3 16s5.8 13 13 13s13-5.8 13-13c0-1.398-.188-2.793-.688-4.094L26.688 13.5c.2.8.313 1.602.313 2.5c0 6.102-4.898 11-11 11S5 22.102 5 16S9.898 5 16 5c3 0 5.695 1.195 7.594 3.094L25 6.688C22.7 4.386 19.5 3 16 3m11.281 4.281L16 18.563l-4.281-4.282l-1.438 1.438l5 5l.719.687l.719-.687l12-12z"/></svg>
React
import type { SVGProps } from "react";
export function LaCheckCircle(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3C8.8 3 3 8.8 3 16s5.8 13 13 13s13-5.8 13-13c0-1.398-.188-2.793-.688-4.094L26.688 13.5c.2.8.313 1.602.313 2.5c0 6.102-4.898 11-11 11S5 22.102 5 16S9.898 5 16 5c3 0 5.695 1.195 7.594 3.094L25 6.688C22.7 4.386 19.5 3 16 3m11.281 4.281L16 18.563l-4.281-4.282l-1.438 1.438l5 5l.719.687l.719-.687l12-12z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3C8.8 3 3 8.8 3 16s5.8 13 13 13s13-5.8 13-13c0-1.398-.188-2.793-.688-4.094L26.688 13.5c.2.8.313 1.602.313 2.5c0 6.102-4.898 11-11 11S5 22.102 5 16S9.898 5 16 5c3 0 5.695 1.195 7.594 3.094L25 6.688C22.7 4.386 19.5 3 16 3m11.281 4.281L16 18.563l-4.281-4.282l-1.438 1.438l5 5l.719.687l.719-.687l12-12z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%203C8.8%203%203%208.8%203%2016s5.8%2013%2013%2013s13-5.8%2013-13c0-1.398-.188-2.793-.688-4.094L26.688%2013.5c.2.8.313%201.602.313%202.5c0%206.102-4.898%2011-11%2011S5%2022.102%205%2016S9.898%205%2016%205c3%200%205.695%201.195%207.594%203.094L25%206.688C22.7%204.386%2019.5%203%2016%203m11.281%204.281L16%2018.563l-4.281-4.282l-1.438%201.438l5%205l.719.687l.719-.687l12-12z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%203C8.8%203%203%208.8%203%2016s5.8%2013%2013%2013s13-5.8%2013-13c0-1.398-.188-2.793-.688-4.094L26.688%2013.5c.2.8.313%201.602.313%202.5c0%206.102-4.898%2011-11%2011S5%2022.102%205%2016S9.898%205%2016%205c3%200%205.695%201.195%207.594%203.094L25%206.688C22.7%204.386%2019.5%203%2016%203m11.281%204.281L16%2018.563l-4.281-4.282l-1.438%201.438l5%205l.719.687l.719-.687l12-12z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/check-circle.svg?color=%231a73e8&size=48