checkmark starburst icon

checkmark-starburst-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.

Name
checkmark-starburst-48-regular
Set
Fluent UI System Icons
Style
48 Regular
Viewbox
48×48
License
MIT

11 other variants in Fluent UI System Icons

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.101 7.277a5.247 5.247 0 0 1 6.948-2.844l2.948 1.277c.69.298 1.472.302 2.164.01l2.957-1.253a5.25 5.25 0 0 1 6.925 2.904l1.18 2.986a2.75 2.75 0 0 0 1.524 1.536l2.976 1.207a5.247 5.247 0 0 1 2.844 6.949l-1.277 2.947a2.75 2.75 0 0 0-.01 2.164l1.253 2.957a5.25 5.25 0 0 1-2.904 6.925l-2.986 1.18a2.75 2.75 0 0 0-1.537 1.524L34.9 40.722a5.247 5.247 0 0 1-6.95 2.844l-2.945-1.277a2.75 2.75 0 0 0-2.165-.01l-2.957 1.253a5.247 5.247 0 0 1-6.924-2.903l-1.181-2.987a2.75 2.75 0 0 0-1.524-1.537L7.279 34.9a5.247 5.247 0 0 1-2.844-6.95l1.277-2.945a2.75 2.75 0 0 0 .01-2.165l-1.253-2.957a5.247 5.247 0 0 1 2.904-6.924l2.986-1.181a2.75 2.75 0 0 0 1.536-1.523zm5.955-.552a2.75 2.75 0 0 0-3.64 1.49l-1.205 2.977a5.25 5.25 0 0 1-2.934 2.908L8.29 15.28a2.75 2.75 0 0 0-1.52 3.628l1.251 2.958a5.25 5.25 0 0 1-.017 4.13l-1.278 2.948a2.75 2.75 0 0 0 1.49 3.64l2.977 1.206a5.25 5.25 0 0 1 2.908 2.933l1.18 2.987a2.75 2.75 0 0 0 3.628 1.52l2.958-1.25a5.25 5.25 0 0 1 4.13.017l2.948 1.276a2.75 2.75 0 0 0 3.64-1.49l1.206-2.976a5.25 5.25 0 0 1 2.933-2.908l2.987-1.18a2.75 2.75 0 0 0 1.52-3.629l-1.25-2.956a5.25 5.25 0 0 1 .017-4.131l1.276-2.948a2.75 2.75 0 0 0-1.49-3.64l-2.976-1.205a5.25 5.25 0 0 1-2.908-2.934l-1.18-2.987a2.75 2.75 0 0 0-3.628-1.52L26.133 8.02a5.25 5.25 0 0 1-4.13-.017zm11.81 10.89a1.25 1.25 0 0 1 1.767 1.769l-11 11a1.25 1.25 0 0 1-1.767 0l-4.5-4.5a1.25 1.25 0 0 1 1.767-1.768l3.617 3.616z"/></svg>

React

import type { SVGProps } from "react";

