Task List Square Add icon

Used to represent a checklist, goals in task oriented scenarios. The Task List Square Add icon is part of Microsoft's Fluent UI System Icons, available here in filled and regular (outlined) styles on a 24 px grid. Download it as SVG or PNG, or copy it as code — it's free to use under the MIT License.

Regular (outlined)

SVG

Filled

SVG

Use the Task List Square Add icon in React

Install Microsoft's @fluentui/react-icons package, then import the component. Icons inherit the current text color, and you can size them with CSS.

npm install @fluentui/react-icons

import { TaskListSquareAdd24Regular, TaskListSquareAdd24Filled } from "@fluentui/react-icons";

export function Example() {
  return <TaskListSquareAdd24Regular aria-label="Task List Square Add" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_task_list_square_add_24_regular.svg" width="24" height="24" alt="Task List Square Add">

Or paste the SVG markup inline. Setting fill="currentColor" makes the icon follow the text color of its parent:

<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.25 3C4.45507 3 3 4.45507 3 6.25V17.75C3 19.5449 4.45507 21 6.25 21H12.0218C11.7253 20.5368 11.4858 20.0335 11.3135 19.5H6.25C5.2835 19.5 4.5 18.7165 4.5 17.75V6.25C4.5 5.2835 5.2835 4.5 6.25 4.5H17.75C18.7165 4.5 19.5 5.2835 19.5 6.25V11.3135C20.0335 11.4858 20.5368 11.7253 21 12.0218V6.25C21 4.45507 19.5449 3 17.75 3H6.25ZM12.5 9.25C12.5 8.83579 12.8358 8.5 13.25 8.5H16.75C17.1642 8.5 17.5 8.83579 17.5 9.25C17.5 9.66421 17.1642 10 16.75 10H13.25C12.8358 10 12.5 9.66421 12.5 9.25ZM10.7803 8.78033C11.0732 8.48744 11.0732 8.01256 10.7803 7.71967C10.4874 7.42678 10.0126 7.42678 9.71967 7.71967L8.25 9.18934L7.78033 8.71967C7.48744 8.42678 7.01256 8.42678 6.71967 8.71967C6.42678 9.01256 6.42678 9.48744 6.71967 9.78033L7.71967 10.7803C8.01256 11.0732 8.48744 11.0732 8.78033 10.7803L10.7803 8.78033ZM10.7803 13.2197C11.0732 13.5126 11.0732 13.9874 10.7803 14.2803L8.78033 16.2803C8.48744 16.5732 8.01256 16.5732 7.71967 16.2803L6.71967 15.2803C6.42678 14.9874 6.42678 14.5126 6.71967 14.2197C7.01256 13.9268 7.48744 13.9268 7.78033 14.2197L8.25 14.6893L9.71967 13.2197C10.0126 12.9268 10.4874 12.9268 10.7803 13.2197ZM23 17.5C23 14.4624 20.5376 12 17.5 12C14.4624 12 12 14.4624 12 17.5C12 20.5376 14.4624 23 17.5 23C20.5376 23 23 20.5376 23 17.5ZM18.0006 18L18.0011 20.5035C18.0011 20.7797 17.7773 21.0035 17.5011 21.0035C17.225 21.0035 17.0011 20.7797 17.0011 20.5035L17.0006 18H14.4956C14.2197 18 13.9961 17.7762 13.9961 17.5C13.9961 17.2239 14.2197 17 14.4956 17H17.0005L17 14.4993C17 14.2231 17.2239 13.9993 17.5 13.9993C17.7761 13.9993 18 14.2231 18 14.4993L18.0005 17H20.4966C20.7725 17 20.9961 17.2239 20.9961 17.5C20.9961 17.7762 20.7725 18 20.4966 18H18.0006Z" fill="currentColor"/></svg>

Use it from the SVG package

Microsoft's @fluentui/svg-icons package contains the raw SVG files, which works well with bundlers that import SVGs:

npm install @fluentui/svg-icons

import icon from "@fluentui/svg-icons/icons/task_list_square_add_24_regular.svg";

Details

NameTask List Square Add
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_task_list_square_add_24_regular.svg
Filled fileic_fluent_task_list_square_add_24_filled.svg
React componentsTaskListSquareAdd24Regular, TaskListSquareAdd24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

checklistcheckmarkcheckgoalstodo

Related icons