task list square database icon

task-list-square-database-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
task-list-square-database-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the task list square database icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 6.25A3.25 3.25 0 0 1 6.25 3h11.5A3.25 3.25 0 0 1 21 6.25v5.192a9 9 0 0 0-1.345-.315A11 11 0 0 0 18 11c-1.502 0-2.912.302-3.983.838c-.957.479-1.91 1.296-2.009 2.462L12 14.293V20.5q.001.26.055.5H6.25A3.25 3.25 0 0 1 3 17.75zm9.5 3c0 .414.336.75.75.75h3.5a.75.75 0 0 0 0-1.5h-3.5a.75.75 0 0 0-.75.75m-1.72-.47a.75.75 0 1 0-1.06-1.06L8.25 9.19l-.47-.47a.75.75 0 0 0-1.06 1.06l1 1a.75.75 0 0 0 1.06 0zm0 4.44a.75.75 0 0 0-1.06 0l-1.47 1.47l-.47-.47a.75.75 0 0 0-1.06 1.06l1 1a.75.75 0 0 0 1.06 0l2-2a.75.75 0 0 0 0-1.06M21 12.5a7.7 7.7 0 0 0-1.5-.386A10 10 0 0 0 18 12c-2.761 0-5 1.12-5 2.5s2.239 2.5 5 2.5c.523 0 1.026-.04 1.5-.114A7.7 7.7 0 0 0 21 16.5c1.214-.456 2-1.182 2-2s-.786-1.544-2-2m0 5.058c-.466.15-.97.264-1.5.338A11 11 0 0 1 18 18c-1.502 0-2.912-.302-3.983-.838a5 5 0 0 1-1.017-.67V20.5c0 .356.148.694.416 1c.772.883 2.534 1.5 4.584 1.5c2.761 0 5-1.12 5-2.5v-4.008a5 5 0 0 1-1.017.67a7 7 0 0 1-.983.396"/></svg>

React

import type { SVGProps } from "react";

