task list square database icon
task-list-square-database-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- task-list-square-database-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- License
- MIT
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
task-list-20-filledtask-list-add-20-filledtask-list-ltr-20-filledtask-list-rectangle-28-filledtask-list-rtl-20-filledtask-list-square-16-filledtask-list-square-add-20-filledtask-list-square-ltr-16-filledtask-list-square-person-20-filledtask-list-square-rtl-16-filledtask-list-square-settings-20-filledtask-list-square-sparkle-16-filled
Use the task list square database icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6 3a3 3 0 0 0-3 3v8a3 3 0 0 0 3 3h3.051A2.5 2.5 0 0 1 9 16.5v-4.043l-1.396 1.396a.5.5 0 0 1-.691.016l-.75-.685a.5.5 0 0 1 .674-.738l.397.363l1.412-1.413A.5.5 0 0 1 9 11.25v-.75c0-1.218.877-2.111 1.832-2.642C11.822 7.308 13.12 7 14.5 7c.887 0 1.74.128 2.5.365V6a3 3 0 0 0-3-3zm11 5.421C16.285 8.155 15.425 8 14.5 8C12.015 8 10 9.12 10 10.5s2.015 2.5 4.5 2.5s4.5-1.12 4.5-2.5c0-.867-.794-1.63-2-2.079M9.354 6.396a.5.5 0 0 1 0 .708l-1.75 1.75a.5.5 0 0 1-.691.015l-.75-.685a.5.5 0 1 1 .674-.738l.397.362l1.412-1.412a.5.5 0 0 1 .708 0M14.5 14c1.38 0 2.678-.309 3.668-.858c.293-.163.578-.36.833-.59L19 16.5c0 1.381-2.015 2.5-4.5 2.5S10 17.88 10 16.5v-3.945c.255.23.54.425.832.588c.99.55 2.288.858 3.668.858"/></svg>
React
import type { SVGProps } from "react";
export function FluentTaskListSquareDatabase20Filled(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="M6 3a3 3 0 0 0-3 3v8a3 3 0 0 0 3 3h3.051A2.5 2.5 0 0 1 9 16.5v-4.043l-1.396 1.396a.5.5 0 0 1-.691.016l-.75-.685a.5.5 0 0 1 .674-.738l.397.363l1.412-1.413A.5.5 0 0 1 9 11.25v-.75c0-1.218.877-2.111 1.832-2.642C11.822 7.308 13.12 7 14.5 7c.887 0 1.74.128 2.5.365V6a3 3 0 0 0-3-3zm11 5.421C16.285 8.155 15.425 8 14.5 8C12.015 8 10 9.12 10 10.5s2.015 2.5 4.5 2.5s4.5-1.12 4.5-2.5c0-.867-.794-1.63-2-2.079M9.354 6.396a.5.5 0 0 1 0 .708l-1.75 1.75a.5.5 0 0 1-.691.015l-.75-.685a.5.5 0 1 1 .674-.738l.397.362l1.412-1.412a.5.5 0 0 1 .708 0M14.5 14c1.38 0 2.678-.309 3.668-.858c.293-.163.578-.36.833-.59L19 16.5c0 1.381-2.015 2.5-4.5 2.5S10 17.88 10 16.5v-3.945c.255.23.54.425.832.588c.99.55 2.288.858 3.668.858"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6 3a3 3 0 0 0-3 3v8a3 3 0 0 0 3 3h3.051A2.5 2.5 0 0 1 9 16.5v-4.043l-1.396 1.396a.5.5 0 0 1-.691.016l-.75-.685a.5.5 0 0 1 .674-.738l.397.363l1.412-1.413A.5.5 0 0 1 9 11.25v-.75c0-1.218.877-2.111 1.832-2.642C11.822 7.308 13.12 7 14.5 7c.887 0 1.74.128 2.5.365V6a3 3 0 0 0-3-3zm11 5.421C16.285 8.155 15.425 8 14.5 8C12.015 8 10 9.12 10 10.5s2.015 2.5 4.5 2.5s4.5-1.12 4.5-2.5c0-.867-.794-1.63-2-2.079M9.354 6.396a.5.5 0 0 1 0 .708l-1.75 1.75a.5.5 0 0 1-.691.015l-.75-.685a.5.5 0 1 1 .674-.738l.397.362l1.412-1.412a.5.5 0 0 1 .708 0M14.5 14c1.38 0 2.678-.309 3.668-.858c.293-.163.578-.36.833-.59L19 16.5c0 1.381-2.015 2.5-4.5 2.5S10 17.88 10 16.5v-3.945c.255.23.54.425.832.588c.99.55 2.288.858 3.668.858"/></svg> </template>
CSS
.icon-task-list-square-database-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%203a3%203%200%200%200-3%203v8a3%203%200%200%200%203%203h3.051A2.5%202.5%200%200%201%209%2016.5v-4.043l-1.396%201.396a.5.5%200%200%201-.691.016l-.75-.685a.5.5%200%200%201%20.674-.738l.397.363l1.412-1.413A.5.5%200%200%201%209%2011.25v-.75c0-1.218.877-2.111%201.832-2.642C11.822%207.308%2013.12%207%2014.5%207c.887%200%201.74.128%202.5.365V6a3%203%200%200%200-3-3zm11%205.421C16.285%208.155%2015.425%208%2014.5%208C12.015%208%2010%209.12%2010%2010.5s2.015%202.5%204.5%202.5s4.5-1.12%204.5-2.5c0-.867-.794-1.63-2-2.079M9.354%206.396a.5.5%200%200%201%200%20.708l-1.75%201.75a.5.5%200%200%201-.691.015l-.75-.685a.5.5%200%201%201%20.674-.738l.397.362l1.412-1.412a.5.5%200%200%201%20.708%200M14.5%2014c1.38%200%202.678-.309%203.668-.858c.293-.163.578-.36.833-.59L19%2016.5c0%201.381-2.015%202.5-4.5%202.5S10%2017.88%2010%2016.5v-3.945c.255.23.54.425.832.588c.99.55%202.288.858%203.668.858%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%22M6%203a3%203%200%200%200-3%203v8a3%203%200%200%200%203%203h3.051A2.5%202.5%200%200%201%209%2016.5v-4.043l-1.396%201.396a.5.5%200%200%201-.691.016l-.75-.685a.5.5%200%200%201%20.674-.738l.397.363l1.412-1.413A.5.5%200%200%201%209%2011.25v-.75c0-1.218.877-2.111%201.832-2.642C11.822%207.308%2013.12%207%2014.5%207c.887%200%201.74.128%202.5.365V6a3%203%200%200%200-3-3zm11%205.421C16.285%208.155%2015.425%208%2014.5%208C12.015%208%2010%209.12%2010%2010.5s2.015%202.5%204.5%202.5s4.5-1.12%204.5-2.5c0-.867-.794-1.63-2-2.079M9.354%206.396a.5.5%200%200%201%200%20.708l-1.75%201.75a.5.5%200%200%201-.691.015l-.75-.685a.5.5%200%201%201%20.674-.738l.397.362l1.412-1.412a.5.5%200%200%201%20.708%200M14.5%2014c1.38%200%202.678-.309%203.668-.858c.293-.163.578-.36.833-.59L19%2016.5c0%201.381-2.015%202.5-4.5%202.5S10%2017.88%2010%2016.5v-3.945c.255.23.54.425.832.588c.99.55%202.288.858%203.668.858%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/task-list-square-database-20-filled.svg?color=%231a73e8&size=48