hat graduation sparkle icon

hat-graduation-sparkle-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.

Name
hat-graduation-sparkle-16-filled
Set
Fluent UI System Icons
Style
16 Filled
Viewbox
16×16
License
MIT

7 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the hat graduation sparkle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m10.878.282l.348 1.071a2.2 2.2 0 0 0 1.398 1.397l1.072.348l.021.006a.423.423 0 0 1 0 .798l-1.071.348a2.2 2.2 0 0 0-1.399 1.397l-.348 1.07a.423.423 0 0 1-.798 0l-.348-1.07a2.2 2.2 0 0 0-1.399-1.403l-1.072-.348a.423.423 0 0 1 0-.798l1.072-.348a2.2 2.2 0 0 0 1.377-1.397l.348-1.07a.423.423 0 0 1 .799 0m4.905 7.931l-.765-.248a1.58 1.58 0 0 1-1-.999l-.248-.764a.302.302 0 0 0-.57 0l-.25.764a1.58 1.58 0 0 1-.983.999l-.765.248a.303.303 0 0 0 0 .57l.765.249a1.58 1.58 0 0 1 1 1.002l.248.764a.302.302 0 0 0 .57 0l.249-.764a1.58 1.58 0 0 1 .999-.999l.765-.248a.303.303 0 0 0 0-.57zM10.64 9.616a1.3 1.3 0 0 1-.397-.36c-.16-.22-.24-.481-.24-.752c0-.19.04-.38.12-.55a1.3 1.3 0 0 1-.45-.211a1.5 1.5 0 0 1-.521-.691l-.36-1.092c-.09-.23-.18-.36-.29-.47a1.3 1.3 0 0 0-.471-.291l-1.061-.35c-.3-.1-.54-.291-.71-.532c-.17-.24-.261-.52-.261-.821c0-.289.083-.56.24-.793L1.227 5.98a.5.5 0 0 0-.224.469L1 6.5v4a.5.5 0 1 0 1 0V7.342l4.599 3.113a2.5 2.5 0 0 0 2.803 0zm2.115 2.154q.055.036.112.068l-.016.018l-.068.074a6 6 0 0 1-.254.25c-.22.203-.543.472-.959.74C10.74 13.456 9.521 14 8 14c-1.523 0-2.741-.544-3.572-1.08a7 7 0 0 1-.959-.74a6 6 0 0 1-.322-.324l-.02-.022l-.006-.006l-.002-.003A.5.5 0 0 1 3 11.5V9.227l3.038 2.056a3.5 3.5 0 0 0 3.924 0l1.82-1.232a.6.6 0 0 1 .093.076c.07.06.11.14.14.22l.26.802c.1.25.26.46.481.62"/></svg>

React

import type { SVGProps } from "react";

