graduation cap icon
graduation-cap from Keyline Icons by Keyline Icons · Stroke · MIT Free for personal and commercial use.
- Name
- graduation-cap
- Set
- Keyline Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
7 other variants in Keyline Icons
The same icon in other sets
graduation-capEmoji One (Colored)graduation-capFont Awesome 6 Solidgraduation-capFont Awesome Solidgraduation-cap-outlineFlowbite Iconsgraduation-capFluent Emojigraduation-capFluent Emoji Flatgraduation-capFluent Emoji High Contrastgraduation-capHuge Iconsgraduation-capIconoirgraduation-capLine Awesomegraduation-capLucidegraduation-capMyna UI Iconsgraduation-capNoto Emojigraduation-capOpenMojigraduation-capPhosphorgraduation-capPrime Iconsgraduation-cap-fillRemix Icongraduation-capStreamline Emojisgraduation-capTwitter Emojigraduation-capUnicons
Use the graduation cap icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12.6431 5.1062L21.3215 8.0531C22.2261 8.3603 22.2261 9.6397 21.3215 9.9469L12.6431 12.8938C12.2261 13.0354 11.7739 13.0354 11.3569 12.8938L2.6785 9.9469C1.7739 9.6397 1.7739 8.3603 2.6785 8.0531L11.3569 5.1062C11.7739 4.9646 12.2261 4.9646 12.6431 5.1062ZM6 11.0748L6 15.7967C6 16.4679 6.3367 17.0944 6.8966 17.4647C8.4102 18.4661 10.1851 19 12 19C13.8149 19 15.5898 18.4661 17.1034 17.4647C17.6633 17.0944 18 16.4679 18 15.7967L18 11.0748M2 9L2 15"/></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsGraduationCap(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M12.6431 5.1062L21.3215 8.0531C22.2261 8.3603 22.2261 9.6397 21.3215 9.9469L12.6431 12.8938C12.2261 13.0354 11.7739 13.0354 11.3569 12.8938L2.6785 9.9469C1.7739 9.6397 1.7739 8.3603 2.6785 8.0531L11.3569 5.1062C11.7739 4.9646 12.2261 4.9646 12.6431 5.1062ZM6 11.0748L6 15.7967C6 16.4679 6.3367 17.0944 6.8966 17.4647C8.4102 18.4661 10.1851 19 12 19C13.8149 19 15.5898 18.4661 17.1034 17.4647C17.6633 17.0944 18 16.4679 18 15.7967L18 11.0748M2 9L2 15"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12.6431 5.1062L21.3215 8.0531C22.2261 8.3603 22.2261 9.6397 21.3215 9.9469L12.6431 12.8938C12.2261 13.0354 11.7739 13.0354 11.3569 12.8938L2.6785 9.9469C1.7739 9.6397 1.7739 8.3603 2.6785 8.0531L11.3569 5.1062C11.7739 4.9646 12.2261 4.9646 12.6431 5.1062ZM6 11.0748L6 15.7967C6 16.4679 6.3367 17.0944 6.8966 17.4647C8.4102 18.4661 10.1851 19 12 19C13.8149 19 15.5898 18.4661 17.1034 17.4647C17.6633 17.0944 18 16.4679 18 15.7967L18 11.0748M2 9L2 15"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M12.6431%205.1062L21.3215%208.0531C22.2261%208.3603%2022.2261%209.6397%2021.3215%209.9469L12.6431%2012.8938C12.2261%2013.0354%2011.7739%2013.0354%2011.3569%2012.8938L2.6785%209.9469C1.7739%209.6397%201.7739%208.3603%202.6785%208.0531L11.3569%205.1062C11.7739%204.9646%2012.2261%204.9646%2012.6431%205.1062ZM6%2011.0748L6%2015.7967C6%2016.4679%206.3367%2017.0944%206.8966%2017.4647C8.4102%2018.4661%2010.1851%2019%2012%2019C13.8149%2019%2015.5898%2018.4661%2017.1034%2017.4647C17.6633%2017.0944%2018%2016.4679%2018%2015.7967L18%2011.0748M2%209L2%2015%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M12.6431%205.1062L21.3215%208.0531C22.2261%208.3603%2022.2261%209.6397%2021.3215%209.9469L12.6431%2012.8938C12.2261%2013.0354%2011.7739%2013.0354%2011.3569%2012.8938L2.6785%209.9469C1.7739%209.6397%201.7739%208.3603%202.6785%208.0531L11.3569%205.1062C11.7739%204.9646%2012.2261%204.9646%2012.6431%205.1062ZM6%2011.0748L6%2015.7967C6%2016.4679%206.3367%2017.0944%206.8966%2017.4647C8.4102%2018.4661%2010.1851%2019%2012%2019C13.8149%2019%2015.5898%2018.4661%2017.1034%2017.4647C17.6633%2017.0944%2018%2016.4679%2018%2015.7967L18%2011.0748M2%209L2%2015%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/graduation-cap.svg?color=%231a73e8&size=48