export function FluentCheckmarkStarburst48Regular(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.101 7.277a5.247 5.247 0 0 1 6.948-2.844l2.948 1.277c.69.298 1.472.302 2.164.01l2.957-1.253a5.25 5.25 0 0 1 6.925 2.904l1.18 2.986a2.75 2.75 0 0 0 1.524 1.536l2.976 1.207a5.247 5.247 0 0 1 2.844 6.949l-1.277 2.947a2.75 2.75 0 0 0-.01 2.164l1.253 2.957a5.25 5.25 0 0 1-2.904 6.925l-2.986 1.18a2.75 2.75 0 0 0-1.537 1.524L34.9 40.722a5.247 5.247 0 0 1-6.95 2.844l-2.945-1.277a2.75 2.75 0 0 0-2.165-.01l-2.957 1.253a5.247 5.247 0 0 1-6.924-2.903l-1.181-2.987a2.75 2.75 0 0 0-1.524-1.537L7.279 34.9a5.247 5.247 0 0 1-2.844-6.95l1.277-2.945a2.75 2.75 0 0 0 .01-2.165l-1.253-2.957a5.247 5.247 0 0 1 2.904-6.924l2.986-1.181a2.75 2.75 0 0 0 1.536-1.523zm5.955-.552a2.75 2.75 0 0 0-3.64 1.49l-1.205 2.977a5.25 5.25 0 0 1-2.934 2.908L8.29 15.28a2.75 2.75 0 0 0-1.52 3.628l1.251 2.958a5.25 5.25 0 0 1-.017 4.13l-1.278 2.948a2.75 2.75 0 0 0 1.49 3.64l2.977 1.206a5.25 5.25 0 0 1 2.908 2.933l1.18 2.987a2.75 2.75 0 0 0 3.628 1.52l2.958-1.25a5.25 5.25 0 0 1 4.13.017l2.948 1.276a2.75 2.75 0 0 0 3.64-1.49l1.206-2.976a5.25 5.25 0 0 1 2.933-2.908l2.987-1.18a2.75 2.75 0 0 0 1.52-3.629l-1.25-2.956a5.25 5.25 0 0 1 .017-4.131l1.276-2.948a2.75 2.75 0 0 0-1.49-3.64l-2.976-1.205a5.25 5.25 0 0 1-2.908-2.934l-1.18-2.987a2.75 2.75 0 0 0-3.628-1.52L26.133 8.02a5.25 5.25 0 0 1-4.13-.017zm11.81 10.89a1.25 1.25 0 0 1 1.767 1.769l-11 11a1.25 1.25 0 0 1-1.767 0l-4.5-4.5a1.25 1.25 0 0 1 1.767-1.768l3.617 3.616z"/></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.101 7.277a5.247 5.247 0 0 1 6.948-2.844l2.948 1.277c.69.298 1.472.302 2.164.01l2.957-1.253a5.25 5.25 0 0 1 6.925 2.904l1.18 2.986a2.75 2.75 0 0 0 1.524 1.536l2.976 1.207a5.247 5.247 0 0 1 2.844 6.949l-1.277 2.947a2.75 2.75 0 0 0-.01 2.164l1.253 2.957a5.25 5.25 0 0 1-2.904 6.925l-2.986 1.18a2.75 2.75 0 0 0-1.537 1.524L34.9 40.722a5.247 5.247 0 0 1-6.95 2.844l-2.945-1.277a2.75 2.75 0 0 0-2.165-.01l-2.957 1.253a5.247 5.247 0 0 1-6.924-2.903l-1.181-2.987a2.75 2.75 0 0 0-1.524-1.537L7.279 34.9a5.247 5.247 0 0 1-2.844-6.95l1.277-2.945a2.75 2.75 0 0 0 .01-2.165l-1.253-2.957a5.247 5.247 0 0 1 2.904-6.924l2.986-1.181a2.75 2.75 0 0 0 1.536-1.523zm5.955-.552a2.75 2.75 0 0 0-3.64 1.49l-1.205 2.977a5.25 5.25 0 0 1-2.934 2.908L8.29 15.28a2.75 2.75 0 0 0-1.52 3.628l1.251 2.958a5.25 5.25 0 0 1-.017 4.13l-1.278 2.948a2.75 2.75 0 0 0 1.49 3.64l2.977 1.206a5.25 5.25 0 0 1 2.908 2.933l1.18 2.987a2.75 2.75 0 0 0 3.628 1.52l2.958-1.25a5.25 5.25 0 0 1 4.13.017l2.948 1.276a2.75 2.75 0 0 0 3.64-1.49l1.206-2.976a5.25 5.25 0 0 1 2.933-2.908l2.987-1.18a2.75 2.75 0 0 0 1.52-3.629l-1.25-2.956a5.25 5.25 0 0 1 .017-4.131l1.276-2.948a2.75 2.75 0 0 0-1.49-3.64l-2.976-1.205a5.25 5.25 0 0 1-2.908-2.934l-1.18-2.987a2.75 2.75 0 0 0-3.628-1.52L26.133 8.02a5.25 5.25 0 0 1-4.13-.017zm11.81 10.89a1.25 1.25 0 0 1 1.767 1.769l-11 11a1.25 1.25 0 0 1-1.767 0l-4.5-4.5a1.25 1.25 0 0 1 1.767-1.768l3.617 3.616z"/></svg>
</template>

CSS

.icon-checkmark-starburst-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.101%207.277a5.247%205.247%200%200%201%206.948-2.844l2.948%201.277c.69.298%201.472.302%202.164.01l2.957-1.253a5.25%205.25%200%200%201%206.925%202.904l1.18%202.986a2.75%202.75%200%200%200%201.524%201.536l2.976%201.207a5.247%205.247%200%200%201%202.844%206.949l-1.277%202.947a2.75%202.75%200%200%200-.01%202.164l1.253%202.957a5.25%205.25%200%200%201-2.904%206.925l-2.986%201.18a2.75%202.75%200%200%200-1.537%201.524L34.9%2040.722a5.247%205.247%200%200%201-6.95%202.844l-2.945-1.277a2.75%202.75%200%200%200-2.165-.01l-2.957%201.253a5.247%205.247%200%200%201-6.924-2.903l-1.181-2.987a2.75%202.75%200%200%200-1.524-1.537L7.279%2034.9a5.247%205.247%200%200%201-2.844-6.95l1.277-2.945a2.75%202.75%200%200%200%20.01-2.165l-1.253-2.957a5.247%205.247%200%200%201%202.904-6.924l2.986-1.181a2.75%202.75%200%200%200%201.536-1.523zm5.955-.552a2.75%202.75%200%200%200-3.64%201.49l-1.205%202.977a5.25%205.25%200%200%201-2.934%202.908L8.29%2015.28a2.75%202.75%200%200%200-1.52%203.628l1.251%202.958a5.25%205.25%200%200%201-.017%204.13l-1.278%202.948a2.75%202.75%200%200%200%201.49%203.64l2.977%201.206a5.25%205.25%200%200%201%202.908%202.933l1.18%202.987a2.75%202.75%200%200%200%203.628%201.52l2.958-1.25a5.25%205.25%200%200%201%204.13.017l2.948%201.276a2.75%202.75%200%200%200%203.64-1.49l1.206-2.976a5.25%205.25%200%200%201%202.933-2.908l2.987-1.18a2.75%202.75%200%200%200%201.52-3.629l-1.25-2.956a5.25%205.25%200%200%201%20.017-4.131l1.276-2.948a2.75%202.75%200%200%200-1.49-3.64l-2.976-1.205a5.25%205.25%200%200%201-2.908-2.934l-1.18-2.987a2.75%202.75%200%200%200-3.628-1.52L26.133%208.02a5.25%205.25%200%200%201-4.13-.017zm11.81%2010.89a1.25%201.25%200%200%201%201.767%201.769l-11%2011a1.25%201.25%200%200%201-1.767%200l-4.5-4.5a1.25%201.25%200%200%201%201.767-1.768l3.617%203.616z%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.101%207.277a5.247%205.247%200%200%201%206.948-2.844l2.948%201.277c.69.298%201.472.302%202.164.01l2.957-1.253a5.25%205.25%200%200%201%206.925%202.904l1.18%202.986a2.75%202.75%200%200%200%201.524%201.536l2.976%201.207a5.247%205.247%200%200%201%202.844%206.949l-1.277%202.947a2.75%202.75%200%200%200-.01%202.164l1.253%202.957a5.25%205.25%200%200%201-2.904%206.925l-2.986%201.18a2.75%202.75%200%200%200-1.537%201.524L34.9%2040.722a5.247%205.247%200%200%201-6.95%202.844l-2.945-1.277a2.75%202.75%200%200%200-2.165-.01l-2.957%201.253a5.247%205.247%200%200%201-6.924-2.903l-1.181-2.987a2.75%202.75%200%200%200-1.524-1.537L7.279%2034.9a5.247%205.247%200%200%201-2.844-6.95l1.277-2.945a2.75%202.75%200%200%200%20.01-2.165l-1.253-2.957a5.247%205.247%200%200%201%202.904-6.924l2.986-1.181a2.75%202.75%200%200%200%201.536-1.523zm5.955-.552a2.75%202.75%200%200%200-3.64%201.49l-1.205%202.977a5.25%205.25%200%200%201-2.934%202.908L8.29%2015.28a2.75%202.75%200%200%200-1.52%203.628l1.251%202.958a5.25%205.25%200%200%201-.017%204.13l-1.278%202.948a2.75%202.75%200%200%200%201.49%203.64l2.977%201.206a5.25%205.25%200%200%201%202.908%202.933l1.18%202.987a2.75%202.75%200%200%200%203.628%201.52l2.958-1.25a5.25%205.25%200%200%201%204.13.017l2.948%201.276a2.75%202.75%200%200%200%203.64-1.49l1.206-2.976a5.25%205.25%200%200%201%202.933-2.908l2.987-1.18a2.75%202.75%200%200%200%201.52-3.629l-1.25-2.956a5.25%205.25%200%200%201%20.017-4.131l1.276-2.948a2.75%202.75%200%200%200-1.49-3.64l-2.976-1.205a5.25%205.25%200%200%201-2.908-2.934l-1.18-2.987a2.75%202.75%200%200%200-3.628-1.52L26.133%208.02a5.25%205.25%200%200%201-4.13-.017zm11.81%2010.89a1.25%201.25%200%200%201%201.767%201.769l-11%2011a1.25%201.25%200%200%201-1.767%200l-4.5-4.5a1.25%201.25%200%200%201%201.767-1.768l3.617%203.616z%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-regular.svg?color=%231a73e8&size=48