export function FluentTaskListSquareDatabase24Filled(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="M3 6.25A3.25 3.25 0 0 1 6.25 3h11.5A3.25 3.25 0 0 1 21 6.25v5.192a9 9 0 0 0-1.345-.315A11 11 0 0 0 18 11c-1.502 0-2.912.302-3.983.838c-.957.479-1.91 1.296-2.009 2.462L12 14.293V20.5q.001.26.055.5H6.25A3.25 3.25 0 0 1 3 17.75zm9.5 3c0 .414.336.75.75.75h3.5a.75.75 0 0 0 0-1.5h-3.5a.75.75 0 0 0-.75.75m-1.72-.47a.75.75 0 1 0-1.06-1.06L8.25 9.19l-.47-.47a.75.75 0 0 0-1.06 1.06l1 1a.75.75 0 0 0 1.06 0zm0 4.44a.75.75 0 0 0-1.06 0l-1.47 1.47l-.47-.47a.75.75 0 0 0-1.06 1.06l1 1a.75.75 0 0 0 1.06 0l2-2a.75.75 0 0 0 0-1.06M21 12.5a7.7 7.7 0 0 0-1.5-.386A10 10 0 0 0 18 12c-2.761 0-5 1.12-5 2.5s2.239 2.5 5 2.5c.523 0 1.026-.04 1.5-.114A7.7 7.7 0 0 0 21 16.5c1.214-.456 2-1.182 2-2s-.786-1.544-2-2m0 5.058c-.466.15-.97.264-1.5.338A11 11 0 0 1 18 18c-1.502 0-2.912-.302-3.983-.838a5 5 0 0 1-1.017-.67V20.5c0 .356.148.694.416 1c.772.883 2.534 1.5 4.584 1.5c2.761 0 5-1.12 5-2.5v-4.008a5 5 0 0 1-1.017.67a7 7 0 0 1-.983.396"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 6.25A3.25 3.25 0 0 1 6.25 3h11.5A3.25 3.25 0 0 1 21 6.25v5.192a9 9 0 0 0-1.345-.315A11 11 0 0 0 18 11c-1.502 0-2.912.302-3.983.838c-.957.479-1.91 1.296-2.009 2.462L12 14.293V20.5q.001.26.055.5H6.25A3.25 3.25 0 0 1 3 17.75zm9.5 3c0 .414.336.75.75.75h3.5a.75.75 0 0 0 0-1.5h-3.5a.75.75 0 0 0-.75.75m-1.72-.47a.75.75 0 1 0-1.06-1.06L8.25 9.19l-.47-.47a.75.75 0 0 0-1.06 1.06l1 1a.75.75 0 0 0 1.06 0zm0 4.44a.75.75 0 0 0-1.06 0l-1.47 1.47l-.47-.47a.75.75 0 0 0-1.06 1.06l1 1a.75.75 0 0 0 1.06 0l2-2a.75.75 0 0 0 0-1.06M21 12.5a7.7 7.7 0 0 0-1.5-.386A10 10 0 0 0 18 12c-2.761 0-5 1.12-5 2.5s2.239 2.5 5 2.5c.523 0 1.026-.04 1.5-.114A7.7 7.7 0 0 0 21 16.5c1.214-.456 2-1.182 2-2s-.786-1.544-2-2m0 5.058c-.466.15-.97.264-1.5.338A11 11 0 0 1 18 18c-1.502 0-2.912-.302-3.983-.838a5 5 0 0 1-1.017-.67V20.5c0 .356.148.694.416 1c.772.883 2.534 1.5 4.584 1.5c2.761 0 5-1.12 5-2.5v-4.008a5 5 0 0 1-1.017.67a7 7 0 0 1-.983.396"/></svg>
</template>

CSS

.icon-task-list-square-database-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%22M3%206.25A3.25%203.25%200%200%201%206.25%203h11.5A3.25%203.25%200%200%201%2021%206.25v5.192a9%209%200%200%200-1.345-.315A11%2011%200%200%200%2018%2011c-1.502%200-2.912.302-3.983.838c-.957.479-1.91%201.296-2.009%202.462L12%2014.293V20.5q.001.26.055.5H6.25A3.25%203.25%200%200%201%203%2017.75zm9.5%203c0%20.414.336.75.75.75h3.5a.75.75%200%200%200%200-1.5h-3.5a.75.75%200%200%200-.75.75m-1.72-.47a.75.75%200%201%200-1.06-1.06L8.25%209.19l-.47-.47a.75.75%200%200%200-1.06%201.06l1%201a.75.75%200%200%200%201.06%200zm0%204.44a.75.75%200%200%200-1.06%200l-1.47%201.47l-.47-.47a.75.75%200%200%200-1.06%201.06l1%201a.75.75%200%200%200%201.06%200l2-2a.75.75%200%200%200%200-1.06M21%2012.5a7.7%207.7%200%200%200-1.5-.386A10%2010%200%200%200%2018%2012c-2.761%200-5%201.12-5%202.5s2.239%202.5%205%202.5c.523%200%201.026-.04%201.5-.114A7.7%207.7%200%200%200%2021%2016.5c1.214-.456%202-1.182%202-2s-.786-1.544-2-2m0%205.058c-.466.15-.97.264-1.5.338A11%2011%200%200%201%2018%2018c-1.502%200-2.912-.302-3.983-.838a5%205%200%200%201-1.017-.67V20.5c0%20.356.148.694.416%201c.772.883%202.534%201.5%204.584%201.5c2.761%200%205-1.12%205-2.5v-4.008a5%205%200%200%201-1.017.67a7%207%200%200%201-.983.396%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%22M3%206.25A3.25%203.25%200%200%201%206.25%203h11.5A3.25%203.25%200%200%201%2021%206.25v5.192a9%209%200%200%200-1.345-.315A11%2011%200%200%200%2018%2011c-1.502%200-2.912.302-3.983.838c-.957.479-1.91%201.296-2.009%202.462L12%2014.293V20.5q.001.26.055.5H6.25A3.25%203.25%200%200%201%203%2017.75zm9.5%203c0%20.414.336.75.75.75h3.5a.75.75%200%200%200%200-1.5h-3.5a.75.75%200%200%200-.75.75m-1.72-.47a.75.75%200%201%200-1.06-1.06L8.25%209.19l-.47-.47a.75.75%200%200%200-1.06%201.06l1%201a.75.75%200%200%200%201.06%200zm0%204.44a.75.75%200%200%200-1.06%200l-1.47%201.47l-.47-.47a.75.75%200%200%200-1.06%201.06l1%201a.75.75%200%200%200%201.06%200l2-2a.75.75%200%200%200%200-1.06M21%2012.5a7.7%207.7%200%200%200-1.5-.386A10%2010%200%200%200%2018%2012c-2.761%200-5%201.12-5%202.5s2.239%202.5%205%202.5c.523%200%201.026-.04%201.5-.114A7.7%207.7%200%200%200%2021%2016.5c1.214-.456%202-1.182%202-2s-.786-1.544-2-2m0%205.058c-.466.15-.97.264-1.5.338A11%2011%200%200%201%2018%2018c-1.502%200-2.912-.302-3.983-.838a5%205%200%200%201-1.017-.67V20.5c0%20.356.148.694.416%201c.772.883%202.534%201.5%204.584%201.5c2.761%200%205-1.12%205-2.5v-4.008a5%205%200%200%201-1.017.67a7%207%200%200%201-.983.396%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-24-filled.svg?color=%231a73e8&size=48