shifts 30 minutes icon
shifts-30-minutes-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- shifts-30-minutes-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 30 minutes icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.5 5.5a3.5 3.5 0 1 0-7 0a3.5 3.5 0 0 0 7 0M8.75 10a2.25 2.25 0 0 0-2.25 2.25v.5c0 .414.336.75.75.75h9.5a.75.75 0 0 0 .75-.75v-.5A2.25 2.25 0 0 0 15.25 10zm-2.253 6.999a.999.999 0 1 1-1.997 0a.999.999 0 0 1 1.997 0M5.5 21.497a.999.999 0 1 0 0-1.997a.999.999 0 0 0 0 1.997m4.613-4.97a1.8 1.8 0 0 0-.668.329a.75.75 0 1 1-.924-1.182c.267-.209.71-.48 1.246-.606c.553-.13 1.24-.113 1.887.327c.782.53 1.044 1.469.919 2.236a2.1 2.1 0 0 1-.3.79c.174.2.306.429.392.672c.248.704.133 1.581-.475 2.187c-.595.591-1.393.766-2.08.73c-.68-.036-1.377-.282-1.851-.7a.75.75 0 0 1 .991-1.125c.172.152.526.305.938.327c.404.021.736-.089.944-.296a.6.6 0 0 0 .118-.623c-.07-.202-.225-.343-.5-.343h-.5a.75.75 0 1 1 0-1.5h.5c.117 0 .175-.036.214-.075a.52.52 0 0 0 .128-.287c.05-.307-.072-.611-.28-.752c-.218-.148-.448-.168-.7-.108M16.5 15c-.869 0-1.56.372-1.987 1.083c-.387.644-.514 1.497-.514 2.417s.127 1.773.514 2.418C14.94 21.628 15.63 22 16.5 22c.864 0 1.558-.365 1.986-1.076c.388-.644.514-1.498.514-2.424s-.126-1.78-.514-2.423C18.058 15.365 17.364 15 16.5 15m-1.001 3.5c0-.83.124-1.352.3-1.645c.136-.226.32-.355.7-.355c.386 0 .568.128.702.35c.175.291.299.812.299 1.65c0 .839-.124 1.36-.299 1.65c-.134.222-.316.35-.701.35c-.382 0-.565-.128-.701-.355c-.176-.293-.3-.815-.3-1.645"/></svg>
React
import type { SVGProps } from "react";
export function FluentShifts30Minutes24Filled(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="M15.5 5.5a3.5 3.5 0 1 0-7 0a3.5 3.5 0 0 0 7 0M8.75 10a2.25 2.25 0 0 0-2.25 2.25v.5c0 .414.336.75.75.75h9.5a.75.75 0 0 0 .75-.75v-.5A2.25 2.25 0 0 0 15.25 10zm-2.253 6.999a.999.999 0 1 1-1.997 0a.999.999 0 0 1 1.997 0M5.5 21.497a.999.999 0 1 0 0-1.997a.999.999 0 0 0 0 1.997m4.613-4.97a1.8 1.8 0 0 0-.668.329a.75.75 0 1 1-.924-1.182c.267-.209.71-.48 1.246-.606c.553-.13 1.24-.113 1.887.327c.782.53 1.044 1.469.919 2.236a2.1 2.1 0 0 1-.3.79c.174.2.306.429.392.672c.248.704.133 1.581-.475 2.187c-.595.591-1.393.766-2.08.73c-.68-.036-1.377-.282-1.851-.7a.75.75 0 0 1 .991-1.125c.172.152.526.305.938.327c.404.021.736-.089.944-.296a.6.6 0 0 0 .118-.623c-.07-.202-.225-.343-.5-.343h-.5a.75.75 0 1 1 0-1.5h.5c.117 0 .175-.036.214-.075a.52.52 0 0 0 .128-.287c.05-.307-.072-.611-.28-.752c-.218-.148-.448-.168-.7-.108M16.5 15c-.869 0-1.56.372-1.987 1.083c-.387.644-.514 1.497-.514 2.417s.127 1.773.514 2.418C14.94 21.628 15.63 22 16.5 22c.864 0 1.558-.365 1.986-1.076c.388-.644.514-1.498.514-2.424s-.126-1.78-.514-2.423C18.058 15.365 17.364 15 16.5 15m-1.001 3.5c0-.83.124-1.352.3-1.645c.136-.226.32-.355.7-.355c.386 0 .568.128.702.35c.175.291.299.812.299 1.65c0 .839-.124 1.36-.299 1.65c-.134.222-.316.35-.701.35c-.382 0-.565-.128-.701-.355c-.176-.293-.3-.815-.3-1.645"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.5 5.5a3.5 3.5 0 1 0-7 0a3.5 3.5 0 0 0 7 0M8.75 10a2.25 2.25 0 0 0-2.25 2.25v.5c0 .414.336.75.75.75h9.5a.75.75 0 0 0 .75-.75v-.5A2.25 2.25 0 0 0 15.25 10zm-2.253 6.999a.999.999 0 1 1-1.997 0a.999.999 0 0 1 1.997 0M5.5 21.497a.999.999 0 1 0 0-1.997a.999.999 0 0 0 0 1.997m4.613-4.97a1.8 1.8 0 0 0-.668.329a.75.75 0 1 1-.924-1.182c.267-.209.71-.48 1.246-.606c.553-.13 1.24-.113 1.887.327c.782.53 1.044 1.469.919 2.236a2.1 2.1 0 0 1-.3.79c.174.2.306.429.392.672c.248.704.133 1.581-.475 2.187c-.595.591-1.393.766-2.08.73c-.68-.036-1.377-.282-1.851-.7a.75.75 0 0 1 .991-1.125c.172.152.526.305.938.327c.404.021.736-.089.944-.296a.6.6 0 0 0 .118-.623c-.07-.202-.225-.343-.5-.343h-.5a.75.75 0 1 1 0-1.5h.5c.117 0 .175-.036.214-.075a.52.52 0 0 0 .128-.287c.05-.307-.072-.611-.28-.752c-.218-.148-.448-.168-.7-.108M16.5 15c-.869 0-1.56.372-1.987 1.083c-.387.644-.514 1.497-.514 2.417s.127 1.773.514 2.418C14.94 21.628 15.63 22 16.5 22c.864 0 1.558-.365 1.986-1.076c.388-.644.514-1.498.514-2.424s-.126-1.78-.514-2.423C18.058 15.365 17.364 15 16.5 15m-1.001 3.5c0-.83.124-1.352.3-1.645c.136-.226.32-.355.7-.355c.386 0 .568.128.702.35c.175.291.299.812.299 1.65c0 .839-.124 1.36-.299 1.65c-.134.222-.316.35-.701.35c-.382 0-.565-.128-.701-.355c-.176-.293-.3-.815-.3-1.645"/></svg> </template>
CSS
.icon-shifts-30-minutes-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%22M15.5%205.5a3.5%203.5%200%201%200-7%200a3.5%203.5%200%200%200%207%200M8.75%2010a2.25%202.25%200%200%200-2.25%202.25v.5c0%20.414.336.75.75.75h9.5a.75.75%200%200%200%20.75-.75v-.5A2.25%202.25%200%200%200%2015.25%2010zm-2.253%206.999a.999.999%200%201%201-1.997%200a.999.999%200%200%201%201.997%200M5.5%2021.497a.999.999%200%201%200%200-1.997a.999.999%200%200%200%200%201.997m4.613-4.97a1.8%201.8%200%200%200-.668.329a.75.75%200%201%201-.924-1.182c.267-.209.71-.48%201.246-.606c.553-.13%201.24-.113%201.887.327c.782.53%201.044%201.469.919%202.236a2.1%202.1%200%200%201-.3.79c.174.2.306.429.392.672c.248.704.133%201.581-.475%202.187c-.595.591-1.393.766-2.08.73c-.68-.036-1.377-.282-1.851-.7a.75.75%200%200%201%20.991-1.125c.172.152.526.305.938.327c.404.021.736-.089.944-.296a.6.6%200%200%200%20.118-.623c-.07-.202-.225-.343-.5-.343h-.5a.75.75%200%201%201%200-1.5h.5c.117%200%20.175-.036.214-.075a.52.52%200%200%200%20.128-.287c.05-.307-.072-.611-.28-.752c-.218-.148-.448-.168-.7-.108M16.5%2015c-.869%200-1.56.372-1.987%201.083c-.387.644-.514%201.497-.514%202.417s.127%201.773.514%202.418C14.94%2021.628%2015.63%2022%2016.5%2022c.864%200%201.558-.365%201.986-1.076c.388-.644.514-1.498.514-2.424s-.126-1.78-.514-2.423C18.058%2015.365%2017.364%2015%2016.5%2015m-1.001%203.5c0-.83.124-1.352.3-1.645c.136-.226.32-.355.7-.355c.386%200%20.568.128.702.35c.175.291.299.812.299%201.65c0%20.839-.124%201.36-.299%201.65c-.134.222-.316.35-.701.35c-.382%200-.565-.128-.701-.355c-.176-.293-.3-.815-.3-1.645%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%22M15.5%205.5a3.5%203.5%200%201%200-7%200a3.5%203.5%200%200%200%207%200M8.75%2010a2.25%202.25%200%200%200-2.25%202.25v.5c0%20.414.336.75.75.75h9.5a.75.75%200%200%200%20.75-.75v-.5A2.25%202.25%200%200%200%2015.25%2010zm-2.253%206.999a.999.999%200%201%201-1.997%200a.999.999%200%200%201%201.997%200M5.5%2021.497a.999.999%200%201%200%200-1.997a.999.999%200%200%200%200%201.997m4.613-4.97a1.8%201.8%200%200%200-.668.329a.75.75%200%201%201-.924-1.182c.267-.209.71-.48%201.246-.606c.553-.13%201.24-.113%201.887.327c.782.53%201.044%201.469.919%202.236a2.1%202.1%200%200%201-.3.79c.174.2.306.429.392.672c.248.704.133%201.581-.475%202.187c-.595.591-1.393.766-2.08.73c-.68-.036-1.377-.282-1.851-.7a.75.75%200%200%201%20.991-1.125c.172.152.526.305.938.327c.404.021.736-.089.944-.296a.6.6%200%200%200%20.118-.623c-.07-.202-.225-.343-.5-.343h-.5a.75.75%200%201%201%200-1.5h.5c.117%200%20.175-.036.214-.075a.52.52%200%200%200%20.128-.287c.05-.307-.072-.611-.28-.752c-.218-.148-.448-.168-.7-.108M16.5%2015c-.869%200-1.56.372-1.987%201.083c-.387.644-.514%201.497-.514%202.417s.127%201.773.514%202.418C14.94%2021.628%2015.63%2022%2016.5%2022c.864%200%201.558-.365%201.986-1.076c.388-.644.514-1.498.514-2.424s-.126-1.78-.514-2.423C18.058%2015.365%2017.364%2015%2016.5%2015m-1.001%203.5c0-.83.124-1.352.3-1.645c.136-.226.32-.355.7-.355c.386%200%20.568.128.702.35c.175.291.299.812.299%201.65c0%20.839-.124%201.36-.299%201.65c-.134.222-.316.35-.701.35c-.382%200-.565-.128-.701-.355c-.176-.293-.3-.815-.3-1.645%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/shifts-30-minutes-24-filled.svg?color=%231a73e8&size=48