checkmark starburst icon

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

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

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.354c.125.367.414.656.782.78l1.353.46a2.75 2.75 0 0 1 1.581 3.82l-.63 1.281a1.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-.46c.368-.125.657-.414.782-.781zm9.761.222a1.25 1.25 0 0 0-1.611-.458l-1.282.631a2.75 2.75 0 0 1-2.43 0l-1.282-.631a1.25 1.25 0 0 0-1.736.72l-.46 1.353a2.75 2.75 0 0 1-1.718 1.718l-1.354.46a1.25 1.25 0 0 0-.719 1.735l.631 1.283a2.75 2.75 0 0 1 0 2.43l-.63 1.282a1.25 1.25 0 0 0 .719 1.735l1.353.461a2.75 2.75 0 0 1 1.718 1.718l.46 1.354q.026.075.062.149a1.25 1.25 0 0 0 1.674.57l1.282-.633a2.75 2.75 0 0 1 2.43 0l1.282.632q.072.037.15.063a1.25 1.25 0 0 0 1.585-.781l.461-1.354a2.75 2.75 0 0 1 1.718-1.718l1.354-.46a1.25 1.25 0 0 0 .719-1.735l-.632-1.283a2.75 2.75 0 0 1 0-2.43l.631-1.283q.037-.072.063-.15a1.25 1.25 0 0 0-.781-1.585l-1.354-.46a2.75 2.75 0 0 1-1.718-1.718l-.46-1.354l-.029-.076l-.033-.074zM15.22 8.97a.75.75 0 1 1 1.06 1.06l-5 5a.75.75 0 0 1-1.06 0l-2.5-2.5a.75.75 0 0 1 1.06-1.06l1.97 1.97z"/></svg>

React

import type { SVGProps } from "react";

