student icon
student-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- student-thin
- Set
- Phosphor
- Style
- Thin
- 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.27 60.21l-96-32a4 4 0 0 0-2.54 0l-96 32A4 4 0 0 0 28 64v80a4 4 0 0 0 8 0V69.55l43.88 14.63a60 60 0 0 0 24.54 91c-20.86 5.74-39 19.13-51.77 38.65a4 4 0 0 0 6.7 4.36C75.17 193.92 100.2 180 128 180s52.83 13.92 68.65 38.18a4 4 0 0 0 6.7-4.36c-12.72-19.52-30.91-32.91-51.77-38.65a60 60 0 0 0 24.54-91l49.15-16.39a4 4 0 0 0 0-7.58ZM180 120a52 52 0 1 1-92.07-33.14l38.8 12.93a3.95 3.95 0 0 0 2.54 0l38.8-12.93A51.85 51.85 0 0 1 180 120m-52-28.22L44.65 64L128 36.22L211.35 64Z"/></svg>
React
import type { SVGProps } from "react";
export function PhStudentThin(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.27 60.21l-96-32a4 4 0 0 0-2.54 0l-96 32A4 4 0 0 0 28 64v80a4 4 0 0 0 8 0V69.55l43.88 14.63a60 60 0 0 0 24.54 91c-20.86 5.74-39 19.13-51.77 38.65a4 4 0 0 0 6.7 4.36C75.17 193.92 100.2 180 128 180s52.83 13.92 68.65 38.18a4 4 0 0 0 6.7-4.36c-12.72-19.52-30.91-32.91-51.77-38.65a60 60 0 0 0 24.54-91l49.15-16.39a4 4 0 0 0 0-7.58ZM180 120a52 52 0 1 1-92.07-33.14l38.8 12.93a3.95 3.95 0 0 0 2.54 0l38.8-12.93A51.85 51.85 0 0 1 180 120m-52-28.22L44.65 64L128 36.22L211.35 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.27 60.21l-96-32a4 4 0 0 0-2.54 0l-96 32A4 4 0 0 0 28 64v80a4 4 0 0 0 8 0V69.55l43.88 14.63a60 60 0 0 0 24.54 91c-20.86 5.74-39 19.13-51.77 38.65a4 4 0 0 0 6.7 4.36C75.17 193.92 100.2 180 128 180s52.83 13.92 68.65 38.18a4 4 0 0 0 6.7-4.36c-12.72-19.52-30.91-32.91-51.77-38.65a60 60 0 0 0 24.54-91l49.15-16.39a4 4 0 0 0 0-7.58ZM180 120a52 52 0 1 1-92.07-33.14l38.8 12.93a3.95 3.95 0 0 0 2.54 0l38.8-12.93A51.85 51.85 0 0 1 180 120m-52-28.22L44.65 64L128 36.22L211.35 64Z"/></svg> </template>
CSS
.icon-student-thin {
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.27%2060.21l-96-32a4%204%200%200%200-2.54%200l-96%2032A4%204%200%200%200%2028%2064v80a4%204%200%200%200%208%200V69.55l43.88%2014.63a60%2060%200%200%200%2024.54%2091c-20.86%205.74-39%2019.13-51.77%2038.65a4%204%200%200%200%206.7%204.36C75.17%20193.92%20100.2%20180%20128%20180s52.83%2013.92%2068.65%2038.18a4%204%200%200%200%206.7-4.36c-12.72-19.52-30.91-32.91-51.77-38.65a60%2060%200%200%200%2024.54-91l49.15-16.39a4%204%200%200%200%200-7.58ZM180%20120a52%2052%200%201%201-92.07-33.14l38.8%2012.93a3.95%203.95%200%200%200%202.54%200l38.8-12.93A51.85%2051.85%200%200%201%20180%20120m-52-28.22L44.65%2064L128%2036.22L211.35%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.27%2060.21l-96-32a4%204%200%200%200-2.54%200l-96%2032A4%204%200%200%200%2028%2064v80a4%204%200%200%200%208%200V69.55l43.88%2014.63a60%2060%200%200%200%2024.54%2091c-20.86%205.74-39%2019.13-51.77%2038.65a4%204%200%200%200%206.7%204.36C75.17%20193.92%20100.2%20180%20128%20180s52.83%2013.92%2068.65%2038.18a4%204%200%200%200%206.7-4.36c-12.72-19.52-30.91-32.91-51.77-38.65a60%2060%200%200%200%2024.54-91l49.15-16.39a4%204%200%200%200%200-7.58ZM180%20120a52%2052%200%201%201-92.07-33.14l38.8%2012.93a3.95%203.95%200%200%200%202.54%200l38.8-12.93A51.85%2051.85%200%200%201%20180%20120m-52-28.22L44.65%2064L128%2036.22L211.35%2064Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/student-thin.svg?color=%231a73e8&size=48