calendar-toolbox-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
calendar-toolbox-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 calendar toolbox icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 16.5V21H6.25A3.25 3.25 0 0 1 3 17.75V8.5h18v3.379a2.74 2.74 0 0 0-1.75-.629l-3.648.004A2.75 2.75 0 0 0 13 14v.05a2.5 2.5 0 0 0-2 2.45M21 6.25A3.25 3.25 0 0 0 17.75 3H6.25A3.25 3.25 0 0 0 3 6.25V7h18zM14 15h-.5a1.5 1.5 0 0 0-1.5 1.5V18h2.5v-.25a.75.75 0 0 1 1.5 0V18h3v-.25a.75.75 0 0 1 1.5 0V18H23v-1.5a1.5 1.5 0 0 0-1.5-1.5H21v-1a1.75 1.75 0 0 0-1.75-1.75h-3.5A1.75 1.75 0 0 0 14 14zm1.5-1a.25.25 0 0 1 .25-.25h3.5a.25.25 0 0 1 .25.25v1h-4zM12 21.5v-2h2.5v.75a.75.75 0 0 0 1.5 0v-.75h3v.75a.75.75 0 0 0 1.5 0v-.75H23v2a1.5 1.5 0 0 1-1.5 1.5h-8a1.5 1.5 0 0 1-1.5-1.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentCalendarToolbox24Filled(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="M11 16.5V21H6.25A3.25 3.25 0 0 1 3 17.75V8.5h18v3.379a2.74 2.74 0 0 0-1.75-.629l-3.648.004A2.75 2.75 0 0 0 13 14v.05a2.5 2.5 0 0 0-2 2.45M21 6.25A3.25 3.25 0 0 0 17.75 3H6.25A3.25 3.25 0 0 0 3 6.25V7h18zM14 15h-.5a1.5 1.5 0 0 0-1.5 1.5V18h2.5v-.25a.75.75 0 0 1 1.5 0V18h3v-.25a.75.75 0 0 1 1.5 0V18H23v-1.5a1.5 1.5 0 0 0-1.5-1.5H21v-1a1.75 1.75 0 0 0-1.75-1.75h-3.5A1.75 1.75 0 0 0 14 14zm1.5-1a.25.25 0 0 1 .25-.25h3.5a.25.25 0 0 1 .25.25v1h-4zM12 21.5v-2h2.5v.75a.75.75 0 0 0 1.5 0v-.75h3v.75a.75.75 0 0 0 1.5 0v-.75H23v2a1.5 1.5 0 0 1-1.5 1.5h-8a1.5 1.5 0 0 1-1.5-1.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 16.5V21H6.25A3.25 3.25 0 0 1 3 17.75V8.5h18v3.379a2.74 2.74 0 0 0-1.75-.629l-3.648.004A2.75 2.75 0 0 0 13 14v.05a2.5 2.5 0 0 0-2 2.45M21 6.25A3.25 3.25 0 0 0 17.75 3H6.25A3.25 3.25 0 0 0 3 6.25V7h18zM14 15h-.5a1.5 1.5 0 0 0-1.5 1.5V18h2.5v-.25a.75.75 0 0 1 1.5 0V18h3v-.25a.75.75 0 0 1 1.5 0V18H23v-1.5a1.5 1.5 0 0 0-1.5-1.5H21v-1a1.75 1.75 0 0 0-1.75-1.75h-3.5A1.75 1.75 0 0 0 14 14zm1.5-1a.25.25 0 0 1 .25-.25h3.5a.25.25 0 0 1 .25.25v1h-4zM12 21.5v-2h2.5v.75a.75.75 0 0 0 1.5 0v-.75h3v.75a.75.75 0 0 0 1.5 0v-.75H23v2a1.5 1.5 0 0 1-1.5 1.5h-8a1.5 1.5 0 0 1-1.5-1.5"/></svg>
</template>

CSS

.icon-calendar-toolbox-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%22M11%2016.5V21H6.25A3.25%203.25%200%200%201%203%2017.75V8.5h18v3.379a2.74%202.74%200%200%200-1.75-.629l-3.648.004A2.75%202.75%200%200%200%2013%2014v.05a2.5%202.5%200%200%200-2%202.45M21%206.25A3.25%203.25%200%200%200%2017.75%203H6.25A3.25%203.25%200%200%200%203%206.25V7h18zM14%2015h-.5a1.5%201.5%200%200%200-1.5%201.5V18h2.5v-.25a.75.75%200%200%201%201.5%200V18h3v-.25a.75.75%200%200%201%201.5%200V18H23v-1.5a1.5%201.5%200%200%200-1.5-1.5H21v-1a1.75%201.75%200%200%200-1.75-1.75h-3.5A1.75%201.75%200%200%200%2014%2014zm1.5-1a.25.25%200%200%201%20.25-.25h3.5a.25.25%200%200%201%20.25.25v1h-4zM12%2021.5v-2h2.5v.75a.75.75%200%200%200%201.5%200v-.75h3v.75a.75.75%200%200%200%201.5%200v-.75H23v2a1.5%201.5%200%200%201-1.5%201.5h-8a1.5%201.5%200%200%201-1.5-1.5%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%22M11%2016.5V21H6.25A3.25%203.25%200%200%201%203%2017.75V8.5h18v3.379a2.74%202.74%200%200%200-1.75-.629l-3.648.004A2.75%202.75%200%200%200%2013%2014v.05a2.5%202.5%200%200%200-2%202.45M21%206.25A3.25%203.25%200%200%200%2017.75%203H6.25A3.25%203.25%200%200%200%203%206.25V7h18zM14%2015h-.5a1.5%201.5%200%200%200-1.5%201.5V18h2.5v-.25a.75.75%200%200%201%201.5%200V18h3v-.25a.75.75%200%200%201%201.5%200V18H23v-1.5a1.5%201.5%200%200%200-1.5-1.5H21v-1a1.75%201.75%200%200%200-1.75-1.75h-3.5A1.75%201.75%200%200%200%2014%2014zm1.5-1a.25.25%200%200%201%20.25-.25h3.5a.25.25%200%200%201%20.25.25v1h-4zM12%2021.5v-2h2.5v.75a.75.75%200%200%200%201.5%200v-.75h3v.75a.75.75%200%200%200%201.5%200v-.75H23v2a1.5%201.5%200%200%201-1.5%201.5h-8a1.5%201.5%200%200%201-1.5-1.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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