Skip to main content
Go back
Share

Academic Hat

React Code

npm install @mynaui/icons-react
import { AcademicHat } from "@mynaui/icons-react";

const App = () => {
  return <AcademicHat />;
};

SVG HTML

<svg width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg">
  <path d='M14.217 3.5a5.17 5.17 0 0 0-4.434 0L3.092 6.637c-1.456.682-1.456 3.044 0 3.726l6.69 3.137a5.17 5.17 0 0 0 4.435 0l6.691-3.137c1.456-.682 1.456-3.044 0-3.726zM22 8.5v5'/><path d='M5 11.5v5.125C5 19.543 9.694 21 12 21s7-1.457 7-4.375V11.5'/>
</svg>

SVG CDN

<img src="https://unpkg.com/@mynaui/icons/icons/academic-hat.svg" />

SVG Sprite

npm install @mynaui/icons
<svg width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg">
  <use xlink:href="/path/to/mynaui.symbol.svg#mynaui-academic-hat"></use>
</svg>