tasks-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.

Name
tasks-filled
Set
Reicon
Style
Filled
Category
UI
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

More ui icons from Reicon

Use the tasks icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M18.333 6H9.667A3.67 3.67 0 0 0 6 9.667v8.666A3.67 3.67 0 0 0 9.667 22h8.666A3.67 3.67 0 0 0 22 18.333V9.667A3.67 3.67 0 0 0 18.333 6m-.198 5.602l-4.528 6a1 1 0 0 1-1.48.13l-2.147-2a1.001 1.001 0 0 1 1.365-1.464l1.333 1.244l3.861-5.114a1 1 0 1 1 1.596 1.204"/><path d="m4.755 4.725l9.232-1.372c.677-.1 1.337.218 1.684.815A1 1 0 0 0 17.4 3.165a3.64 3.64 0 0 0-3.707-1.79l-9.23 1.372A3.64 3.64 0 0 0 2.054 4.19a3.65 3.65 0 0 0-.681 2.723l1.303 8.775a1.001 1.001 0 0 0 1.979-.295L3.353 6.62a1.65 1.65 0 0 1 .31-1.238a1.65 1.65 0 0 1 1.092-.656"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconTasksFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M18.333 6H9.667A3.67 3.67 0 0 0 6 9.667v8.666A3.67 3.67 0 0 0 9.667 22h8.666A3.67 3.67 0 0 0 22 18.333V9.667A3.67 3.67 0 0 0 18.333 6m-.198 5.602l-4.528 6a1 1 0 0 1-1.48.13l-2.147-2a1.001 1.001 0 0 1 1.365-1.464l1.333 1.244l3.861-5.114a1 1 0 1 1 1.596 1.204"/><path d="m4.755 4.725l9.232-1.372c.677-.1 1.337.218 1.684.815A1 1 0 0 0 17.4 3.165a3.64 3.64 0 0 0-3.707-1.79l-9.23 1.372A3.64 3.64 0 0 0 2.054 4.19a3.65 3.65 0 0 0-.681 2.723l1.303 8.775a1.001 1.001 0 0 0 1.979-.295L3.353 6.62a1.65 1.65 0 0 1 .31-1.238a1.65 1.65 0 0 1 1.092-.656"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M18.333 6H9.667A3.67 3.67 0 0 0 6 9.667v8.666A3.67 3.67 0 0 0 9.667 22h8.666A3.67 3.67 0 0 0 22 18.333V9.667A3.67 3.67 0 0 0 18.333 6m-.198 5.602l-4.528 6a1 1 0 0 1-1.48.13l-2.147-2a1.001 1.001 0 0 1 1.365-1.464l1.333 1.244l3.861-5.114a1 1 0 1 1 1.596 1.204"/><path d="m4.755 4.725l9.232-1.372c.677-.1 1.337.218 1.684.815A1 1 0 0 0 17.4 3.165a3.64 3.64 0 0 0-3.707-1.79l-9.23 1.372A3.64 3.64 0 0 0 2.054 4.19a3.65 3.65 0 0 0-.681 2.723l1.303 8.775a1.001 1.001 0 0 0 1.979-.295L3.353 6.62a1.65 1.65 0 0 1 .31-1.238a1.65 1.65 0 0 1 1.092-.656"/></g></svg>
</template>

CSS

.icon-tasks-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M18.333%206H9.667A3.67%203.67%200%200%200%206%209.667v8.666A3.67%203.67%200%200%200%209.667%2022h8.666A3.67%203.67%200%200%200%2022%2018.333V9.667A3.67%203.67%200%200%200%2018.333%206m-.198%205.602l-4.528%206a1%201%200%200%201-1.48.13l-2.147-2a1.001%201.001%200%200%201%201.365-1.464l1.333%201.244l3.861-5.114a1%201%200%201%201%201.596%201.204%22%2F%3E%3Cpath%20d%3D%22m4.755%204.725l9.232-1.372c.677-.1%201.337.218%201.684.815A1%201%200%200%200%2017.4%203.165a3.64%203.64%200%200%200-3.707-1.79l-9.23%201.372A3.64%203.64%200%200%200%202.054%204.19a3.65%203.65%200%200%200-.681%202.723l1.303%208.775a1.001%201.001%200%200%200%201.979-.295L3.353%206.62a1.65%201.65%200%200%201%20.31-1.238a1.65%201.65%200%200%201%201.092-.656%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M18.333%206H9.667A3.67%203.67%200%200%200%206%209.667v8.666A3.67%203.67%200%200%200%209.667%2022h8.666A3.67%203.67%200%200%200%2022%2018.333V9.667A3.67%203.67%200%200%200%2018.333%206m-.198%205.602l-4.528%206a1%201%200%200%201-1.48.13l-2.147-2a1.001%201.001%200%200%201%201.365-1.464l1.333%201.244l3.861-5.114a1%201%200%201%201%201.596%201.204%22%2F%3E%3Cpath%20d%3D%22m4.755%204.725l9.232-1.372c.677-.1%201.337.218%201.684.815A1%201%200%200%200%2017.4%203.165a3.64%203.64%200%200%200-3.707-1.79l-9.23%201.372A3.64%203.64%200%200%200%202.054%204.19a3.65%203.65%200%200%200-.681%202.723l1.303%208.775a1.001%201.001%200%200%200%201.979-.295L3.353%206.62a1.65%201.65%200%200%201%20.31-1.238a1.65%201.65%200%200%201%201.092-.656%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/tasks-filled.svg?color=%231a73e8&size=48