task-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
task-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Related icons in MingCute Icon

Use the task icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 2a2 2 0 0 1 1.732 1H18a2 2 0 0 1 2 2v12a5 5 0 0 1-5 5H6a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h1.268A2 2 0 0 1 9 2zm1.238 7.379a1 1 0 0 0-1.414 0l-4.243 4.242l-1.414-1.414a1 1 0 0 0-1.414 1.414l2.05 2.05a1.1 1.1 0 0 0 1.556 0l4.88-4.878a1 1 0 0 0 0-1.414M9.5 4a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteTaskFill(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="M15 2a2 2 0 0 1 1.732 1H18a2 2 0 0 1 2 2v12a5 5 0 0 1-5 5H6a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h1.268A2 2 0 0 1 9 2zm1.238 7.379a1 1 0 0 0-1.414 0l-4.243 4.242l-1.414-1.414a1 1 0 0 0-1.414 1.414l2.05 2.05a1.1 1.1 0 0 0 1.556 0l4.88-4.878a1 1 0 0 0 0-1.414M9.5 4a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 2a2 2 0 0 1 1.732 1H18a2 2 0 0 1 2 2v12a5 5 0 0 1-5 5H6a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h1.268A2 2 0 0 1 9 2zm1.238 7.379a1 1 0 0 0-1.414 0l-4.243 4.242l-1.414-1.414a1 1 0 0 0-1.414 1.414l2.05 2.05a1.1 1.1 0 0 0 1.556 0l4.88-4.878a1 1 0 0 0 0-1.414M9.5 4a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z"/></svg>
</template>

CSS

.icon-task-fill {
  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%22M15%202a2%202%200%200%201%201.732%201H18a2%202%200%200%201%202%202v12a5%205%200%200%201-5%205H6a2%202%200%200%201-2-2V5a2%202%200%200%201%202-2h1.268A2%202%200%200%201%209%202zm1.238%207.379a1%201%200%200%200-1.414%200l-4.243%204.242l-1.414-1.414a1%201%200%200%200-1.414%201.414l2.05%202.05a1.1%201.1%200%200%200%201.556%200l4.88-4.878a1%201%200%200%200%200-1.414M9.5%204a.5.5%200%200%200-.5.5v1a.5.5%200%200%200%20.5.5h5a.5.5%200%200%200%20.5-.5v-1a.5.5%200%200%200-.5-.5z%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%22M15%202a2%202%200%200%201%201.732%201H18a2%202%200%200%201%202%202v12a5%205%200%200%201-5%205H6a2%202%200%200%201-2-2V5a2%202%200%200%201%202-2h1.268A2%202%200%200%201%209%202zm1.238%207.379a1%201%200%200%200-1.414%200l-4.243%204.242l-1.414-1.414a1%201%200%200%200-1.414%201.414l2.05%202.05a1.1%201.1%200%200%200%201.556%200l4.88-4.878a1%201%200%200%200%200-1.414M9.5%204a.5.5%200%200%200-.5.5v1a.5.5%200%200%200%20.5.5h5a.5.5%200%200%200%20.5-.5v-1a.5.5%200%200%200-.5-.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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