student icon
student-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.
- Name
- student-duotone
- Set
- Phosphor
- Style
- Duotone
- 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"><g fill="currentColor"><path d="m224 64l-96 32l-96-32l96-32Z" opacity=".2"/><path d="m226.53 56.41l-96-32a8 8 0 0 0-5.06 0l-96 32a8 8 0 0 0-5.4 6.75A5 5 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 120m-48-32.43L57.3 64L128 40.43L198.7 64Z"/></g></svg>
React
import type { SVGProps } from "react";
export function PhStudentDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="m224 64l-96 32l-96-32l96-32Z" opacity=".2"/><path d="m226.53 56.41l-96-32a8 8 0 0 0-5.06 0l-96 32a8 8 0 0 0-5.4 6.75A5 5 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 120m-48-32.43L57.3 64L128 40.43L198.7 64Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="m224 64l-96 32l-96-32l96-32Z" opacity=".2"/><path d="m226.53 56.41l-96-32a8 8 0 0 0-5.06 0l-96 32a8 8 0 0 0-5.4 6.75A5 5 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 120m-48-32.43L57.3 64L128 40.43L198.7 64Z"/></g></svg> </template>
CSS
.icon-student-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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m224%2064l-96%2032l-96-32l96-32Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22m226.53%2056.41l-96-32a8%208%200%200%200-5.06%200l-96%2032a8%208%200%200%200-5.4%206.75A5%205%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%20120m-48-32.43L57.3%2064L128%2040.43L198.7%2064Z%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m224%2064l-96%2032l-96-32l96-32Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22m226.53%2056.41l-96-32a8%208%200%200%200-5.06%200l-96%2032a8%208%200%200%200-5.4%206.75A5%205%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%20120m-48-32.43L57.3%2064L128%2040.43L198.7%2064Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/student-duotone.svg?color=%231a73e8&size=48