learning app icon
learning-app-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- learning-app-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
5 other variants in Fluent UI System Icons
Use the learning app icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.5 2H17a2.5 2.5 0 0 1 2.5 2.5v6.813a6.5 6.5 0 0 0-8.187 8.187H4.5a1 1 0 0 0 1 1h6.232A6.5 6.5 0 0 0 12.81 22H5.5A2.5 2.5 0 0 1 3 19.5v-15A2.5 2.5 0 0 1 5.5 2M7 5a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1zm16 12.5a5.5 5.5 0 1 0-11 0a5.5 5.5 0 0 0 11 0m-6.086-2.403l2.806 1.84q.131.084.205.223q.075.136.075.298a.65.65 0 0 1-.072.298a.6.6 0 0 1-.198.226l-2.807 1.915a.6.6 0 0 1-.158.077a.55.55 0 0 1-.395-.023a.7.7 0 0 1-.193-.135a.7.7 0 0 1-.13-.2a.6.6 0 0 1-.047-.237v-3.758a.62.62 0 0 1 .367-.57a.55.55 0 0 1 .547.045"/></svg>
React
import type { SVGProps } from "react";
export function FluentLearningApp24Filled(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="M5.5 2H17a2.5 2.5 0 0 1 2.5 2.5v6.813a6.5 6.5 0 0 0-8.187 8.187H4.5a1 1 0 0 0 1 1h6.232A6.5 6.5 0 0 0 12.81 22H5.5A2.5 2.5 0 0 1 3 19.5v-15A2.5 2.5 0 0 1 5.5 2M7 5a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1zm16 12.5a5.5 5.5 0 1 0-11 0a5.5 5.5 0 0 0 11 0m-6.086-2.403l2.806 1.84q.131.084.205.223q.075.136.075.298a.65.65 0 0 1-.072.298a.6.6 0 0 1-.198.226l-2.807 1.915a.6.6 0 0 1-.158.077a.55.55 0 0 1-.395-.023a.7.7 0 0 1-.193-.135a.7.7 0 0 1-.13-.2a.6.6 0 0 1-.047-.237v-3.758a.62.62 0 0 1 .367-.57a.55.55 0 0 1 .547.045"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.5 2H17a2.5 2.5 0 0 1 2.5 2.5v6.813a6.5 6.5 0 0 0-8.187 8.187H4.5a1 1 0 0 0 1 1h6.232A6.5 6.5 0 0 0 12.81 22H5.5A2.5 2.5 0 0 1 3 19.5v-15A2.5 2.5 0 0 1 5.5 2M7 5a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1zm16 12.5a5.5 5.5 0 1 0-11 0a5.5 5.5 0 0 0 11 0m-6.086-2.403l2.806 1.84q.131.084.205.223q.075.136.075.298a.65.65 0 0 1-.072.298a.6.6 0 0 1-.198.226l-2.807 1.915a.6.6 0 0 1-.158.077a.55.55 0 0 1-.395-.023a.7.7 0 0 1-.193-.135a.7.7 0 0 1-.13-.2a.6.6 0 0 1-.047-.237v-3.758a.62.62 0 0 1 .367-.57a.55.55 0 0 1 .547.045"/></svg> </template>
CSS
.icon-learning-app-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%22M5.5%202H17a2.5%202.5%200%200%201%202.5%202.5v6.813a6.5%206.5%200%200%200-8.187%208.187H4.5a1%201%200%200%200%201%201h6.232A6.5%206.5%200%200%200%2012.81%2022H5.5A2.5%202.5%200%200%201%203%2019.5v-15A2.5%202.5%200%200%201%205.5%202M7%205a1%201%200%200%200-1%201v1a1%201%200%200%200%201%201h8a1%201%200%200%200%201-1V6a1%201%200%200%200-1-1zm16%2012.5a5.5%205.5%200%201%200-11%200a5.5%205.5%200%200%200%2011%200m-6.086-2.403l2.806%201.84q.131.084.205.223q.075.136.075.298a.65.65%200%200%201-.072.298a.6.6%200%200%201-.198.226l-2.807%201.915a.6.6%200%200%201-.158.077a.55.55%200%200%201-.395-.023a.7.7%200%200%201-.193-.135a.7.7%200%200%201-.13-.2a.6.6%200%200%201-.047-.237v-3.758a.62.62%200%200%201%20.367-.57a.55.55%200%200%201%20.547.045%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%22M5.5%202H17a2.5%202.5%200%200%201%202.5%202.5v6.813a6.5%206.5%200%200%200-8.187%208.187H4.5a1%201%200%200%200%201%201h6.232A6.5%206.5%200%200%200%2012.81%2022H5.5A2.5%202.5%200%200%201%203%2019.5v-15A2.5%202.5%200%200%201%205.5%202M7%205a1%201%200%200%200-1%201v1a1%201%200%200%200%201%201h8a1%201%200%200%200%201-1V6a1%201%200%200%200-1-1zm16%2012.5a5.5%205.5%200%201%200-11%200a5.5%205.5%200%200%200%2011%200m-6.086-2.403l2.806%201.84q.131.084.205.223q.075.136.075.298a.65.65%200%200%201-.072.298a.6.6%200%200%201-.198.226l-2.807%201.915a.6.6%200%200%201-.158.077a.55.55%200%200%201-.395-.023a.7.7%200%200%201-.193-.135a.7.7%200%200%201-.13-.2a.6.6%200%200%201-.047-.237v-3.758a.62.62%200%200%201%20.367-.57a.55.55%200%200%201%20.547.045%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/learning-app-24-filled.svg?color=%231a73e8&size=48