student icon
student-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- student-bold
- Set
- Phosphor
- Style
- Bold
- 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="m227.79 52.62l-96-32a11.85 11.85 0 0 0-7.58 0l-96 32A12 12 0 0 0 20 63.37a6 6 0 0 0 0 .63v80a12 12 0 0 0 24 0V80.65l23.71 7.9a67.92 67.92 0 0 0 18.42 85A100.36 100.36 0 0 0 46 209.44a12 12 0 1 0 20.1 13.11C80.37 200.59 103 188 128 188s47.63 12.59 61.95 34.55a12 12 0 1 0 20.1-13.11a100.36 100.36 0 0 0-40.18-35.92a67.92 67.92 0 0 0 18.42-85l39.5-13.17a12 12 0 0 0 0-22.76Zm-99.79-8L186.05 64L128 83.35L70 64ZM172 120a44 44 0 1 1-81.06-23.71l33.27 11.09a11.9 11.9 0 0 0 7.58 0l33.27-11.09A43.85 43.85 0 0 1 172 120"/></svg>
React
import type { SVGProps } from "react";
export function PhStudentBold(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="m227.79 52.62l-96-32a11.85 11.85 0 0 0-7.58 0l-96 32A12 12 0 0 0 20 63.37a6 6 0 0 0 0 .63v80a12 12 0 0 0 24 0V80.65l23.71 7.9a67.92 67.92 0 0 0 18.42 85A100.36 100.36 0 0 0 46 209.44a12 12 0 1 0 20.1 13.11C80.37 200.59 103 188 128 188s47.63 12.59 61.95 34.55a12 12 0 1 0 20.1-13.11a100.36 100.36 0 0 0-40.18-35.92a67.92 67.92 0 0 0 18.42-85l39.5-13.17a12 12 0 0 0 0-22.76Zm-99.79-8L186.05 64L128 83.35L70 64ZM172 120a44 44 0 1 1-81.06-23.71l33.27 11.09a11.9 11.9 0 0 0 7.58 0l33.27-11.09A43.85 43.85 0 0 1 172 120"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m227.79 52.62l-96-32a11.85 11.85 0 0 0-7.58 0l-96 32A12 12 0 0 0 20 63.37a6 6 0 0 0 0 .63v80a12 12 0 0 0 24 0V80.65l23.71 7.9a67.92 67.92 0 0 0 18.42 85A100.36 100.36 0 0 0 46 209.44a12 12 0 1 0 20.1 13.11C80.37 200.59 103 188 128 188s47.63 12.59 61.95 34.55a12 12 0 1 0 20.1-13.11a100.36 100.36 0 0 0-40.18-35.92a67.92 67.92 0 0 0 18.42-85l39.5-13.17a12 12 0 0 0 0-22.76Zm-99.79-8L186.05 64L128 83.35L70 64ZM172 120a44 44 0 1 1-81.06-23.71l33.27 11.09a11.9 11.9 0 0 0 7.58 0l33.27-11.09A43.85 43.85 0 0 1 172 120"/></svg> </template>
CSS
.icon-student-bold {
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%22m227.79%2052.62l-96-32a11.85%2011.85%200%200%200-7.58%200l-96%2032A12%2012%200%200%200%2020%2063.37a6%206%200%200%200%200%20.63v80a12%2012%200%200%200%2024%200V80.65l23.71%207.9a67.92%2067.92%200%200%200%2018.42%2085A100.36%20100.36%200%200%200%2046%20209.44a12%2012%200%201%200%2020.1%2013.11C80.37%20200.59%20103%20188%20128%20188s47.63%2012.59%2061.95%2034.55a12%2012%200%201%200%2020.1-13.11a100.36%20100.36%200%200%200-40.18-35.92a67.92%2067.92%200%200%200%2018.42-85l39.5-13.17a12%2012%200%200%200%200-22.76Zm-99.79-8L186.05%2064L128%2083.35L70%2064ZM172%20120a44%2044%200%201%201-81.06-23.71l33.27%2011.09a11.9%2011.9%200%200%200%207.58%200l33.27-11.09A43.85%2043.85%200%200%201%20172%20120%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%22m227.79%2052.62l-96-32a11.85%2011.85%200%200%200-7.58%200l-96%2032A12%2012%200%200%200%2020%2063.37a6%206%200%200%200%200%20.63v80a12%2012%200%200%200%2024%200V80.65l23.71%207.9a67.92%2067.92%200%200%200%2018.42%2085A100.36%20100.36%200%200%200%2046%20209.44a12%2012%200%201%200%2020.1%2013.11C80.37%20200.59%20103%20188%20128%20188s47.63%2012.59%2061.95%2034.55a12%2012%200%201%200%2020.1-13.11a100.36%20100.36%200%200%200-40.18-35.92a67.92%2067.92%200%200%200%2018.42-85l39.5-13.17a12%2012%200%200%200%200-22.76Zm-99.79-8L186.05%2064L128%2083.35L70%2064ZM172%20120a44%2044%200%201%201-81.06-23.71l33.27%2011.09a11.9%2011.9%200%200%200%207.58%200l33.27-11.09A43.85%2043.85%200%200%201%20172%20120%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/student-bold.svg?color=%231a73e8&size=48