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

Name
tasks-app-24-filled
Set
Fluent UI System Icons
Style
24 Filled
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="M17.75 2.001a2.25 2.25 0 0 1 2.245 2.096L20 4.25v10.128q-.181.12-.341.28l-3.409 3.408l-.908-.91a2.24 2.24 0 0 0-1.5-.657h2.408a.75.75 0 1 0 0-1.5h-5.004a.75.75 0 0 0 0 1.5h2.413a2.25 2.25 0 0 0-1.5 3.839l1.659 1.66H6.25a2.25 2.25 0 0 1-2.245-2.096L4 19.75V4.251a2.25 2.25 0 0 1 2.096-2.245l.154-.005zM9 7.751a1 1 0 1 0-2 0a1 1 0 0 0 2 0M11.246 7a.75.75 0 0 0 0 1.5h5.004a.75.75 0 1 0 0-1.5zm-.75 4.75c0 .414.336.75.75.75h5.004a.75.75 0 1 0 0-1.5h-5.004a.75.75 0 0 0-.75.75M9 11.75a1 1 0 1 0-2 0a1 1 0 0 0 2 0m0 3.998a1 1 0 1 0-2 0a1 1 0 0 0 2 0m7.25 4.441l4.47-4.47a.75.75 0 1 1 1.06 1.061l-5 5l-.051.047a.75.75 0 0 1-1.01-.047l-2.5-2.501a.75.75 0 0 1 1.062-1.06z"/></svg>

React

import type { SVGProps } from "react";

export function FluentTasksApp24Filled(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="M17.75 2.001a2.25 2.25 0 0 1 2.245 2.096L20 4.25v10.128q-.181.12-.341.28l-3.409 3.408l-.908-.91a2.24 2.24 0 0 0-1.5-.657h2.408a.75.75 0 1 0 0-1.5h-5.004a.75.75 0 0 0 0 1.5h2.413a2.25 2.25 0 0 0-1.5 3.839l1.659 1.66H6.25a2.25 2.25 0 0 1-2.245-2.096L4 19.75V4.251a2.25 2.25 0 0 1 2.096-2.245l.154-.005zM9 7.751a1 1 0 1 0-2 0a1 1 0 0 0 2 0M11.246 7a.75.75 0 0 0 0 1.5h5.004a.75.75 0 1 0 0-1.5zm-.75 4.75c0 .414.336.75.75.75h5.004a.75.75 0 1 0 0-1.5h-5.004a.75.75 0 0 0-.75.75M9 11.75a1 1 0 1 0-2 0a1 1 0 0 0 2 0m0 3.998a1 1 0 1 0-2 0a1 1 0 0 0 2 0m7.25 4.441l4.47-4.47a.75.75 0 1 1 1.06 1.061l-5 5l-.051.047a.75.75 0 0 1-1.01-.047l-2.5-2.501a.75.75 0 0 1 1.062-1.06z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.75 2.001a2.25 2.25 0 0 1 2.245 2.096L20 4.25v10.128q-.181.12-.341.28l-3.409 3.408l-.908-.91a2.24 2.24 0 0 0-1.5-.657h2.408a.75.75 0 1 0 0-1.5h-5.004a.75.75 0 0 0 0 1.5h2.413a2.25 2.25 0 0 0-1.5 3.839l1.659 1.66H6.25a2.25 2.25 0 0 1-2.245-2.096L4 19.75V4.251a2.25 2.25 0 0 1 2.096-2.245l.154-.005zM9 7.751a1 1 0 1 0-2 0a1 1 0 0 0 2 0M11.246 7a.75.75 0 0 0 0 1.5h5.004a.75.75 0 1 0 0-1.5zm-.75 4.75c0 .414.336.75.75.75h5.004a.75.75 0 1 0 0-1.5h-5.004a.75.75 0 0 0-.75.75M9 11.75a1 1 0 1 0-2 0a1 1 0 0 0 2 0m0 3.998a1 1 0 1 0-2 0a1 1 0 0 0 2 0m7.25 4.441l4.47-4.47a.75.75 0 1 1 1.06 1.061l-5 5l-.051.047a.75.75 0 0 1-1.01-.047l-2.5-2.501a.75.75 0 0 1 1.062-1.06z"/></svg>
</template>

CSS

.icon-tasks-app-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.75%202.001a2.25%202.25%200%200%201%202.245%202.096L20%204.25v10.128q-.181.12-.341.28l-3.409%203.408l-.908-.91a2.24%202.24%200%200%200-1.5-.657h2.408a.75.75%200%201%200%200-1.5h-5.004a.75.75%200%200%200%200%201.5h2.413a2.25%202.25%200%200%200-1.5%203.839l1.659%201.66H6.25a2.25%202.25%200%200%201-2.245-2.096L4%2019.75V4.251a2.25%202.25%200%200%201%202.096-2.245l.154-.005zM9%207.751a1%201%200%201%200-2%200a1%201%200%200%200%202%200M11.246%207a.75.75%200%200%200%200%201.5h5.004a.75.75%200%201%200%200-1.5zm-.75%204.75c0%20.414.336.75.75.75h5.004a.75.75%200%201%200%200-1.5h-5.004a.75.75%200%200%200-.75.75M9%2011.75a1%201%200%201%200-2%200a1%201%200%200%200%202%200m0%203.998a1%201%200%201%200-2%200a1%201%200%200%200%202%200m7.25%204.441l4.47-4.47a.75.75%200%201%201%201.06%201.061l-5%205l-.051.047a.75.75%200%200%201-1.01-.047l-2.5-2.501a.75.75%200%200%201%201.062-1.06z%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%22M17.75%202.001a2.25%202.25%200%200%201%202.245%202.096L20%204.25v10.128q-.181.12-.341.28l-3.409%203.408l-.908-.91a2.24%202.24%200%200%200-1.5-.657h2.408a.75.75%200%201%200%200-1.5h-5.004a.75.75%200%200%200%200%201.5h2.413a2.25%202.25%200%200%200-1.5%203.839l1.659%201.66H6.25a2.25%202.25%200%200%201-2.245-2.096L4%2019.75V4.251a2.25%202.25%200%200%201%202.096-2.245l.154-.005zM9%207.751a1%201%200%201%200-2%200a1%201%200%200%200%202%200M11.246%207a.75.75%200%200%200%200%201.5h5.004a.75.75%200%201%200%200-1.5zm-.75%204.75c0%20.414.336.75.75.75h5.004a.75.75%200%201%200%200-1.5h-5.004a.75.75%200%200%200-.75.75M9%2011.75a1%201%200%201%200-2%200a1%201%200%200%200%202%200m0%203.998a1%201%200%201%200-2%200a1%201%200%200%200%202%200m7.25%204.441l4.47-4.47a.75.75%200%201%201%201.06%201.061l-5%205l-.051.047a.75.75%200%200%201-1.01-.047l-2.5-2.501a.75.75%200%200%201%201.062-1.06z%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-filled.svg?color=%231a73e8&size=48