export function FluentHatGraduationSparkle16Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m10.878.282l.348 1.071a2.2 2.2 0 0 0 1.398 1.397l1.072.348l.021.006a.423.423 0 0 1 0 .798l-1.071.348a2.2 2.2 0 0 0-1.399 1.397l-.348 1.07a.423.423 0 0 1-.798 0l-.348-1.07a2.2 2.2 0 0 0-1.399-1.403l-1.072-.348a.423.423 0 0 1 0-.798l1.072-.348a2.2 2.2 0 0 0 1.377-1.397l.348-1.07a.423.423 0 0 1 .799 0m4.905 7.931l-.765-.248a1.58 1.58 0 0 1-1-.999l-.248-.764a.302.302 0 0 0-.57 0l-.25.764a1.58 1.58 0 0 1-.983.999l-.765.248a.303.303 0 0 0 0 .57l.765.249a1.58 1.58 0 0 1 1 1.002l.248.764a.302.302 0 0 0 .57 0l.249-.764a1.58 1.58 0 0 1 .999-.999l.765-.248a.303.303 0 0 0 0-.57zM10.64 9.616a1.3 1.3 0 0 1-.397-.36c-.16-.22-.24-.481-.24-.752c0-.19.04-.38.12-.55a1.3 1.3 0 0 1-.45-.211a1.5 1.5 0 0 1-.521-.691l-.36-1.092c-.09-.23-.18-.36-.29-.47a1.3 1.3 0 0 0-.471-.291l-1.061-.35c-.3-.1-.54-.291-.71-.532c-.17-.24-.261-.52-.261-.821c0-.289.083-.56.24-.793L1.227 5.98a.5.5 0 0 0-.224.469L1 6.5v4a.5.5 0 1 0 1 0V7.342l4.599 3.113a2.5 2.5 0 0 0 2.803 0zm2.115 2.154q.055.036.112.068l-.016.018l-.068.074a6 6 0 0 1-.254.25c-.22.203-.543.472-.959.74C10.74 13.456 9.521 14 8 14c-1.523 0-2.741-.544-3.572-1.08a7 7 0 0 1-.959-.74a6 6 0 0 1-.322-.324l-.02-.022l-.006-.006l-.002-.003A.5.5 0 0 1 3 11.5V9.227l3.038 2.056a3.5 3.5 0 0 0 3.924 0l1.82-1.232a.6.6 0 0 1 .093.076c.07.06.11.14.14.22l.26.802c.1.25.26.46.481.62"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m10.878.282l.348 1.071a2.2 2.2 0 0 0 1.398 1.397l1.072.348l.021.006a.423.423 0 0 1 0 .798l-1.071.348a2.2 2.2 0 0 0-1.399 1.397l-.348 1.07a.423.423 0 0 1-.798 0l-.348-1.07a2.2 2.2 0 0 0-1.399-1.403l-1.072-.348a.423.423 0 0 1 0-.798l1.072-.348a2.2 2.2 0 0 0 1.377-1.397l.348-1.07a.423.423 0 0 1 .799 0m4.905 7.931l-.765-.248a1.58 1.58 0 0 1-1-.999l-.248-.764a.302.302 0 0 0-.57 0l-.25.764a1.58 1.58 0 0 1-.983.999l-.765.248a.303.303 0 0 0 0 .57l.765.249a1.58 1.58 0 0 1 1 1.002l.248.764a.302.302 0 0 0 .57 0l.249-.764a1.58 1.58 0 0 1 .999-.999l.765-.248a.303.303 0 0 0 0-.57zM10.64 9.616a1.3 1.3 0 0 1-.397-.36c-.16-.22-.24-.481-.24-.752c0-.19.04-.38.12-.55a1.3 1.3 0 0 1-.45-.211a1.5 1.5 0 0 1-.521-.691l-.36-1.092c-.09-.23-.18-.36-.29-.47a1.3 1.3 0 0 0-.471-.291l-1.061-.35c-.3-.1-.54-.291-.71-.532c-.17-.24-.261-.52-.261-.821c0-.289.083-.56.24-.793L1.227 5.98a.5.5 0 0 0-.224.469L1 6.5v4a.5.5 0 1 0 1 0V7.342l4.599 3.113a2.5 2.5 0 0 0 2.803 0zm2.115 2.154q.055.036.112.068l-.016.018l-.068.074a6 6 0 0 1-.254.25c-.22.203-.543.472-.959.74C10.74 13.456 9.521 14 8 14c-1.523 0-2.741-.544-3.572-1.08a7 7 0 0 1-.959-.74a6 6 0 0 1-.322-.324l-.02-.022l-.006-.006l-.002-.003A.5.5 0 0 1 3 11.5V9.227l3.038 2.056a3.5 3.5 0 0 0 3.924 0l1.82-1.232a.6.6 0 0 1 .093.076c.07.06.11.14.14.22l.26.802c.1.25.26.46.481.62"/></svg>
</template>

CSS

