hat graduation icon
hat-graduation-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- hat-graduation-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- License
- MIT
13 other variants in Fluent UI System Icons
hat-graduation-12-filledhat-graduation-12-regularhat-graduation-16-regularhat-graduation-20-filledhat-graduation-20-regularhat-graduation-24-filledhat-graduation-24-regularhat-graduation-28-filledhat-graduation-28-regularhat-graduation-32-filledhat-graduation-32-regularhat-graduation-48-filledhat-graduation-48-regular
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 16 16"><path fill="currentColor" d="M6.632 2.447a2.5 2.5 0 0 1 2.736 0l5.406 3.534a.5.5 0 0 1 .006.833l-5.378 3.64a2.5 2.5 0 0 1-2.803 0L2 7.343V10.5a.5.5 0 1 1-1 0v-4l.002-.05a.5.5 0 0 1 .224-.468zM3 11.499V9.226l3.038 2.057a3.5 3.5 0 0 0 3.924 0L13 9.226V11.5a.5.5 0 0 1-.119.324L12.5 11.5l.381.324l-.001.002l-.002.002l-.006.007l-.02.022l-.068.074a6 6 0 0 1-.254.25c-.22.203-.543.471-.959.74c-.83.536-2.049 1.08-3.57 1.08c-1.523 0-2.741-.544-3.572-1.08a7 7 0 0 1-.959-.74a5 5 0 0 1-.322-.324l-.02-.022l-.006-.007l-.002-.002l.38-.325c-.381.323-.38.324-.38.324A.5.5 0 0 1 3 11.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentHatGraduation16Filled(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="M6.632 2.447a2.5 2.5 0 0 1 2.736 0l5.406 3.534a.5.5 0 0 1 .006.833l-5.378 3.64a2.5 2.5 0 0 1-2.803 0L2 7.343V10.5a.5.5 0 1 1-1 0v-4l.002-.05a.5.5 0 0 1 .224-.468zM3 11.499V9.226l3.038 2.057a3.5 3.5 0 0 0 3.924 0L13 9.226V11.5a.5.5 0 0 1-.119.324L12.5 11.5l.381.324l-.001.002l-.002.002l-.006.007l-.02.022l-.068.074a6 6 0 0 1-.254.25c-.22.203-.543.471-.959.74c-.83.536-2.049 1.08-3.57 1.08c-1.523 0-2.741-.544-3.572-1.08a7 7 0 0 1-.959-.74a5 5 0 0 1-.322-.324l-.02-.022l-.006-.007l-.002-.002l.38-.325c-.381.323-.38.324-.38.324A.5.5 0 0 1 3 11.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6.632 2.447a2.5 2.5 0 0 1 2.736 0l5.406 3.534a.5.5 0 0 1 .006.833l-5.378 3.64a2.5 2.5 0 0 1-2.803 0L2 7.343V10.5a.5.5 0 1 1-1 0v-4l.002-.05a.5.5 0 0 1 .224-.468zM3 11.499V9.226l3.038 2.057a3.5 3.5 0 0 0 3.924 0L13 9.226V11.5a.5.5 0 0 1-.119.324L12.5 11.5l.381.324l-.001.002l-.002.002l-.006.007l-.02.022l-.068.074a6 6 0 0 1-.254.25c-.22.203-.543.471-.959.74c-.83.536-2.049 1.08-3.57 1.08c-1.523 0-2.741-.544-3.572-1.08a7 7 0 0 1-.959-.74a5 5 0 0 1-.322-.324l-.02-.022l-.006-.007l-.002-.002l.38-.325c-.381.323-.38.324-.38.324A.5.5 0 0 1 3 11.5"/></svg> </template>
CSS
.icon-hat-graduation-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%22M6.632%202.447a2.5%202.5%200%200%201%202.736%200l5.406%203.534a.5.5%200%200%201%20.006.833l-5.378%203.64a2.5%202.5%200%200%201-2.803%200L2%207.343V10.5a.5.5%200%201%201-1%200v-4l.002-.05a.5.5%200%200%201%20.224-.468zM3%2011.499V9.226l3.038%202.057a3.5%203.5%200%200%200%203.924%200L13%209.226V11.5a.5.5%200%200%201-.119.324L12.5%2011.5l.381.324l-.001.002l-.002.002l-.006.007l-.02.022l-.068.074a6%206%200%200%201-.254.25c-.22.203-.543.471-.959.74c-.83.536-2.049%201.08-3.57%201.08c-1.523%200-2.741-.544-3.572-1.08a7%207%200%200%201-.959-.74a5%205%200%200%201-.322-.324l-.02-.022l-.006-.007l-.002-.002l.38-.325c-.381.323-.38.324-.38.324A.5.5%200%200%201%203%2011.5%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%22M6.632%202.447a2.5%202.5%200%200%201%202.736%200l5.406%203.534a.5.5%200%200%201%20.006.833l-5.378%203.64a2.5%202.5%200%200%201-2.803%200L2%207.343V10.5a.5.5%200%201%201-1%200v-4l.002-.05a.5.5%200%200%201%20.224-.468zM3%2011.499V9.226l3.038%202.057a3.5%203.5%200%200%200%203.924%200L13%209.226V11.5a.5.5%200%200%201-.119.324L12.5%2011.5l.381.324l-.001.002l-.002.002l-.006.007l-.02.022l-.068.074a6%206%200%200%201-.254.25c-.22.203-.543.471-.959.74c-.83.536-2.049%201.08-3.57%201.08c-1.523%200-2.741-.544-3.572-1.08a7%207%200%200%201-.959-.74a5%205%200%200%201-.322-.324l-.02-.022l-.006-.007l-.002-.002l.38-.325c-.381.323-.38.324-.38.324A.5.5%200%200%201%203%2011.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/hat-graduation-16-filled.svg?color=%231a73e8&size=48