checkmark starburst icon
checkmark-starburst-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- checkmark-starburst-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
11 other variants in Fluent UI System Icons
checkmark-starburst-16-filledcheckmark-starburst-16-regularcheckmark-starburst-20-filledcheckmark-starburst-24-filledcheckmark-starburst-24-regularcheckmark-starburst-28-filledcheckmark-starburst-28-regularcheckmark-starburst-32-filledcheckmark-starburst-32-regularcheckmark-starburst-48-filledcheckmark-starburst-48-regular
Related icons in Fluent UI System Icons
Use the checkmark starburst icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M11.54 1.898a2.42 2.42 0 0 1 3.103 1.285l.424.976a1.5 1.5 0 0 0 .777.776l.975.425a2.417 2.417 0 0 1 1.285 3.101l-.39.99a1.5 1.5 0 0 0 0 1.1l.39.988a2.42 2.42 0 0 1-1.285 3.103l-.975.424a1.5 1.5 0 0 0-.777.777l-.424.975a2.42 2.42 0 0 1-3.103 1.285l-.989-.39a1.5 1.5 0 0 0-1.098 0l-.99.39a2.417 2.417 0 0 1-3.102-1.285l-.425-.975a1.5 1.5 0 0 0-.776-.777l-.976-.424a2.42 2.42 0 0 1-1.285-3.103l.39-.989a1.5 1.5 0 0 0 0-1.098l-.39-.99A2.417 2.417 0 0 1 3.184 5.36l.976-.425a1.5 1.5 0 0 0 .776-.776l.425-.976a2.417 2.417 0 0 1 3.101-1.285l.99.39a1.5 1.5 0 0 0 1.1 0zm2.186 1.684a1.42 1.42 0 0 0-1.82-.753l-.989.39a2.5 2.5 0 0 1-1.83 0l-.99-.39a1.417 1.417 0 0 0-1.82.753l-.424.975a2.5 2.5 0 0 1-1.295 1.295l-.975.425a1.417 1.417 0 0 0-.754 1.818l.39.99a2.5 2.5 0 0 1 0 1.831l-.39.99c-.28.71.054 1.514.754 1.819l.975.424a2.5 2.5 0 0 1 1.295 1.295l.425.975a1.417 1.417 0 0 0 1.818.753l.99-.39a2.5 2.5 0 0 1 1.831 0l.99.39c.71.28 1.514-.053 1.819-.753l.424-.975a2.5 2.5 0 0 1 1.295-1.295l.975-.424c.7-.305 1.033-1.11.753-1.82l-.39-.989a2.5 2.5 0 0 1 0-1.83l.39-.99a1.417 1.417 0 0 0-.753-1.82l-.975-.424a2.5 2.5 0 0 1-1.295-1.295zm-1.08 4.065a.5.5 0 0 1 .708.707l-4 4a.5.5 0 0 1-.707 0l-2-2a.5.5 0 1 1 .707-.707L9 11.293z"/></svg>
React
import type { SVGProps } from "react";
export function FluentCheckmarkStarburst20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M11.54 1.898a2.42 2.42 0 0 1 3.103 1.285l.424.976a1.5 1.5 0 0 0 .777.776l.975.425a2.417 2.417 0 0 1 1.285 3.101l-.39.99a1.5 1.5 0 0 0 0 1.1l.39.988a2.42 2.42 0 0 1-1.285 3.103l-.975.424a1.5 1.5 0 0 0-.777.777l-.424.975a2.42 2.42 0 0 1-3.103 1.285l-.989-.39a1.5 1.5 0 0 0-1.098 0l-.99.39a2.417 2.417 0 0 1-3.102-1.285l-.425-.975a1.5 1.5 0 0 0-.776-.777l-.976-.424a2.42 2.42 0 0 1-1.285-3.103l.39-.989a1.5 1.5 0 0 0 0-1.098l-.39-.99A2.417 2.417 0 0 1 3.184 5.36l.976-.425a1.5 1.5 0 0 0 .776-.776l.425-.976a2.417 2.417 0 0 1 3.101-1.285l.99.39a1.5 1.5 0 0 0 1.1 0zm2.186 1.684a1.42 1.42 0 0 0-1.82-.753l-.989.39a2.5 2.5 0 0 1-1.83 0l-.99-.39a1.417 1.417 0 0 0-1.82.753l-.424.975a2.5 2.5 0 0 1-1.295 1.295l-.975.425a1.417 1.417 0 0 0-.754 1.818l.39.99a2.5 2.5 0 0 1 0 1.831l-.39.99c-.28.71.054 1.514.754 1.819l.975.424a2.5 2.5 0 0 1 1.295 1.295l.425.975a1.417 1.417 0 0 0 1.818.753l.99-.39a2.5 2.5 0 0 1 1.831 0l.99.39c.71.28 1.514-.053 1.819-.753l.424-.975a2.5 2.5 0 0 1 1.295-1.295l.975-.424c.7-.305 1.033-1.11.753-1.82l-.39-.989a2.5 2.5 0 0 1 0-1.83l.39-.99a1.417 1.417 0 0 0-.753-1.82l-.975-.424a2.5 2.5 0 0 1-1.295-1.295zm-1.08 4.065a.5.5 0 0 1 .708.707l-4 4a.5.5 0 0 1-.707 0l-2-2a.5.5 0 1 1 .707-.707L9 11.293z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M11.54 1.898a2.42 2.42 0 0 1 3.103 1.285l.424.976a1.5 1.5 0 0 0 .777.776l.975.425a2.417 2.417 0 0 1 1.285 3.101l-.39.99a1.5 1.5 0 0 0 0 1.1l.39.988a2.42 2.42 0 0 1-1.285 3.103l-.975.424a1.5 1.5 0 0 0-.777.777l-.424.975a2.42 2.42 0 0 1-3.103 1.285l-.989-.39a1.5 1.5 0 0 0-1.098 0l-.99.39a2.417 2.417 0 0 1-3.102-1.285l-.425-.975a1.5 1.5 0 0 0-.776-.777l-.976-.424a2.42 2.42 0 0 1-1.285-3.103l.39-.989a1.5 1.5 0 0 0 0-1.098l-.39-.99A2.417 2.417 0 0 1 3.184 5.36l.976-.425a1.5 1.5 0 0 0 .776-.776l.425-.976a2.417 2.417 0 0 1 3.101-1.285l.99.39a1.5 1.5 0 0 0 1.1 0zm2.186 1.684a1.42 1.42 0 0 0-1.82-.753l-.989.39a2.5 2.5 0 0 1-1.83 0l-.99-.39a1.417 1.417 0 0 0-1.82.753l-.424.975a2.5 2.5 0 0 1-1.295 1.295l-.975.425a1.417 1.417 0 0 0-.754 1.818l.39.99a2.5 2.5 0 0 1 0 1.831l-.39.99c-.28.71.054 1.514.754 1.819l.975.424a2.5 2.5 0 0 1 1.295 1.295l.425.975a1.417 1.417 0 0 0 1.818.753l.99-.39a2.5 2.5 0 0 1 1.831 0l.99.39c.71.28 1.514-.053 1.819-.753l.424-.975a2.5 2.5 0 0 1 1.295-1.295l.975-.424c.7-.305 1.033-1.11.753-1.82l-.39-.989a2.5 2.5 0 0 1 0-1.83l.39-.99a1.417 1.417 0 0 0-.753-1.82l-.975-.424a2.5 2.5 0 0 1-1.295-1.295zm-1.08 4.065a.5.5 0 0 1 .708.707l-4 4a.5.5 0 0 1-.707 0l-2-2a.5.5 0 1 1 .707-.707L9 11.293z"/></svg> </template>
CSS
.icon-checkmark-starburst-20-regular {
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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.54%201.898a2.42%202.42%200%200%201%203.103%201.285l.424.976a1.5%201.5%200%200%200%20.777.776l.975.425a2.417%202.417%200%200%201%201.285%203.101l-.39.99a1.5%201.5%200%200%200%200%201.1l.39.988a2.42%202.42%200%200%201-1.285%203.103l-.975.424a1.5%201.5%200%200%200-.777.777l-.424.975a2.42%202.42%200%200%201-3.103%201.285l-.989-.39a1.5%201.5%200%200%200-1.098%200l-.99.39a2.417%202.417%200%200%201-3.102-1.285l-.425-.975a1.5%201.5%200%200%200-.776-.777l-.976-.424a2.42%202.42%200%200%201-1.285-3.103l.39-.989a1.5%201.5%200%200%200%200-1.098l-.39-.99A2.417%202.417%200%200%201%203.184%205.36l.976-.425a1.5%201.5%200%200%200%20.776-.776l.425-.976a2.417%202.417%200%200%201%203.101-1.285l.99.39a1.5%201.5%200%200%200%201.1%200zm2.186%201.684a1.42%201.42%200%200%200-1.82-.753l-.989.39a2.5%202.5%200%200%201-1.83%200l-.99-.39a1.417%201.417%200%200%200-1.82.753l-.424.975a2.5%202.5%200%200%201-1.295%201.295l-.975.425a1.417%201.417%200%200%200-.754%201.818l.39.99a2.5%202.5%200%200%201%200%201.831l-.39.99c-.28.71.054%201.514.754%201.819l.975.424a2.5%202.5%200%200%201%201.295%201.295l.425.975a1.417%201.417%200%200%200%201.818.753l.99-.39a2.5%202.5%200%200%201%201.831%200l.99.39c.71.28%201.514-.053%201.819-.753l.424-.975a2.5%202.5%200%200%201%201.295-1.295l.975-.424c.7-.305%201.033-1.11.753-1.82l-.39-.989a2.5%202.5%200%200%201%200-1.83l.39-.99a1.417%201.417%200%200%200-.753-1.82l-.975-.424a2.5%202.5%200%200%201-1.295-1.295zm-1.08%204.065a.5.5%200%200%201%20.708.707l-4%204a.5.5%200%200%201-.707%200l-2-2a.5.5%200%201%201%20.707-.707L9%2011.293z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.54%201.898a2.42%202.42%200%200%201%203.103%201.285l.424.976a1.5%201.5%200%200%200%20.777.776l.975.425a2.417%202.417%200%200%201%201.285%203.101l-.39.99a1.5%201.5%200%200%200%200%201.1l.39.988a2.42%202.42%200%200%201-1.285%203.103l-.975.424a1.5%201.5%200%200%200-.777.777l-.424.975a2.42%202.42%200%200%201-3.103%201.285l-.989-.39a1.5%201.5%200%200%200-1.098%200l-.99.39a2.417%202.417%200%200%201-3.102-1.285l-.425-.975a1.5%201.5%200%200%200-.776-.777l-.976-.424a2.42%202.42%200%200%201-1.285-3.103l.39-.989a1.5%201.5%200%200%200%200-1.098l-.39-.99A2.417%202.417%200%200%201%203.184%205.36l.976-.425a1.5%201.5%200%200%200%20.776-.776l.425-.976a2.417%202.417%200%200%201%203.101-1.285l.99.39a1.5%201.5%200%200%200%201.1%200zm2.186%201.684a1.42%201.42%200%200%200-1.82-.753l-.989.39a2.5%202.5%200%200%201-1.83%200l-.99-.39a1.417%201.417%200%200%200-1.82.753l-.424.975a2.5%202.5%200%200%201-1.295%201.295l-.975.425a1.417%201.417%200%200%200-.754%201.818l.39.99a2.5%202.5%200%200%201%200%201.831l-.39.99c-.28.71.054%201.514.754%201.819l.975.424a2.5%202.5%200%200%201%201.295%201.295l.425.975a1.417%201.417%200%200%200%201.818.753l.99-.39a2.5%202.5%200%200%201%201.831%200l.99.39c.71.28%201.514-.053%201.819-.753l.424-.975a2.5%202.5%200%200%201%201.295-1.295l.975-.424c.7-.305%201.033-1.11.753-1.82l-.39-.989a2.5%202.5%200%200%201%200-1.83l.39-.99a1.417%201.417%200%200%200-.753-1.82l-.975-.424a2.5%202.5%200%200%201-1.295-1.295zm-1.08%204.065a.5.5%200%200%201%20.708.707l-4%204a.5.5%200%200%201-.707%200l-2-2a.5.5%200%201%201%20.707-.707L9%2011.293z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/checkmark-starburst-20-regular.svg?color=%231a73e8&size=48