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

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

13 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the hat graduation icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M5.16 2.189a1.96 1.96 0 0 1 1.68 0l4.874 2.309a.5.5 0 0 1 .008.9l-4.85 2.406a1.96 1.96 0 0 1-1.744 0L1 5.756V8a.5.5 0 0 1-1 0V4.975a.5.5 0 0 1 .286-.477zM2 7.369V9a.5.5 0 0 0 .147.354l.002.003l.023.021l.06.056q.075.07.217.187c.187.153.457.355.794.558C3.913 10.58 4.877 11 6 11s2.088-.42 2.757-.821a6.7 6.7 0 0 0 1.012-.745l.06-.056l.016-.016l.006-.006l.001-.001l.002-.001A.5.5 0 0 0 10 9V7.368L7.316 8.7a2.96 2.96 0 0 1-2.632 0z"/></svg>

React

import type { SVGProps } from "react";

export function FluentHatGraduation12Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M5.16 2.189a1.96 1.96 0 0 1 1.68 0l4.874 2.309a.5.5 0 0 1 .008.9l-4.85 2.406a1.96 1.96 0 0 1-1.744 0L1 5.756V8a.5.5 0 0 1-1 0V4.975a.5.5 0 0 1 .286-.477zM2 7.369V9a.5.5 0 0 0 .147.354l.002.003l.023.021l.06.056q.075.07.217.187c.187.153.457.355.794.558C3.913 10.58 4.877 11 6 11s2.088-.42 2.757-.821a6.7 6.7 0 0 0 1.012-.745l.06-.056l.016-.016l.006-.006l.001-.001l.002-.001A.5.5 0 0 0 10 9V7.368L7.316 8.7a2.96 2.96 0 0 1-2.632 0z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M5.16 2.189a1.96 1.96 0 0 1 1.68 0l4.874 2.309a.5.5 0 0 1 .008.9l-4.85 2.406a1.96 1.96 0 0 1-1.744 0L1 5.756V8a.5.5 0 0 1-1 0V4.975a.5.5 0 0 1 .286-.477zM2 7.369V9a.5.5 0 0 0 .147.354l.002.003l.023.021l.06.056q.075.07.217.187c.187.153.457.355.794.558C3.913 10.58 4.877 11 6 11s2.088-.42 2.757-.821a6.7 6.7 0 0 0 1.012-.745l.06-.056l.016-.016l.006-.006l.001-.001l.002-.001A.5.5 0 0 0 10 9V7.368L7.316 8.7a2.96 2.96 0 0 1-2.632 0z"/></svg>
</template>

CSS

.icon-hat-graduation-12-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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.16%202.189a1.96%201.96%200%200%201%201.68%200l4.874%202.309a.5.5%200%200%201%20.008.9l-4.85%202.406a1.96%201.96%200%200%201-1.744%200L1%205.756V8a.5.5%200%200%201-1%200V4.975a.5.5%200%200%201%20.286-.477zM2%207.369V9a.5.5%200%200%200%20.147.354l.002.003l.023.021l.06.056q.075.07.217.187c.187.153.457.355.794.558C3.913%2010.58%204.877%2011%206%2011s2.088-.42%202.757-.821a6.7%206.7%200%200%200%201.012-.745l.06-.056l.016-.016l.006-.006l.001-.001l.002-.001A.5.5%200%200%200%2010%209V7.368L7.316%208.7a2.96%202.96%200%200%201-2.632%200z%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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.16%202.189a1.96%201.96%200%200%201%201.68%200l4.874%202.309a.5.5%200%200%201%20.008.9l-4.85%202.406a1.96%201.96%200%200%201-1.744%200L1%205.756V8a.5.5%200%200%201-1%200V4.975a.5.5%200%200%201%20.286-.477zM2%207.369V9a.5.5%200%200%200%20.147.354l.002.003l.023.021l.06.056q.075.07.217.187c.187.153.457.355.794.558C3.913%2010.58%204.877%2011%206%2011s2.088-.42%202.757-.821a6.7%206.7%200%200%200%201.012-.745l.06-.056l.016-.016l.006-.006l.001-.001l.002-.001A.5.5%200%200%200%2010%209V7.368L7.316%208.7a2.96%202.96%200%200%201-2.632%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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