graduation cap icon

graduation-cap from Font Awesome Solid by Dave Gandy · Solid · Clothing · CC-BY-4.0 Attribution required.

Name
graduation-cap
Set
Font Awesome Solid
Style
Solid
Category
Clothing
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More clothing icons from Font Awesome Solid

Use the graduation cap icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m80 259.8l209.2 86.1c9.8 4 20.2 6.1 30.8 6.1s21-2.1 30.8-6.1l242.4-99.8c9-3.7 14.8-12.4 14.8-22.1s-5.8-18.4-14.8-22.1l-242.4-99.8c-9.8-4-20.2-6.1-30.8-6.1s-21 2.1-30.8 6.1L46.8 201.9c-9 3.7-14.8 12.4-14.8 22.1v296c0 13.3 10.7 24 24 24s24-10.7 24-24zm48 71.7V448c0 53 86 96 192 96s192-43 192-96V331.4l-142.9 58.9c-15.6 6.4-32.2 9.7-49.1 9.7s-33.5-3.3-49.1-9.7L128 331.4z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidGraduationCap(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m80 259.8l209.2 86.1c9.8 4 20.2 6.1 30.8 6.1s21-2.1 30.8-6.1l242.4-99.8c9-3.7 14.8-12.4 14.8-22.1s-5.8-18.4-14.8-22.1l-242.4-99.8c-9.8-4-20.2-6.1-30.8-6.1s-21 2.1-30.8 6.1L46.8 201.9c-9 3.7-14.8 12.4-14.8 22.1v296c0 13.3 10.7 24 24 24s24-10.7 24-24zm48 71.7V448c0 53 86 96 192 96s192-43 192-96V331.4l-142.9 58.9c-15.6 6.4-32.2 9.7-49.1 9.7s-33.5-3.3-49.1-9.7L128 331.4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m80 259.8l209.2 86.1c9.8 4 20.2 6.1 30.8 6.1s21-2.1 30.8-6.1l242.4-99.8c9-3.7 14.8-12.4 14.8-22.1s-5.8-18.4-14.8-22.1l-242.4-99.8c-9.8-4-20.2-6.1-30.8-6.1s-21 2.1-30.8 6.1L46.8 201.9c-9 3.7-14.8 12.4-14.8 22.1v296c0 13.3 10.7 24 24 24s24-10.7 24-24zm48 71.7V448c0 53 86 96 192 96s192-43 192-96V331.4l-142.9 58.9c-15.6 6.4-32.2 9.7-49.1 9.7s-33.5-3.3-49.1-9.7L128 331.4z"/></svg>
</template>

CSS

.icon-graduation-cap {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m80%20259.8l209.2%2086.1c9.8%204%2020.2%206.1%2030.8%206.1s21-2.1%2030.8-6.1l242.4-99.8c9-3.7%2014.8-12.4%2014.8-22.1s-5.8-18.4-14.8-22.1l-242.4-99.8c-9.8-4-20.2-6.1-30.8-6.1s-21%202.1-30.8%206.1L46.8%20201.9c-9%203.7-14.8%2012.4-14.8%2022.1v296c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24zm48%2071.7V448c0%2053%2086%2096%20192%2096s192-43%20192-96V331.4l-142.9%2058.9c-15.6%206.4-32.2%209.7-49.1%209.7s-33.5-3.3-49.1-9.7L128%20331.4z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m80%20259.8l209.2%2086.1c9.8%204%2020.2%206.1%2030.8%206.1s21-2.1%2030.8-6.1l242.4-99.8c9-3.7%2014.8-12.4%2014.8-22.1s-5.8-18.4-14.8-22.1l-242.4-99.8c-9.8-4-20.2-6.1-30.8-6.1s-21%202.1-30.8%206.1L46.8%20201.9c-9%203.7-14.8%2012.4-14.8%2022.1v296c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24zm48%2071.7V448c0%2053%2086%2096%20192%2096s192-43%20192-96V331.4l-142.9%2058.9c-15.6%206.4-32.2%209.7-49.1%209.7s-33.5-3.3-49.1-9.7L128%20331.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/graduation-cap.svg?color=%231a73e8&size=48