tasks app icon
tasks-app-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- tasks-app-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- 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="M7.25 2A3.25 3.25 0 0 0 4 5.25v17.5A3.25 3.25 0 0 0 7.25 26h9.568l-2.157-2.157a2.25 2.25 0 1 1 3.182-3.182l1.407 1.407l4.409-4.409q.16-.16.341-.28V5.25A3.25 3.25 0 0 0 20.75 2zm3.25 6.75a1.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 1 0-2.5a1.25 1.25 0 0 1 0 2.5m0 5.25a1.25 1.25 0 1 1 0-2.5a1.25 1.25 0 0 1 0 2.5M12.75 8h6.5a.75.75 0 0 1 0 1.5h-6.5a.75.75 0 0 1 0-1.5M12 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.5h6.5a.75.75 0 0 1 0 1.5h-6.5a.75.75 0 0 1 0-1.5m7.03 7.28l6-6a.75.75 0 1 0-1.06-1.06l-5.47 5.47l-2.468-2.468a.75.75 0 0 0-1.06 1.06l2.998 2.998a.75.75 0 0 0 1.06 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentTasksApp28Filled(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="M7.25 2A3.25 3.25 0 0 0 4 5.25v17.5A3.25 3.25 0 0 0 7.25 26h9.568l-2.157-2.157a2.25 2.25 0 1 1 3.182-3.182l1.407 1.407l4.409-4.409q.16-.16.341-.28V5.25A3.25 3.25 0 0 0 20.75 2zm3.25 6.75a1.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 1 0-2.5a1.25 1.25 0 0 1 0 2.5m0 5.25a1.25 1.25 0 1 1 0-2.5a1.25 1.25 0 0 1 0 2.5M12.75 8h6.5a.75.75 0 0 1 0 1.5h-6.5a.75.75 0 0 1 0-1.5M12 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.5h6.5a.75.75 0 0 1 0 1.5h-6.5a.75.75 0 0 1 0-1.5m7.03 7.28l6-6a.75.75 0 1 0-1.06-1.06l-5.47 5.47l-2.468-2.468a.75.75 0 0 0-1.06 1.06l2.998 2.998a.75.75 0 0 0 1.06 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M7.25 2A3.25 3.25 0 0 0 4 5.25v17.5A3.25 3.25 0 0 0 7.25 26h9.568l-2.157-2.157a2.25 2.25 0 1 1 3.182-3.182l1.407 1.407l4.409-4.409q.16-.16.341-.28V5.25A3.25 3.25 0 0 0 20.75 2zm3.25 6.75a1.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 1 0-2.5a1.25 1.25 0 0 1 0 2.5m0 5.25a1.25 1.25 0 1 1 0-2.5a1.25 1.25 0 0 1 0 2.5M12.75 8h6.5a.75.75 0 0 1 0 1.5h-6.5a.75.75 0 0 1 0-1.5M12 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.5h6.5a.75.75 0 0 1 0 1.5h-6.5a.75.75 0 0 1 0-1.5m7.03 7.28l6-6a.75.75 0 1 0-1.06-1.06l-5.47 5.47l-2.468-2.468a.75.75 0 0 0-1.06 1.06l2.998 2.998a.75.75 0 0 0 1.06 0"/></svg> </template>
CSS
.icon-tasks-app-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.25%202A3.25%203.25%200%200%200%204%205.25v17.5A3.25%203.25%200%200%200%207.25%2026h9.568l-2.157-2.157a2.25%202.25%200%201%201%203.182-3.182l1.407%201.407l4.409-4.409q.16-.16.341-.28V5.25A3.25%203.25%200%200%200%2020.75%202zm3.25%206.75a1.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%201%200-2.5a1.25%201.25%200%200%201%200%202.5m0%205.25a1.25%201.25%200%201%201%200-2.5a1.25%201.25%200%200%201%200%202.5M12.75%208h6.5a.75.75%200%200%201%200%201.5h-6.5a.75.75%200%200%201%200-1.5M12%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.5h6.5a.75.75%200%200%201%200%201.5h-6.5a.75.75%200%200%201%200-1.5m7.03%207.28l6-6a.75.75%200%201%200-1.06-1.06l-5.47%205.47l-2.468-2.468a.75.75%200%200%200-1.06%201.06l2.998%202.998a.75.75%200%200%200%201.06%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.25%202A3.25%203.25%200%200%200%204%205.25v17.5A3.25%203.25%200%200%200%207.25%2026h9.568l-2.157-2.157a2.25%202.25%200%201%201%203.182-3.182l1.407%201.407l4.409-4.409q.16-.16.341-.28V5.25A3.25%203.25%200%200%200%2020.75%202zm3.25%206.75a1.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%201%200-2.5a1.25%201.25%200%200%201%200%202.5m0%205.25a1.25%201.25%200%201%201%200-2.5a1.25%201.25%200%200%201%200%202.5M12.75%208h6.5a.75.75%200%200%201%200%201.5h-6.5a.75.75%200%200%201%200-1.5M12%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.5h6.5a.75.75%200%200%201%200%201.5h-6.5a.75.75%200%200%201%200-1.5m7.03%207.28l6-6a.75.75%200%201%200-1.06-1.06l-5.47%205.47l-2.468-2.468a.75.75%200%200%200-1.06%201.06l2.998%202.998a.75.75%200%200%200%201.06%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-28-filled.svg?color=%231a73e8&size=48