graduation cap icon
graduation-cap-sharp-duotone from Keyline Icons by Keyline Icons · Sharp Duotone · MIT Free for personal and commercial use.
- Name
- graduation-cap-sharp-duotone
- Set
- Keyline Icons
- Style
- Sharp Duotone
- 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"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2"><path stroke-opacity=".4" d="M6 10.6L6 16.7901C7.6737 18.2165 9.8009 19 12 19C14.1991 19 16.3263 18.2165 18 16.7901L18 10.6M2 9L2 16"/><path fill="currentColor" fill-rule="evenodd" d="M12.3714 4.0715L22.3714 8.0715C22.751 8.2234 23 8.5911 23 9C23 9.4089 22.751 9.7766 22.3714 9.9285L12.3714 13.9285C12.2533 13.9757 12.1272 14 12 14C11.8728 14 11.7467 13.9757 11.6286 13.9285L1.6286 9.9285C1.249 9.7766 1 9.4089 1 9C1 8.5911 1.249 8.2234 1.6286 8.0715L11.6286 4.0715C11.7467 4.0243 11.8728 4 12 4C12.1272 4 12.2533 4.0243 12.3714 4.0715Z" clip-rule="evenodd" stroke="none"/></g></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsGraduationCapSharpDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="2"><path strokeOpacity=".4" d="M6 10.6L6 16.7901C7.6737 18.2165 9.8009 19 12 19C14.1991 19 16.3263 18.2165 18 16.7901L18 10.6M2 9L2 16"/><path fill="currentColor" fillRule="evenodd" d="M12.3714 4.0715L22.3714 8.0715C22.751 8.2234 23 8.5911 23 9C23 9.4089 22.751 9.7766 22.3714 9.9285L12.3714 13.9285C12.2533 13.9757 12.1272 14 12 14C11.8728 14 11.7467 13.9757 11.6286 13.9285L1.6286 9.9285C1.249 9.7766 1 9.4089 1 9C1 8.5911 1.249 8.2234 1.6286 8.0715L11.6286 4.0715C11.7467 4.0243 11.8728 4 12 4C12.1272 4 12.2533 4.0243 12.3714 4.0715Z" clipRule="evenodd" stroke="none"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2"><path stroke-opacity=".4" d="M6 10.6L6 16.7901C7.6737 18.2165 9.8009 19 12 19C14.1991 19 16.3263 18.2165 18 16.7901L18 10.6M2 9L2 16"/><path fill="currentColor" fill-rule="evenodd" d="M12.3714 4.0715L22.3714 8.0715C22.751 8.2234 23 8.5911 23 9C23 9.4089 22.751 9.7766 22.3714 9.9285L12.3714 13.9285C12.2533 13.9757 12.1272 14 12 14C11.8728 14 11.7467 13.9757 11.6286 13.9285L1.6286 9.9285C1.249 9.7766 1 9.4089 1 9C1 8.5911 1.249 8.2234 1.6286 8.0715L11.6286 4.0715C11.7467 4.0243 11.8728 4 12 4C12.1272 4 12.2533 4.0243 12.3714 4.0715Z" clip-rule="evenodd" stroke="none"/></g></svg> </template>
CSS
.icon-graduation-cap-sharp-duotone {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-opacity%3D%22.4%22%20d%3D%22M6%2010.6L6%2016.7901C7.6737%2018.2165%209.8009%2019%2012%2019C14.1991%2019%2016.3263%2018.2165%2018%2016.7901L18%2010.6M2%209L2%2016%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12.3714%204.0715L22.3714%208.0715C22.751%208.2234%2023%208.5911%2023%209C23%209.4089%2022.751%209.7766%2022.3714%209.9285L12.3714%2013.9285C12.2533%2013.9757%2012.1272%2014%2012%2014C11.8728%2014%2011.7467%2013.9757%2011.6286%2013.9285L1.6286%209.9285C1.249%209.7766%201%209.4089%201%209C1%208.5911%201.249%208.2234%201.6286%208.0715L11.6286%204.0715C11.7467%204.0243%2011.8728%204%2012%204C12.1272%204%2012.2533%204.0243%2012.3714%204.0715Z%22%20clip-rule%3D%22evenodd%22%20stroke%3D%22none%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-opacity%3D%22.4%22%20d%3D%22M6%2010.6L6%2016.7901C7.6737%2018.2165%209.8009%2019%2012%2019C14.1991%2019%2016.3263%2018.2165%2018%2016.7901L18%2010.6M2%209L2%2016%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12.3714%204.0715L22.3714%208.0715C22.751%208.2234%2023%208.5911%2023%209C23%209.4089%2022.751%209.7766%2022.3714%209.9285L12.3714%2013.9285C12.2533%2013.9757%2012.1272%2014%2012%2014C11.8728%2014%2011.7467%2013.9757%2011.6286%2013.9285L1.6286%209.9285C1.249%209.7766%201%209.4089%201%209C1%208.5911%201.249%208.2234%201.6286%208.0715L11.6286%204.0715C11.7467%204.0243%2011.8728%204%2012%204C12.1272%204%2012.2533%204.0243%2012.3714%204.0715Z%22%20clip-rule%3D%22evenodd%22%20stroke%3D%22none%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/graduation-cap-sharp-duotone.svg?color=%231a73e8&size=48