learning-app-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
learning-app-24-regular
Set
Fluent UI System Icons
Style
24 Regular
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 2A2.5 2.5 0 0 0 3 4.5v15A2.5 2.5 0 0 0 5.5 22h7.31a6.5 6.5 0 0 1-1.078-1.5H5.5a1 1 0 0 1-1-1h6.813a6.5 6.5 0 0 1-.294-1.5H4.5V4.5a1 1 0 0 1 1-1H17a1 1 0 0 1 1 1v6.519q.782.061 1.5.294V4.5A2.5 2.5 0 0 0 17 2zM23 17.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.045M6 6a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1zm1.5 1.5h7v-1h-7z"/></svg>

React

import type { SVGProps } from "react";

export function FluentLearningApp24Regular(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 2A2.5 2.5 0 0 0 3 4.5v15A2.5 2.5 0 0 0 5.5 22h7.31a6.5 6.5 0 0 1-1.078-1.5H5.5a1 1 0 0 1-1-1h6.813a6.5 6.5 0 0 1-.294-1.5H4.5V4.5a1 1 0 0 1 1-1H17a1 1 0 0 1 1 1v6.519q.782.061 1.5.294V4.5A2.5 2.5 0 0 0 17 2zM23 17.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.045M6 6a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1zm1.5 1.5h7v-1h-7z"/></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 2A2.5 2.5 0 0 0 3 4.5v15A2.5 2.5 0 0 0 5.5 22h7.31a6.5 6.5 0 0 1-1.078-1.5H5.5a1 1 0 0 1-1-1h6.813a6.5 6.5 0 0 1-.294-1.5H4.5V4.5a1 1 0 0 1 1-1H17a1 1 0 0 1 1 1v6.519q.782.061 1.5.294V4.5A2.5 2.5 0 0 0 17 2zM23 17.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.045M6 6a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1zm1.5 1.5h7v-1h-7z"/></svg>
</template>

CSS

.icon-learning-app-24-regular {
  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%202A2.5%202.5%200%200%200%203%204.5v15A2.5%202.5%200%200%200%205.5%2022h7.31a6.5%206.5%200%200%201-1.078-1.5H5.5a1%201%200%200%201-1-1h6.813a6.5%206.5%200%200%201-.294-1.5H4.5V4.5a1%201%200%200%201%201-1H17a1%201%200%200%201%201%201v6.519q.782.061%201.5.294V4.5A2.5%202.5%200%200%200%2017%202zM23%2017.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.045M6%206a1%201%200%200%201%201-1h8a1%201%200%200%201%201%201v2a1%201%200%200%201-1%201H7a1%201%200%200%201-1-1zm1.5%201.5h7v-1h-7z%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%202A2.5%202.5%200%200%200%203%204.5v15A2.5%202.5%200%200%200%205.5%2022h7.31a6.5%206.5%200%200%201-1.078-1.5H5.5a1%201%200%200%201-1-1h6.813a6.5%206.5%200%200%201-.294-1.5H4.5V4.5a1%201%200%200%201%201-1H17a1%201%200%200%201%201%201v6.519q.782.061%201.5.294V4.5A2.5%202.5%200%200%200%2017%202zM23%2017.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.045M6%206a1%201%200%200%201%201-1h8a1%201%200%200%201%201%201v2a1%201%200%200%201-1%201H7a1%201%200%200%201-1-1zm1.5%201.5h7v-1h-7z%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-regular.svg?color=%231a73e8&size=48