checkmark starburst icon

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

Name
checkmark-starburst-32-regular
Set
Fluent UI System Icons
Style
32 Regular
Viewbox
32×32
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 32 32"><path fill="currentColor" d="M8.112 4.734a3.995 3.995 0 0 1 5.612-2.297l1.425.73c.567.29 1.237.294 1.806.009l1.433-.718a3.994 3.994 0 0 1 5.59 2.344l.493 1.524a2 2 0 0 0 1.271 1.282l1.52.505a3.995 3.995 0 0 1 2.296 5.612l-.73 1.425a2 2 0 0 0-.008 1.806l.718 1.433a3.994 3.994 0 0 1-2.344 5.59l-1.524.493a2 2 0 0 0-1.282 1.271l-.505 1.52a3.995 3.995 0 0 1-5.612 2.296l-1.425-.73a2 2 0 0 0-1.806-.008l-1.432.718a3.995 3.995 0 0 1-5.591-2.344l-.493-1.524a2 2 0 0 0-1.27-1.282l-1.52-.505a3.995 3.995 0 0 1-2.297-5.612l.73-1.425c.29-.567.293-1.237.008-1.806l-.718-1.432a3.995 3.995 0 0 1 2.344-5.591l1.524-.493a2 2 0 0 0 1.282-1.27zm4.701-.518a1.997 1.997 0 0 0-2.805 1.147l-.505 1.52a4 4 0 0 1-2.565 2.543l-1.524.492a1.997 1.997 0 0 0-1.172 2.796l.718 1.432a4 4 0 0 1-.016 3.61l-.73 1.427a1.997 1.997 0 0 0 1.148 2.805l1.52.505a4 4 0 0 1 2.543 2.565l.492 1.524a1.997 1.997 0 0 0 2.796 1.172l1.433-.718a4 4 0 0 1 3.61.016l1.426.73a1.997 1.997 0 0 0 2.805-1.148l.505-1.52a4 4 0 0 1 2.565-2.543l1.524-.492a1.997 1.997 0 0 0 1.172-2.796l-.718-1.433a4 4 0 0 1 .016-3.61l.73-1.426a1.997 1.997 0 0 0-1.148-2.805l-1.52-.505a4 4 0 0 1-2.543-2.565l-.492-1.524a1.997 1.997 0 0 0-2.796-1.172l-1.432.718a4 4 0 0 1-3.61-.016zm8.479 7.077a1 1 0 1 1 1.414 1.414l-7.5 7.5a1 1 0 0 1-1.414 0l-4-4a1 1 0 1 1 1.414-1.414l3.293 3.293z"/></svg>

React

import type { SVGProps } from "react";

