Shortpick icon

Used in shipping inventory scenarios. The Shortpick 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 Shortpick 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 { Shortpick24Regular, Shortpick24Filled } from "@fluentui/react-icons";

export function Example() {
  return <Shortpick24Regular aria-label="Shortpick" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_shortpick_24_regular.svg" width="24" height="24" alt="Shortpick">

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="M8.96429 3.5H8.5V5.5H8.96429C9.3785 5.5 9.71429 5.83579 9.71429 6.25C9.71429 6.66421 9.3785 7 8.96429 7H8.25C7.55964 7 7 6.44036 7 5.75V3.25C7 2.55964 7.55964 2 8.25 2H8.96429C9.3785 2 9.71429 2.33579 9.71429 2.75C9.71429 3.16421 9.3785 3.5 8.96429 3.5ZM11.5 2C11.0858 2 10.75 2.33579 10.75 2.75C10.75 3.16421 11.0858 3.5 11.5 3.5H12.5C12.9142 3.5 13.25 3.16421 13.25 2.75C13.25 2.33579 12.9142 2 12.5 2H11.5ZM15.0357 2C14.6215 2 14.2857 2.33579 14.2857 2.75C14.2857 3.16421 14.6215 3.5 15.0357 3.5H15.5V5.5H15.0357C14.6215 5.5 14.2857 5.83579 14.2857 6.25C14.2857 6.66421 14.6215 7 15.0357 7H15.75C16.4404 7 17 6.44036 17 5.75V3.25C17 2.55964 16.4404 2 15.75 2H15.0357ZM11.5 5.5C11.0858 5.5 10.75 5.83579 10.75 6.25C10.75 6.66421 11.0858 7 11.5 7H12.5C12.9142 7 13.25 6.66421 13.25 6.25C13.25 5.83579 12.9142 5.5 12.5 5.5H11.5ZM5.5 8.75C5.5 8.33579 5.16421 8 4.75 8C4.33579 8 4 8.33579 4 8.75V18.75C4 20.5449 5.45507 22 7.25 22H16.75C18.5449 22 20 20.5449 20 18.75V8.75C20 8.33579 19.6642 8 19.25 8C18.8358 8 18.5 8.33579 18.5 8.75V18.75C18.5 19.7165 17.7165 20.5 16.75 20.5H7.25C6.2835 20.5 5.5 19.7165 5.5 18.75V8.75ZM8.25 14C7.55964 14 7 14.5596 7 15.25V17.75C7 18.4404 7.55964 19 8.25 19H15.75C16.4404 19 17 18.4404 17 17.75V15.25C17 14.5596 16.4404 14 15.75 14H8.25ZM8.5 17.5V15.5H15.5V17.5H8.5ZM8.5 9.5H8.96429C9.3785 9.5 9.71429 9.16421 9.71429 8.75C9.71429 8.33579 9.3785 8 8.96429 8H8.25C7.55964 8 7 8.55964 7 9.25V11.75C7 12.4404 7.55964 13 8.25 13H8.96429C9.3785 13 9.71429 12.6642 9.71429 12.25C9.71429 11.8358 9.3785 11.5 8.96429 11.5H8.5V9.5ZM10.75 8.75C10.75 8.33579 11.0858 8 11.5 8H12.5C12.9142 8 13.25 8.33579 13.25 8.75C13.25 9.16421 12.9142 9.5 12.5 9.5H11.5C11.0858 9.5 10.75 9.16421 10.75 8.75ZM14.2857 8.75C14.2857 8.33579 14.6215 8 15.0357 8H15.75C16.4404 8 17 8.55964 17 9.25V11.75C17 12.4404 16.4404 13 15.75 13H15.0357C14.6215 13 14.2857 12.6642 14.2857 12.25C14.2857 11.8358 14.6215 11.5 15.0357 11.5H15.5V9.5H15.0357C14.6215 9.5 14.2857 9.16421 14.2857 8.75ZM10.75 12.25C10.75 11.8358 11.0858 11.5 11.5 11.5H12.5C12.9142 11.5 13.25 11.8358 13.25 12.25C13.25 12.6642 12.9142 13 12.5 13H11.5C11.0858 13 10.75 12.6642 10.75 12.25Z" 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/shortpick_24_regular.svg";

Details

NameShortpick
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_shortpick_24_regular.svg
Filled fileic_fluent_shortpick_24_filled.svg
React componentsShortpick24Regular, Shortpick24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

manufacturingshippingcollectionstackinventory

Related icons