calendar settings icon

calendar-settings-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.

Name
calendar-settings-48-regular
Set
Fluent UI System Icons
Style
48 Regular
Viewbox
48×48
License
MIT

11 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the calendar settings icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M6 12.25A6.25 6.25 0 0 1 12.25 6h23.5A6.25 6.25 0 0 1 42 12.25v11.794c-.78-.5-1.618-.919-2.5-1.244v-6.3h-31v19.25a3.75 3.75 0 0 0 3.75 3.75H22.8c.325.882.744 1.72 1.244 2.5H12.25A6.25 6.25 0 0 1 6 35.75zm6.25-3.75a3.75 3.75 0 0 0-3.75 3.75V14h31v-1.75a3.75 3.75 0 0 0-3.75-3.75zm16.644 21.282a2 2 0 0 1-1.465 2.537l-3.26.748a11 11 0 0 0-.043 3.6l3.464.868a2 2 0 0 1 1.436 2.491l-.997 3.482a11 11 0 0 0 3.086 1.785l2.518-2.607a2 2 0 0 1 2.876-.001l2.484 2.567a11 11 0 0 0 3.095-1.84l-.981-3.196a2 2 0 0 1 1.464-2.537l3.26-.748a11 11 0 0 0 .043-3.6l-3.463-.868a2 2 0 0 1-1.437-2.491l.998-3.482a11 11 0 0 0-3.087-1.785l-2.518 2.607a2 2 0 0 1-2.876.001l-2.484-2.567a11 11 0 0 0-3.095 1.841zM35 38a3 3 0 1 1 0-6a3 3 0 0 1 0 6"/></svg>

React

import type { SVGProps } from "react";

export function FluentCalendarSettings48Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M6 12.25A6.25 6.25 0 0 1 12.25 6h23.5A6.25 6.25 0 0 1 42 12.25v11.794c-.78-.5-1.618-.919-2.5-1.244v-6.3h-31v19.25a3.75 3.75 0 0 0 3.75 3.75H22.8c.325.882.744 1.72 1.244 2.5H12.25A6.25 6.25 0 0 1 6 35.75zm6.25-3.75a3.75 3.75 0 0 0-3.75 3.75V14h31v-1.75a3.75 3.75 0 0 0-3.75-3.75zm16.644 21.282a2 2 0 0 1-1.465 2.537l-3.26.748a11 11 0 0 0-.043 3.6l3.464.868a2 2 0 0 1 1.436 2.491l-.997 3.482a11 11 0 0 0 3.086 1.785l2.518-2.607a2 2 0 0 1 2.876-.001l2.484 2.567a11 11 0 0 0 3.095-1.84l-.981-3.196a2 2 0 0 1 1.464-2.537l3.26-.748a11 11 0 0 0 .043-3.6l-3.463-.868a2 2 0 0 1-1.437-2.491l.998-3.482a11 11 0 0 0-3.087-1.785l-2.518 2.607a2 2 0 0 1-2.876.001l-2.484-2.567a11 11 0 0 0-3.095 1.841zM35 38a3 3 0 1 1 0-6a3 3 0 0 1 0 6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M6 12.25A6.25 6.25 0 0 1 12.25 6h23.5A6.25 6.25 0 0 1 42 12.25v11.794c-.78-.5-1.618-.919-2.5-1.244v-6.3h-31v19.25a3.75 3.75 0 0 0 3.75 3.75H22.8c.325.882.744 1.72 1.244 2.5H12.25A6.25 6.25 0 0 1 6 35.75zm6.25-3.75a3.75 3.75 0 0 0-3.75 3.75V14h31v-1.75a3.75 3.75 0 0 0-3.75-3.75zm16.644 21.282a2 2 0 0 1-1.465 2.537l-3.26.748a11 11 0 0 0-.043 3.6l3.464.868a2 2 0 0 1 1.436 2.491l-.997 3.482a11 11 0 0 0 3.086 1.785l2.518-2.607a2 2 0 0 1 2.876-.001l2.484 2.567a11 11 0 0 0 3.095-1.84l-.981-3.196a2 2 0 0 1 1.464-2.537l3.26-.748a11 11 0 0 0 .043-3.6l-3.463-.868a2 2 0 0 1-1.437-2.491l.998-3.482a11 11 0 0 0-3.087-1.785l-2.518 2.607a2 2 0 0 1-2.876.001l-2.484-2.567a11 11 0 0 0-3.095 1.841zM35 38a3 3 0 1 1 0-6a3 3 0 0 1 0 6"/></svg>
</template>

CSS

.icon-calendar-settings-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%2012.25A6.25%206.25%200%200%201%2012.25%206h23.5A6.25%206.25%200%200%201%2042%2012.25v11.794c-.78-.5-1.618-.919-2.5-1.244v-6.3h-31v19.25a3.75%203.75%200%200%200%203.75%203.75H22.8c.325.882.744%201.72%201.244%202.5H12.25A6.25%206.25%200%200%201%206%2035.75zm6.25-3.75a3.75%203.75%200%200%200-3.75%203.75V14h31v-1.75a3.75%203.75%200%200%200-3.75-3.75zm16.644%2021.282a2%202%200%200%201-1.465%202.537l-3.26.748a11%2011%200%200%200-.043%203.6l3.464.868a2%202%200%200%201%201.436%202.491l-.997%203.482a11%2011%200%200%200%203.086%201.785l2.518-2.607a2%202%200%200%201%202.876-.001l2.484%202.567a11%2011%200%200%200%203.095-1.84l-.981-3.196a2%202%200%200%201%201.464-2.537l3.26-.748a11%2011%200%200%200%20.043-3.6l-3.463-.868a2%202%200%200%201-1.437-2.491l.998-3.482a11%2011%200%200%200-3.087-1.785l-2.518%202.607a2%202%200%200%201-2.876.001l-2.484-2.567a11%2011%200%200%200-3.095%201.841zM35%2038a3%203%200%201%201%200-6a3%203%200%200%201%200%206%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%2012.25A6.25%206.25%200%200%201%2012.25%206h23.5A6.25%206.25%200%200%201%2042%2012.25v11.794c-.78-.5-1.618-.919-2.5-1.244v-6.3h-31v19.25a3.75%203.75%200%200%200%203.75%203.75H22.8c.325.882.744%201.72%201.244%202.5H12.25A6.25%206.25%200%200%201%206%2035.75zm6.25-3.75a3.75%203.75%200%200%200-3.75%203.75V14h31v-1.75a3.75%203.75%200%200%200-3.75-3.75zm16.644%2021.282a2%202%200%200%201-1.465%202.537l-3.26.748a11%2011%200%200%200-.043%203.6l3.464.868a2%202%200%200%201%201.436%202.491l-.997%203.482a11%2011%200%200%200%203.086%201.785l2.518-2.607a2%202%200%200%201%202.876-.001l2.484%202.567a11%2011%200%200%200%203.095-1.84l-.981-3.196a2%202%200%200%201%201.464-2.537l3.26-.748a11%2011%200%200%200%20.043-3.6l-3.463-.868a2%202%200%200%201-1.437-2.491l.998-3.482a11%2011%200%200%200-3.087-1.785l-2.518%202.607a2%202%200%200%201-2.876.001l-2.484-2.567a11%2011%200%200%200-3.095%201.841zM35%2038a3%203%200%201%201%200-6a3%203%200%200%201%200%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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