export function FluentCheckmarkStarburst32Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M8.112 4.734a3.995 3.995 0 0 1 5.612-2.297l1.425.73c.567.29 1.237.294 1.806.009l1.433-.718a3.994 3.994 0 0 1 5.59 2.344l.493 1.524a2 2 0 0 0 1.271 1.282l1.52.505a3.995 3.995 0 0 1 2.296 5.612l-.73 1.425a2 2 0 0 0-.008 1.806l.718 1.433a3.994 3.994 0 0 1-2.344 5.59l-1.524.493a2 2 0 0 0-1.282 1.271l-.505 1.52a3.995 3.995 0 0 1-5.612 2.296l-1.425-.73a2 2 0 0 0-1.806-.008l-1.432.718a3.995 3.995 0 0 1-5.591-2.344l-.493-1.524a2 2 0 0 0-1.27-1.282l-1.52-.505a3.995 3.995 0 0 1-2.297-5.612l.73-1.425c.29-.567.293-1.237.008-1.806l-.718-1.432a3.995 3.995 0 0 1 2.344-5.591l1.524-.493a2 2 0 0 0 1.282-1.27zm4.701-.518a1.997 1.997 0 0 0-2.805 1.147l-.505 1.52a4 4 0 0 1-2.565 2.543l-1.524.492a1.997 1.997 0 0 0-1.172 2.796l.718 1.432a4 4 0 0 1-.016 3.61l-.73 1.427a1.997 1.997 0 0 0 1.148 2.805l1.52.505a4 4 0 0 1 2.543 2.565l.492 1.524a1.997 1.997 0 0 0 2.796 1.172l1.433-.718a4 4 0 0 1 3.61.016l1.426.73a1.997 1.997 0 0 0 2.805-1.148l.505-1.52a4 4 0 0 1 2.565-2.543l1.524-.492a1.997 1.997 0 0 0 1.172-2.796l-.718-1.433a4 4 0 0 1 .016-3.61l.73-1.426a1.997 1.997 0 0 0-1.148-2.805l-1.52-.505a4 4 0 0 1-2.543-2.565l-.492-1.524a1.997 1.997 0 0 0-2.796-1.172l-1.432.718a4 4 0 0 1-3.61-.016zm8.479 7.077a1 1 0 1 1 1.414 1.414l-7.5 7.5a1 1 0 0 1-1.414 0l-4-4a1 1 0 1 1 1.414-1.414l3.293 3.293z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M8.112 4.734a3.995 3.995 0 0 1 5.612-2.297l1.425.73c.567.29 1.237.294 1.806.009l1.433-.718a3.994 3.994 0 0 1 5.59 2.344l.493 1.524a2 2 0 0 0 1.271 1.282l1.52.505a3.995 3.995 0 0 1 2.296 5.612l-.73 1.425a2 2 0 0 0-.008 1.806l.718 1.433a3.994 3.994 0 0 1-2.344 5.59l-1.524.493a2 2 0 0 0-1.282 1.271l-.505 1.52a3.995 3.995 0 0 1-5.612 2.296l-1.425-.73a2 2 0 0 0-1.806-.008l-1.432.718a3.995 3.995 0 0 1-5.591-2.344l-.493-1.524a2 2 0 0 0-1.27-1.282l-1.52-.505a3.995 3.995 0 0 1-2.297-5.612l.73-1.425c.29-.567.293-1.237.008-1.806l-.718-1.432a3.995 3.995 0 0 1 2.344-5.591l1.524-.493a2 2 0 0 0 1.282-1.27zm4.701-.518a1.997 1.997 0 0 0-2.805 1.147l-.505 1.52a4 4 0 0 1-2.565 2.543l-1.524.492a1.997 1.997 0 0 0-1.172 2.796l.718 1.432a4 4 0 0 1-.016 3.61l-.73 1.427a1.997 1.997 0 0 0 1.148 2.805l1.52.505a4 4 0 0 1 2.543 2.565l.492 1.524a1.997 1.997 0 0 0 2.796 1.172l1.433-.718a4 4 0 0 1 3.61.016l1.426.73a1.997 1.997 0 0 0 2.805-1.148l.505-1.52a4 4 0 0 1 2.565-2.543l1.524-.492a1.997 1.997 0 0 0 1.172-2.796l-.718-1.433a4 4 0 0 1 .016-3.61l.73-1.426a1.997 1.997 0 0 0-1.148-2.805l-1.52-.505a4 4 0 0 1-2.543-2.565l-.492-1.524a1.997 1.997 0 0 0-2.796-1.172l-1.432.718a4 4 0 0 1-3.61-.016zm8.479 7.077a1 1 0 1 1 1.414 1.414l-7.5 7.5a1 1 0 0 1-1.414 0l-4-4a1 1 0 1 1 1.414-1.414l3.293 3.293z"/></svg>
</template>

CSS

