hat graduation add icon
hat-graduation-add-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- hat-graduation-add-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- License
- MIT
5 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the hat graduation add icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M16 4.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-4-2a.5.5 0 0 0-1 0V4H9.5a.5.5 0 0 0 0 1H11v1.5a.5.5 0 0 0 1 0V5h1.5a.5.5 0 0 0 0-1H12zm0 9.002V9.978a5.5 5.5 0 0 0 1-.185V11.7a.5.5 0 0 1-.119.324l-.001.001l-.002.003l-.006.006l-.02.022l-.068.074a6 6 0 0 1-.254.25c-.22.203-.543.472-.959.74c-.83.536-2.048 1.08-3.57 1.08c-1.523 0-2.741-.544-3.572-1.08a7 7 0 0 1-.959-.74a6 6 0 0 1-.322-.324l-.02-.021l-.005-.007l-.002-.003H3.12A.5.5 0 0 1 3 11.7V8.02l-1-.678V10.5a.5.5 0 0 1-1 0v-4q0-.025.003-.049a.5.5 0 0 1 .223-.47l5.092-3.329c-.157.44-.26.907-.3 1.39L2.404 6.408l4.756 3.22a1.5 1.5 0 0 0 1.682 0l.26-.176q.557.271 1.175.412l-.874.592a2.5 2.5 0 0 1-2.803 0L4 8.696v2.806q.06.061.149.143c.186.172.463.403.822.635c.72.464 1.752.92 3.03.92s2.309-.456 3.028-.92a6 6 0 0 0 .971-.778"/></svg>
React
import type { SVGProps } from "react";
export function FluentHatGraduationAdd16Regular(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="M16 4.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-4-2a.5.5 0 0 0-1 0V4H9.5a.5.5 0 0 0 0 1H11v1.5a.5.5 0 0 0 1 0V5h1.5a.5.5 0 0 0 0-1H12zm0 9.002V9.978a5.5 5.5 0 0 0 1-.185V11.7a.5.5 0 0 1-.119.324l-.001.001l-.002.003l-.006.006l-.02.022l-.068.074a6 6 0 0 1-.254.25c-.22.203-.543.472-.959.74c-.83.536-2.048 1.08-3.57 1.08c-1.523 0-2.741-.544-3.572-1.08a7 7 0 0 1-.959-.74a6 6 0 0 1-.322-.324l-.02-.021l-.005-.007l-.002-.003H3.12A.5.5 0 0 1 3 11.7V8.02l-1-.678V10.5a.5.5 0 0 1-1 0v-4q0-.025.003-.049a.5.5 0 0 1 .223-.47l5.092-3.329c-.157.44-.26.907-.3 1.39L2.404 6.408l4.756 3.22a1.5 1.5 0 0 0 1.682 0l.26-.176q.557.271 1.175.412l-.874.592a2.5 2.5 0 0 1-2.803 0L4 8.696v2.806q.06.061.149.143c.186.172.463.403.822.635c.72.464 1.752.92 3.03.92s2.309-.456 3.028-.92a6 6 0 0 0 .971-.778"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M16 4.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-4-2a.5.5 0 0 0-1 0V4H9.5a.5.5 0 0 0 0 1H11v1.5a.5.5 0 0 0 1 0V5h1.5a.5.5 0 0 0 0-1H12zm0 9.002V9.978a5.5 5.5 0 0 0 1-.185V11.7a.5.5 0 0 1-.119.324l-.001.001l-.002.003l-.006.006l-.02.022l-.068.074a6 6 0 0 1-.254.25c-.22.203-.543.472-.959.74c-.83.536-2.048 1.08-3.57 1.08c-1.523 0-2.741-.544-3.572-1.08a7 7 0 0 1-.959-.74a6 6 0 0 1-.322-.324l-.02-.021l-.005-.007l-.002-.003H3.12A.5.5 0 0 1 3 11.7V8.02l-1-.678V10.5a.5.5 0 0 1-1 0v-4q0-.025.003-.049a.5.5 0 0 1 .223-.47l5.092-3.329c-.157.44-.26.907-.3 1.39L2.404 6.408l4.756 3.22a1.5 1.5 0 0 0 1.682 0l.26-.176q.557.271 1.175.412l-.874.592a2.5 2.5 0 0 1-2.803 0L4 8.696v2.806q.06.061.149.143c.186.172.463.403.822.635c.72.464 1.752.92 3.03.92s2.309-.456 3.028-.92a6 6 0 0 0 .971-.778"/></svg> </template>
CSS
.icon-hat-graduation-add-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%22M16%204.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200m-4-2a.5.5%200%200%200-1%200V4H9.5a.5.5%200%200%200%200%201H11v1.5a.5.5%200%200%200%201%200V5h1.5a.5.5%200%200%200%200-1H12zm0%209.002V9.978a5.5%205.5%200%200%200%201-.185V11.7a.5.5%200%200%201-.119.324l-.001.001l-.002.003l-.006.006l-.02.022l-.068.074a6%206%200%200%201-.254.25c-.22.203-.543.472-.959.74c-.83.536-2.048%201.08-3.57%201.08c-1.523%200-2.741-.544-3.572-1.08a7%207%200%200%201-.959-.74a6%206%200%200%201-.322-.324l-.02-.021l-.005-.007l-.002-.003H3.12A.5.5%200%200%201%203%2011.7V8.02l-1-.678V10.5a.5.5%200%200%201-1%200v-4q0-.025.003-.049a.5.5%200%200%201%20.223-.47l5.092-3.329c-.157.44-.26.907-.3%201.39L2.404%206.408l4.756%203.22a1.5%201.5%200%200%200%201.682%200l.26-.176q.557.271%201.175.412l-.874.592a2.5%202.5%200%200%201-2.803%200L4%208.696v2.806q.06.061.149.143c.186.172.463.403.822.635c.72.464%201.752.92%203.03.92s2.309-.456%203.028-.92a6%206%200%200%200%20.971-.778%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%22M16%204.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200m-4-2a.5.5%200%200%200-1%200V4H9.5a.5.5%200%200%200%200%201H11v1.5a.5.5%200%200%200%201%200V5h1.5a.5.5%200%200%200%200-1H12zm0%209.002V9.978a5.5%205.5%200%200%200%201-.185V11.7a.5.5%200%200%201-.119.324l-.001.001l-.002.003l-.006.006l-.02.022l-.068.074a6%206%200%200%201-.254.25c-.22.203-.543.472-.959.74c-.83.536-2.048%201.08-3.57%201.08c-1.523%200-2.741-.544-3.572-1.08a7%207%200%200%201-.959-.74a6%206%200%200%201-.322-.324l-.02-.021l-.005-.007l-.002-.003H3.12A.5.5%200%200%201%203%2011.7V8.02l-1-.678V10.5a.5.5%200%200%201-1%200v-4q0-.025.003-.049a.5.5%200%200%201%20.223-.47l5.092-3.329c-.157.44-.26.907-.3%201.39L2.404%206.408l4.756%203.22a1.5%201.5%200%200%200%201.682%200l.26-.176q.557.271%201.175.412l-.874.592a2.5%202.5%200%200%201-2.803%200L4%208.696v2.806q.06.061.149.143c.186.172.463.403.822.635c.72.464%201.752.92%203.03.92s2.309-.456%203.028-.92a6%206%200%200%200%20.971-.778%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/hat-graduation-add-16-regular.svg?color=%231a73e8&size=48