shifts availability icon

shifts-availability-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
shifts-availability-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the shifts availability icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.5 3.5a5 5 0 0 0-.229 9.995a7.5 7.5 0 0 0-.253 1.487a6.5 6.5 0 1 1 6.964-6.964a7.5 7.5 0 0 0-1.487.253A5 5 0 0 0 8.5 3.5m5.778 9.734a.75.75 0 1 0-1.056 1.066l1.215 1.203l-1.217 1.217a.75.75 0 1 0 1.06 1.06l1.22-1.219l1.215 1.219a.75.75 0 0 0 1.062-1.06l-1.215-1.217l1.212-1.204a.75.75 0 0 0-1.057-1.064L15.5 14.444zM15.5 9a6.5 6.5 0 1 0 0 13a6.5 6.5 0 0 0 0-13m-5 6.5a5 5 0 1 1 10 0a5 5 0 0 1-10 0m.78-8.78a.75.75 0 0 1 0 1.06l-3 3a.75.75 0 0 1-1.06 0l-1.5-1.502a.75.75 0 0 1 1.061-1.06l.97.971l2.469-2.47a.75.75 0 0 1 1.06 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentShiftsAvailability24Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.5 3.5a5 5 0 0 0-.229 9.995a7.5 7.5 0 0 0-.253 1.487a6.5 6.5 0 1 1 6.964-6.964a7.5 7.5 0 0 0-1.487.253A5 5 0 0 0 8.5 3.5m5.778 9.734a.75.75 0 1 0-1.056 1.066l1.215 1.203l-1.217 1.217a.75.75 0 1 0 1.06 1.06l1.22-1.219l1.215 1.219a.75.75 0 0 0 1.062-1.06l-1.215-1.217l1.212-1.204a.75.75 0 0 0-1.057-1.064L15.5 14.444zM15.5 9a6.5 6.5 0 1 0 0 13a6.5 6.5 0 0 0 0-13m-5 6.5a5 5 0 1 1 10 0a5 5 0 0 1-10 0m.78-8.78a.75.75 0 0 1 0 1.06l-3 3a.75.75 0 0 1-1.06 0l-1.5-1.502a.75.75 0 0 1 1.061-1.06l.97.971l2.469-2.47a.75.75 0 0 1 1.06 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.5 3.5a5 5 0 0 0-.229 9.995a7.5 7.5 0 0 0-.253 1.487a6.5 6.5 0 1 1 6.964-6.964a7.5 7.5 0 0 0-1.487.253A5 5 0 0 0 8.5 3.5m5.778 9.734a.75.75 0 1 0-1.056 1.066l1.215 1.203l-1.217 1.217a.75.75 0 1 0 1.06 1.06l1.22-1.219l1.215 1.219a.75.75 0 0 0 1.062-1.06l-1.215-1.217l1.212-1.204a.75.75 0 0 0-1.057-1.064L15.5 14.444zM15.5 9a6.5 6.5 0 1 0 0 13a6.5 6.5 0 0 0 0-13m-5 6.5a5 5 0 1 1 10 0a5 5 0 0 1-10 0m.78-8.78a.75.75 0 0 1 0 1.06l-3 3a.75.75 0 0 1-1.06 0l-1.5-1.502a.75.75 0 0 1 1.061-1.06l.97.971l2.469-2.47a.75.75 0 0 1 1.06 0"/></svg>
</template>

CSS

.icon-shifts-availability-24-regular {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.5%203.5a5%205%200%200%200-.229%209.995a7.5%207.5%200%200%200-.253%201.487a6.5%206.5%200%201%201%206.964-6.964a7.5%207.5%200%200%200-1.487.253A5%205%200%200%200%208.5%203.5m5.778%209.734a.75.75%200%201%200-1.056%201.066l1.215%201.203l-1.217%201.217a.75.75%200%201%200%201.06%201.06l1.22-1.219l1.215%201.219a.75.75%200%200%200%201.062-1.06l-1.215-1.217l1.212-1.204a.75.75%200%200%200-1.057-1.064L15.5%2014.444zM15.5%209a6.5%206.5%200%201%200%200%2013a6.5%206.5%200%200%200%200-13m-5%206.5a5%205%200%201%201%2010%200a5%205%200%200%201-10%200m.78-8.78a.75.75%200%200%201%200%201.06l-3%203a.75.75%200%200%201-1.06%200l-1.5-1.502a.75.75%200%200%201%201.061-1.06l.97.971l2.469-2.47a.75.75%200%200%201%201.06%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.5%203.5a5%205%200%200%200-.229%209.995a7.5%207.5%200%200%200-.253%201.487a6.5%206.5%200%201%201%206.964-6.964a7.5%207.5%200%200%200-1.487.253A5%205%200%200%200%208.5%203.5m5.778%209.734a.75.75%200%201%200-1.056%201.066l1.215%201.203l-1.217%201.217a.75.75%200%201%200%201.06%201.06l1.22-1.219l1.215%201.219a.75.75%200%200%200%201.062-1.06l-1.215-1.217l1.212-1.204a.75.75%200%200%200-1.057-1.064L15.5%2014.444zM15.5%209a6.5%206.5%200%201%200%200%2013a6.5%206.5%200%200%200%200-13m-5%206.5a5%205%200%201%201%2010%200a5%205%200%200%201-10%200m.78-8.78a.75.75%200%200%201%200%201.06l-3%203a.75.75%200%200%201-1.06%200l-1.5-1.502a.75.75%200%200%201%201.061-1.06l.97.971l2.469-2.47a.75.75%200%200%201%201.06%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/shifts-availability-24-regular.svg?color=%231a73e8&size=48