.icon-checkmark-starburst-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.112%204.734a3.995%203.995%200%200%201%205.612-2.297l1.425.73c.567.29%201.237.294%201.806.009l1.433-.718a3.994%203.994%200%200%201%205.59%202.344l.493%201.524a2%202%200%200%200%201.271%201.282l1.52.505a3.995%203.995%200%200%201%202.296%205.612l-.73%201.425a2%202%200%200%200-.008%201.806l.718%201.433a3.994%203.994%200%200%201-2.344%205.59l-1.524.493a2%202%200%200%200-1.282%201.271l-.505%201.52a3.995%203.995%200%200%201-5.612%202.296l-1.425-.73a2%202%200%200%200-1.806-.008l-1.432.718a3.995%203.995%200%200%201-5.591-2.344l-.493-1.524a2%202%200%200%200-1.27-1.282l-1.52-.505a3.995%203.995%200%200%201-2.297-5.612l.73-1.425c.29-.567.293-1.237.008-1.806l-.718-1.432a3.995%203.995%200%200%201%202.344-5.591l1.524-.493a2%202%200%200%200%201.282-1.27zm4.701-.518a1.997%201.997%200%200%200-2.805%201.147l-.505%201.52a4%204%200%200%201-2.565%202.543l-1.524.492a1.997%201.997%200%200%200-1.172%202.796l.718%201.432a4%204%200%200%201-.016%203.61l-.73%201.427a1.997%201.997%200%200%200%201.148%202.805l1.52.505a4%204%200%200%201%202.543%202.565l.492%201.524a1.997%201.997%200%200%200%202.796%201.172l1.433-.718a4%204%200%200%201%203.61.016l1.426.73a1.997%201.997%200%200%200%202.805-1.148l.505-1.52a4%204%200%200%201%202.565-2.543l1.524-.492a1.997%201.997%200%200%200%201.172-2.796l-.718-1.433a4%204%200%200%201%20.016-3.61l.73-1.426a1.997%201.997%200%200%200-1.148-2.805l-1.52-.505a4%204%200%200%201-2.543-2.565l-.492-1.524a1.997%201.997%200%200%200-2.796-1.172l-1.432.718a4%204%200%200%201-3.61-.016zm8.479%207.077a1%201%200%201%201%201.414%201.414l-7.5%207.5a1%201%200%200%201-1.414%200l-4-4a1%201%200%201%201%201.414-1.414l3.293%203.293z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.112%204.734a3.995%203.995%200%200%201%205.612-2.297l1.425.73c.567.29%201.237.294%201.806.009l1.433-.718a3.994%203.994%200%200%201%205.59%202.344l.493%201.524a2%202%200%200%200%201.271%201.282l1.52.505a3.995%203.995%200%200%201%202.296%205.612l-.73%201.425a2%202%200%200%200-.008%201.806l.718%201.433a3.994%203.994%200%200%201-2.344%205.59l-1.524.493a2%202%200%200%200-1.282%201.271l-.505%201.52a3.995%203.995%200%200%201-5.612%202.296l-1.425-.73a2%202%200%200%200-1.806-.008l-1.432.718a3.995%203.995%200%200%201-5.591-2.344l-.493-1.524a2%202%200%200%200-1.27-1.282l-1.52-.505a3.995%203.995%200%200%201-2.297-5.612l.73-1.425c.29-.567.293-1.237.008-1.806l-.718-1.432a3.995%203.995%200%200%201%202.344-5.591l1.524-.493a2%202%200%200%200%201.282-1.27zm4.701-.518a1.997%201.997%200%200%200-2.805%201.147l-.505%201.52a4%204%200%200%201-2.565%202.543l-1.524.492a1.997%201.997%200%200%200-1.172%202.796l.718%201.432a4%204%200%200%201-.016%203.61l-.73%201.427a1.997%201.997%200%200%200%201.148%202.805l1.52.505a4%204%200%200%201%202.543%202.565l.492%201.524a1.997%201.997%200%200%200%202.796%201.172l1.433-.718a4%204%200%200%201%203.61.016l1.426.73a1.997%201.997%200%200%200%202.805-1.148l.505-1.52a4%204%200%200%201%202.565-2.543l1.524-.492a1.997%201.997%200%200%200%201.172-2.796l-.718-1.433a4%204%200%200%201%20.016-3.61l.73-1.426a1.997%201.997%200%200%200-1.148-2.805l-1.52-.505a4%204%200%200%201-2.543-2.565l-.492-1.524a1.997%201.997%200%200%200-2.796-1.172l-1.432.718a4%204%200%200%201-3.61-.016zm8.479%207.077a1%201%200%201%201%201.414%201.414l-7.5%207.5a1%201%200%200%201-1.414%200l-4-4a1%201%200%201%201%201.414-1.414l3.293%203.293z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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