checkmark starburst icon

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

Name
checkmark-starburst-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M11.54 1.898a2.42 2.42 0 0 1 3.103 1.285l.424.976c.151.347.43.625.777.776l.975.425a2.417 2.417 0 0 1 1.285 3.101l-.39.99a1.5 1.5 0 0 0 0 1.1l.39.989a2.42 2.42 0 0 1-1.285 3.102l-.975.424a1.5 1.5 0 0 0-.777.777l-.424.975a2.42 2.42 0 0 1-3.102 1.285l-.99-.39a1.5 1.5 0 0 0-1.098 0l-.99.39a2.417 2.417 0 0 1-3.102-1.285l-.425-.975a1.5 1.5 0 0 0-.776-.777l-.976-.424A2.42 2.42 0 0 1 1.9 11.54l.39-.99a1.5 1.5 0 0 0 0-1.098l-.39-.99A2.417 2.417 0 0 1 3.184 5.36l.976-.425a1.5 1.5 0 0 0 .776-.776l.425-.976a2.417 2.417 0 0 1 3.101-1.285l.99.39c.354.138.746.139 1.1 0zm1.814 5.75a.5.5 0 0 0-.707 0l-3.646 3.646l-1.647-1.647a.5.5 0 1 0-.707.707l2 2a.5.5 0 0 0 .707 0l4-4a.5.5 0 0 0 0-.707"/></svg>

React

import type { SVGProps } from "react";

export function FluentCheckmarkStarburst20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M11.54 1.898a2.42 2.42 0 0 1 3.103 1.285l.424.976c.151.347.43.625.777.776l.975.425a2.417 2.417 0 0 1 1.285 3.101l-.39.99a1.5 1.5 0 0 0 0 1.1l.39.989a2.42 2.42 0 0 1-1.285 3.102l-.975.424a1.5 1.5 0 0 0-.777.777l-.424.975a2.42 2.42 0 0 1-3.102 1.285l-.99-.39a1.5 1.5 0 0 0-1.098 0l-.99.39a2.417 2.417 0 0 1-3.102-1.285l-.425-.975a1.5 1.5 0 0 0-.776-.777l-.976-.424A2.42 2.42 0 0 1 1.9 11.54l.39-.99a1.5 1.5 0 0 0 0-1.098l-.39-.99A2.417 2.417 0 0 1 3.184 5.36l.976-.425a1.5 1.5 0 0 0 .776-.776l.425-.976a2.417 2.417 0 0 1 3.101-1.285l.99.39c.354.138.746.139 1.1 0zm1.814 5.75a.5.5 0 0 0-.707 0l-3.646 3.646l-1.647-1.647a.5.5 0 1 0-.707.707l2 2a.5.5 0 0 0 .707 0l4-4a.5.5 0 0 0 0-.707"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M11.54 1.898a2.42 2.42 0 0 1 3.103 1.285l.424.976c.151.347.43.625.777.776l.975.425a2.417 2.417 0 0 1 1.285 3.101l-.39.99a1.5 1.5 0 0 0 0 1.1l.39.989a2.42 2.42 0 0 1-1.285 3.102l-.975.424a1.5 1.5 0 0 0-.777.777l-.424.975a2.42 2.42 0 0 1-3.102 1.285l-.99-.39a1.5 1.5 0 0 0-1.098 0l-.99.39a2.417 2.417 0 0 1-3.102-1.285l-.425-.975a1.5 1.5 0 0 0-.776-.777l-.976-.424A2.42 2.42 0 0 1 1.9 11.54l.39-.99a1.5 1.5 0 0 0 0-1.098l-.39-.99A2.417 2.417 0 0 1 3.184 5.36l.976-.425a1.5 1.5 0 0 0 .776-.776l.425-.976a2.417 2.417 0 0 1 3.101-1.285l.99.39c.354.138.746.139 1.1 0zm1.814 5.75a.5.5 0 0 0-.707 0l-3.646 3.646l-1.647-1.647a.5.5 0 1 0-.707.707l2 2a.5.5 0 0 0 .707 0l4-4a.5.5 0 0 0 0-.707"/></svg>
</template>

CSS

.icon-checkmark-starburst-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.54%201.898a2.42%202.42%200%200%201%203.103%201.285l.424.976c.151.347.43.625.777.776l.975.425a2.417%202.417%200%200%201%201.285%203.101l-.39.99a1.5%201.5%200%200%200%200%201.1l.39.989a2.42%202.42%200%200%201-1.285%203.102l-.975.424a1.5%201.5%200%200%200-.777.777l-.424.975a2.42%202.42%200%200%201-3.102%201.285l-.99-.39a1.5%201.5%200%200%200-1.098%200l-.99.39a2.417%202.417%200%200%201-3.102-1.285l-.425-.975a1.5%201.5%200%200%200-.776-.777l-.976-.424A2.42%202.42%200%200%201%201.9%2011.54l.39-.99a1.5%201.5%200%200%200%200-1.098l-.39-.99A2.417%202.417%200%200%201%203.184%205.36l.976-.425a1.5%201.5%200%200%200%20.776-.776l.425-.976a2.417%202.417%200%200%201%203.101-1.285l.99.39c.354.138.746.139%201.1%200zm1.814%205.75a.5.5%200%200%200-.707%200l-3.646%203.646l-1.647-1.647a.5.5%200%201%200-.707.707l2%202a.5.5%200%200%200%20.707%200l4-4a.5.5%200%200%200%200-.707%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.54%201.898a2.42%202.42%200%200%201%203.103%201.285l.424.976c.151.347.43.625.777.776l.975.425a2.417%202.417%200%200%201%201.285%203.101l-.39.99a1.5%201.5%200%200%200%200%201.1l.39.989a2.42%202.42%200%200%201-1.285%203.102l-.975.424a1.5%201.5%200%200%200-.777.777l-.424.975a2.42%202.42%200%200%201-3.102%201.285l-.99-.39a1.5%201.5%200%200%200-1.098%200l-.99.39a2.417%202.417%200%200%201-3.102-1.285l-.425-.975a1.5%201.5%200%200%200-.776-.777l-.976-.424A2.42%202.42%200%200%201%201.9%2011.54l.39-.99a1.5%201.5%200%200%200%200-1.098l-.39-.99A2.417%202.417%200%200%201%203.184%205.36l.976-.425a1.5%201.5%200%200%200%20.776-.776l.425-.976a2.417%202.417%200%200%201%203.101-1.285l.99.39c.354.138.746.139%201.1%200zm1.814%205.75a.5.5%200%200%200-.707%200l-3.646%203.646l-1.647-1.647a.5.5%200%201%200-.707.707l2%202a.5.5%200%200%200%20.707%200l4-4a.5.5%200%200%200%200-.707%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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