checkmark starburst icon
checkmark-starburst-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- checkmark-starburst-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- License
- MIT
11 other variants in Fluent UI System Icons
checkmark-starburst-16-filledcheckmark-starburst-20-filledcheckmark-starburst-20-regularcheckmark-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 16 16"><path fill="currentColor" d="M4.101 2.248a2 2 0 0 1 2.647-1.083l.887.385c.25.108.534.11.786.003l.89-.376a2 2 0 0 1 2.636 1.105l.356.899a1 1 0 0 0 .553.558l.896.363a2 2 0 0 1 1.083 2.646l-.384.887a1 1 0 0 0-.004.786l.377.89a2 2 0 0 1-1.105 2.636l-.899.356a1 1 0 0 0-.558.553l-.364.896a2 2 0 0 1-2.645 1.083l-.887-.384a1 1 0 0 0-.787-.004l-.89.377a2 2 0 0 1-2.636-1.105l-.356-.899a1 1 0 0 0-.554-.558l-.895-.364a2 2 0 0 1-1.083-2.645l.385-.887a1 1 0 0 0 .003-.787l-.376-.89a2 2 0 0 1 1.105-2.636l.898-.356a1 1 0 0 0 .56-.553zm2.25-.166a1 1 0 0 0-1.324.541l-.362.896a2 2 0 0 1-1.117 1.108l-.899.354A1 1 0 0 0 2.096 6.3l.376.89c.213.504.21 1.071-.006 1.573l-.384.886a1 1 0 0 0 .54 1.324l.896.363a2 2 0 0 1 1.109 1.117l.354.899a1 1 0 0 0 1.319.552l.89-.377a2 2 0 0 1 1.573.007l.886.384a1 1 0 0 0 1.324-.54l.363-.896a2 2 0 0 1 1.117-1.108l.899-.355a1 1 0 0 0 .552-1.319l-.377-.89a2 2 0 0 1 .007-1.573l.384-.886a1 1 0 0 0-.541-1.324l-.896-.362a2 2 0 0 1-1.107-1.117l-.356-.899A1 1 0 0 0 9.7 2.097l-.89.376a2 2 0 0 1-1.573-.007zm3.795 4.065a.5.5 0 0 1 .707.707l-3.25 3.25a.5.5 0 0 1-.707 0l-1.75-1.75a.5.5 0 0 1 .707-.707L7.25 9.043z"/></svg>
React
import type { SVGProps } from "react";
export function FluentCheckmarkStarburst16Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.101 2.248a2 2 0 0 1 2.647-1.083l.887.385c.25.108.534.11.786.003l.89-.376a2 2 0 0 1 2.636 1.105l.356.899a1 1 0 0 0 .553.558l.896.363a2 2 0 0 1 1.083 2.646l-.384.887a1 1 0 0 0-.004.786l.377.89a2 2 0 0 1-1.105 2.636l-.899.356a1 1 0 0 0-.558.553l-.364.896a2 2 0 0 1-2.645 1.083l-.887-.384a1 1 0 0 0-.787-.004l-.89.377a2 2 0 0 1-2.636-1.105l-.356-.899a1 1 0 0 0-.554-.558l-.895-.364a2 2 0 0 1-1.083-2.645l.385-.887a1 1 0 0 0 .003-.787l-.376-.89a2 2 0 0 1 1.105-2.636l.898-.356a1 1 0 0 0 .56-.553zm2.25-.166a1 1 0 0 0-1.324.541l-.362.896a2 2 0 0 1-1.117 1.108l-.899.354A1 1 0 0 0 2.096 6.3l.376.89c.213.504.21 1.071-.006 1.573l-.384.886a1 1 0 0 0 .54 1.324l.896.363a2 2 0 0 1 1.109 1.117l.354.899a1 1 0 0 0 1.319.552l.89-.377a2 2 0 0 1 1.573.007l.886.384a1 1 0 0 0 1.324-.54l.363-.896a2 2 0 0 1 1.117-1.108l.899-.355a1 1 0 0 0 .552-1.319l-.377-.89a2 2 0 0 1 .007-1.573l.384-.886a1 1 0 0 0-.541-1.324l-.896-.362a2 2 0 0 1-1.107-1.117l-.356-.899A1 1 0 0 0 9.7 2.097l-.89.376a2 2 0 0 1-1.573-.007zm3.795 4.065a.5.5 0 0 1 .707.707l-3.25 3.25a.5.5 0 0 1-.707 0l-1.75-1.75a.5.5 0 0 1 .707-.707L7.25 9.043z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.101 2.248a2 2 0 0 1 2.647-1.083l.887.385c.25.108.534.11.786.003l.89-.376a2 2 0 0 1 2.636 1.105l.356.899a1 1 0 0 0 .553.558l.896.363a2 2 0 0 1 1.083 2.646l-.384.887a1 1 0 0 0-.004.786l.377.89a2 2 0 0 1-1.105 2.636l-.899.356a1 1 0 0 0-.558.553l-.364.896a2 2 0 0 1-2.645 1.083l-.887-.384a1 1 0 0 0-.787-.004l-.89.377a2 2 0 0 1-2.636-1.105l-.356-.899a1 1 0 0 0-.554-.558l-.895-.364a2 2 0 0 1-1.083-2.645l.385-.887a1 1 0 0 0 .003-.787l-.376-.89a2 2 0 0 1 1.105-2.636l.898-.356a1 1 0 0 0 .56-.553zm2.25-.166a1 1 0 0 0-1.324.541l-.362.896a2 2 0 0 1-1.117 1.108l-.899.354A1 1 0 0 0 2.096 6.3l.376.89c.213.504.21 1.071-.006 1.573l-.384.886a1 1 0 0 0 .54 1.324l.896.363a2 2 0 0 1 1.109 1.117l.354.899a1 1 0 0 0 1.319.552l.89-.377a2 2 0 0 1 1.573.007l.886.384a1 1 0 0 0 1.324-.54l.363-.896a2 2 0 0 1 1.117-1.108l.899-.355a1 1 0 0 0 .552-1.319l-.377-.89a2 2 0 0 1 .007-1.573l.384-.886a1 1 0 0 0-.541-1.324l-.896-.362a2 2 0 0 1-1.107-1.117l-.356-.899A1 1 0 0 0 9.7 2.097l-.89.376a2 2 0 0 1-1.573-.007zm3.795 4.065a.5.5 0 0 1 .707.707l-3.25 3.25a.5.5 0 0 1-.707 0l-1.75-1.75a.5.5 0 0 1 .707-.707L7.25 9.043z"/></svg> </template>
CSS
.icon-checkmark-starburst-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.101%202.248a2%202%200%200%201%202.647-1.083l.887.385c.25.108.534.11.786.003l.89-.376a2%202%200%200%201%202.636%201.105l.356.899a1%201%200%200%200%20.553.558l.896.363a2%202%200%200%201%201.083%202.646l-.384.887a1%201%200%200%200-.004.786l.377.89a2%202%200%200%201-1.105%202.636l-.899.356a1%201%200%200%200-.558.553l-.364.896a2%202%200%200%201-2.645%201.083l-.887-.384a1%201%200%200%200-.787-.004l-.89.377a2%202%200%200%201-2.636-1.105l-.356-.899a1%201%200%200%200-.554-.558l-.895-.364a2%202%200%200%201-1.083-2.645l.385-.887a1%201%200%200%200%20.003-.787l-.376-.89a2%202%200%200%201%201.105-2.636l.898-.356a1%201%200%200%200%20.56-.553zm2.25-.166a1%201%200%200%200-1.324.541l-.362.896a2%202%200%200%201-1.117%201.108l-.899.354A1%201%200%200%200%202.096%206.3l.376.89c.213.504.21%201.071-.006%201.573l-.384.886a1%201%200%200%200%20.54%201.324l.896.363a2%202%200%200%201%201.109%201.117l.354.899a1%201%200%200%200%201.319.552l.89-.377a2%202%200%200%201%201.573.007l.886.384a1%201%200%200%200%201.324-.54l.363-.896a2%202%200%200%201%201.117-1.108l.899-.355a1%201%200%200%200%20.552-1.319l-.377-.89a2%202%200%200%201%20.007-1.573l.384-.886a1%201%200%200%200-.541-1.324l-.896-.362a2%202%200%200%201-1.107-1.117l-.356-.899A1%201%200%200%200%209.7%202.097l-.89.376a2%202%200%200%201-1.573-.007zm3.795%204.065a.5.5%200%200%201%20.707.707l-3.25%203.25a.5.5%200%200%201-.707%200l-1.75-1.75a.5.5%200%200%201%20.707-.707L7.25%209.043z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.101%202.248a2%202%200%200%201%202.647-1.083l.887.385c.25.108.534.11.786.003l.89-.376a2%202%200%200%201%202.636%201.105l.356.899a1%201%200%200%200%20.553.558l.896.363a2%202%200%200%201%201.083%202.646l-.384.887a1%201%200%200%200-.004.786l.377.89a2%202%200%200%201-1.105%202.636l-.899.356a1%201%200%200%200-.558.553l-.364.896a2%202%200%200%201-2.645%201.083l-.887-.384a1%201%200%200%200-.787-.004l-.89.377a2%202%200%200%201-2.636-1.105l-.356-.899a1%201%200%200%200-.554-.558l-.895-.364a2%202%200%200%201-1.083-2.645l.385-.887a1%201%200%200%200%20.003-.787l-.376-.89a2%202%200%200%201%201.105-2.636l.898-.356a1%201%200%200%200%20.56-.553zm2.25-.166a1%201%200%200%200-1.324.541l-.362.896a2%202%200%200%201-1.117%201.108l-.899.354A1%201%200%200%200%202.096%206.3l.376.89c.213.504.21%201.071-.006%201.573l-.384.886a1%201%200%200%200%20.54%201.324l.896.363a2%202%200%200%201%201.109%201.117l.354.899a1%201%200%200%200%201.319.552l.89-.377a2%202%200%200%201%201.573.007l.886.384a1%201%200%200%200%201.324-.54l.363-.896a2%202%200%200%201%201.117-1.108l.899-.355a1%201%200%200%200%20.552-1.319l-.377-.89a2%202%200%200%201%20.007-1.573l.384-.886a1%201%200%200%200-.541-1.324l-.896-.362a2%202%200%200%201-1.107-1.117l-.356-.899A1%201%200%200%200%209.7%202.097l-.89.376a2%202%200%200%201-1.573-.007zm3.795%204.065a.5.5%200%200%201%20.707.707l-3.25%203.25a.5.5%200%200%201-.707%200l-1.75-1.75a.5.5%200%200%201%20.707-.707L7.25%209.043z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/checkmark-starburst-16-regular.svg?color=%231a73e8&size=48