graduation cap icon

graduation-cap-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.

Name
graduation-cap-fill
Set
Phosphor
Style
Fill
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the graduation cap icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M176 207.24a119 119 0 0 0 16-7.73V240a8 8 0 0 1-16 0Zm11.76-88.43l-56-29.87a8 8 0 0 0-7.52 14.12L171 128l17-9.06Zm64-29.87l-120-64a8 8 0 0 0-7.52 0l-120 64a8 8 0 0 0 0 14.12L32 117.87v48.42a15.9 15.9 0 0 0 4.06 10.65C49.16 191.53 78.51 216 128 216a130 130 0 0 0 48-8.76v-76.57l-5-2.67l-43 22.93L43.83 106L25 96l103-54.93L231 96l-18.78 10h-.06L188 118.94a8 8 0 0 1 4 6.93v73.64a115.6 115.6 0 0 0 27.94-22.57a15.9 15.9 0 0 0 4.06-10.65v-48.42l27.76-14.81a8 8 0 0 0 0-14.12"/></svg>

React

import type { SVGProps } from "react";

export function PhGraduationCapFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M176 207.24a119 119 0 0 0 16-7.73V240a8 8 0 0 1-16 0Zm11.76-88.43l-56-29.87a8 8 0 0 0-7.52 14.12L171 128l17-9.06Zm64-29.87l-120-64a8 8 0 0 0-7.52 0l-120 64a8 8 0 0 0 0 14.12L32 117.87v48.42a15.9 15.9 0 0 0 4.06 10.65C49.16 191.53 78.51 216 128 216a130 130 0 0 0 48-8.76v-76.57l-5-2.67l-43 22.93L43.83 106L25 96l103-54.93L231 96l-18.78 10h-.06L188 118.94a8 8 0 0 1 4 6.93v73.64a115.6 115.6 0 0 0 27.94-22.57a15.9 15.9 0 0 0 4.06-10.65v-48.42l27.76-14.81a8 8 0 0 0 0-14.12"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M176 207.24a119 119 0 0 0 16-7.73V240a8 8 0 0 1-16 0Zm11.76-88.43l-56-29.87a8 8 0 0 0-7.52 14.12L171 128l17-9.06Zm64-29.87l-120-64a8 8 0 0 0-7.52 0l-120 64a8 8 0 0 0 0 14.12L32 117.87v48.42a15.9 15.9 0 0 0 4.06 10.65C49.16 191.53 78.51 216 128 216a130 130 0 0 0 48-8.76v-76.57l-5-2.67l-43 22.93L43.83 106L25 96l103-54.93L231 96l-18.78 10h-.06L188 118.94a8 8 0 0 1 4 6.93v73.64a115.6 115.6 0 0 0 27.94-22.57a15.9 15.9 0 0 0 4.06-10.65v-48.42l27.76-14.81a8 8 0 0 0 0-14.12"/></svg>
</template>

CSS

.icon-graduation-cap-fill {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M176%20207.24a119%20119%200%200%200%2016-7.73V240a8%208%200%200%201-16%200Zm11.76-88.43l-56-29.87a8%208%200%200%200-7.52%2014.12L171%20128l17-9.06Zm64-29.87l-120-64a8%208%200%200%200-7.52%200l-120%2064a8%208%200%200%200%200%2014.12L32%20117.87v48.42a15.9%2015.9%200%200%200%204.06%2010.65C49.16%20191.53%2078.51%20216%20128%20216a130%20130%200%200%200%2048-8.76v-76.57l-5-2.67l-43%2022.93L43.83%20106L25%2096l103-54.93L231%2096l-18.78%2010h-.06L188%20118.94a8%208%200%200%201%204%206.93v73.64a115.6%20115.6%200%200%200%2027.94-22.57a15.9%2015.9%200%200%200%204.06-10.65v-48.42l27.76-14.81a8%208%200%200%200%200-14.12%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M176%20207.24a119%20119%200%200%200%2016-7.73V240a8%208%200%200%201-16%200Zm11.76-88.43l-56-29.87a8%208%200%200%200-7.52%2014.12L171%20128l17-9.06Zm64-29.87l-120-64a8%208%200%200%200-7.52%200l-120%2064a8%208%200%200%200%200%2014.12L32%20117.87v48.42a15.9%2015.9%200%200%200%204.06%2010.65C49.16%20191.53%2078.51%20216%20128%20216a130%20130%200%200%200%2048-8.76v-76.57l-5-2.67l-43%2022.93L43.83%20106L25%2096l103-54.93L231%2096l-18.78%2010h-.06L188%20118.94a8%208%200%200%201%204%206.93v73.64a115.6%20115.6%200%200%200%2027.94-22.57a15.9%2015.9%200%200%200%204.06-10.65v-48.42l27.76-14.81a8%208%200%200%200%200-14.12%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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