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

Name
tasks-app-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M4 4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v9.883l-1 1.01V4a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h4.085c.071.2.185.389.344.55l.441.45H6a2 2 0 0 1-2-2zm4 1.5a1 1 0 1 1-2 0a1 1 0 0 1 2 0M9.5 5a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1zm0 4a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1zM9 13.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5m-2-3a1 1 0 1 0 0-2a1 1 0 0 0 0 2m0 4a1 1 0 1 0 0-2a1 1 0 0 0 0 2m10.855.352a.5.5 0 0 0-.71-.704l-3.643 3.68l-1.645-1.678a.5.5 0 1 0-.714.7l1.929 1.968a.6.6 0 0 0 .855.002z"/></svg>

React

import type { SVGProps } from "react";

export function FluentTasksApp20Regular(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="M4 4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v9.883l-1 1.01V4a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h4.085c.071.2.185.389.344.55l.441.45H6a2 2 0 0 1-2-2zm4 1.5a1 1 0 1 1-2 0a1 1 0 0 1 2 0M9.5 5a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1zm0 4a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1zM9 13.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5m-2-3a1 1 0 1 0 0-2a1 1 0 0 0 0 2m0 4a1 1 0 1 0 0-2a1 1 0 0 0 0 2m10.855.352a.5.5 0 0 0-.71-.704l-3.643 3.68l-1.645-1.678a.5.5 0 1 0-.714.7l1.929 1.968a.6.6 0 0 0 .855.002z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4 4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v9.883l-1 1.01V4a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h4.085c.071.2.185.389.344.55l.441.45H6a2 2 0 0 1-2-2zm4 1.5a1 1 0 1 1-2 0a1 1 0 0 1 2 0M9.5 5a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1zm0 4a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1zM9 13.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5m-2-3a1 1 0 1 0 0-2a1 1 0 0 0 0 2m0 4a1 1 0 1 0 0-2a1 1 0 0 0 0 2m10.855.352a.5.5 0 0 0-.71-.704l-3.643 3.68l-1.645-1.678a.5.5 0 1 0-.714.7l1.929 1.968a.6.6 0 0 0 .855.002z"/></svg>
</template>

CSS

.icon-tasks-app-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%204a2%202%200%200%201%202-2h8a2%202%200%200%201%202%202v9.883l-1%201.01V4a1%201%200%200%200-1-1H6a1%201%200%200%200-1%201v12a1%201%200%200%200%201%201h4.085c.071.2.185.389.344.55l.441.45H6a2%202%200%200%201-2-2zm4%201.5a1%201%200%201%201-2%200a1%201%200%200%201%202%200M9.5%205a.5.5%200%200%200%200%201h4a.5.5%200%200%200%200-1zm0%204a.5.5%200%200%200%200%201h4a.5.5%200%200%200%200-1zM9%2013.5a.5.5%200%200%201%20.5-.5h4a.5.5%200%200%201%200%201h-4a.5.5%200%200%201-.5-.5m-2-3a1%201%200%201%200%200-2a1%201%200%200%200%200%202m0%204a1%201%200%201%200%200-2a1%201%200%200%200%200%202m10.855.352a.5.5%200%200%200-.71-.704l-3.643%203.68l-1.645-1.678a.5.5%200%201%200-.714.7l1.929%201.968a.6.6%200%200%200%20.855.002z%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%22M4%204a2%202%200%200%201%202-2h8a2%202%200%200%201%202%202v9.883l-1%201.01V4a1%201%200%200%200-1-1H6a1%201%200%200%200-1%201v12a1%201%200%200%200%201%201h4.085c.071.2.185.389.344.55l.441.45H6a2%202%200%200%201-2-2zm4%201.5a1%201%200%201%201-2%200a1%201%200%200%201%202%200M9.5%205a.5.5%200%200%200%200%201h4a.5.5%200%200%200%200-1zm0%204a.5.5%200%200%200%200%201h4a.5.5%200%200%200%200-1zM9%2013.5a.5.5%200%200%201%20.5-.5h4a.5.5%200%200%201%200%201h-4a.5.5%200%200%201-.5-.5m-2-3a1%201%200%201%200%200-2a1%201%200%200%200%200%202m0%204a1%201%200%201%200%200-2a1%201%200%200%200%200%202m10.855.352a.5.5%200%200%200-.71-.704l-3.643%203.68l-1.645-1.678a.5.5%200%201%200-.714.7l1.929%201.968a.6.6%200%200%200%20.855.002z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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