learning app icon
learning-app-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- learning-app-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M6 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h4.257a5.5 5.5 0 0 1-.657-1H6a1 1 0 0 1-1-1h4.207A5.5 5.5 0 0 1 16 9.207V4a2 2 0 0 0-2-2zm.75 2.5h6.5a.75.75 0 0 1 0 1.5h-6.5a.75.75 0 0 1 0-1.5M19 14.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-4.98-1.966a.45.45 0 0 0-.447-.037a.5.5 0 0 0-.155.108a.5.5 0 0 0-.145.357v3.075a.5.5 0 0 0 .145.358a.6.6 0 0 0 .157.11a.45.45 0 0 0 .323.02a.5.5 0 0 0 .13-.064l2.296-1.567a.47.47 0 0 0 .163-.185a.54.54 0 0 0-.003-.487a.5.5 0 0 0-.167-.182z"/></svg>
React
import type { SVGProps } from "react";
export function FluentLearningApp20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h4.257a5.5 5.5 0 0 1-.657-1H6a1 1 0 0 1-1-1h4.207A5.5 5.5 0 0 1 16 9.207V4a2 2 0 0 0-2-2zm.75 2.5h6.5a.75.75 0 0 1 0 1.5h-6.5a.75.75 0 0 1 0-1.5M19 14.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-4.98-1.966a.45.45 0 0 0-.447-.037a.5.5 0 0 0-.155.108a.5.5 0 0 0-.145.357v3.075a.5.5 0 0 0 .145.358a.6.6 0 0 0 .157.11a.45.45 0 0 0 .323.02a.5.5 0 0 0 .13-.064l2.296-1.567a.47.47 0 0 0 .163-.185a.54.54 0 0 0-.003-.487a.5.5 0 0 0-.167-.182z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h4.257a5.5 5.5 0 0 1-.657-1H6a1 1 0 0 1-1-1h4.207A5.5 5.5 0 0 1 16 9.207V4a2 2 0 0 0-2-2zm.75 2.5h6.5a.75.75 0 0 1 0 1.5h-6.5a.75.75 0 0 1 0-1.5M19 14.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-4.98-1.966a.45.45 0 0 0-.447-.037a.5.5 0 0 0-.155.108a.5.5 0 0 0-.145.357v3.075a.5.5 0 0 0 .145.358a.6.6 0 0 0 .157.11a.45.45 0 0 0 .323.02a.5.5 0 0 0 .13-.064l2.296-1.567a.47.47 0 0 0 .163-.185a.54.54 0 0 0-.003-.487a.5.5 0 0 0-.167-.182z"/></svg> </template>
CSS
.icon-learning-app-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%202a2%202%200%200%200-2%202v12a2%202%200%200%200%202%202h4.257a5.5%205.5%200%200%201-.657-1H6a1%201%200%200%201-1-1h4.207A5.5%205.5%200%200%201%2016%209.207V4a2%202%200%200%200-2-2zm.75%202.5h6.5a.75.75%200%200%201%200%201.5h-6.5a.75.75%200%200%201%200-1.5M19%2014.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200m-4.98-1.966a.45.45%200%200%200-.447-.037a.5.5%200%200%200-.155.108a.5.5%200%200%200-.145.357v3.075a.5.5%200%200%200%20.145.358a.6.6%200%200%200%20.157.11a.45.45%200%200%200%20.323.02a.5.5%200%200%200%20.13-.064l2.296-1.567a.47.47%200%200%200%20.163-.185a.54.54%200%200%200-.003-.487a.5.5%200%200%200-.167-.182z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%202a2%202%200%200%200-2%202v12a2%202%200%200%200%202%202h4.257a5.5%205.5%200%200%201-.657-1H6a1%201%200%200%201-1-1h4.207A5.5%205.5%200%200%201%2016%209.207V4a2%202%200%200%200-2-2zm.75%202.5h6.5a.75.75%200%200%201%200%201.5h-6.5a.75.75%200%200%201%200-1.5M19%2014.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200m-4.98-1.966a.45.45%200%200%200-.447-.037a.5.5%200%200%200-.155.108a.5.5%200%200%200-.145.357v3.075a.5.5%200%200%200%20.145.358a.6.6%200%200%200%20.157.11a.45.45%200%200%200%20.323.02a.5.5%200%200%200%20.13-.064l2.296-1.567a.47.47%200%200%200%20.163-.185a.54.54%200%200%200-.003-.487a.5.5%200%200%200-.167-.182z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/learning-app-20-filled.svg?color=%231a73e8&size=48