export function FluentCheckmarkStarburst24Regular(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.354c.125.367.414.656.782.78l1.353.46a2.75 2.75 0 0 1 1.581 3.82l-.63 1.281a1.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-.46c.368-.125.657-.414.782-.781zm9.761.222a1.25 1.25 0 0 0-1.611-.458l-1.282.631a2.75 2.75 0 0 1-2.43 0l-1.282-.631a1.25 1.25 0 0 0-1.736.72l-.46 1.353a2.75 2.75 0 0 1-1.718 1.718l-1.354.46a1.25 1.25 0 0 0-.719 1.735l.631 1.283a2.75 2.75 0 0 1 0 2.43l-.63 1.282a1.25 1.25 0 0 0 .719 1.735l1.353.461a2.75 2.75 0 0 1 1.718 1.718l.46 1.354q.026.075.062.149a1.25 1.25 0 0 0 1.674.57l1.282-.633a2.75 2.75 0 0 1 2.43 0l1.282.632q.072.037.15.063a1.25 1.25 0 0 0 1.585-.781l.461-1.354a2.75 2.75 0 0 1 1.718-1.718l1.354-.46a1.25 1.25 0 0 0 .719-1.735l-.632-1.283a2.75 2.75 0 0 1 0-2.43l.631-1.283q.037-.072.063-.15a1.25 1.25 0 0 0-.781-1.585l-1.354-.46a2.75 2.75 0 0 1-1.718-1.718l-.46-1.354l-.029-.076l-.033-.074zM15.22 8.97a.75.75 0 1 1 1.06 1.06l-5 5a.75.75 0 0 1-1.06 0l-2.5-2.5a.75.75 0 0 1 1.06-1.06l1.97 1.97z"/></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.354c.125.367.414.656.782.78l1.353.46a2.75 2.75 0 0 1 1.581 3.82l-.63 1.281a1.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-.46c.368-.125.657-.414.782-.781zm9.761.222a1.25 1.25 0 0 0-1.611-.458l-1.282.631a2.75 2.75 0 0 1-2.43 0l-1.282-.631a1.25 1.25 0 0 0-1.736.72l-.46 1.353a2.75 2.75 0 0 1-1.718 1.718l-1.354.46a1.25 1.25 0 0 0-.719 1.735l.631 1.283a2.75 2.75 0 0 1 0 2.43l-.63 1.282a1.25 1.25 0 0 0 .719 1.735l1.353.461a2.75 2.75 0 0 1 1.718 1.718l.46 1.354q.026.075.062.149a1.25 1.25 0 0 0 1.674.57l1.282-.633a2.75 2.75 0 0 1 2.43 0l1.282.632q.072.037.15.063a1.25 1.25 0 0 0 1.585-.781l.461-1.354a2.75 2.75 0 0 1 1.718-1.718l1.354-.46a1.25 1.25 0 0 0 .719-1.735l-.632-1.283a2.75 2.75 0 0 1 0-2.43l.631-1.283q.037-.072.063-.15a1.25 1.25 0 0 0-.781-1.585l-1.354-.46a2.75 2.75 0 0 1-1.718-1.718l-.46-1.354l-.029-.076l-.033-.074zM15.22 8.97a.75.75 0 1 1 1.06 1.06l-5 5a.75.75 0 0 1-1.06 0l-2.5-2.5a.75.75 0 0 1 1.06-1.06l1.97 1.97z"/></svg>
</template>

CSS

.icon-checkmark-starburst-24-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%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.354c.125.367.414.656.782.78l1.353.46a2.75%202.75%200%200%201%201.581%203.82l-.63%201.281a1.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-.46c.368-.125.657-.414.782-.781zm9.761.222a1.25%201.25%200%200%200-1.611-.458l-1.282.631a2.75%202.75%200%200%201-2.43%200l-1.282-.631a1.25%201.25%200%200%200-1.736.72l-.46%201.353a2.75%202.75%200%200%201-1.718%201.718l-1.354.46a1.25%201.25%200%200%200-.719%201.735l.631%201.283a2.75%202.75%200%200%201%200%202.43l-.63%201.282a1.25%201.25%200%200%200%20.719%201.735l1.353.461a2.75%202.75%200%200%201%201.718%201.718l.46%201.354q.026.075.062.149a1.25%201.25%200%200%200%201.674.57l1.282-.633a2.75%202.75%200%200%201%202.43%200l1.282.632q.072.037.15.063a1.25%201.25%200%200%200%201.585-.781l.461-1.354a2.75%202.75%200%200%201%201.718-1.718l1.354-.46a1.25%201.25%200%200%200%20.719-1.735l-.632-1.283a2.75%202.75%200%200%201%200-2.43l.631-1.283q.037-.072.063-.15a1.25%201.25%200%200%200-.781-1.585l-1.354-.46a2.75%202.75%200%200%201-1.718-1.718l-.46-1.354l-.029-.076l-.033-.074zM15.22%208.97a.75.75%200%201%201%201.06%201.06l-5%205a.75.75%200%200%201-1.06%200l-2.5-2.5a.75.75%200%200%201%201.06-1.06l1.97%201.97z%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.354c.125.367.414.656.782.78l1.353.46a2.75%202.75%200%200%201%201.581%203.82l-.63%201.281a1.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-.46c.368-.125.657-.414.782-.781zm9.761.222a1.25%201.25%200%200%200-1.611-.458l-1.282.631a2.75%202.75%200%200%201-2.43%200l-1.282-.631a1.25%201.25%200%200%200-1.736.72l-.46%201.353a2.75%202.75%200%200%201-1.718%201.718l-1.354.46a1.25%201.25%200%200%200-.719%201.735l.631%201.283a2.75%202.75%200%200%201%200%202.43l-.63%201.282a1.25%201.25%200%200%200%20.719%201.735l1.353.461a2.75%202.75%200%200%201%201.718%201.718l.46%201.354q.026.075.062.149a1.25%201.25%200%200%200%201.674.57l1.282-.633a2.75%202.75%200%200%201%202.43%200l1.282.632q.072.037.15.063a1.25%201.25%200%200%200%201.585-.781l.461-1.354a2.75%202.75%200%200%201%201.718-1.718l1.354-.46a1.25%201.25%200%200%200%20.719-1.735l-.632-1.283a2.75%202.75%200%200%201%200-2.43l.631-1.283q.037-.072.063-.15a1.25%201.25%200%200%200-.781-1.585l-1.354-.46a2.75%202.75%200%200%201-1.718-1.718l-.46-1.354l-.029-.076l-.033-.074zM15.22%208.97a.75.75%200%201%201%201.06%201.06l-5%205a.75.75%200%200%201-1.06%200l-2.5-2.5a.75.75%200%200%201%201.06-1.06l1.97%201.97z%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-regular.svg?color=%231a73e8&size=48