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

Name
tasks-app-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
License
MIT

5 other variants in Fluent UI System Icons

Use the tasks app icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M4 5.25A3.25 3.25 0 0 1 7.25 2h13.5A3.25 3.25 0 0 1 24 5.25v12.129q-.181.12-.341.28L22.5 18.818V5.25a1.75 1.75 0 0 0-1.75-1.75H7.25A1.75 1.75 0 0 0 5.5 5.25v17.5c0 .966.784 1.75 1.75 1.75h8.068l1.5 1.5H7.25A3.25 3.25 0 0 1 4 22.75zm6.5 3.5a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0m-1.25 6.5a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5m0 5.25a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5M12.75 8a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5zM12 14a.75.75 0 0 1 .75-.75h6.5a.75.75 0 0 1 0 1.5h-6.5A.75.75 0 0 1 12 14m.75 4.5a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5zm13.03 1.28l-6 6a.75.75 0 0 1-1.06 0l-2.998-2.998a.75.75 0 0 1 1.06-1.06l2.468 2.467l5.47-5.47a.75.75 0 1 1 1.06 1.061"/></svg>

React

import type { SVGProps } from "react";

export function FluentTasksApp28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M4 5.25A3.25 3.25 0 0 1 7.25 2h13.5A3.25 3.25 0 0 1 24 5.25v12.129q-.181.12-.341.28L22.5 18.818V5.25a1.75 1.75 0 0 0-1.75-1.75H7.25A1.75 1.75 0 0 0 5.5 5.25v17.5c0 .966.784 1.75 1.75 1.75h8.068l1.5 1.5H7.25A3.25 3.25 0 0 1 4 22.75zm6.5 3.5a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0m-1.25 6.5a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5m0 5.25a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5M12.75 8a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5zM12 14a.75.75 0 0 1 .75-.75h6.5a.75.75 0 0 1 0 1.5h-6.5A.75.75 0 0 1 12 14m.75 4.5a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5zm13.03 1.28l-6 6a.75.75 0 0 1-1.06 0l-2.998-2.998a.75.75 0 0 1 1.06-1.06l2.468 2.467l5.47-5.47a.75.75 0 1 1 1.06 1.061"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M4 5.25A3.25 3.25 0 0 1 7.25 2h13.5A3.25 3.25 0 0 1 24 5.25v12.129q-.181.12-.341.28L22.5 18.818V5.25a1.75 1.75 0 0 0-1.75-1.75H7.25A1.75 1.75 0 0 0 5.5 5.25v17.5c0 .966.784 1.75 1.75 1.75h8.068l1.5 1.5H7.25A3.25 3.25 0 0 1 4 22.75zm6.5 3.5a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0m-1.25 6.5a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5m0 5.25a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5M12.75 8a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5zM12 14a.75.75 0 0 1 .75-.75h6.5a.75.75 0 0 1 0 1.5h-6.5A.75.75 0 0 1 12 14m.75 4.5a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5zm13.03 1.28l-6 6a.75.75 0 0 1-1.06 0l-2.998-2.998a.75.75 0 0 1 1.06-1.06l2.468 2.467l5.47-5.47a.75.75 0 1 1 1.06 1.061"/></svg>
</template>

CSS

.icon-tasks-app-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%205.25A3.25%203.25%200%200%201%207.25%202h13.5A3.25%203.25%200%200%201%2024%205.25v12.129q-.181.12-.341.28L22.5%2018.818V5.25a1.75%201.75%200%200%200-1.75-1.75H7.25A1.75%201.75%200%200%200%205.5%205.25v17.5c0%20.966.784%201.75%201.75%201.75h8.068l1.5%201.5H7.25A3.25%203.25%200%200%201%204%2022.75zm6.5%203.5a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200m-1.25%206.5a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5m0%205.25a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5M12.75%208a.75.75%200%200%200%200%201.5h6.5a.75.75%200%200%200%200-1.5zM12%2014a.75.75%200%200%201%20.75-.75h6.5a.75.75%200%200%201%200%201.5h-6.5A.75.75%200%200%201%2012%2014m.75%204.5a.75.75%200%200%200%200%201.5h6.5a.75.75%200%200%200%200-1.5zm13.03%201.28l-6%206a.75.75%200%200%201-1.06%200l-2.998-2.998a.75.75%200%200%201%201.06-1.06l2.468%202.467l5.47-5.47a.75.75%200%201%201%201.06%201.061%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%205.25A3.25%203.25%200%200%201%207.25%202h13.5A3.25%203.25%200%200%201%2024%205.25v12.129q-.181.12-.341.28L22.5%2018.818V5.25a1.75%201.75%200%200%200-1.75-1.75H7.25A1.75%201.75%200%200%200%205.5%205.25v17.5c0%20.966.784%201.75%201.75%201.75h8.068l1.5%201.5H7.25A3.25%203.25%200%200%201%204%2022.75zm6.5%203.5a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200m-1.25%206.5a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5m0%205.25a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5M12.75%208a.75.75%200%200%200%200%201.5h6.5a.75.75%200%200%200%200-1.5zM12%2014a.75.75%200%200%201%20.75-.75h6.5a.75.75%200%200%201%200%201.5h-6.5A.75.75%200%200%201%2012%2014m.75%204.5a.75.75%200%200%200%200%201.5h6.5a.75.75%200%200%200%200-1.5zm13.03%201.28l-6%206a.75.75%200%200%201-1.06%200l-2.998-2.998a.75.75%200%200%201%201.06-1.06l2.468%202.467l5.47-5.47a.75.75%200%201%201%201.06%201.061%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/tasks-app-28-regular.svg?color=%231a73e8&size=48