Shifts Question Mark icon

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

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

Use it in HTML

Reference the SVG file directly:

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

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.5 12C9.53757 12 12 14.4624 12 17.5C12 20.5376 9.53757 23 6.5 23C3.46243 23 1 20.5376 1 17.5C1 14.4624 3.46243 12 6.5 12ZM6.5 19.88C6.15509 19.88 5.87549 20.1596 5.87549 20.5045C5.87549 20.8494 6.15509 21.129 6.5 21.129C6.84491 21.129 7.12451 20.8494 7.12451 20.5045C7.12451 20.1596 6.84491 19.88 6.5 19.88ZM17.75 3C19.5449 3 21 4.45507 21 6.25V17.75C21 19.5449 19.5449 21 17.75 21L11.9774 21.0012C12.2742 20.5378 12.5139 20.0342 12.6864 19.5004L17.75 19.5C18.7165 19.5 19.5 18.7165 19.5 17.75V6.25C19.5 5.2835 18.7165 4.5 17.75 4.5H6.25C5.2835 4.5 4.5 5.2835 4.5 6.25L4.49958 11.3136C3.9658 11.4861 3.46222 11.7258 2.99879 12.0226L3 6.25C3 4.45507 4.45507 3 6.25 3H17.75ZM6.50004 14.0031C5.45209 14.0031 4.63575 14.8205 4.64666 15.9574C4.64931 16.2335 4.87531 16.4552 5.15144 16.4526C5.42757 16.4499 5.64927 16.2239 5.64662 15.9478C5.64106 15.3688 6.00627 15.0031 6.50004 15.0031C6.97242 15.0031 7.35345 15.395 7.35345 15.9526C7.35345 16.1769 7.27816 16.3437 7.03552 16.63L6.9365 16.7432L6.67113 17.0333C6.18682 17.5749 6.00004 17.9255 6.00004 18.5006C6.00004 18.7767 6.2239 19.0006 6.50004 19.0006C6.77619 19.0006 7.00004 18.7767 7.00004 18.5006C7.00004 18.2684 7.07645 18.0981 7.32379 17.8063L7.42474 17.6908L7.69048 17.4003C8.16815 16.866 8.35345 16.5186 8.35345 15.9526C8.35345 14.8489 7.53109 14.0031 6.50004 14.0031ZM11.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_question_mark_24_regular.svg";

Details

NameShifts Question Mark
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_shifts_question_mark_24_regular.svg
Filled fileic_fluent_shifts_question_mark_24_filled.svg
React componentsShiftsQuestionMark24Regular, ShiftsQuestionMark24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

workfrontlinetimeclockschedule

Related icons