checkmark circle icon
checkmark-circle-48 from Fluent UI System Color Icons by Microsoft Corporation · 48 · MIT Free for personal and commercial use.
- Name
- checkmark-circle-48
- Set
- Fluent UI System Color Icons
- Style
- 48
- Viewbox
- 48×48
- License
- MIT
4 other variants in Fluent UI System Color Icons
The same icon in other sets
Use the checkmark circle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill="url(#SVGU1lBIO7X)" d="M24 4c11.046 0 20 8.954 20 20s-8.954 20-20 20S4 35.046 4 24S12.954 4 24 4"/><path fill="url(#SVGUsopid1R)" d="M32.634 17.616a1.25 1.25 0 0 1 0 1.768l-11 11a1.25 1.25 0 0 1-1.768 0l-4.5-4.5a1.25 1.25 0 0 1 1.768-1.768l3.616 3.616l10.116-10.116a1.25 1.25 0 0 1 1.768 0"/><defs><linearGradient id="SVGU1lBIO7X" x1="5.429" x2="33.033" y1="11.5" y2="40.18" gradientUnits="userSpaceOnUse"><stop stop-color="#52d17c"/><stop offset="1" stop-color="#22918b"/></linearGradient><linearGradient id="SVGUsopid1R" x1="18.375" x2="21.586" y1="18.627" y2="33.741" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#e3ffd9"/></linearGradient></defs></g></svg>
React
import type { SVGProps } from "react";
export function FluentColorCheckmarkCircle48(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill="url(#SVGU1lBIO7X)" d="M24 4c11.046 0 20 8.954 20 20s-8.954 20-20 20S4 35.046 4 24S12.954 4 24 4"/><path fill="url(#SVGUsopid1R)" d="M32.634 17.616a1.25 1.25 0 0 1 0 1.768l-11 11a1.25 1.25 0 0 1-1.768 0l-4.5-4.5a1.25 1.25 0 0 1 1.768-1.768l3.616 3.616l10.116-10.116a1.25 1.25 0 0 1 1.768 0"/><defs><linearGradient id="SVGU1lBIO7X" x1="5.429" x2="33.033" y1="11.5" y2="40.18" gradientUnits="userSpaceOnUse"><stop stopColor="#52d17c"/><stop offset="1" stopColor="#22918b"/></linearGradient><linearGradient id="SVGUsopid1R" x1="18.375" x2="21.586" y1="18.627" y2="33.741" gradientUnits="userSpaceOnUse"><stop stopColor="#fff"/><stop offset="1" stopColor="#e3ffd9"/></linearGradient></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill="url(#SVGU1lBIO7X)" d="M24 4c11.046 0 20 8.954 20 20s-8.954 20-20 20S4 35.046 4 24S12.954 4 24 4"/><path fill="url(#SVGUsopid1R)" d="M32.634 17.616a1.25 1.25 0 0 1 0 1.768l-11 11a1.25 1.25 0 0 1-1.768 0l-4.5-4.5a1.25 1.25 0 0 1 1.768-1.768l3.616 3.616l10.116-10.116a1.25 1.25 0 0 1 1.768 0"/><defs><linearGradient id="SVGU1lBIO7X" x1="5.429" x2="33.033" y1="11.5" y2="40.18" gradientUnits="userSpaceOnUse"><stop stop-color="#52d17c"/><stop offset="1" stop-color="#22918b"/></linearGradient><linearGradient id="SVGUsopid1R" x1="18.375" x2="21.586" y1="18.627" y2="33.741" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#e3ffd9"/></linearGradient></defs></g></svg> </template>
CSS
.icon-checkmark-circle-48 {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGU1lBIO7X)%22%20d%3D%22M24%204c11.046%200%2020%208.954%2020%2020s-8.954%2020-20%2020S4%2035.046%204%2024S12.954%204%2024%204%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGUsopid1R)%22%20d%3D%22M32.634%2017.616a1.25%201.25%200%200%201%200%201.768l-11%2011a1.25%201.25%200%200%201-1.768%200l-4.5-4.5a1.25%201.25%200%200%201%201.768-1.768l3.616%203.616l10.116-10.116a1.25%201.25%200%200%201%201.768%200%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGU1lBIO7X%22%20x1%3D%225.429%22%20x2%3D%2233.033%22%20y1%3D%2211.5%22%20y2%3D%2240.18%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2352d17c%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2322918b%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGUsopid1R%22%20x1%3D%2218.375%22%20x2%3D%2221.586%22%20y1%3D%2218.627%22%20y2%3D%2233.741%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23e3ffd9%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGU1lBIO7X)%22%20d%3D%22M24%204c11.046%200%2020%208.954%2020%2020s-8.954%2020-20%2020S4%2035.046%204%2024S12.954%204%2024%204%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGUsopid1R)%22%20d%3D%22M32.634%2017.616a1.25%201.25%200%200%201%200%201.768l-11%2011a1.25%201.25%200%200%201-1.768%200l-4.5-4.5a1.25%201.25%200%200%201%201.768-1.768l3.616%203.616l10.116-10.116a1.25%201.25%200%200%201%201.768%200%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGU1lBIO7X%22%20x1%3D%225.429%22%20x2%3D%2233.033%22%20y1%3D%2211.5%22%20y2%3D%2240.18%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2352d17c%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2322918b%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGUsopid1R%22%20x1%3D%2218.375%22%20x2%3D%2221.586%22%20y1%3D%2218.627%22%20y2%3D%2233.741%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23e3ffd9%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-color/checkmark-circle-48.svg?color=%231a73e8&size=48