hat graduation icon
hat-graduation-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- hat-graduation-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- License
- MIT
13 other variants in Fluent UI System Icons
hat-graduation-12-filledhat-graduation-12-regularhat-graduation-16-filledhat-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="M9.368 2.447a2.5 2.5 0 0 0-2.736 0L1.226 5.98a.5.5 0 0 0-.224.47L1 6.5v4a.5.5 0 0 0 1 0V7.342l1 .677v3.68a.5.5 0 0 0 .12.325l.002.003l.006.007l.02.022l.068.074c.059.062.144.148.254.25c.22.203.543.471.959.74c.83.536 2.049 1.08 3.571 1.08s2.74-.544 3.571-1.08c.416-.269.739-.537.959-.74a6 6 0 0 0 .322-.324l.02-.022l.006-.007l.002-.002l.001-.002A.5.5 0 0 0 13 11.7V8.018l1.78-1.205a.45.45 0 0 0 .22-.418a.5.5 0 0 0-.227-.415zM12 8.696v2.806q-.06.06-.149.143a6 6 0 0 1-.822.634c-.72.464-1.751.92-3.029.92s-2.31-.456-3.029-.92A6 6 0 0 1 4 11.502V8.696l2.599 1.759a2.5 2.5 0 0 0 2.802 0zM3.5 11.7l-.38.324zm3.679-8.416a1.5 1.5 0 0 1 1.642 0L13.597 6.4L8.841 9.627a1.5 1.5 0 0 1-1.682 0l-4.757-3.22z"/></svg>
React
import type { SVGProps } from "react";
export function FluentHatGraduation16Regular(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="M9.368 2.447a2.5 2.5 0 0 0-2.736 0L1.226 5.98a.5.5 0 0 0-.224.47L1 6.5v4a.5.5 0 0 0 1 0V7.342l1 .677v3.68a.5.5 0 0 0 .12.325l.002.003l.006.007l.02.022l.068.074c.059.062.144.148.254.25c.22.203.543.471.959.74c.83.536 2.049 1.08 3.571 1.08s2.74-.544 3.571-1.08c.416-.269.739-.537.959-.74a6 6 0 0 0 .322-.324l.02-.022l.006-.007l.002-.002l.001-.002A.5.5 0 0 0 13 11.7V8.018l1.78-1.205a.45.45 0 0 0 .22-.418a.5.5 0 0 0-.227-.415zM12 8.696v2.806q-.06.06-.149.143a6 6 0 0 1-.822.634c-.72.464-1.751.92-3.029.92s-2.31-.456-3.029-.92A6 6 0 0 1 4 11.502V8.696l2.599 1.759a2.5 2.5 0 0 0 2.802 0zM3.5 11.7l-.38.324zm3.679-8.416a1.5 1.5 0 0 1 1.642 0L13.597 6.4L8.841 9.627a1.5 1.5 0 0 1-1.682 0l-4.757-3.22z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9.368 2.447a2.5 2.5 0 0 0-2.736 0L1.226 5.98a.5.5 0 0 0-.224.47L1 6.5v4a.5.5 0 0 0 1 0V7.342l1 .677v3.68a.5.5 0 0 0 .12.325l.002.003l.006.007l.02.022l.068.074c.059.062.144.148.254.25c.22.203.543.471.959.74c.83.536 2.049 1.08 3.571 1.08s2.74-.544 3.571-1.08c.416-.269.739-.537.959-.74a6 6 0 0 0 .322-.324l.02-.022l.006-.007l.002-.002l.001-.002A.5.5 0 0 0 13 11.7V8.018l1.78-1.205a.45.45 0 0 0 .22-.418a.5.5 0 0 0-.227-.415zM12 8.696v2.806q-.06.06-.149.143a6 6 0 0 1-.822.634c-.72.464-1.751.92-3.029.92s-2.31-.456-3.029-.92A6 6 0 0 1 4 11.502V8.696l2.599 1.759a2.5 2.5 0 0 0 2.802 0zM3.5 11.7l-.38.324zm3.679-8.416a1.5 1.5 0 0 1 1.642 0L13.597 6.4L8.841 9.627a1.5 1.5 0 0 1-1.682 0l-4.757-3.22z"/></svg> </template>
CSS
.icon-hat-graduation-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.368%202.447a2.5%202.5%200%200%200-2.736%200L1.226%205.98a.5.5%200%200%200-.224.47L1%206.5v4a.5.5%200%200%200%201%200V7.342l1%20.677v3.68a.5.5%200%200%200%20.12.325l.002.003l.006.007l.02.022l.068.074c.059.062.144.148.254.25c.22.203.543.471.959.74c.83.536%202.049%201.08%203.571%201.08s2.74-.544%203.571-1.08c.416-.269.739-.537.959-.74a6%206%200%200%200%20.322-.324l.02-.022l.006-.007l.002-.002l.001-.002A.5.5%200%200%200%2013%2011.7V8.018l1.78-1.205a.45.45%200%200%200%20.22-.418a.5.5%200%200%200-.227-.415zM12%208.696v2.806q-.06.06-.149.143a6%206%200%200%201-.822.634c-.72.464-1.751.92-3.029.92s-2.31-.456-3.029-.92A6%206%200%200%201%204%2011.502V8.696l2.599%201.759a2.5%202.5%200%200%200%202.802%200zM3.5%2011.7l-.38.324zm3.679-8.416a1.5%201.5%200%200%201%201.642%200L13.597%206.4L8.841%209.627a1.5%201.5%200%200%201-1.682%200l-4.757-3.22z%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%22M9.368%202.447a2.5%202.5%200%200%200-2.736%200L1.226%205.98a.5.5%200%200%200-.224.47L1%206.5v4a.5.5%200%200%200%201%200V7.342l1%20.677v3.68a.5.5%200%200%200%20.12.325l.002.003l.006.007l.02.022l.068.074c.059.062.144.148.254.25c.22.203.543.471.959.74c.83.536%202.049%201.08%203.571%201.08s2.74-.544%203.571-1.08c.416-.269.739-.537.959-.74a6%206%200%200%200%20.322-.324l.02-.022l.006-.007l.002-.002l.001-.002A.5.5%200%200%200%2013%2011.7V8.018l1.78-1.205a.45.45%200%200%200%20.22-.418a.5.5%200%200%200-.227-.415zM12%208.696v2.806q-.06.06-.149.143a6%206%200%200%201-.822.634c-.72.464-1.751.92-3.029.92s-2.31-.456-3.029-.92A6%206%200%200%201%204%2011.502V8.696l2.599%201.759a2.5%202.5%200%200%200%202.802%200zM3.5%2011.7l-.38.324zm3.679-8.416a1.5%201.5%200%200%201%201.642%200L13.597%206.4L8.841%209.627a1.5%201.5%200%200%201-1.682%200l-4.757-3.22z%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-regular.svg?color=%231a73e8&size=48