class icon
class-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- class-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
3 other variants in Fluent UI System Icons
Use the class icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.25 2A2.75 2.75 0 0 1 20 4.75v14.5A2.75 2.75 0 0 1 17.25 22H6.75A2.75 2.75 0 0 1 4 19.249V4.75A2.75 2.75 0 0 1 6.75 2h.291v8.167c0 .748.79 1.014 1.319.74l.09-.055l2.093-1.197l2.14 1.23c.446.308 1.261.1 1.35-.59l.008-.128V2zm-4.709 0v7.076l-1.621-.932a.93.93 0 0 0-.793.022l-.107.063l-1.479.846V2z"/></svg>
React
import type { SVGProps } from "react";
export function FluentClass24Filled(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="M17.25 2A2.75 2.75 0 0 1 20 4.75v14.5A2.75 2.75 0 0 1 17.25 22H6.75A2.75 2.75 0 0 1 4 19.249V4.75A2.75 2.75 0 0 1 6.75 2h.291v8.167c0 .748.79 1.014 1.319.74l.09-.055l2.093-1.197l2.14 1.23c.446.308 1.261.1 1.35-.59l.008-.128V2zm-4.709 0v7.076l-1.621-.932a.93.93 0 0 0-.793.022l-.107.063l-1.479.846V2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.25 2A2.75 2.75 0 0 1 20 4.75v14.5A2.75 2.75 0 0 1 17.25 22H6.75A2.75 2.75 0 0 1 4 19.249V4.75A2.75 2.75 0 0 1 6.75 2h.291v8.167c0 .748.79 1.014 1.319.74l.09-.055l2.093-1.197l2.14 1.23c.446.308 1.261.1 1.35-.59l.008-.128V2zm-4.709 0v7.076l-1.621-.932a.93.93 0 0 0-.793.022l-.107.063l-1.479.846V2z"/></svg> </template>
CSS
.icon-class-24-filled {
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%22M17.25%202A2.75%202.75%200%200%201%2020%204.75v14.5A2.75%202.75%200%200%201%2017.25%2022H6.75A2.75%202.75%200%200%201%204%2019.249V4.75A2.75%202.75%200%200%201%206.75%202h.291v8.167c0%20.748.79%201.014%201.319.74l.09-.055l2.093-1.197l2.14%201.23c.446.308%201.261.1%201.35-.59l.008-.128V2zm-4.709%200v7.076l-1.621-.932a.93.93%200%200%200-.793.022l-.107.063l-1.479.846V2z%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%22M17.25%202A2.75%202.75%200%200%201%2020%204.75v14.5A2.75%202.75%200%200%201%2017.25%2022H6.75A2.75%202.75%200%200%201%204%2019.249V4.75A2.75%202.75%200%200%201%206.75%202h.291v8.167c0%20.748.79%201.014%201.319.74l.09-.055l2.093-1.197l2.14%201.23c.446.308%201.261.1%201.35-.59l.008-.128V2zm-4.709%200v7.076l-1.621-.932a.93.93%200%200%200-.793.022l-.107.063l-1.479.846V2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/class-24-filled.svg?color=%231a73e8&size=48