grad cap icon

grad-cap from Reicon by REICON · Outline · UI · MIT Free for personal and commercial use.

Name
grad-cap
Set
Reicon
Style
Outline
Category
UI
Viewbox
24×24
License
MIT

1 other variant in Reicon

More ui icons from Reicon

Use the grad cap icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12.808 3.08a4.8 4.8 0 0 0-1.616 0c-.606.104-1.175.363-2.06.764L2.495 6.856c-.494.224-.91.412-1.22.587c-.3.17-.644.4-.834.771a1.72 1.72 0 0 0 0 1.572c.19.371.534.602.835.771c.31.175.725.364 1.22.588l1.755.796v4.316c0 .98.39 2.019 1.318 2.629C6.774 19.68 8.964 20.75 12 20.75s5.226-1.07 6.432-1.864c.927-.61 1.318-1.649 1.318-2.629v-4.316l1.5-.68V16a.75.75 0 0 0 1.5 0v-5.458c.295-.168.625-.396.81-.757a1.72 1.72 0 0 0 0-1.572c-.19-.37-.534-.602-.835-.771c-.31-.175-.725-.363-1.22-.587l-6.638-3.012c-.884-.401-1.453-.66-2.059-.764m5.442 9.542l-3.383 1.534c-.884.402-1.453.66-2.059.764a4.8 4.8 0 0 1-1.616 0c-.606-.104-1.175-.362-2.06-.764L5.75 12.622v3.635c0 .612.24 1.111.642 1.376C7.422 18.31 9.33 19.25 12 19.25s4.578-.94 5.608-1.617c.402-.265.642-.764.642-1.376zm-6.805-8.063a3.3 3.3 0 0 1 1.11 0c.392.067.777.235 1.786.693l6.513 2.955c.534.242.889.404 1.135.543c.17.096.23.15.243.163a.22.22 0 0 1 0 .174a1.3 1.3 0 0 1-.243.164c-.246.138-.6.3-1.135.542l-6.513 2.955c-1.01.458-1.394.626-1.786.693a3.3 3.3 0 0 1-1.11 0c-.392-.067-.777-.235-1.786-.693L3.146 9.793c-.534-.242-.889-.404-1.135-.542c-.17-.097-.23-.15-.243-.164a.22.22 0 0 1 0-.174a1.3 1.3 0 0 1 .243-.163c.246-.139.6-.3 1.135-.543l6.513-2.955c1.01-.458 1.394-.626 1.786-.693" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconGradCap(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M12.808 3.08a4.8 4.8 0 0 0-1.616 0c-.606.104-1.175.363-2.06.764L2.495 6.856c-.494.224-.91.412-1.22.587c-.3.17-.644.4-.834.771a1.72 1.72 0 0 0 0 1.572c.19.371.534.602.835.771c.31.175.725.364 1.22.588l1.755.796v4.316c0 .98.39 2.019 1.318 2.629C6.774 19.68 8.964 20.75 12 20.75s5.226-1.07 6.432-1.864c.927-.61 1.318-1.649 1.318-2.629v-4.316l1.5-.68V16a.75.75 0 0 0 1.5 0v-5.458c.295-.168.625-.396.81-.757a1.72 1.72 0 0 0 0-1.572c-.19-.37-.534-.602-.835-.771c-.31-.175-.725-.363-1.22-.587l-6.638-3.012c-.884-.401-1.453-.66-2.059-.764m5.442 9.542l-3.383 1.534c-.884.402-1.453.66-2.059.764a4.8 4.8 0 0 1-1.616 0c-.606-.104-1.175-.362-2.06-.764L5.75 12.622v3.635c0 .612.24 1.111.642 1.376C7.422 18.31 9.33 19.25 12 19.25s4.578-.94 5.608-1.617c.402-.265.642-.764.642-1.376zm-6.805-8.063a3.3 3.3 0 0 1 1.11 0c.392.067.777.235 1.786.693l6.513 2.955c.534.242.889.404 1.135.543c.17.096.23.15.243.163a.22.22 0 0 1 0 .174a1.3 1.3 0 0 1-.243.164c-.246.138-.6.3-1.135.542l-6.513 2.955c-1.01.458-1.394.626-1.786.693a3.3 3.3 0 0 1-1.11 0c-.392-.067-.777-.235-1.786-.693L3.146 9.793c-.534-.242-.889-.404-1.135-.542c-.17-.097-.23-.15-.243-.164a.22.22 0 0 1 0-.174a1.3 1.3 0 0 1 .243-.163c.246-.139.6-.3 1.135-.543l6.513-2.955c1.01-.458 1.394-.626 1.786-.693" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12.808 3.08a4.8 4.8 0 0 0-1.616 0c-.606.104-1.175.363-2.06.764L2.495 6.856c-.494.224-.91.412-1.22.587c-.3.17-.644.4-.834.771a1.72 1.72 0 0 0 0 1.572c.19.371.534.602.835.771c.31.175.725.364 1.22.588l1.755.796v4.316c0 .98.39 2.019 1.318 2.629C6.774 19.68 8.964 20.75 12 20.75s5.226-1.07 6.432-1.864c.927-.61 1.318-1.649 1.318-2.629v-4.316l1.5-.68V16a.75.75 0 0 0 1.5 0v-5.458c.295-.168.625-.396.81-.757a1.72 1.72 0 0 0 0-1.572c-.19-.37-.534-.602-.835-.771c-.31-.175-.725-.363-1.22-.587l-6.638-3.012c-.884-.401-1.453-.66-2.059-.764m5.442 9.542l-3.383 1.534c-.884.402-1.453.66-2.059.764a4.8 4.8 0 0 1-1.616 0c-.606-.104-1.175-.362-2.06-.764L5.75 12.622v3.635c0 .612.24 1.111.642 1.376C7.422 18.31 9.33 19.25 12 19.25s4.578-.94 5.608-1.617c.402-.265.642-.764.642-1.376zm-6.805-8.063a3.3 3.3 0 0 1 1.11 0c.392.067.777.235 1.786.693l6.513 2.955c.534.242.889.404 1.135.543c.17.096.23.15.243.163a.22.22 0 0 1 0 .174a1.3 1.3 0 0 1-.243.164c-.246.138-.6.3-1.135.542l-6.513 2.955c-1.01.458-1.394.626-1.786.693a3.3 3.3 0 0 1-1.11 0c-.392-.067-.777-.235-1.786-.693L3.146 9.793c-.534-.242-.889-.404-1.135-.542c-.17-.097-.23-.15-.243-.164a.22.22 0 0 1 0-.174a1.3 1.3 0 0 1 .243-.163c.246-.139.6-.3 1.135-.543l6.513-2.955c1.01-.458 1.394-.626 1.786-.693" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-grad-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%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12.808%203.08a4.8%204.8%200%200%200-1.616%200c-.606.104-1.175.363-2.06.764L2.495%206.856c-.494.224-.91.412-1.22.587c-.3.17-.644.4-.834.771a1.72%201.72%200%200%200%200%201.572c.19.371.534.602.835.771c.31.175.725.364%201.22.588l1.755.796v4.316c0%20.98.39%202.019%201.318%202.629C6.774%2019.68%208.964%2020.75%2012%2020.75s5.226-1.07%206.432-1.864c.927-.61%201.318-1.649%201.318-2.629v-4.316l1.5-.68V16a.75.75%200%200%200%201.5%200v-5.458c.295-.168.625-.396.81-.757a1.72%201.72%200%200%200%200-1.572c-.19-.37-.534-.602-.835-.771c-.31-.175-.725-.363-1.22-.587l-6.638-3.012c-.884-.401-1.453-.66-2.059-.764m5.442%209.542l-3.383%201.534c-.884.402-1.453.66-2.059.764a4.8%204.8%200%200%201-1.616%200c-.606-.104-1.175-.362-2.06-.764L5.75%2012.622v3.635c0%20.612.24%201.111.642%201.376C7.422%2018.31%209.33%2019.25%2012%2019.25s4.578-.94%205.608-1.617c.402-.265.642-.764.642-1.376zm-6.805-8.063a3.3%203.3%200%200%201%201.11%200c.392.067.777.235%201.786.693l6.513%202.955c.534.242.889.404%201.135.543c.17.096.23.15.243.163a.22.22%200%200%201%200%20.174a1.3%201.3%200%200%201-.243.164c-.246.138-.6.3-1.135.542l-6.513%202.955c-1.01.458-1.394.626-1.786.693a3.3%203.3%200%200%201-1.11%200c-.392-.067-.777-.235-1.786-.693L3.146%209.793c-.534-.242-.889-.404-1.135-.542c-.17-.097-.23-.15-.243-.164a.22.22%200%200%201%200-.174a1.3%201.3%200%200%201%20.243-.163c.246-.139.6-.3%201.135-.543l6.513-2.955c1.01-.458%201.394-.626%201.786-.693%22%20clip-rule%3D%22evenodd%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%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12.808%203.08a4.8%204.8%200%200%200-1.616%200c-.606.104-1.175.363-2.06.764L2.495%206.856c-.494.224-.91.412-1.22.587c-.3.17-.644.4-.834.771a1.72%201.72%200%200%200%200%201.572c.19.371.534.602.835.771c.31.175.725.364%201.22.588l1.755.796v4.316c0%20.98.39%202.019%201.318%202.629C6.774%2019.68%208.964%2020.75%2012%2020.75s5.226-1.07%206.432-1.864c.927-.61%201.318-1.649%201.318-2.629v-4.316l1.5-.68V16a.75.75%200%200%200%201.5%200v-5.458c.295-.168.625-.396.81-.757a1.72%201.72%200%200%200%200-1.572c-.19-.37-.534-.602-.835-.771c-.31-.175-.725-.363-1.22-.587l-6.638-3.012c-.884-.401-1.453-.66-2.059-.764m5.442%209.542l-3.383%201.534c-.884.402-1.453.66-2.059.764a4.8%204.8%200%200%201-1.616%200c-.606-.104-1.175-.362-2.06-.764L5.75%2012.622v3.635c0%20.612.24%201.111.642%201.376C7.422%2018.31%209.33%2019.25%2012%2019.25s4.578-.94%205.608-1.617c.402-.265.642-.764.642-1.376zm-6.805-8.063a3.3%203.3%200%200%201%201.11%200c.392.067.777.235%201.786.693l6.513%202.955c.534.242.889.404%201.135.543c.17.096.23.15.243.163a.22.22%200%200%201%200%20.174a1.3%201.3%200%200%201-.243.164c-.246.138-.6.3-1.135.542l-6.513%202.955c-1.01.458-1.394.626-1.786.693a3.3%203.3%200%200%201-1.11%200c-.392-.067-.777-.235-1.786-.693L3.146%209.793c-.534-.242-.889-.404-1.135-.542c-.17-.097-.23-.15-.243-.164a.22.22%200%200%201%200-.174a1.3%201.3%200%200%201%20.243-.163c.246-.139.6-.3%201.135-.543l6.513-2.955c1.01-.458%201.394-.626%201.786-.693%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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