.icon-hat-graduation-sparkle-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m10.878.282l.348%201.071a2.2%202.2%200%200%200%201.398%201.397l1.072.348l.021.006a.423.423%200%200%201%200%20.798l-1.071.348a2.2%202.2%200%200%200-1.399%201.397l-.348%201.07a.423.423%200%200%201-.798%200l-.348-1.07a2.2%202.2%200%200%200-1.399-1.403l-1.072-.348a.423.423%200%200%201%200-.798l1.072-.348a2.2%202.2%200%200%200%201.377-1.397l.348-1.07a.423.423%200%200%201%20.799%200m4.905%207.931l-.765-.248a1.58%201.58%200%200%201-1-.999l-.248-.764a.302.302%200%200%200-.57%200l-.25.764a1.58%201.58%200%200%201-.983.999l-.765.248a.303.303%200%200%200%200%20.57l.765.249a1.58%201.58%200%200%201%201%201.002l.248.764a.302.302%200%200%200%20.57%200l.249-.764a1.58%201.58%200%200%201%20.999-.999l.765-.248a.303.303%200%200%200%200-.57zM10.64%209.616a1.3%201.3%200%200%201-.397-.36c-.16-.22-.24-.481-.24-.752c0-.19.04-.38.12-.55a1.3%201.3%200%200%201-.45-.211a1.5%201.5%200%200%201-.521-.691l-.36-1.092c-.09-.23-.18-.36-.29-.47a1.3%201.3%200%200%200-.471-.291l-1.061-.35c-.3-.1-.54-.291-.71-.532c-.17-.24-.261-.52-.261-.821c0-.289.083-.56.24-.793L1.227%205.98a.5.5%200%200%200-.224.469L1%206.5v4a.5.5%200%201%200%201%200V7.342l4.599%203.113a2.5%202.5%200%200%200%202.803%200zm2.115%202.154q.055.036.112.068l-.016.018l-.068.074a6%206%200%200%201-.254.25c-.22.203-.543.472-.959.74C10.74%2013.456%209.521%2014%208%2014c-1.523%200-2.741-.544-3.572-1.08a7%207%200%200%201-.959-.74a6%206%200%200%201-.322-.324l-.02-.022l-.006-.006l-.002-.003A.5.5%200%200%201%203%2011.5V9.227l3.038%202.056a3.5%203.5%200%200%200%203.924%200l1.82-1.232a.6.6%200%200%201%20.093.076c.07.06.11.14.14.22l.26.802c.1.25.26.46.481.62%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m10.878.282l.348%201.071a2.2%202.2%200%200%200%201.398%201.397l1.072.348l.021.006a.423.423%200%200%201%200%20.798l-1.071.348a2.2%202.2%200%200%200-1.399%201.397l-.348%201.07a.423.423%200%200%201-.798%200l-.348-1.07a2.2%202.2%200%200%200-1.399-1.403l-1.072-.348a.423.423%200%200%201%200-.798l1.072-.348a2.2%202.2%200%200%200%201.377-1.397l.348-1.07a.423.423%200%200%201%20.799%200m4.905%207.931l-.765-.248a1.58%201.58%200%200%201-1-.999l-.248-.764a.302.302%200%200%200-.57%200l-.25.764a1.58%201.58%200%200%201-.983.999l-.765.248a.303.303%200%200%200%200%20.57l.765.249a1.58%201.58%200%200%201%201%201.002l.248.764a.302.302%200%200%200%20.57%200l.249-.764a1.58%201.58%200%200%201%20.999-.999l.765-.248a.303.303%200%200%200%200-.57zM10.64%209.616a1.3%201.3%200%200%201-.397-.36c-.16-.22-.24-.481-.24-.752c0-.19.04-.38.12-.55a1.3%201.3%200%200%201-.45-.211a1.5%201.5%200%200%201-.521-.691l-.36-1.092c-.09-.23-.18-.36-.29-.47a1.3%201.3%200%200%200-.471-.291l-1.061-.35c-.3-.1-.54-.291-.71-.532c-.17-.24-.261-.52-.261-.821c0-.289.083-.56.24-.793L1.227%205.98a.5.5%200%200%200-.224.469L1%206.5v4a.5.5%200%201%200%201%200V7.342l4.599%203.113a2.5%202.5%200%200%200%202.803%200zm2.115%202.154q.055.036.112.068l-.016.018l-.068.074a6%206%200%200%201-.254.25c-.22.203-.543.472-.959.74C10.74%2013.456%209.521%2014%208%2014c-1.523%200-2.741-.544-3.572-1.08a7%207%200%200%201-.959-.74a6%206%200%200%201-.322-.324l-.02-.022l-.006-.006l-.002-.003A.5.5%200%200%201%203%2011.5V9.227l3.038%202.056a3.5%203.5%200%200%200%203.924%200l1.82-1.232a.6.6%200%200%201%20.093.076c.07.06.11.14.14.22l.26.802c.1.25.26.46.481.62%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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