hat graduation sparkle icon
hat-graduation-sparkle-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- hat-graduation-sparkle-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- License
- MIT
7 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the hat graduation sparkle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M18.171 6.829a3.16 3.16 0 0 1 .761 1.238l.498 1.53a.605.605 0 0 0 1.14 0l.498-1.53a3.15 3.15 0 0 1 1.998-1.996l1.53-.497a.605.605 0 0 0 0-1.14l-.03-.008l-1.531-.497a3.15 3.15 0 0 1-1.998-1.996L20.54.403a.604.604 0 0 0-1.14 0l-.498 1.53l-.013.038a3.15 3.15 0 0 1-1.955 1.958l-1.53.497a.605.605 0 0 0 0 1.14l1.53.497c.467.156.89.418 1.237.766m8.65 3.529l.918.298l.019.004a.362.362 0 0 1 0 .684l-.919.299a1.9 1.9 0 0 0-1.198 1.197l-.299.918a.363.363 0 0 1-.684 0l-.299-.918a1.89 1.89 0 0 0-1.198-1.202l-.919-.298a.362.362 0 0 1 0-.684l.919-.299a1.9 1.9 0 0 0 1.18-1.197l.299-.918a.363.363 0 0 1 .684 0l.298.918a1.89 1.89 0 0 0 1.199 1.197M11.768 3.496a4.25 4.25 0 0 1 4.036-.232l-.715.236a1.57 1.57 0 0 0-.79.59q-.094.131-.16.276a2.75 2.75 0 0 0-1.583.406l-8.908 5.496l8.847 5.785a2.75 2.75 0 0 0 3.01 0l6.048-3.955a1.3 1.3 0 0 0 .356.181l.94.31a.85.85 0 0 1 .34.21l.013.013l-1.202.786v6.652c0 .296-.162.48-.353.666c-.095.092-.231.22-.409.372a11.3 11.3 0 0 1-1.54 1.105C18.366 23.193 16.421 24 14 24c-2.42 0-4.366-.807-5.698-1.607a11.3 11.3 0 0 1-1.54-1.105a9 9 0 0 1-.41-.372c-.19-.187-.352-.367-.352-.666v-6.652l-3-1.961v6.113a.75.75 0 0 1-1.5 0V10.5q0-.065.01-.125a.75.75 0 0 1 .346-.763zM7.5 14.579v5.358q.097.09.238.212c.302.26.752.608 1.335.958c1.168.7 2.848 1.393 4.927 1.393c2.08 0 3.76-.693 4.927-1.393a10 10 0 0 0 1.573-1.17v-5.358l-4.174 2.73a4.25 4.25 0 0 1-4.652 0z"/></svg>
React
import type { SVGProps } from "react";
export function FluentHatGraduationSparkle28Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M18.171 6.829a3.16 3.16 0 0 1 .761 1.238l.498 1.53a.605.605 0 0 0 1.14 0l.498-1.53a3.15 3.15 0 0 1 1.998-1.996l1.53-.497a.605.605 0 0 0 0-1.14l-.03-.008l-1.531-.497a3.15 3.15 0 0 1-1.998-1.996L20.54.403a.604.604 0 0 0-1.14 0l-.498 1.53l-.013.038a3.15 3.15 0 0 1-1.955 1.958l-1.53.497a.605.605 0 0 0 0 1.14l1.53.497c.467.156.89.418 1.237.766m8.65 3.529l.918.298l.019.004a.362.362 0 0 1 0 .684l-.919.299a1.9 1.9 0 0 0-1.198 1.197l-.299.918a.363.363 0 0 1-.684 0l-.299-.918a1.89 1.89 0 0 0-1.198-1.202l-.919-.298a.362.362 0 0 1 0-.684l.919-.299a1.9 1.9 0 0 0 1.18-1.197l.299-.918a.363.363 0 0 1 .684 0l.298.918a1.89 1.89 0 0 0 1.199 1.197M11.768 3.496a4.25 4.25 0 0 1 4.036-.232l-.715.236a1.57 1.57 0 0 0-.79.59q-.094.131-.16.276a2.75 2.75 0 0 0-1.583.406l-8.908 5.496l8.847 5.785a2.75 2.75 0 0 0 3.01 0l6.048-3.955a1.3 1.3 0 0 0 .356.181l.94.31a.85.85 0 0 1 .34.21l.013.013l-1.202.786v6.652c0 .296-.162.48-.353.666c-.095.092-.231.22-.409.372a11.3 11.3 0 0 1-1.54 1.105C18.366 23.193 16.421 24 14 24c-2.42 0-4.366-.807-5.698-1.607a11.3 11.3 0 0 1-1.54-1.105a9 9 0 0 1-.41-.372c-.19-.187-.352-.367-.352-.666v-6.652l-3-1.961v6.113a.75.75 0 0 1-1.5 0V10.5q0-.065.01-.125a.75.75 0 0 1 .346-.763zM7.5 14.579v5.358q.097.09.238.212c.302.26.752.608 1.335.958c1.168.7 2.848 1.393 4.927 1.393c2.08 0 3.76-.693 4.927-1.393a10 10 0 0 0 1.573-1.17v-5.358l-4.174 2.73a4.25 4.25 0 0 1-4.652 0z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M18.171 6.829a3.16 3.16 0 0 1 .761 1.238l.498 1.53a.605.605 0 0 0 1.14 0l.498-1.53a3.15 3.15 0 0 1 1.998-1.996l1.53-.497a.605.605 0 0 0 0-1.14l-.03-.008l-1.531-.497a3.15 3.15 0 0 1-1.998-1.996L20.54.403a.604.604 0 0 0-1.14 0l-.498 1.53l-.013.038a3.15 3.15 0 0 1-1.955 1.958l-1.53.497a.605.605 0 0 0 0 1.14l1.53.497c.467.156.89.418 1.237.766m8.65 3.529l.918.298l.019.004a.362.362 0 0 1 0 .684l-.919.299a1.9 1.9 0 0 0-1.198 1.197l-.299.918a.363.363 0 0 1-.684 0l-.299-.918a1.89 1.89 0 0 0-1.198-1.202l-.919-.298a.362.362 0 0 1 0-.684l.919-.299a1.9 1.9 0 0 0 1.18-1.197l.299-.918a.363.363 0 0 1 .684 0l.298.918a1.89 1.89 0 0 0 1.199 1.197M11.768 3.496a4.25 4.25 0 0 1 4.036-.232l-.715.236a1.57 1.57 0 0 0-.79.59q-.094.131-.16.276a2.75 2.75 0 0 0-1.583.406l-8.908 5.496l8.847 5.785a2.75 2.75 0 0 0 3.01 0l6.048-3.955a1.3 1.3 0 0 0 .356.181l.94.31a.85.85 0 0 1 .34.21l.013.013l-1.202.786v6.652c0 .296-.162.48-.353.666c-.095.092-.231.22-.409.372a11.3 11.3 0 0 1-1.54 1.105C18.366 23.193 16.421 24 14 24c-2.42 0-4.366-.807-5.698-1.607a11.3 11.3 0 0 1-1.54-1.105a9 9 0 0 1-.41-.372c-.19-.187-.352-.367-.352-.666v-6.652l-3-1.961v6.113a.75.75 0 0 1-1.5 0V10.5q0-.065.01-.125a.75.75 0 0 1 .346-.763zM7.5 14.579v5.358q.097.09.238.212c.302.26.752.608 1.335.958c1.168.7 2.848 1.393 4.927 1.393c2.08 0 3.76-.693 4.927-1.393a10 10 0 0 0 1.573-1.17v-5.358l-4.174 2.73a4.25 4.25 0 0 1-4.652 0z"/></svg> </template>
CSS
.icon-hat-graduation-sparkle-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.171%206.829a3.16%203.16%200%200%201%20.761%201.238l.498%201.53a.605.605%200%200%200%201.14%200l.498-1.53a3.15%203.15%200%200%201%201.998-1.996l1.53-.497a.605.605%200%200%200%200-1.14l-.03-.008l-1.531-.497a3.15%203.15%200%200%201-1.998-1.996L20.54.403a.604.604%200%200%200-1.14%200l-.498%201.53l-.013.038a3.15%203.15%200%200%201-1.955%201.958l-1.53.497a.605.605%200%200%200%200%201.14l1.53.497c.467.156.89.418%201.237.766m8.65%203.529l.918.298l.019.004a.362.362%200%200%201%200%20.684l-.919.299a1.9%201.9%200%200%200-1.198%201.197l-.299.918a.363.363%200%200%201-.684%200l-.299-.918a1.89%201.89%200%200%200-1.198-1.202l-.919-.298a.362.362%200%200%201%200-.684l.919-.299a1.9%201.9%200%200%200%201.18-1.197l.299-.918a.363.363%200%200%201%20.684%200l.298.918a1.89%201.89%200%200%200%201.199%201.197M11.768%203.496a4.25%204.25%200%200%201%204.036-.232l-.715.236a1.57%201.57%200%200%200-.79.59q-.094.131-.16.276a2.75%202.75%200%200%200-1.583.406l-8.908%205.496l8.847%205.785a2.75%202.75%200%200%200%203.01%200l6.048-3.955a1.3%201.3%200%200%200%20.356.181l.94.31a.85.85%200%200%201%20.34.21l.013.013l-1.202.786v6.652c0%20.296-.162.48-.353.666c-.095.092-.231.22-.409.372a11.3%2011.3%200%200%201-1.54%201.105C18.366%2023.193%2016.421%2024%2014%2024c-2.42%200-4.366-.807-5.698-1.607a11.3%2011.3%200%200%201-1.54-1.105a9%209%200%200%201-.41-.372c-.19-.187-.352-.367-.352-.666v-6.652l-3-1.961v6.113a.75.75%200%200%201-1.5%200V10.5q0-.065.01-.125a.75.75%200%200%201%20.346-.763zM7.5%2014.579v5.358q.097.09.238.212c.302.26.752.608%201.335.958c1.168.7%202.848%201.393%204.927%201.393c2.08%200%203.76-.693%204.927-1.393a10%2010%200%200%200%201.573-1.17v-5.358l-4.174%202.73a4.25%204.25%200%200%201-4.652%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.171%206.829a3.16%203.16%200%200%201%20.761%201.238l.498%201.53a.605.605%200%200%200%201.14%200l.498-1.53a3.15%203.15%200%200%201%201.998-1.996l1.53-.497a.605.605%200%200%200%200-1.14l-.03-.008l-1.531-.497a3.15%203.15%200%200%201-1.998-1.996L20.54.403a.604.604%200%200%200-1.14%200l-.498%201.53l-.013.038a3.15%203.15%200%200%201-1.955%201.958l-1.53.497a.605.605%200%200%200%200%201.14l1.53.497c.467.156.89.418%201.237.766m8.65%203.529l.918.298l.019.004a.362.362%200%200%201%200%20.684l-.919.299a1.9%201.9%200%200%200-1.198%201.197l-.299.918a.363.363%200%200%201-.684%200l-.299-.918a1.89%201.89%200%200%200-1.198-1.202l-.919-.298a.362.362%200%200%201%200-.684l.919-.299a1.9%201.9%200%200%200%201.18-1.197l.299-.918a.363.363%200%200%201%20.684%200l.298.918a1.89%201.89%200%200%200%201.199%201.197M11.768%203.496a4.25%204.25%200%200%201%204.036-.232l-.715.236a1.57%201.57%200%200%200-.79.59q-.094.131-.16.276a2.75%202.75%200%200%200-1.583.406l-8.908%205.496l8.847%205.785a2.75%202.75%200%200%200%203.01%200l6.048-3.955a1.3%201.3%200%200%200%20.356.181l.94.31a.85.85%200%200%201%20.34.21l.013.013l-1.202.786v6.652c0%20.296-.162.48-.353.666c-.095.092-.231.22-.409.372a11.3%2011.3%200%200%201-1.54%201.105C18.366%2023.193%2016.421%2024%2014%2024c-2.42%200-4.366-.807-5.698-1.607a11.3%2011.3%200%200%201-1.54-1.105a9%209%200%200%201-.41-.372c-.19-.187-.352-.367-.352-.666v-6.652l-3-1.961v6.113a.75.75%200%200%201-1.5%200V10.5q0-.065.01-.125a.75.75%200%200%201%20.346-.763zM7.5%2014.579v5.358q.097.09.238.212c.302.26.752.608%201.335.958c1.168.7%202.848%201.393%204.927%201.393c2.08%200%203.76-.693%204.927-1.393a10%2010%200%200%200%201.573-1.17v-5.358l-4.174%202.73a4.25%204.25%200%200%201-4.652%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-sparkle-28-regular.svg?color=%231a73e8&size=48