square academic cap icon

square-academic-cap-line-duotone from Solar by 480 Design · Line Duotone · School · CC-BY-4.0 Attribution required.

Name
square-academic-cap-line-duotone
Set
Solar
Style
Line Duotone
Category
School
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More school icons from Solar

Use the square academic 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-width="1.5"><path d="M9.78272 3.49965C11.2037 2.83345 12.7962 2.83345 14.2172 3.49965L20.9084 6.63664C22.3639 7.31899 22.3639 9.68105 20.9084 10.3634L14.2173 13.5004C12.7963 14.1665 11.2038 14.1665 9.78281 13.5004L3.0916 10.3634C1.63613 9.68101 1.63614 7.31895 3.0916 6.63659L9.78272 3.49965Z"/><path stroke-linecap="round" d="M2 8.5V14" opacity=".5"/><path stroke-linecap="round" d="M19 11.5V16.6254C19 17.6334 18.4965 18.5772 17.6147 19.0656C16.1463 19.8787 13.796 21 12 21C10.204 21 7.8537 19.8787 6.38533 19.0656C5.5035 18.5772 5 17.6334 5 16.6254V11.5" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarSquareAcademicCapLineDuotone(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" strokeWidth="1.5"><path d="M9.78272 3.49965C11.2037 2.83345 12.7962 2.83345 14.2172 3.49965L20.9084 6.63664C22.3639 7.31899 22.3639 9.68105 20.9084 10.3634L14.2173 13.5004C12.7963 14.1665 11.2038 14.1665 9.78281 13.5004L3.0916 10.3634C1.63613 9.68101 1.63614 7.31895 3.0916 6.63659L9.78272 3.49965Z"/><path strokeLinecap="round" d="M2 8.5V14" opacity=".5"/><path strokeLinecap="round" d="M19 11.5V16.6254C19 17.6334 18.4965 18.5772 17.6147 19.0656C16.1463 19.8787 13.796 21 12 21C10.204 21 7.8537 19.8787 6.38533 19.0656C5.5035 18.5772 5 17.6334 5 16.6254V11.5" opacity=".5"/></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-width="1.5"><path d="M9.78272 3.49965C11.2037 2.83345 12.7962 2.83345 14.2172 3.49965L20.9084 6.63664C22.3639 7.31899 22.3639 9.68105 20.9084 10.3634L14.2173 13.5004C12.7963 14.1665 11.2038 14.1665 9.78281 13.5004L3.0916 10.3634C1.63613 9.68101 1.63614 7.31895 3.0916 6.63659L9.78272 3.49965Z"/><path stroke-linecap="round" d="M2 8.5V14" opacity=".5"/><path stroke-linecap="round" d="M19 11.5V16.6254C19 17.6334 18.4965 18.5772 17.6147 19.0656C16.1463 19.8787 13.796 21 12 21C10.204 21 7.8537 19.8787 6.38533 19.0656C5.5035 18.5772 5 17.6334 5 16.6254V11.5" opacity=".5"/></g></svg>
</template>

CSS

.icon-square-academic-cap-line-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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M9.78272%203.49965C11.2037%202.83345%2012.7962%202.83345%2014.2172%203.49965L20.9084%206.63664C22.3639%207.31899%2022.3639%209.68105%2020.9084%2010.3634L14.2173%2013.5004C12.7963%2014.1665%2011.2038%2014.1665%209.78281%2013.5004L3.0916%2010.3634C1.63613%209.68101%201.63614%207.31895%203.0916%206.63659L9.78272%203.49965Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2%208.5V14%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19%2011.5V16.6254C19%2017.6334%2018.4965%2018.5772%2017.6147%2019.0656C16.1463%2019.8787%2013.796%2021%2012%2021C10.204%2021%207.8537%2019.8787%206.38533%2019.0656C5.5035%2018.5772%205%2017.6334%205%2016.6254V11.5%22%20opacity%3D%22.5%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M9.78272%203.49965C11.2037%202.83345%2012.7962%202.83345%2014.2172%203.49965L20.9084%206.63664C22.3639%207.31899%2022.3639%209.68105%2020.9084%2010.3634L14.2173%2013.5004C12.7963%2014.1665%2011.2038%2014.1665%209.78281%2013.5004L3.0916%2010.3634C1.63613%209.68101%201.63614%207.31895%203.0916%206.63659L9.78272%203.49965Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2%208.5V14%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19%2011.5V16.6254C19%2017.6334%2018.4965%2018.5772%2017.6147%2019.0656C16.1463%2019.8787%2013.796%2021%2012%2021C10.204%2021%207.8537%2019.8787%206.38533%2019.0656C5.5035%2018.5772%205%2017.6334%205%2016.6254V11.5%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/square-academic-cap-line-duotone.svg?color=%231a73e8&size=48