google classroom icon
google-classroom from Material Design Icons by Pictogrammers · Filled · Brand / Logo · Apache-2.0 Free for personal and commercial use.
- Name
- google-classroom
- Set
- Material Design Icons
- Style
- Filled
- Category
- Brand / Logo
- Viewbox
- 24×24
- License
- Apache 2.0
More brand / logo icons from Material Design Icons
Use the google classroom icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23 2H1a1 1 0 0 0-1 1v18a1 1 0 0 0 1 1h22a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1m-1 18h-2v-1h-5v1H2V4h20zM10.29 9.71A1.71 1.71 0 0 1 12 8c.95 0 1.71.77 1.71 1.71c0 .95-.76 1.72-1.71 1.72s-1.71-.77-1.71-1.72m-4.58 1.58c0-.71.58-1.29 1.29-1.29a1.29 1.29 0 0 1 1.29 1.29c0 .71-.58 1.28-1.29 1.28S5.71 12 5.71 11.29m10 0A1.29 1.29 0 0 1 17 10a1.29 1.29 0 0 1 1.29 1.29c0 .71-.58 1.28-1.29 1.28s-1.29-.57-1.29-1.28M20 15.14V16H4v-.86c0-.94 1.55-1.71 3-1.71c.55 0 1.11.11 1.6.3c.75-.69 2.1-1.16 3.4-1.16s2.65.47 3.4 1.16c.49-.19 1.05-.3 1.6-.3c1.45 0 3 .77 3 1.71"/></svg>
React
import type { SVGProps } from "react";
export function MdiGoogleClassroom(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23 2H1a1 1 0 0 0-1 1v18a1 1 0 0 0 1 1h22a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1m-1 18h-2v-1h-5v1H2V4h20zM10.29 9.71A1.71 1.71 0 0 1 12 8c.95 0 1.71.77 1.71 1.71c0 .95-.76 1.72-1.71 1.72s-1.71-.77-1.71-1.72m-4.58 1.58c0-.71.58-1.29 1.29-1.29a1.29 1.29 0 0 1 1.29 1.29c0 .71-.58 1.28-1.29 1.28S5.71 12 5.71 11.29m10 0A1.29 1.29 0 0 1 17 10a1.29 1.29 0 0 1 1.29 1.29c0 .71-.58 1.28-1.29 1.28s-1.29-.57-1.29-1.28M20 15.14V16H4v-.86c0-.94 1.55-1.71 3-1.71c.55 0 1.11.11 1.6.3c.75-.69 2.1-1.16 3.4-1.16s2.65.47 3.4 1.16c.49-.19 1.05-.3 1.6-.3c1.45 0 3 .77 3 1.71"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23 2H1a1 1 0 0 0-1 1v18a1 1 0 0 0 1 1h22a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1m-1 18h-2v-1h-5v1H2V4h20zM10.29 9.71A1.71 1.71 0 0 1 12 8c.95 0 1.71.77 1.71 1.71c0 .95-.76 1.72-1.71 1.72s-1.71-.77-1.71-1.72m-4.58 1.58c0-.71.58-1.29 1.29-1.29a1.29 1.29 0 0 1 1.29 1.29c0 .71-.58 1.28-1.29 1.28S5.71 12 5.71 11.29m10 0A1.29 1.29 0 0 1 17 10a1.29 1.29 0 0 1 1.29 1.29c0 .71-.58 1.28-1.29 1.28s-1.29-.57-1.29-1.28M20 15.14V16H4v-.86c0-.94 1.55-1.71 3-1.71c.55 0 1.11.11 1.6.3c.75-.69 2.1-1.16 3.4-1.16s2.65.47 3.4 1.16c.49-.19 1.05-.3 1.6-.3c1.45 0 3 .77 3 1.71"/></svg> </template>
CSS
.icon-google-classroom {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23%202H1a1%201%200%200%200-1%201v18a1%201%200%200%200%201%201h22a1%201%200%200%200%201-1V3a1%201%200%200%200-1-1m-1%2018h-2v-1h-5v1H2V4h20zM10.29%209.71A1.71%201.71%200%200%201%2012%208c.95%200%201.71.77%201.71%201.71c0%20.95-.76%201.72-1.71%201.72s-1.71-.77-1.71-1.72m-4.58%201.58c0-.71.58-1.29%201.29-1.29a1.29%201.29%200%200%201%201.29%201.29c0%20.71-.58%201.28-1.29%201.28S5.71%2012%205.71%2011.29m10%200A1.29%201.29%200%200%201%2017%2010a1.29%201.29%200%200%201%201.29%201.29c0%20.71-.58%201.28-1.29%201.28s-1.29-.57-1.29-1.28M20%2015.14V16H4v-.86c0-.94%201.55-1.71%203-1.71c.55%200%201.11.11%201.6.3c.75-.69%202.1-1.16%203.4-1.16s2.65.47%203.4%201.16c.49-.19%201.05-.3%201.6-.3c1.45%200%203%20.77%203%201.71%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23%202H1a1%201%200%200%200-1%201v18a1%201%200%200%200%201%201h22a1%201%200%200%200%201-1V3a1%201%200%200%200-1-1m-1%2018h-2v-1h-5v1H2V4h20zM10.29%209.71A1.71%201.71%200%200%201%2012%208c.95%200%201.71.77%201.71%201.71c0%20.95-.76%201.72-1.71%201.72s-1.71-.77-1.71-1.72m-4.58%201.58c0-.71.58-1.29%201.29-1.29a1.29%201.29%200%200%201%201.29%201.29c0%20.71-.58%201.28-1.29%201.28S5.71%2012%205.71%2011.29m10%200A1.29%201.29%200%200%201%2017%2010a1.29%201.29%200%200%201%201.29%201.29c0%20.71-.58%201.28-1.29%201.28s-1.29-.57-1.29-1.28M20%2015.14V16H4v-.86c0-.94%201.55-1.71%203-1.71c.55%200%201.11.11%201.6.3c.75-.69%202.1-1.16%203.4-1.16s2.65.47%203.4%201.16c.49-.19%201.05-.3%201.6-.3c1.45%200%203%20.77%203%201.71%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/google-classroom.svg?color=%231a73e8&size=48