shifts activity icon
shifts-activity-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- shifts-activity-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- License
- MIT
5 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the shifts activity icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.357 3.545a.75.75 0 0 0-.212-1.485a6.001 6.001 0 1 0 6.794 6.798a.75.75 0 1 0-1.485-.212a4.501 4.501 0 1 1-5.097-5.1M10 2.341a.75.75 0 0 0-.5 1.415q.453.16.856.408a.75.75 0 1 0 .786-1.277A6 6 0 0 0 10 2.341m3.115 2.52a.75.75 0 1 0-1.277.786q.247.4.406.85a.75.75 0 0 0 1.414-.5a6 6 0 0 0-.543-1.136M8 5.75a.75.75 0 0 0-1.5 0v3c0 .414.336.75.75.75h2a.75.75 0 1 0 0-1.5H8z"/></svg>
React
import type { SVGProps } from "react";
export function FluentShiftsActivity16Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.357 3.545a.75.75 0 0 0-.212-1.485a6.001 6.001 0 1 0 6.794 6.798a.75.75 0 1 0-1.485-.212a4.501 4.501 0 1 1-5.097-5.1M10 2.341a.75.75 0 0 0-.5 1.415q.453.16.856.408a.75.75 0 1 0 .786-1.277A6 6 0 0 0 10 2.341m3.115 2.52a.75.75 0 1 0-1.277.786q.247.4.406.85a.75.75 0 0 0 1.414-.5a6 6 0 0 0-.543-1.136M8 5.75a.75.75 0 0 0-1.5 0v3c0 .414.336.75.75.75h2a.75.75 0 1 0 0-1.5H8z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.357 3.545a.75.75 0 0 0-.212-1.485a6.001 6.001 0 1 0 6.794 6.798a.75.75 0 1 0-1.485-.212a4.501 4.501 0 1 1-5.097-5.1M10 2.341a.75.75 0 0 0-.5 1.415q.453.16.856.408a.75.75 0 1 0 .786-1.277A6 6 0 0 0 10 2.341m3.115 2.52a.75.75 0 1 0-1.277.786q.247.4.406.85a.75.75 0 0 0 1.414-.5a6 6 0 0 0-.543-1.136M8 5.75a.75.75 0 0 0-1.5 0v3c0 .414.336.75.75.75h2a.75.75 0 1 0 0-1.5H8z"/></svg> </template>
CSS
.icon-shifts-activity-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.357%203.545a.75.75%200%200%200-.212-1.485a6.001%206.001%200%201%200%206.794%206.798a.75.75%200%201%200-1.485-.212a4.501%204.501%200%201%201-5.097-5.1M10%202.341a.75.75%200%200%200-.5%201.415q.453.16.856.408a.75.75%200%201%200%20.786-1.277A6%206%200%200%200%2010%202.341m3.115%202.52a.75.75%200%201%200-1.277.786q.247.4.406.85a.75.75%200%200%200%201.414-.5a6%206%200%200%200-.543-1.136M8%205.75a.75.75%200%200%200-1.5%200v3c0%20.414.336.75.75.75h2a.75.75%200%201%200%200-1.5H8z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.357%203.545a.75.75%200%200%200-.212-1.485a6.001%206.001%200%201%200%206.794%206.798a.75.75%200%201%200-1.485-.212a4.501%204.501%200%201%201-5.097-5.1M10%202.341a.75.75%200%200%200-.5%201.415q.453.16.856.408a.75.75%200%201%200%20.786-1.277A6%206%200%200%200%2010%202.341m3.115%202.52a.75.75%200%201%200-1.277.786q.247.4.406.85a.75.75%200%200%200%201.414-.5a6%206%200%200%200-.543-1.136M8%205.75a.75.75%200%200%200-1.5%200v3c0%20.414.336.75.75.75h2a.75.75%200%201%200%200-1.5H8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/shifts-activity-16-filled.svg?color=%231a73e8&size=48