task list square database icon

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

Name
task-list-square-database-24-regular
Set
Fluent UI System Icons
Style
24 Regular
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="M12.5 9.25a.75.75 0 0 1 .75-.75h3.5a.75.75 0 0 1 0 1.5h-3.5a.75.75 0 0 1-.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 1 0 1.06l-2 2a.75.75 0 0 1-1.06 0l-1-1a.75.75 0 1 1 1.06-1.06l.47.47l1.47-1.47a.75.75 0 0 1 1.06 0M6.25 3A3.25 3.25 0 0 0 3 6.25v11.5A3.25 3.25 0 0 0 6.25 21h5.805a2.3 2.3 0 0 1-.055-.5v-1H6.25a1.75 1.75 0 0 1-1.75-1.75V6.25c0-.966.784-1.75 1.75-1.75h11.5c.966 0 1.75.784 1.75 1.75v4.853q.078.011.155.024c.472.074.924.18 1.345.314V6.25A3.25 3.25 0 0 0 17.75 3zM21 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 FluentTaskListSquareDatabase24Regular(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="M12.5 9.25a.75.75 0 0 1 .75-.75h3.5a.75.75 0 0 1 0 1.5h-3.5a.75.75 0 0 1-.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 1 0 1.06l-2 2a.75.75 0 0 1-1.06 0l-1-1a.75.75 0 1 1 1.06-1.06l.47.47l1.47-1.47a.75.75 0 0 1 1.06 0M6.25 3A3.25 3.25 0 0 0 3 6.25v11.5A3.25 3.25 0 0 0 6.25 21h5.805a2.3 2.3 0 0 1-.055-.5v-1H6.25a1.75 1.75 0 0 1-1.75-1.75V6.25c0-.966.784-1.75 1.75-1.75h11.5c.966 0 1.75.784 1.75 1.75v4.853q.078.011.155.024c.472.074.924.18 1.345.314V6.25A3.25 3.25 0 0 0 17.75 3zM21 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="M12.5 9.25a.75.75 0 0 1 .75-.75h3.5a.75.75 0 0 1 0 1.5h-3.5a.75.75 0 0 1-.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 1 0 1.06l-2 2a.75.75 0 0 1-1.06 0l-1-1a.75.75 0 1 1 1.06-1.06l.47.47l1.47-1.47a.75.75 0 0 1 1.06 0M6.25 3A3.25 3.25 0 0 0 3 6.25v11.5A3.25 3.25 0 0 0 6.25 21h5.805a2.3 2.3 0 0 1-.055-.5v-1H6.25a1.75 1.75 0 0 1-1.75-1.75V6.25c0-.966.784-1.75 1.75-1.75h11.5c.966 0 1.75.784 1.75 1.75v4.853q.078.011.155.024c.472.074.924.18 1.345.314V6.25A3.25 3.25 0 0 0 17.75 3zM21 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-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%22M12.5%209.25a.75.75%200%200%201%20.75-.75h3.5a.75.75%200%200%201%200%201.5h-3.5a.75.75%200%200%201-.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%201%200%201.06l-2%202a.75.75%200%200%201-1.06%200l-1-1a.75.75%200%201%201%201.06-1.06l.47.47l1.47-1.47a.75.75%200%200%201%201.06%200M6.25%203A3.25%203.25%200%200%200%203%206.25v11.5A3.25%203.25%200%200%200%206.25%2021h5.805a2.3%202.3%200%200%201-.055-.5v-1H6.25a1.75%201.75%200%200%201-1.75-1.75V6.25c0-.966.784-1.75%201.75-1.75h11.5c.966%200%201.75.784%201.75%201.75v4.853q.078.011.155.024c.472.074.924.18%201.345.314V6.25A3.25%203.25%200%200%200%2017.75%203zM21%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%22M12.5%209.25a.75.75%200%200%201%20.75-.75h3.5a.75.75%200%200%201%200%201.5h-3.5a.75.75%200%200%201-.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%201%200%201.06l-2%202a.75.75%200%200%201-1.06%200l-1-1a.75.75%200%201%201%201.06-1.06l.47.47l1.47-1.47a.75.75%200%200%201%201.06%200M6.25%203A3.25%203.25%200%200%200%203%206.25v11.5A3.25%203.25%200%200%200%206.25%2021h5.805a2.3%202.3%200%200%201-.055-.5v-1H6.25a1.75%201.75%200%200%201-1.75-1.75V6.25c0-.966.784-1.75%201.75-1.75h11.5c.966%200%201.75.784%201.75%201.75v4.853q.078.011.155.024c.472.074.924.18%201.345.314V6.25A3.25%203.25%200%200%200%2017.75%203zM21%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-regular.svg?color=%231a73e8&size=48