shifts availability icon
shifts-availability-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- shifts-availability-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- 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 2a6.5 6.5 0 0 0-.482 12.982a7.5 7.5 0 0 1 6.964-6.964A6.5 6.5 0 0 0 8.5 2m2.78 5.78l-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 1.061M9 15.5a6.5 6.5 0 1 1 13 0a6.5 6.5 0 0 1-13 0m4.217-2.26a.75.75 0 0 0 .005 1.06l1.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.444l-1.221-1.21a.75.75 0 0 0-1.06.005"/></svg>
React
import type { SVGProps } from "react";
export function FluentShiftsAvailability24Filled(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 2a6.5 6.5 0 0 0-.482 12.982a7.5 7.5 0 0 1 6.964-6.964A6.5 6.5 0 0 0 8.5 2m2.78 5.78l-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 1.061M9 15.5a6.5 6.5 0 1 1 13 0a6.5 6.5 0 0 1-13 0m4.217-2.26a.75.75 0 0 0 .005 1.06l1.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.444l-1.221-1.21a.75.75 0 0 0-1.06.005"/></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 2a6.5 6.5 0 0 0-.482 12.982a7.5 7.5 0 0 1 6.964-6.964A6.5 6.5 0 0 0 8.5 2m2.78 5.78l-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 1.061M9 15.5a6.5 6.5 0 1 1 13 0a6.5 6.5 0 0 1-13 0m4.217-2.26a.75.75 0 0 0 .005 1.06l1.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.444l-1.221-1.21a.75.75 0 0 0-1.06.005"/></svg> </template>
CSS
.icon-shifts-availability-24-filled {
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%202a6.5%206.5%200%200%200-.482%2012.982a7.5%207.5%200%200%201%206.964-6.964A6.5%206.5%200%200%200%208.5%202m2.78%205.78l-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%201.061M9%2015.5a6.5%206.5%200%201%201%2013%200a6.5%206.5%200%200%201-13%200m4.217-2.26a.75.75%200%200%200%20.005%201.06l1.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.444l-1.221-1.21a.75.75%200%200%200-1.06.005%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%202a6.5%206.5%200%200%200-.482%2012.982a7.5%207.5%200%200%201%206.964-6.964A6.5%206.5%200%200%200%208.5%202m2.78%205.78l-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%201.061M9%2015.5a6.5%206.5%200%201%201%2013%200a6.5%206.5%200%200%201-13%200m4.217-2.26a.75.75%200%200%200%20.005%201.06l1.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.444l-1.221-1.21a.75.75%200%200%200-1.06.005%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-filled.svg?color=%231a73e8&size=48