student icon

student-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
student-light
Set
Phosphor
Style
Light
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the student icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m225.9 58.31l-96-32a6 6 0 0 0-3.8 0l-96 32A6 6 0 0 0 26 64v80a6 6 0 0 0 12 0V72.32l38.68 12.9A62 62 0 0 0 99 174.75c-19.25 6.53-36 19.59-48 38a6 6 0 0 0 10 6.53C76.47 195.59 100.88 182 128 182s51.53 13.59 67 37.28a6 6 0 0 0 10-6.56c-12-18.38-28.73-31.44-48-38a62 62 0 0 0 22.27-89.53l46.63-15.5a6 6 0 0 0 0-11.38M178 120a50 50 0 1 1-89.37-30.8l37.47 12.49a6 6 0 0 0 3.8 0l37.47-12.49A49.78 49.78 0 0 1 178 120m-50-30.32L51 64l77-25.68L205 64Z"/></svg>

React

import type { SVGProps } from "react";

export function PhStudentLight(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="m225.9 58.31l-96-32a6 6 0 0 0-3.8 0l-96 32A6 6 0 0 0 26 64v80a6 6 0 0 0 12 0V72.32l38.68 12.9A62 62 0 0 0 99 174.75c-19.25 6.53-36 19.59-48 38a6 6 0 0 0 10 6.53C76.47 195.59 100.88 182 128 182s51.53 13.59 67 37.28a6 6 0 0 0 10-6.56c-12-18.38-28.73-31.44-48-38a62 62 0 0 0 22.27-89.53l46.63-15.5a6 6 0 0 0 0-11.38M178 120a50 50 0 1 1-89.37-30.8l37.47 12.49a6 6 0 0 0 3.8 0l37.47-12.49A49.78 49.78 0 0 1 178 120m-50-30.32L51 64l77-25.68L205 64Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m225.9 58.31l-96-32a6 6 0 0 0-3.8 0l-96 32A6 6 0 0 0 26 64v80a6 6 0 0 0 12 0V72.32l38.68 12.9A62 62 0 0 0 99 174.75c-19.25 6.53-36 19.59-48 38a6 6 0 0 0 10 6.53C76.47 195.59 100.88 182 128 182s51.53 13.59 67 37.28a6 6 0 0 0 10-6.56c-12-18.38-28.73-31.44-48-38a62 62 0 0 0 22.27-89.53l46.63-15.5a6 6 0 0 0 0-11.38M178 120a50 50 0 1 1-89.37-30.8l37.47 12.49a6 6 0 0 0 3.8 0l37.47-12.49A49.78 49.78 0 0 1 178 120m-50-30.32L51 64l77-25.68L205 64Z"/></svg>
</template>

CSS

.icon-student-light {
  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%22m225.9%2058.31l-96-32a6%206%200%200%200-3.8%200l-96%2032A6%206%200%200%200%2026%2064v80a6%206%200%200%200%2012%200V72.32l38.68%2012.9A62%2062%200%200%200%2099%20174.75c-19.25%206.53-36%2019.59-48%2038a6%206%200%200%200%2010%206.53C76.47%20195.59%20100.88%20182%20128%20182s51.53%2013.59%2067%2037.28a6%206%200%200%200%2010-6.56c-12-18.38-28.73-31.44-48-38a62%2062%200%200%200%2022.27-89.53l46.63-15.5a6%206%200%200%200%200-11.38M178%20120a50%2050%200%201%201-89.37-30.8l37.47%2012.49a6%206%200%200%200%203.8%200l37.47-12.49A49.78%2049.78%200%200%201%20178%20120m-50-30.32L51%2064l77-25.68L205%2064Z%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%22m225.9%2058.31l-96-32a6%206%200%200%200-3.8%200l-96%2032A6%206%200%200%200%2026%2064v80a6%206%200%200%200%2012%200V72.32l38.68%2012.9A62%2062%200%200%200%2099%20174.75c-19.25%206.53-36%2019.59-48%2038a6%206%200%200%200%2010%206.53C76.47%20195.59%20100.88%20182%20128%20182s51.53%2013.59%2067%2037.28a6%206%200%200%200%2010-6.56c-12-18.38-28.73-31.44-48-38a62%2062%200%200%200%2022.27-89.53l46.63-15.5a6%206%200%200%200%200-11.38M178%20120a50%2050%200%201%201-89.37-30.8l37.47%2012.49a6%206%200%200%200%203.8%200l37.47-12.49A49.78%2049.78%200%200%201%20178%20120m-50-30.32L51%2064l77-25.68L205%2064Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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