calendar settings icon

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

Name
calendar-settings-48-filled
Set
Fluent UI System Icons
Style
48 Filled
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.25V14H6zm0 4.25v19.25A6.25 6.25 0 0 0 12.25 42h11.794A12.94 12.94 0 0 1 22 35c0-7.18 5.82-13 13-13c2.577 0 4.98.75 7 2.044V16.5zm22.894 13.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 FluentCalendarSettings48Filled(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.25V14H6zm0 4.25v19.25A6.25 6.25 0 0 0 12.25 42h11.794A12.94 12.94 0 0 1 22 35c0-7.18 5.82-13 13-13c2.577 0 4.98.75 7 2.044V16.5zm22.894 13.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.25V14H6zm0 4.25v19.25A6.25 6.25 0 0 0 12.25 42h11.794A12.94 12.94 0 0 1 22 35c0-7.18 5.82-13 13-13c2.577 0 4.98.75 7 2.044V16.5zm22.894 13.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-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%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.25V14H6zm0%204.25v19.25A6.25%206.25%200%200%200%2012.25%2042h11.794A12.94%2012.94%200%200%201%2022%2035c0-7.18%205.82-13%2013-13c2.577%200%204.98.75%207%202.044V16.5zm22.894%2013.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.25V14H6zm0%204.25v19.25A6.25%206.25%200%200%200%2012.25%2042h11.794A12.94%2012.94%200%200%201%2022%2035c0-7.18%205.82-13%2013-13c2.577%200%204.98.75%207%202.044V16.5zm22.894%2013.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-filled.svg?color=%231a73e8&size=48