Add Square Multiple icon

Used for multiple adding actions. The Add Square Multiple 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 Add Square Multiple 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 { AddSquareMultiple24Regular, AddSquareMultiple24Filled } from "@fluentui/react-icons";

export function Example() {
  return <AddSquareMultiple24Regular aria-label="Add Square Multiple" />;
}

Use it in HTML

Reference the SVG file directly:

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

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="M5.25 3C4.00736 3 3 4.00736 3 5.25V16.25C3 17.4926 4.00736 18.5 5.25 18.5H16.25C17.4926 18.5 18.5 17.4926 18.5 16.25V5.25C18.5 4.00736 17.4926 3 16.25 3H5.25ZM4.5 5.25C4.5 4.83579 4.83579 4.5 5.25 4.5H16.25C16.6642 4.5 17 4.83579 17 5.25V16.25C17 16.6642 16.6642 17 16.25 17H5.25C4.83579 17 4.5 16.6642 4.5 16.25V5.25ZM7.75002 20.9999C6.77036 20.9999 5.93693 20.3738 5.62805 19.4999H16.25C18.0449 19.4999 19.5 18.0448 19.5 16.2499V5.62793C20.3739 5.93681 21 6.77024 21 7.7499V16.2499C21 18.8733 18.8734 20.9999 16.25 20.9999H7.75002ZM10.75 6.5C11.1642 6.5 11.5 6.83579 11.5 7.25V10H14.25C14.6642 10 15 10.3358 15 10.75C15 11.1642 14.6642 11.5 14.25 11.5H11.5V14.25C11.5 14.6642 11.1642 15 10.75 15C10.3358 15 10 14.6642 10 14.25V11.5H7.25C6.83579 11.5 6.5 11.1642 6.5 10.75C6.5 10.3358 6.83579 10 7.25 10H10V7.25C10 6.83579 10.3358 6.5 10.75 6.5Z" 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/add_square_multiple_24_regular.svg";

Details

NameAdd Square Multiple
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_add_square_multiple_24_regular.svg
Filled fileic_fluent_add_square_multiple_24_filled.svg
React componentsAddSquareMultiple24Regular, AddSquareMultiple24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

plusadditionnewcirclestacklibrary

Related icons