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

Name
hat-graduation-48-filled
Set
Fluent UI System Icons
Style
48 Filled
Viewbox
48×48
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 48 48"><path fill="currentColor" d="M20.588 7.014a6.25 6.25 0 0 1 6.824 0l16.02 10.44a1.25 1.25 0 0 1 0 2.094l-16.02 10.44a6.25 6.25 0 0 1-6.824 0L6.5 20.808V31.75a1.25 1.25 0 0 1-2.5 0V18.5c0-.453.242-.852.605-1.07zM11 35.75v-9.623l8.496 5.536a8.25 8.25 0 0 0 9.008 0L37 26.127v9.623q0 .12-.005.238a1.25 1.25 0 0 1-.372.844A17.95 17.95 0 0 1 24 42a17.95 17.95 0 0 1-12.623-5.168a1.25 1.25 0 0 1-.373-.844A6 6 0 0 1 11 35.75"/></svg>

React

import type { SVGProps } from "react";

export function FluentHatGraduation48Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M20.588 7.014a6.25 6.25 0 0 1 6.824 0l16.02 10.44a1.25 1.25 0 0 1 0 2.094l-16.02 10.44a6.25 6.25 0 0 1-6.824 0L6.5 20.808V31.75a1.25 1.25 0 0 1-2.5 0V18.5c0-.453.242-.852.605-1.07zM11 35.75v-9.623l8.496 5.536a8.25 8.25 0 0 0 9.008 0L37 26.127v9.623q0 .12-.005.238a1.25 1.25 0 0 1-.372.844A17.95 17.95 0 0 1 24 42a17.95 17.95 0 0 1-12.623-5.168a1.25 1.25 0 0 1-.373-.844A6 6 0 0 1 11 35.75"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M20.588 7.014a6.25 6.25 0 0 1 6.824 0l16.02 10.44a1.25 1.25 0 0 1 0 2.094l-16.02 10.44a6.25 6.25 0 0 1-6.824 0L6.5 20.808V31.75a1.25 1.25 0 0 1-2.5 0V18.5c0-.453.242-.852.605-1.07zM11 35.75v-9.623l8.496 5.536a8.25 8.25 0 0 0 9.008 0L37 26.127v9.623q0 .12-.005.238a1.25 1.25 0 0 1-.372.844A17.95 17.95 0 0 1 24 42a17.95 17.95 0 0 1-12.623-5.168a1.25 1.25 0 0 1-.373-.844A6 6 0 0 1 11 35.75"/></svg>
</template>

CSS

.icon-hat-graduation-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.588%207.014a6.25%206.25%200%200%201%206.824%200l16.02%2010.44a1.25%201.25%200%200%201%200%202.094l-16.02%2010.44a6.25%206.25%200%200%201-6.824%200L6.5%2020.808V31.75a1.25%201.25%200%200%201-2.5%200V18.5c0-.453.242-.852.605-1.07zM11%2035.75v-9.623l8.496%205.536a8.25%208.25%200%200%200%209.008%200L37%2026.127v9.623q0%20.12-.005.238a1.25%201.25%200%200%201-.372.844A17.95%2017.95%200%200%201%2024%2042a17.95%2017.95%200%200%201-12.623-5.168a1.25%201.25%200%200%201-.373-.844A6%206%200%200%201%2011%2035.75%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.588%207.014a6.25%206.25%200%200%201%206.824%200l16.02%2010.44a1.25%201.25%200%200%201%200%202.094l-16.02%2010.44a6.25%206.25%200%200%201-6.824%200L6.5%2020.808V31.75a1.25%201.25%200%200%201-2.5%200V18.5c0-.453.242-.852.605-1.07zM11%2035.75v-9.623l8.496%205.536a8.25%208.25%200%200%200%209.008%200L37%2026.127v9.623q0%20.12-.005.238a1.25%201.25%200%200%201-.372.844A17.95%2017.95%200%200%201%2024%2042a17.95%2017.95%200%200%201-12.623-5.168a1.25%201.25%200%200%201-.373-.844A6%206%200%200%201%2011%2035.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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