Shifts icon

Used in frontline scheduling scenarios. The Shifts 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 Shifts 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 { Shifts24Regular, Shifts24Filled } from "@fluentui/react-icons";

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

Use it in HTML

Reference the SVG file directly:

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

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="M17.75 3C19.5449 3 21 4.45507 21 6.25V17.75C21 19.5449 19.5449 21 17.75 21H6.25C4.45507 21 3 19.5449 3 17.75V6.25C3 4.45507 4.45507 3 6.25 3H17.75ZM17.75 4.5H6.25C5.2835 4.5 4.5 5.2835 4.5 6.25V17.75C4.5 18.7165 5.2835 19.5 6.25 19.5H17.75C18.7165 19.5 19.5 18.7165 19.5 17.75V6.25C19.5 5.2835 18.7165 4.5 17.75 4.5ZM11.75 6C12.1297 6 12.4435 6.28215 12.4932 6.64823L12.5 6.75V12H16.2483C16.6625 12 16.9983 12.3358 16.9983 12.75C16.9983 13.1297 16.7161 13.4435 16.35 13.4932L16.2483 13.5H11.75C11.3703 13.5 11.0565 13.2178 11.0068 12.8518L11 12.75V6.75C11 6.33579 11.3358 6 11.75 6Z" 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/shifts_24_regular.svg";

Details

NameShifts
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_shifts_24_regular.svg
Filled fileic_fluent_shifts_24_filled.svg
React componentsShifts24Regular, Shifts24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

workfrontlinetimeclockschedule

Related icons