checkmark starburst icon
checkmark-starburst-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- checkmark-starburst-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- Viewbox
- 48×48
- License
- MIT
11 other variants in Fluent UI System Icons
checkmark-starburst-16-filledcheckmark-starburst-16-regularcheckmark-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-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 48 48"><path fill="currentColor" d="M13.1 7.278a5.247 5.247 0 0 1 6.95-2.844l2.946 1.277a2.75 2.75 0 0 0 2.164.01l2.958-1.252a5.247 5.247 0 0 1 6.924 2.902l1.18 2.987a2.75 2.75 0 0 0 1.524 1.536l2.976 1.206a5.25 5.25 0 0 1 2.844 6.95l-1.277 2.946a2.75 2.75 0 0 0-.009 2.164l1.252 2.958a5.25 5.25 0 0 1-2.903 6.924l-2.987 1.18a2.75 2.75 0 0 0-1.536 1.524L34.9 40.722a5.247 5.247 0 0 1-6.948 2.844l-2.947-1.277a2.75 2.75 0 0 0-2.164-.009l-2.957 1.252a5.247 5.247 0 0 1-6.924-2.903l-1.182-2.987a2.75 2.75 0 0 0-1.523-1.536L7.278 34.9a5.247 5.247 0 0 1-2.844-6.948l1.277-2.947a2.75 2.75 0 0 0 .01-2.163l-1.253-2.958a5.247 5.247 0 0 1 2.903-6.924l2.987-1.182a2.75 2.75 0 0 0 1.536-1.523zm19.533 10.338a1.25 1.25 0 0 0-1.767 0L20.75 27.732l-3.616-3.616a1.25 1.25 0 0 0-1.768 1.768l4.5 4.5a1.25 1.25 0 0 0 1.768 0l11-11a1.25 1.25 0 0 0 0-1.768"/></svg>
React
import type { SVGProps } from "react";
export function FluentCheckmarkStarburst48Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M13.1 7.278a5.247 5.247 0 0 1 6.95-2.844l2.946 1.277a2.75 2.75 0 0 0 2.164.01l2.958-1.252a5.247 5.247 0 0 1 6.924 2.902l1.18 2.987a2.75 2.75 0 0 0 1.524 1.536l2.976 1.206a5.25 5.25 0 0 1 2.844 6.95l-1.277 2.946a2.75 2.75 0 0 0-.009 2.164l1.252 2.958a5.25 5.25 0 0 1-2.903 6.924l-2.987 1.18a2.75 2.75 0 0 0-1.536 1.524L34.9 40.722a5.247 5.247 0 0 1-6.948 2.844l-2.947-1.277a2.75 2.75 0 0 0-2.164-.009l-2.957 1.252a5.247 5.247 0 0 1-6.924-2.903l-1.182-2.987a2.75 2.75 0 0 0-1.523-1.536L7.278 34.9a5.247 5.247 0 0 1-2.844-6.948l1.277-2.947a2.75 2.75 0 0 0 .01-2.163l-1.253-2.958a5.247 5.247 0 0 1 2.903-6.924l2.987-1.182a2.75 2.75 0 0 0 1.536-1.523zm19.533 10.338a1.25 1.25 0 0 0-1.767 0L20.75 27.732l-3.616-3.616a1.25 1.25 0 0 0-1.768 1.768l4.5 4.5a1.25 1.25 0 0 0 1.768 0l11-11a1.25 1.25 0 0 0 0-1.768"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M13.1 7.278a5.247 5.247 0 0 1 6.95-2.844l2.946 1.277a2.75 2.75 0 0 0 2.164.01l2.958-1.252a5.247 5.247 0 0 1 6.924 2.902l1.18 2.987a2.75 2.75 0 0 0 1.524 1.536l2.976 1.206a5.25 5.25 0 0 1 2.844 6.95l-1.277 2.946a2.75 2.75 0 0 0-.009 2.164l1.252 2.958a5.25 5.25 0 0 1-2.903 6.924l-2.987 1.18a2.75 2.75 0 0 0-1.536 1.524L34.9 40.722a5.247 5.247 0 0 1-6.948 2.844l-2.947-1.277a2.75 2.75 0 0 0-2.164-.009l-2.957 1.252a5.247 5.247 0 0 1-6.924-2.903l-1.182-2.987a2.75 2.75 0 0 0-1.523-1.536L7.278 34.9a5.247 5.247 0 0 1-2.844-6.948l1.277-2.947a2.75 2.75 0 0 0 .01-2.163l-1.253-2.958a5.247 5.247 0 0 1 2.903-6.924l2.987-1.182a2.75 2.75 0 0 0 1.536-1.523zm19.533 10.338a1.25 1.25 0 0 0-1.767 0L20.75 27.732l-3.616-3.616a1.25 1.25 0 0 0-1.768 1.768l4.5 4.5a1.25 1.25 0 0 0 1.768 0l11-11a1.25 1.25 0 0 0 0-1.768"/></svg> </template>
CSS
.icon-checkmark-starburst-48-filled {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.1%207.278a5.247%205.247%200%200%201%206.95-2.844l2.946%201.277a2.75%202.75%200%200%200%202.164.01l2.958-1.252a5.247%205.247%200%200%201%206.924%202.902l1.18%202.987a2.75%202.75%200%200%200%201.524%201.536l2.976%201.206a5.25%205.25%200%200%201%202.844%206.95l-1.277%202.946a2.75%202.75%200%200%200-.009%202.164l1.252%202.958a5.25%205.25%200%200%201-2.903%206.924l-2.987%201.18a2.75%202.75%200%200%200-1.536%201.524L34.9%2040.722a5.247%205.247%200%200%201-6.948%202.844l-2.947-1.277a2.75%202.75%200%200%200-2.164-.009l-2.957%201.252a5.247%205.247%200%200%201-6.924-2.903l-1.182-2.987a2.75%202.75%200%200%200-1.523-1.536L7.278%2034.9a5.247%205.247%200%200%201-2.844-6.948l1.277-2.947a2.75%202.75%200%200%200%20.01-2.163l-1.253-2.958a5.247%205.247%200%200%201%202.903-6.924l2.987-1.182a2.75%202.75%200%200%200%201.536-1.523zm19.533%2010.338a1.25%201.25%200%200%200-1.767%200L20.75%2027.732l-3.616-3.616a1.25%201.25%200%200%200-1.768%201.768l4.5%204.5a1.25%201.25%200%200%200%201.768%200l11-11a1.25%201.25%200%200%200%200-1.768%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.1%207.278a5.247%205.247%200%200%201%206.95-2.844l2.946%201.277a2.75%202.75%200%200%200%202.164.01l2.958-1.252a5.247%205.247%200%200%201%206.924%202.902l1.18%202.987a2.75%202.75%200%200%200%201.524%201.536l2.976%201.206a5.25%205.25%200%200%201%202.844%206.95l-1.277%202.946a2.75%202.75%200%200%200-.009%202.164l1.252%202.958a5.25%205.25%200%200%201-2.903%206.924l-2.987%201.18a2.75%202.75%200%200%200-1.536%201.524L34.9%2040.722a5.247%205.247%200%200%201-6.948%202.844l-2.947-1.277a2.75%202.75%200%200%200-2.164-.009l-2.957%201.252a5.247%205.247%200%200%201-6.924-2.903l-1.182-2.987a2.75%202.75%200%200%200-1.523-1.536L7.278%2034.9a5.247%205.247%200%200%201-2.844-6.948l1.277-2.947a2.75%202.75%200%200%200%20.01-2.163l-1.253-2.958a5.247%205.247%200%200%201%202.903-6.924l2.987-1.182a2.75%202.75%200%200%200%201.536-1.523zm19.533%2010.338a1.25%201.25%200%200%200-1.767%200L20.75%2027.732l-3.616-3.616a1.25%201.25%200%200%200-1.768%201.768l4.5%204.5a1.25%201.25%200%200%200%201.768%200l11-11a1.25%201.25%200%200%200%200-1.768%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/checkmark-starburst-48-filled.svg?color=%231a73e8&size=48