checkmark starburst icon

checkmark-starburst-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
checkmark-starburst-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT
Aliases
signed-24-filled

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 24 24"><path fill="currentColor" d="M6.347 3.752a2.75 2.75 0 0 1 3.818-1.582l1.283.632a1.25 1.25 0 0 0 1.104 0l1.283-.632a2.75 2.75 0 0 1 3.682 1.253l.073.162l.063.167l.46 1.353c.125.368.414.657.782.782l1.353.46a2.75 2.75 0 0 1 1.581 3.818l-.63 1.282a1.25 1.25 0 0 0 0 1.105l.63 1.283a2.75 2.75 0 0 1-1.581 3.818l-1.354.46a1.25 1.25 0 0 0-.78.782l-.46 1.353a2.75 2.75 0 0 1-3.82 1.581l-1.282-.632a1.25 1.25 0 0 0-1.104 0l-1.283.632a2.75 2.75 0 0 1-3.818-1.581l-.46-1.354a1.25 1.25 0 0 0-.782-.78l-1.353-.46a2.75 2.75 0 0 1-1.582-3.819l.632-1.283a1.25 1.25 0 0 0 0-1.105l-.632-1.282a2.75 2.75 0 0 1 1.582-3.818l1.353-.46a1.25 1.25 0 0 0 .782-.782zM16.28 8.97a.75.75 0 0 0-1.06 0l-4.47 4.47l-1.97-1.97a.75.75 0 0 0-1.06 1.06l2.5 2.5a.75.75 0 0 0 1.06 0l5-5a.75.75 0 0 0 0-1.06"/></svg>

React

import type { SVGProps } from "react";

export function FluentCheckmarkStarburst24Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.347 3.752a2.75 2.75 0 0 1 3.818-1.582l1.283.632a1.25 1.25 0 0 0 1.104 0l1.283-.632a2.75 2.75 0 0 1 3.682 1.253l.073.162l.063.167l.46 1.353c.125.368.414.657.782.782l1.353.46a2.75 2.75 0 0 1 1.581 3.818l-.63 1.282a1.25 1.25 0 0 0 0 1.105l.63 1.283a2.75 2.75 0 0 1-1.581 3.818l-1.354.46a1.25 1.25 0 0 0-.78.782l-.46 1.353a2.75 2.75 0 0 1-3.82 1.581l-1.282-.632a1.25 1.25 0 0 0-1.104 0l-1.283.632a2.75 2.75 0 0 1-3.818-1.581l-.46-1.354a1.25 1.25 0 0 0-.782-.78l-1.353-.46a2.75 2.75 0 0 1-1.582-3.819l.632-1.283a1.25 1.25 0 0 0 0-1.105l-.632-1.282a2.75 2.75 0 0 1 1.582-3.818l1.353-.46a1.25 1.25 0 0 0 .782-.782zM16.28 8.97a.75.75 0 0 0-1.06 0l-4.47 4.47l-1.97-1.97a.75.75 0 0 0-1.06 1.06l2.5 2.5a.75.75 0 0 0 1.06 0l5-5a.75.75 0 0 0 0-1.06"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.347 3.752a2.75 2.75 0 0 1 3.818-1.582l1.283.632a1.25 1.25 0 0 0 1.104 0l1.283-.632a2.75 2.75 0 0 1 3.682 1.253l.073.162l.063.167l.46 1.353c.125.368.414.657.782.782l1.353.46a2.75 2.75 0 0 1 1.581 3.818l-.63 1.282a1.25 1.25 0 0 0 0 1.105l.63 1.283a2.75 2.75 0 0 1-1.581 3.818l-1.354.46a1.25 1.25 0 0 0-.78.782l-.46 1.353a2.75 2.75 0 0 1-3.82 1.581l-1.282-.632a1.25 1.25 0 0 0-1.104 0l-1.283.632a2.75 2.75 0 0 1-3.818-1.581l-.46-1.354a1.25 1.25 0 0 0-.782-.78l-1.353-.46a2.75 2.75 0 0 1-1.582-3.819l.632-1.283a1.25 1.25 0 0 0 0-1.105l-.632-1.282a2.75 2.75 0 0 1 1.582-3.818l1.353-.46a1.25 1.25 0 0 0 .782-.782zM16.28 8.97a.75.75 0 0 0-1.06 0l-4.47 4.47l-1.97-1.97a.75.75 0 0 0-1.06 1.06l2.5 2.5a.75.75 0 0 0 1.06 0l5-5a.75.75 0 0 0 0-1.06"/></svg>
</template>

CSS

.icon-checkmark-starburst-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.347%203.752a2.75%202.75%200%200%201%203.818-1.582l1.283.632a1.25%201.25%200%200%200%201.104%200l1.283-.632a2.75%202.75%200%200%201%203.682%201.253l.073.162l.063.167l.46%201.353c.125.368.414.657.782.782l1.353.46a2.75%202.75%200%200%201%201.581%203.818l-.63%201.282a1.25%201.25%200%200%200%200%201.105l.63%201.283a2.75%202.75%200%200%201-1.581%203.818l-1.354.46a1.25%201.25%200%200%200-.78.782l-.46%201.353a2.75%202.75%200%200%201-3.82%201.581l-1.282-.632a1.25%201.25%200%200%200-1.104%200l-1.283.632a2.75%202.75%200%200%201-3.818-1.581l-.46-1.354a1.25%201.25%200%200%200-.782-.78l-1.353-.46a2.75%202.75%200%200%201-1.582-3.819l.632-1.283a1.25%201.25%200%200%200%200-1.105l-.632-1.282a2.75%202.75%200%200%201%201.582-3.818l1.353-.46a1.25%201.25%200%200%200%20.782-.782zM16.28%208.97a.75.75%200%200%200-1.06%200l-4.47%204.47l-1.97-1.97a.75.75%200%200%200-1.06%201.06l2.5%202.5a.75.75%200%200%200%201.06%200l5-5a.75.75%200%200%200%200-1.06%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.347%203.752a2.75%202.75%200%200%201%203.818-1.582l1.283.632a1.25%201.25%200%200%200%201.104%200l1.283-.632a2.75%202.75%200%200%201%203.682%201.253l.073.162l.063.167l.46%201.353c.125.368.414.657.782.782l1.353.46a2.75%202.75%200%200%201%201.581%203.818l-.63%201.282a1.25%201.25%200%200%200%200%201.105l.63%201.283a2.75%202.75%200%200%201-1.581%203.818l-1.354.46a1.25%201.25%200%200%200-.78.782l-.46%201.353a2.75%202.75%200%200%201-3.82%201.581l-1.282-.632a1.25%201.25%200%200%200-1.104%200l-1.283.632a2.75%202.75%200%200%201-3.818-1.581l-.46-1.354a1.25%201.25%200%200%200-.782-.78l-1.353-.46a2.75%202.75%200%200%201-1.582-3.819l.632-1.283a1.25%201.25%200%200%200%200-1.105l-.632-1.282a2.75%202.75%200%200%201%201.582-3.818l1.353-.46a1.25%201.25%200%200%200%20.782-.782zM16.28%208.97a.75.75%200%200%200-1.06%200l-4.47%204.47l-1.97-1.97a.75.75%200%200%200-1.06%201.06l2.5%202.5a.75.75%200%200%200%201.06%200l5-5a.75.75%200%200%200%200-1.06%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/checkmark-starburst-24-filled.svg?color=%231a73e8&size=48