checkmark starburst icon

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

Name
checkmark-starburst-28-filled
Set
Fluent UI System Icons
Style
28 Filled
Viewbox
28×28
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 28 28"><path fill="currentColor" d="M15.722 2.403a3.75 3.75 0 0 1 5.259 2.179l.246.751a2.25 2.25 0 0 0 1.438 1.438l.751.246a3.75 3.75 0 0 1 2.178 5.258l-.358.705a2.25 2.25 0 0 0 0 2.034l.358.705a3.75 3.75 0 0 1-2.178 5.259l-.751.246a2.25 2.25 0 0 0-1.438 1.438l-.247.751a3.75 3.75 0 0 1-5.258 2.178l-.705-.358a2.25 2.25 0 0 0-2.034 0l-.705.358a3.75 3.75 0 0 1-5.258-2.178l-.247-.75a2.25 2.25 0 0 0-1.437-1.44l-.751-.245a3.75 3.75 0 0 1-2.179-5.26l.358-.704a2.25 2.25 0 0 0 0-2.033l-.358-.706a3.75 3.75 0 0 1 2.179-5.258l.75-.247a2.25 2.25 0 0 0 1.438-1.437l.247-.751a3.75 3.75 0 0 1 5.258-2.179l.705.358a2.25 2.25 0 0 0 2.034 0zm3.808 7.817a.75.75 0 0 0-1.06 0l-5.97 5.97l-2.97-2.97a.75.75 0 0 0-1.06 1.06l3.5 3.5a.75.75 0 0 0 1.06 0l6.5-6.5a.75.75 0 0 0 0-1.06"/></svg>

React

import type { SVGProps } from "react";

export function FluentCheckmarkStarburst28Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M15.722 2.403a3.75 3.75 0 0 1 5.259 2.179l.246.751a2.25 2.25 0 0 0 1.438 1.438l.751.246a3.75 3.75 0 0 1 2.178 5.258l-.358.705a2.25 2.25 0 0 0 0 2.034l.358.705a3.75 3.75 0 0 1-2.178 5.259l-.751.246a2.25 2.25 0 0 0-1.438 1.438l-.247.751a3.75 3.75 0 0 1-5.258 2.178l-.705-.358a2.25 2.25 0 0 0-2.034 0l-.705.358a3.75 3.75 0 0 1-5.258-2.178l-.247-.75a2.25 2.25 0 0 0-1.437-1.44l-.751-.245a3.75 3.75 0 0 1-2.179-5.26l.358-.704a2.25 2.25 0 0 0 0-2.033l-.358-.706a3.75 3.75 0 0 1 2.179-5.258l.75-.247a2.25 2.25 0 0 0 1.438-1.437l.247-.751a3.75 3.75 0 0 1 5.258-2.179l.705.358a2.25 2.25 0 0 0 2.034 0zm3.808 7.817a.75.75 0 0 0-1.06 0l-5.97 5.97l-2.97-2.97a.75.75 0 0 0-1.06 1.06l3.5 3.5a.75.75 0 0 0 1.06 0l6.5-6.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 28 28"><path fill="currentColor" d="M15.722 2.403a3.75 3.75 0 0 1 5.259 2.179l.246.751a2.25 2.25 0 0 0 1.438 1.438l.751.246a3.75 3.75 0 0 1 2.178 5.258l-.358.705a2.25 2.25 0 0 0 0 2.034l.358.705a3.75 3.75 0 0 1-2.178 5.259l-.751.246a2.25 2.25 0 0 0-1.438 1.438l-.247.751a3.75 3.75 0 0 1-5.258 2.178l-.705-.358a2.25 2.25 0 0 0-2.034 0l-.705.358a3.75 3.75 0 0 1-5.258-2.178l-.247-.75a2.25 2.25 0 0 0-1.437-1.44l-.751-.245a3.75 3.75 0 0 1-2.179-5.26l.358-.704a2.25 2.25 0 0 0 0-2.033l-.358-.706a3.75 3.75 0 0 1 2.179-5.258l.75-.247a2.25 2.25 0 0 0 1.438-1.437l.247-.751a3.75 3.75 0 0 1 5.258-2.179l.705.358a2.25 2.25 0 0 0 2.034 0zm3.808 7.817a.75.75 0 0 0-1.06 0l-5.97 5.97l-2.97-2.97a.75.75 0 0 0-1.06 1.06l3.5 3.5a.75.75 0 0 0 1.06 0l6.5-6.5a.75.75 0 0 0 0-1.06"/></svg>
</template>

CSS

.icon-checkmark-starburst-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.722%202.403a3.75%203.75%200%200%201%205.259%202.179l.246.751a2.25%202.25%200%200%200%201.438%201.438l.751.246a3.75%203.75%200%200%201%202.178%205.258l-.358.705a2.25%202.25%200%200%200%200%202.034l.358.705a3.75%203.75%200%200%201-2.178%205.259l-.751.246a2.25%202.25%200%200%200-1.438%201.438l-.247.751a3.75%203.75%200%200%201-5.258%202.178l-.705-.358a2.25%202.25%200%200%200-2.034%200l-.705.358a3.75%203.75%200%200%201-5.258-2.178l-.247-.75a2.25%202.25%200%200%200-1.437-1.44l-.751-.245a3.75%203.75%200%200%201-2.179-5.26l.358-.704a2.25%202.25%200%200%200%200-2.033l-.358-.706a3.75%203.75%200%200%201%202.179-5.258l.75-.247a2.25%202.25%200%200%200%201.438-1.437l.247-.751a3.75%203.75%200%200%201%205.258-2.179l.705.358a2.25%202.25%200%200%200%202.034%200zm3.808%207.817a.75.75%200%200%200-1.06%200l-5.97%205.97l-2.97-2.97a.75.75%200%200%200-1.06%201.06l3.5%203.5a.75.75%200%200%200%201.06%200l6.5-6.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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.722%202.403a3.75%203.75%200%200%201%205.259%202.179l.246.751a2.25%202.25%200%200%200%201.438%201.438l.751.246a3.75%203.75%200%200%201%202.178%205.258l-.358.705a2.25%202.25%200%200%200%200%202.034l.358.705a3.75%203.75%200%200%201-2.178%205.259l-.751.246a2.25%202.25%200%200%200-1.438%201.438l-.247.751a3.75%203.75%200%200%201-5.258%202.178l-.705-.358a2.25%202.25%200%200%200-2.034%200l-.705.358a3.75%203.75%200%200%201-5.258-2.178l-.247-.75a2.25%202.25%200%200%200-1.437-1.44l-.751-.245a3.75%203.75%200%200%201-2.179-5.26l.358-.704a2.25%202.25%200%200%200%200-2.033l-.358-.706a3.75%203.75%200%200%201%202.179-5.258l.75-.247a2.25%202.25%200%200%200%201.438-1.437l.247-.751a3.75%203.75%200%200%201%205.258-2.179l.705.358a2.25%202.25%200%200%200%202.034%200zm3.808%207.817a.75.75%200%200%200-1.06%200l-5.97%205.97l-2.97-2.97a.75.75%200%200%200-1.06%201.06l3.5%203.5a.75.75%200%200%200%201.06%200l6.5-6.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-28-filled.svg?color=%231a73e8&size=48