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

Name
shifts-team-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 team icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.75 3A3.25 3.25 0 0 1 21 6.25v11.5A3.25 3.25 0 0 1 17.75 21h-4.99c.166-.382.244-.787.244-1.187q0-.159-.02-.313h4.766a1.75 1.75 0 0 0 1.75-1.75V6.25a1.75 1.75 0 0 0-1.75-1.75H6.25A1.75 1.75 0 0 0 4.5 6.25v5.26a3.2 3.2 0 0 0-1.5.5V6.25A3.25 3.25 0 0 1 6.25 3zm-6 3a.75.75 0 0 1 .743.648l.007.102V12h3.748a.75.75 0 0 1 .102 1.493l-.102.007H11.75a.75.75 0 0 1-.743-.648L11 12.75v-6a.75.75 0 0 1 .75-.75m-7 11a2.25 2.25 0 1 0 0-4.5a2.25 2.25 0 0 0 0 4.5m0 6c2.679 0 3.75-1.569 3.75-3.125C8.5 18.84 7.78 18 6.893 18H2.607C1.72 18 1 18.84 1 19.875C1 21.437 2.071 23 4.75 23m6.75-7.25a1.75 1.75 0 1 1-3.5 0a1.75 1.75 0 0 1 3.5 0M8.916 22c.404-.66.582-1.405.582-2.125a3.14 3.14 0 0 0-.32-1.375h1.54c.71 0 1.286.588 1.286 1.313c0 1.09-.857 2.187-3 2.187z"/></svg>

React

import type { SVGProps } from "react";

export function FluentShiftsTeam24Regular(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="M17.75 3A3.25 3.25 0 0 1 21 6.25v11.5A3.25 3.25 0 0 1 17.75 21h-4.99c.166-.382.244-.787.244-1.187q0-.159-.02-.313h4.766a1.75 1.75 0 0 0 1.75-1.75V6.25a1.75 1.75 0 0 0-1.75-1.75H6.25A1.75 1.75 0 0 0 4.5 6.25v5.26a3.2 3.2 0 0 0-1.5.5V6.25A3.25 3.25 0 0 1 6.25 3zm-6 3a.75.75 0 0 1 .743.648l.007.102V12h3.748a.75.75 0 0 1 .102 1.493l-.102.007H11.75a.75.75 0 0 1-.743-.648L11 12.75v-6a.75.75 0 0 1 .75-.75m-7 11a2.25 2.25 0 1 0 0-4.5a2.25 2.25 0 0 0 0 4.5m0 6c2.679 0 3.75-1.569 3.75-3.125C8.5 18.84 7.78 18 6.893 18H2.607C1.72 18 1 18.84 1 19.875C1 21.437 2.071 23 4.75 23m6.75-7.25a1.75 1.75 0 1 1-3.5 0a1.75 1.75 0 0 1 3.5 0M8.916 22c.404-.66.582-1.405.582-2.125a3.14 3.14 0 0 0-.32-1.375h1.54c.71 0 1.286.588 1.286 1.313c0 1.09-.857 2.187-3 2.187z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.75 3A3.25 3.25 0 0 1 21 6.25v11.5A3.25 3.25 0 0 1 17.75 21h-4.99c.166-.382.244-.787.244-1.187q0-.159-.02-.313h4.766a1.75 1.75 0 0 0 1.75-1.75V6.25a1.75 1.75 0 0 0-1.75-1.75H6.25A1.75 1.75 0 0 0 4.5 6.25v5.26a3.2 3.2 0 0 0-1.5.5V6.25A3.25 3.25 0 0 1 6.25 3zm-6 3a.75.75 0 0 1 .743.648l.007.102V12h3.748a.75.75 0 0 1 .102 1.493l-.102.007H11.75a.75.75 0 0 1-.743-.648L11 12.75v-6a.75.75 0 0 1 .75-.75m-7 11a2.25 2.25 0 1 0 0-4.5a2.25 2.25 0 0 0 0 4.5m0 6c2.679 0 3.75-1.569 3.75-3.125C8.5 18.84 7.78 18 6.893 18H2.607C1.72 18 1 18.84 1 19.875C1 21.437 2.071 23 4.75 23m6.75-7.25a1.75 1.75 0 1 1-3.5 0a1.75 1.75 0 0 1 3.5 0M8.916 22c.404-.66.582-1.405.582-2.125a3.14 3.14 0 0 0-.32-1.375h1.54c.71 0 1.286.588 1.286 1.313c0 1.09-.857 2.187-3 2.187z"/></svg>
</template>

CSS

.icon-shifts-team-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%22M17.75%203A3.25%203.25%200%200%201%2021%206.25v11.5A3.25%203.25%200%200%201%2017.75%2021h-4.99c.166-.382.244-.787.244-1.187q0-.159-.02-.313h4.766a1.75%201.75%200%200%200%201.75-1.75V6.25a1.75%201.75%200%200%200-1.75-1.75H6.25A1.75%201.75%200%200%200%204.5%206.25v5.26a3.2%203.2%200%200%200-1.5.5V6.25A3.25%203.25%200%200%201%206.25%203zm-6%203a.75.75%200%200%201%20.743.648l.007.102V12h3.748a.75.75%200%200%201%20.102%201.493l-.102.007H11.75a.75.75%200%200%201-.743-.648L11%2012.75v-6a.75.75%200%200%201%20.75-.75m-7%2011a2.25%202.25%200%201%200%200-4.5a2.25%202.25%200%200%200%200%204.5m0%206c2.679%200%203.75-1.569%203.75-3.125C8.5%2018.84%207.78%2018%206.893%2018H2.607C1.72%2018%201%2018.84%201%2019.875C1%2021.437%202.071%2023%204.75%2023m6.75-7.25a1.75%201.75%200%201%201-3.5%200a1.75%201.75%200%200%201%203.5%200M8.916%2022c.404-.66.582-1.405.582-2.125a3.14%203.14%200%200%200-.32-1.375h1.54c.71%200%201.286.588%201.286%201.313c0%201.09-.857%202.187-3%202.187z%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%22M17.75%203A3.25%203.25%200%200%201%2021%206.25v11.5A3.25%203.25%200%200%201%2017.75%2021h-4.99c.166-.382.244-.787.244-1.187q0-.159-.02-.313h4.766a1.75%201.75%200%200%200%201.75-1.75V6.25a1.75%201.75%200%200%200-1.75-1.75H6.25A1.75%201.75%200%200%200%204.5%206.25v5.26a3.2%203.2%200%200%200-1.5.5V6.25A3.25%203.25%200%200%201%206.25%203zm-6%203a.75.75%200%200%201%20.743.648l.007.102V12h3.748a.75.75%200%200%201%20.102%201.493l-.102.007H11.75a.75.75%200%200%201-.743-.648L11%2012.75v-6a.75.75%200%200%201%20.75-.75m-7%2011a2.25%202.25%200%201%200%200-4.5a2.25%202.25%200%200%200%200%204.5m0%206c2.679%200%203.75-1.569%203.75-3.125C8.5%2018.84%207.78%2018%206.893%2018H2.607C1.72%2018%201%2018.84%201%2019.875C1%2021.437%202.071%2023%204.75%2023m6.75-7.25a1.75%201.75%200%201%201-3.5%200a1.75%201.75%200%200%201%203.5%200M8.916%2022c.404-.66.582-1.405.582-2.125a3.14%203.14%200%200%200-.32-1.375h1.54c.71%200%201.286.588%201.286%201.313c0%201.09-.857%202.187-3%202.187z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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