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

Name
hat-graduation-48-regular
Set
Fluent UI System Icons
Style
48 Regular
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="M21.953 9.108a3.75 3.75 0 0 1 4.094 0l14.414 9.393l-14.414 9.392a3.75 3.75 0 0 1-4.094 0L7.54 18.501zm5.46-2.094a6.25 6.25 0 0 0-6.825 0L4.605 17.429A1.25 1.25 0 0 0 4 18.5v13.25a1.25 1.25 0 0 0 2.5 0V20.807L11 23.74v12.01q0 .12.005.238c.011.318.145.62.372.844A17.95 17.95 0 0 0 24 42c4.917 0 9.376-1.973 12.623-5.168a1.25 1.25 0 0 0 .373-.844q.004-.119.004-.238V23.74l6.432-4.192a1.25 1.25 0 0 0 0-2.095zM34.5 25.369v10.033A15.44 15.44 0 0 1 24 39.5a15.44 15.44 0 0 1-10.5-4.098V25.369l7.088 4.619a6.25 6.25 0 0 0 6.824 0z"/></svg>

React

import type { SVGProps } from "react";

export function FluentHatGraduation48Regular(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="M21.953 9.108a3.75 3.75 0 0 1 4.094 0l14.414 9.393l-14.414 9.392a3.75 3.75 0 0 1-4.094 0L7.54 18.501zm5.46-2.094a6.25 6.25 0 0 0-6.825 0L4.605 17.429A1.25 1.25 0 0 0 4 18.5v13.25a1.25 1.25 0 0 0 2.5 0V20.807L11 23.74v12.01q0 .12.005.238c.011.318.145.62.372.844A17.95 17.95 0 0 0 24 42c4.917 0 9.376-1.973 12.623-5.168a1.25 1.25 0 0 0 .373-.844q.004-.119.004-.238V23.74l6.432-4.192a1.25 1.25 0 0 0 0-2.095zM34.5 25.369v10.033A15.44 15.44 0 0 1 24 39.5a15.44 15.44 0 0 1-10.5-4.098V25.369l7.088 4.619a6.25 6.25 0 0 0 6.824 0z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M21.953 9.108a3.75 3.75 0 0 1 4.094 0l14.414 9.393l-14.414 9.392a3.75 3.75 0 0 1-4.094 0L7.54 18.501zm5.46-2.094a6.25 6.25 0 0 0-6.825 0L4.605 17.429A1.25 1.25 0 0 0 4 18.5v13.25a1.25 1.25 0 0 0 2.5 0V20.807L11 23.74v12.01q0 .12.005.238c.011.318.145.62.372.844A17.95 17.95 0 0 0 24 42c4.917 0 9.376-1.973 12.623-5.168a1.25 1.25 0 0 0 .373-.844q.004-.119.004-.238V23.74l6.432-4.192a1.25 1.25 0 0 0 0-2.095zM34.5 25.369v10.033A15.44 15.44 0 0 1 24 39.5a15.44 15.44 0 0 1-10.5-4.098V25.369l7.088 4.619a6.25 6.25 0 0 0 6.824 0z"/></svg>
</template>

CSS

.icon-hat-graduation-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.953%209.108a3.75%203.75%200%200%201%204.094%200l14.414%209.393l-14.414%209.392a3.75%203.75%200%200%201-4.094%200L7.54%2018.501zm5.46-2.094a6.25%206.25%200%200%200-6.825%200L4.605%2017.429A1.25%201.25%200%200%200%204%2018.5v13.25a1.25%201.25%200%200%200%202.5%200V20.807L11%2023.74v12.01q0%20.12.005.238c.011.318.145.62.372.844A17.95%2017.95%200%200%200%2024%2042c4.917%200%209.376-1.973%2012.623-5.168a1.25%201.25%200%200%200%20.373-.844q.004-.119.004-.238V23.74l6.432-4.192a1.25%201.25%200%200%200%200-2.095zM34.5%2025.369v10.033A15.44%2015.44%200%200%201%2024%2039.5a15.44%2015.44%200%200%201-10.5-4.098V25.369l7.088%204.619a6.25%206.25%200%200%200%206.824%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.953%209.108a3.75%203.75%200%200%201%204.094%200l14.414%209.393l-14.414%209.392a3.75%203.75%200%200%201-4.094%200L7.54%2018.501zm5.46-2.094a6.25%206.25%200%200%200-6.825%200L4.605%2017.429A1.25%201.25%200%200%200%204%2018.5v13.25a1.25%201.25%200%200%200%202.5%200V20.807L11%2023.74v12.01q0%20.12.005.238c.011.318.145.62.372.844A17.95%2017.95%200%200%200%2024%2042c4.917%200%209.376-1.973%2012.623-5.168a1.25%201.25%200%200%200%20.373-.844q.004-.119.004-.238V23.74l6.432-4.192a1.25%201.25%200%200%200%200-2.095zM34.5%2025.369v10.033A15.44%2015.44%200%200%201%2024%2039.5a15.44%2015.44%200%200%201-10.5-4.098V25.369l7.088%204.619a6.25%206.25%200%200%200%206.824%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-48-regular.svg?color=%231a73e8&size=48