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

Name
hat-graduation-12-regular
Set
Fluent UI System Icons
Style
12 Regular
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="M6.84 2.189a1.96 1.96 0 0 0-1.68 0L.286 4.498A.5.5 0 0 0 0 4.976v3.026a.5.5 0 1 0 1 0V5.756l1 .496v2.75a.5.5 0 0 0 .147.354l.025.024l.06.055q.075.072.217.188c.187.153.457.355.794.558c.67.401 1.634.82 2.757.82s2.088-.419 2.757-.82a6.7 6.7 0 0 0 1.012-.746l.06-.055l.023-.024h.002A.5.5 0 0 0 10 9.001v-2.75l1.722-.854a.5.5 0 0 0-.008-.9zm.032 5.615L9 6.748V8.78l-.082.07a6 6 0 0 1-.675.473c-.58.348-1.366.679-2.243.679s-1.662-.33-2.243-.679A6 6 0 0 1 3 8.78V6.748l2.128 1.056c.55.272 1.194.272 1.744 0m-.46-4.711l3.942 1.867l-3.927 1.948a.96.96 0 0 1-.854 0L1.646 4.96l3.942-1.867a.96.96 0 0 1 .824 0M2.149 9.358"/></svg>

React

import type { SVGProps } from "react";

export function FluentHatGraduation12Regular(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="M6.84 2.189a1.96 1.96 0 0 0-1.68 0L.286 4.498A.5.5 0 0 0 0 4.976v3.026a.5.5 0 1 0 1 0V5.756l1 .496v2.75a.5.5 0 0 0 .147.354l.025.024l.06.055q.075.072.217.188c.187.153.457.355.794.558c.67.401 1.634.82 2.757.82s2.088-.419 2.757-.82a6.7 6.7 0 0 0 1.012-.746l.06-.055l.023-.024h.002A.5.5 0 0 0 10 9.001v-2.75l1.722-.854a.5.5 0 0 0-.008-.9zm.032 5.615L9 6.748V8.78l-.082.07a6 6 0 0 1-.675.473c-.58.348-1.366.679-2.243.679s-1.662-.33-2.243-.679A6 6 0 0 1 3 8.78V6.748l2.128 1.056c.55.272 1.194.272 1.744 0m-.46-4.711l3.942 1.867l-3.927 1.948a.96.96 0 0 1-.854 0L1.646 4.96l3.942-1.867a.96.96 0 0 1 .824 0M2.149 9.358"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M6.84 2.189a1.96 1.96 0 0 0-1.68 0L.286 4.498A.5.5 0 0 0 0 4.976v3.026a.5.5 0 1 0 1 0V5.756l1 .496v2.75a.5.5 0 0 0 .147.354l.025.024l.06.055q.075.072.217.188c.187.153.457.355.794.558c.67.401 1.634.82 2.757.82s2.088-.419 2.757-.82a6.7 6.7 0 0 0 1.012-.746l.06-.055l.023-.024h.002A.5.5 0 0 0 10 9.001v-2.75l1.722-.854a.5.5 0 0 0-.008-.9zm.032 5.615L9 6.748V8.78l-.082.07a6 6 0 0 1-.675.473c-.58.348-1.366.679-2.243.679s-1.662-.33-2.243-.679A6 6 0 0 1 3 8.78V6.748l2.128 1.056c.55.272 1.194.272 1.744 0m-.46-4.711l3.942 1.867l-3.927 1.948a.96.96 0 0 1-.854 0L1.646 4.96l3.942-1.867a.96.96 0 0 1 .824 0M2.149 9.358"/></svg>
</template>

CSS

.icon-hat-graduation-12-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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.84%202.189a1.96%201.96%200%200%200-1.68%200L.286%204.498A.5.5%200%200%200%200%204.976v3.026a.5.5%200%201%200%201%200V5.756l1%20.496v2.75a.5.5%200%200%200%20.147.354l.025.024l.06.055q.075.072.217.188c.187.153.457.355.794.558c.67.401%201.634.82%202.757.82s2.088-.419%202.757-.82a6.7%206.7%200%200%200%201.012-.746l.06-.055l.023-.024h.002A.5.5%200%200%200%2010%209.001v-2.75l1.722-.854a.5.5%200%200%200-.008-.9zm.032%205.615L9%206.748V8.78l-.082.07a6%206%200%200%201-.675.473c-.58.348-1.366.679-2.243.679s-1.662-.33-2.243-.679A6%206%200%200%201%203%208.78V6.748l2.128%201.056c.55.272%201.194.272%201.744%200m-.46-4.711l3.942%201.867l-3.927%201.948a.96.96%200%200%201-.854%200L1.646%204.96l3.942-1.867a.96.96%200%200%201%20.824%200M2.149%209.358%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%22M6.84%202.189a1.96%201.96%200%200%200-1.68%200L.286%204.498A.5.5%200%200%200%200%204.976v3.026a.5.5%200%201%200%201%200V5.756l1%20.496v2.75a.5.5%200%200%200%20.147.354l.025.024l.06.055q.075.072.217.188c.187.153.457.355.794.558c.67.401%201.634.82%202.757.82s2.088-.419%202.757-.82a6.7%206.7%200%200%200%201.012-.746l.06-.055l.023-.024h.002A.5.5%200%200%200%2010%209.001v-2.75l1.722-.854a.5.5%200%200%200-.008-.9zm.032%205.615L9%206.748V8.78l-.082.07a6%206%200%200%201-.675.473c-.58.348-1.366.679-2.243.679s-1.662-.33-2.243-.679A6%206%200%200%201%203%208.78V6.748l2.128%201.056c.55.272%201.194.272%201.744%200m-.46-4.711l3.942%201.867l-3.927%201.948a.96.96%200%200%201-.854%200L1.646%204.96l3.942-1.867a.96.96%200%200%201%20.824%200M2.149%209.358%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-regular.svg?color=%231a73e8&size=48