student icon
student-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- student-fill
- Set
- Phosphor
- Style
- Fill
- 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="m226.53 56.41l-96-32a8 8 0 0 0-5.06 0l-96 32A8 8 0 0 0 24 64v80a8 8 0 0 0 16 0V75.1l33.59 11.19a64 64 0 0 0 20.65 88.05c-18 7.06-33.56 19.83-44.94 37.29a8 8 0 1 0 13.4 8.74C77.77 197.25 101.57 184 128 184s50.23 13.25 65.3 36.37a8 8 0 0 0 13.4-8.74c-11.38-17.46-27-30.23-44.94-37.29a64 64 0 0 0 20.65-88l44.12-14.7a8 8 0 0 0 0-15.18ZM176 120a48 48 0 1 1-86.65-28.45l36.12 12a8 8 0 0 0 5.06 0l36.12-12A47.9 47.9 0 0 1 176 120"/></svg>
React
import type { SVGProps } from "react";
export function PhStudentFill(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="m226.53 56.41l-96-32a8 8 0 0 0-5.06 0l-96 32A8 8 0 0 0 24 64v80a8 8 0 0 0 16 0V75.1l33.59 11.19a64 64 0 0 0 20.65 88.05c-18 7.06-33.56 19.83-44.94 37.29a8 8 0 1 0 13.4 8.74C77.77 197.25 101.57 184 128 184s50.23 13.25 65.3 36.37a8 8 0 0 0 13.4-8.74c-11.38-17.46-27-30.23-44.94-37.29a64 64 0 0 0 20.65-88l44.12-14.7a8 8 0 0 0 0-15.18ZM176 120a48 48 0 1 1-86.65-28.45l36.12 12a8 8 0 0 0 5.06 0l36.12-12A47.9 47.9 0 0 1 176 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="m226.53 56.41l-96-32a8 8 0 0 0-5.06 0l-96 32A8 8 0 0 0 24 64v80a8 8 0 0 0 16 0V75.1l33.59 11.19a64 64 0 0 0 20.65 88.05c-18 7.06-33.56 19.83-44.94 37.29a8 8 0 1 0 13.4 8.74C77.77 197.25 101.57 184 128 184s50.23 13.25 65.3 36.37a8 8 0 0 0 13.4-8.74c-11.38-17.46-27-30.23-44.94-37.29a64 64 0 0 0 20.65-88l44.12-14.7a8 8 0 0 0 0-15.18ZM176 120a48 48 0 1 1-86.65-28.45l36.12 12a8 8 0 0 0 5.06 0l36.12-12A47.9 47.9 0 0 1 176 120"/></svg> </template>
CSS
.icon-student-fill {
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%22m226.53%2056.41l-96-32a8%208%200%200%200-5.06%200l-96%2032A8%208%200%200%200%2024%2064v80a8%208%200%200%200%2016%200V75.1l33.59%2011.19a64%2064%200%200%200%2020.65%2088.05c-18%207.06-33.56%2019.83-44.94%2037.29a8%208%200%201%200%2013.4%208.74C77.77%20197.25%20101.57%20184%20128%20184s50.23%2013.25%2065.3%2036.37a8%208%200%200%200%2013.4-8.74c-11.38-17.46-27-30.23-44.94-37.29a64%2064%200%200%200%2020.65-88l44.12-14.7a8%208%200%200%200%200-15.18ZM176%20120a48%2048%200%201%201-86.65-28.45l36.12%2012a8%208%200%200%200%205.06%200l36.12-12A47.9%2047.9%200%200%201%20176%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%22m226.53%2056.41l-96-32a8%208%200%200%200-5.06%200l-96%2032A8%208%200%200%200%2024%2064v80a8%208%200%200%200%2016%200V75.1l33.59%2011.19a64%2064%200%200%200%2020.65%2088.05c-18%207.06-33.56%2019.83-44.94%2037.29a8%208%200%201%200%2013.4%208.74C77.77%20197.25%20101.57%20184%20128%20184s50.23%2013.25%2065.3%2036.37a8%208%200%200%200%2013.4-8.74c-11.38-17.46-27-30.23-44.94-37.29a64%2064%200%200%200%2020.65-88l44.12-14.7a8%208%200%200%200%200-15.18ZM176%20120a48%2048%200%201%201-86.65-28.45l36.12%2012a8%208%200%200%200%205.06%200l36.12-12A47.9%2047.9%200%200%201%20176%20120%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/student-fill.svg?color=%231a73e8&size=48