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

Name
tasks-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 tasks app icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.995 4.097A2.25 2.25 0 0 0 17.75 2H6.25l-.154.005A2.25 2.25 0 0 0 4 4.251v15.498l.005.154A2.25 2.25 0 0 0 6.25 22h7.568l-1.5-1.5H6.25l-.102-.007a.75.75 0 0 1-.648-.743V4.251l.007-.102a.75.75 0 0 1 .743-.648h11.5l.102.007a.75.75 0 0 1 .648.743v11.567l1.159-1.159q.16-.16.34-.28V4.25zm-3.707 17.902h-.076a.75.75 0 0 1-.493-.219l-2.5-2.502a.75.75 0 0 1 1.062-1.06l1.969 1.971l4.47-4.47a.75.75 0 1 1 1.06 1.061l-5 5a.75.75 0 0 1-.492.219M13.84 16.5a2 2 0 0 0-.182 0h-2.413a.75.75 0 0 1 0-1.5h5.004a.75.75 0 1 1 0 1.5zM9 7.752a1 1 0 1 1-2 0a1 1 0 0 1 2 0m1.496-.002a.75.75 0 0 1 .75-.75h5.004a.75.75 0 1 1 0 1.5h-5.004a.75.75 0 0 1-.75-.75m.75 3.25a.75.75 0 0 0 0 1.5h5.004a.75.75 0 1 0 0-1.5zM8 12.75a1 1 0 1 0 0-2a1 1 0 0 0 0 2m1 2.998a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentTasksApp24Regular(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="M19.995 4.097A2.25 2.25 0 0 0 17.75 2H6.25l-.154.005A2.25 2.25 0 0 0 4 4.251v15.498l.005.154A2.25 2.25 0 0 0 6.25 22h7.568l-1.5-1.5H6.25l-.102-.007a.75.75 0 0 1-.648-.743V4.251l.007-.102a.75.75 0 0 1 .743-.648h11.5l.102.007a.75.75 0 0 1 .648.743v11.567l1.159-1.159q.16-.16.34-.28V4.25zm-3.707 17.902h-.076a.75.75 0 0 1-.493-.219l-2.5-2.502a.75.75 0 0 1 1.062-1.06l1.969 1.971l4.47-4.47a.75.75 0 1 1 1.06 1.061l-5 5a.75.75 0 0 1-.492.219M13.84 16.5a2 2 0 0 0-.182 0h-2.413a.75.75 0 0 1 0-1.5h5.004a.75.75 0 1 1 0 1.5zM9 7.752a1 1 0 1 1-2 0a1 1 0 0 1 2 0m1.496-.002a.75.75 0 0 1 .75-.75h5.004a.75.75 0 1 1 0 1.5h-5.004a.75.75 0 0 1-.75-.75m.75 3.25a.75.75 0 0 0 0 1.5h5.004a.75.75 0 1 0 0-1.5zM8 12.75a1 1 0 1 0 0-2a1 1 0 0 0 0 2m1 2.998a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.995 4.097A2.25 2.25 0 0 0 17.75 2H6.25l-.154.005A2.25 2.25 0 0 0 4 4.251v15.498l.005.154A2.25 2.25 0 0 0 6.25 22h7.568l-1.5-1.5H6.25l-.102-.007a.75.75 0 0 1-.648-.743V4.251l.007-.102a.75.75 0 0 1 .743-.648h11.5l.102.007a.75.75 0 0 1 .648.743v11.567l1.159-1.159q.16-.16.34-.28V4.25zm-3.707 17.902h-.076a.75.75 0 0 1-.493-.219l-2.5-2.502a.75.75 0 0 1 1.062-1.06l1.969 1.971l4.47-4.47a.75.75 0 1 1 1.06 1.061l-5 5a.75.75 0 0 1-.492.219M13.84 16.5a2 2 0 0 0-.182 0h-2.413a.75.75 0 0 1 0-1.5h5.004a.75.75 0 1 1 0 1.5zM9 7.752a1 1 0 1 1-2 0a1 1 0 0 1 2 0m1.496-.002a.75.75 0 0 1 .75-.75h5.004a.75.75 0 1 1 0 1.5h-5.004a.75.75 0 0 1-.75-.75m.75 3.25a.75.75 0 0 0 0 1.5h5.004a.75.75 0 1 0 0-1.5zM8 12.75a1 1 0 1 0 0-2a1 1 0 0 0 0 2m1 2.998a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></svg>
</template>

CSS

.icon-tasks-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%22M19.995%204.097A2.25%202.25%200%200%200%2017.75%202H6.25l-.154.005A2.25%202.25%200%200%200%204%204.251v15.498l.005.154A2.25%202.25%200%200%200%206.25%2022h7.568l-1.5-1.5H6.25l-.102-.007a.75.75%200%200%201-.648-.743V4.251l.007-.102a.75.75%200%200%201%20.743-.648h11.5l.102.007a.75.75%200%200%201%20.648.743v11.567l1.159-1.159q.16-.16.34-.28V4.25zm-3.707%2017.902h-.076a.75.75%200%200%201-.493-.219l-2.5-2.502a.75.75%200%200%201%201.062-1.06l1.969%201.971l4.47-4.47a.75.75%200%201%201%201.06%201.061l-5%205a.75.75%200%200%201-.492.219M13.84%2016.5a2%202%200%200%200-.182%200h-2.413a.75.75%200%200%201%200-1.5h5.004a.75.75%200%201%201%200%201.5zM9%207.752a1%201%200%201%201-2%200a1%201%200%200%201%202%200m1.496-.002a.75.75%200%200%201%20.75-.75h5.004a.75.75%200%201%201%200%201.5h-5.004a.75.75%200%200%201-.75-.75m.75%203.25a.75.75%200%200%200%200%201.5h5.004a.75.75%200%201%200%200-1.5zM8%2012.75a1%201%200%201%200%200-2a1%201%200%200%200%200%202m1%202.998a1%201%200%201%201-2%200a1%201%200%200%201%202%200%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%22M19.995%204.097A2.25%202.25%200%200%200%2017.75%202H6.25l-.154.005A2.25%202.25%200%200%200%204%204.251v15.498l.005.154A2.25%202.25%200%200%200%206.25%2022h7.568l-1.5-1.5H6.25l-.102-.007a.75.75%200%200%201-.648-.743V4.251l.007-.102a.75.75%200%200%201%20.743-.648h11.5l.102.007a.75.75%200%200%201%20.648.743v11.567l1.159-1.159q.16-.16.34-.28V4.25zm-3.707%2017.902h-.076a.75.75%200%200%201-.493-.219l-2.5-2.502a.75.75%200%200%201%201.062-1.06l1.969%201.971l4.47-4.47a.75.75%200%201%201%201.06%201.061l-5%205a.75.75%200%200%201-.492.219M13.84%2016.5a2%202%200%200%200-.182%200h-2.413a.75.75%200%200%201%200-1.5h5.004a.75.75%200%201%201%200%201.5zM9%207.752a1%201%200%201%201-2%200a1%201%200%200%201%202%200m1.496-.002a.75.75%200%200%201%20.75-.75h5.004a.75.75%200%201%201%200%201.5h-5.004a.75.75%200%200%201-.75-.75m.75%203.25a.75.75%200%200%200%200%201.5h5.004a.75.75%200%201%200%200-1.5zM8%2012.75a1%201%200%201%200%200-2a1%201%200%200%200%200%202m1%202.998a1%201%200%201%201-2%200a1%201%200%200%201%202%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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