Multiselect LTR icon

The Multiselect LTR 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 Multiselect LTR 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 { MultiselectLtr24Regular, MultiselectLtr24Filled } from "@fluentui/react-icons";

export function Example() {
  return <MultiselectLtr24Regular aria-label="Multiselect LTR" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_multiselect_ltr_24_regular.svg" width="24" height="24" alt="Multiselect LTR">

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.78033 4.78033C7.07322 4.48744 7.07322 4.01256 6.78033 3.71967C6.48744 3.42678 6.01256 3.42678 5.71967 3.71967L3.75 5.68934L3.28033 5.21967C2.98744 4.92678 2.51256 4.92678 2.21967 5.21967C1.92678 5.51256 1.92678 5.98744 2.21967 6.28033L3.21967 7.28033C3.51256 7.57322 3.98744 7.57322 4.28033 7.28033L6.78033 4.78033ZM9.75 18.0068H21.25C21.6642 18.0068 22 18.3426 22 18.7568C22 19.1365 21.7178 19.4503 21.3518 19.5L21.25 19.5068H9.75C9.33579 19.5068 9 19.1711 9 18.7568C9 18.3772 9.28215 18.0634 9.64823 18.0137L9.75 18.0068ZM9.75 11.5H21.25C21.6642 11.5 22 11.8358 22 12.25C22 12.6297 21.7178 12.9435 21.3518 12.9932L21.25 13H9.75C9.33579 13 9 12.6642 9 12.25C9 11.8703 9.28215 11.5565 9.64823 11.5068L9.75 11.5ZM9.75 5H21.25C21.6642 5 22 5.33579 22 5.75C22 6.1297 21.7178 6.44349 21.3518 6.49315L21.25 6.5H9.75C9.33579 6.5 9 6.16421 9 5.75C9 5.3703 9.28215 5.05651 9.64823 5.00685L9.75 5ZM6.78033 16.7197C7.07322 17.0126 7.07322 17.4874 6.78033 17.7803L4.28033 20.2803C3.98744 20.5732 3.51256 20.5732 3.21967 20.2803L2.21967 19.2803C1.92678 18.9874 1.92678 18.5126 2.21967 18.2197C2.51256 17.9268 2.98744 17.9268 3.28033 18.2197L3.75 18.6893L5.71967 16.7197C6.01256 16.4268 6.48744 16.4268 6.78033 16.7197Z" 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/multiselect_ltr_24_regular.svg";

Details

NameMultiselect LTR
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_multiselect_ltr_24_regular.svg
Filled fileic_fluent_multiselect_ltr_24_filled.svg
React componentsMultiselectLtr24Regular, MultiselectLtr24Filled
LicenseMIT (© Microsoft Corporation)

Related icons