task icon
task-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- task-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All task icons →More newicons icons from Reicon
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="M20 19.261h-9.07c-.45 0-.82-.37-.82-.82s.37-.82.82-.82H20c.45 0 .82.37.82.82c0 .46-.37.82-.82.82m0-6.293h-9.07c-.45 0-.82-.37-.82-.82s.37-.82.82-.82H20c.45 0 .82.37.82.82s-.37.82-.82.82m0-6.297h-9.07c-.45 0-.82-.37-.82-.82s.37-.82.82-.82H20c.45 0 .82.37.82.82s-.37.82-.82.82M4.91 8.032c-.22 0-.43-.09-.58-.24l-.91-.91a.82.82 0 0 1 1.16-1.16l.33.33l2.14-2.14a.82.82 0 0 1 1.16 1.16l-2.72 2.72c-.16.15-.36.24-.58.24m0 6.297c-.21 0-.42-.08-.58-.24l-.91-.91a.82.82 0 0 1 1.16-1.16l.33.33l2.14-2.14a.82.82 0 0 1 1.16 1.16l-2.72 2.72c-.16.16-.37.24-.58.24m0 6c-.21 0-.42-.08-.58-.24l-.91-.91a.82.82 0 0 1 1.16-1.16l.33.33l2.14-2.14a.821.821 0 0 1 1.16 1.16l-2.72 2.72c-.16.16-.37.24-.58.24"/></svg>
React
import type { SVGProps } from "react";
export function ReiconTaskFilled(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="M20 19.261h-9.07c-.45 0-.82-.37-.82-.82s.37-.82.82-.82H20c.45 0 .82.37.82.82c0 .46-.37.82-.82.82m0-6.293h-9.07c-.45 0-.82-.37-.82-.82s.37-.82.82-.82H20c.45 0 .82.37.82.82s-.37.82-.82.82m0-6.297h-9.07c-.45 0-.82-.37-.82-.82s.37-.82.82-.82H20c.45 0 .82.37.82.82s-.37.82-.82.82M4.91 8.032c-.22 0-.43-.09-.58-.24l-.91-.91a.82.82 0 0 1 1.16-1.16l.33.33l2.14-2.14a.82.82 0 0 1 1.16 1.16l-2.72 2.72c-.16.15-.36.24-.58.24m0 6.297c-.21 0-.42-.08-.58-.24l-.91-.91a.82.82 0 0 1 1.16-1.16l.33.33l2.14-2.14a.82.82 0 0 1 1.16 1.16l-2.72 2.72c-.16.16-.37.24-.58.24m0 6c-.21 0-.42-.08-.58-.24l-.91-.91a.82.82 0 0 1 1.16-1.16l.33.33l2.14-2.14a.821.821 0 0 1 1.16 1.16l-2.72 2.72c-.16.16-.37.24-.58.24"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 19.261h-9.07c-.45 0-.82-.37-.82-.82s.37-.82.82-.82H20c.45 0 .82.37.82.82c0 .46-.37.82-.82.82m0-6.293h-9.07c-.45 0-.82-.37-.82-.82s.37-.82.82-.82H20c.45 0 .82.37.82.82s-.37.82-.82.82m0-6.297h-9.07c-.45 0-.82-.37-.82-.82s.37-.82.82-.82H20c.45 0 .82.37.82.82s-.37.82-.82.82M4.91 8.032c-.22 0-.43-.09-.58-.24l-.91-.91a.82.82 0 0 1 1.16-1.16l.33.33l2.14-2.14a.82.82 0 0 1 1.16 1.16l-2.72 2.72c-.16.15-.36.24-.58.24m0 6.297c-.21 0-.42-.08-.58-.24l-.91-.91a.82.82 0 0 1 1.16-1.16l.33.33l2.14-2.14a.82.82 0 0 1 1.16 1.16l-2.72 2.72c-.16.16-.37.24-.58.24m0 6c-.21 0-.42-.08-.58-.24l-.91-.91a.82.82 0 0 1 1.16-1.16l.33.33l2.14-2.14a.821.821 0 0 1 1.16 1.16l-2.72 2.72c-.16.16-.37.24-.58.24"/></svg> </template>
CSS
.icon-task-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%22M20%2019.261h-9.07c-.45%200-.82-.37-.82-.82s.37-.82.82-.82H20c.45%200%20.82.37.82.82c0%20.46-.37.82-.82.82m0-6.293h-9.07c-.45%200-.82-.37-.82-.82s.37-.82.82-.82H20c.45%200%20.82.37.82.82s-.37.82-.82.82m0-6.297h-9.07c-.45%200-.82-.37-.82-.82s.37-.82.82-.82H20c.45%200%20.82.37.82.82s-.37.82-.82.82M4.91%208.032c-.22%200-.43-.09-.58-.24l-.91-.91a.82.82%200%200%201%201.16-1.16l.33.33l2.14-2.14a.82.82%200%200%201%201.16%201.16l-2.72%202.72c-.16.15-.36.24-.58.24m0%206.297c-.21%200-.42-.08-.58-.24l-.91-.91a.82.82%200%200%201%201.16-1.16l.33.33l2.14-2.14a.82.82%200%200%201%201.16%201.16l-2.72%202.72c-.16.16-.37.24-.58.24m0%206c-.21%200-.42-.08-.58-.24l-.91-.91a.82.82%200%200%201%201.16-1.16l.33.33l2.14-2.14a.821.821%200%200%201%201.16%201.16l-2.72%202.72c-.16.16-.37.24-.58.24%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%22M20%2019.261h-9.07c-.45%200-.82-.37-.82-.82s.37-.82.82-.82H20c.45%200%20.82.37.82.82c0%20.46-.37.82-.82.82m0-6.293h-9.07c-.45%200-.82-.37-.82-.82s.37-.82.82-.82H20c.45%200%20.82.37.82.82s-.37.82-.82.82m0-6.297h-9.07c-.45%200-.82-.37-.82-.82s.37-.82.82-.82H20c.45%200%20.82.37.82.82s-.37.82-.82.82M4.91%208.032c-.22%200-.43-.09-.58-.24l-.91-.91a.82.82%200%200%201%201.16-1.16l.33.33l2.14-2.14a.82.82%200%200%201%201.16%201.16l-2.72%202.72c-.16.15-.36.24-.58.24m0%206.297c-.21%200-.42-.08-.58-.24l-.91-.91a.82.82%200%200%201%201.16-1.16l.33.33l2.14-2.14a.82.82%200%200%201%201.16%201.16l-2.72%202.72c-.16.16-.37.24-.58.24m0%206c-.21%200-.42-.08-.58-.24l-.91-.91a.82.82%200%200%201%201.16-1.16l.33.33l2.14-2.14a.821.821%200%200%201%201.16%201.16l-2.72%202.72c-.16.16-.37.24-.58.24%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/task-filled.svg?color=%231a73e8&size=48