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

Name
calendar-eye-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

9 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the calendar eye icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.5 13c3.038 0 5.5 3 5.5 4.5S20.538 22 17.5 22S12 19 12 17.5s2.462-4.5 5.5-4.5m3.5.11c-.984-.647-2.18-1.11-3.5-1.11c-1.848 0-3.457.906-4.575 1.96a7.4 7.4 0 0 0-1.364 1.712c-.32.567-.561 1.21-.561 1.828c0 .617.24 1.261.562 1.828c.323.572.776 1.15 1.322 1.672H6.25A3.25 3.25 0 0 1 3 17.75V8.5h18zm-3.5 1.39a3 3 0 1 0 0 6a3 3 0 0 0 0-6m0 1.5a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3m.25-13A3.25 3.25 0 0 1 21 6.25V7H3v-.75A3.25 3.25 0 0 1 6.25 3z"/></svg>

React

import type { SVGProps } from "react";

export function FluentCalendarEye24Filled(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="M17.5 13c3.038 0 5.5 3 5.5 4.5S20.538 22 17.5 22S12 19 12 17.5s2.462-4.5 5.5-4.5m3.5.11c-.984-.647-2.18-1.11-3.5-1.11c-1.848 0-3.457.906-4.575 1.96a7.4 7.4 0 0 0-1.364 1.712c-.32.567-.561 1.21-.561 1.828c0 .617.24 1.261.562 1.828c.323.572.776 1.15 1.322 1.672H6.25A3.25 3.25 0 0 1 3 17.75V8.5h18zm-3.5 1.39a3 3 0 1 0 0 6a3 3 0 0 0 0-6m0 1.5a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3m.25-13A3.25 3.25 0 0 1 21 6.25V7H3v-.75A3.25 3.25 0 0 1 6.25 3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.5 13c3.038 0 5.5 3 5.5 4.5S20.538 22 17.5 22S12 19 12 17.5s2.462-4.5 5.5-4.5m3.5.11c-.984-.647-2.18-1.11-3.5-1.11c-1.848 0-3.457.906-4.575 1.96a7.4 7.4 0 0 0-1.364 1.712c-.32.567-.561 1.21-.561 1.828c0 .617.24 1.261.562 1.828c.323.572.776 1.15 1.322 1.672H6.25A3.25 3.25 0 0 1 3 17.75V8.5h18zm-3.5 1.39a3 3 0 1 0 0 6a3 3 0 0 0 0-6m0 1.5a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3m.25-13A3.25 3.25 0 0 1 21 6.25V7H3v-.75A3.25 3.25 0 0 1 6.25 3z"/></svg>
</template>

CSS

.icon-calendar-eye-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%22M17.5%2013c3.038%200%205.5%203%205.5%204.5S20.538%2022%2017.5%2022S12%2019%2012%2017.5s2.462-4.5%205.5-4.5m3.5.11c-.984-.647-2.18-1.11-3.5-1.11c-1.848%200-3.457.906-4.575%201.96a7.4%207.4%200%200%200-1.364%201.712c-.32.567-.561%201.21-.561%201.828c0%20.617.24%201.261.562%201.828c.323.572.776%201.15%201.322%201.672H6.25A3.25%203.25%200%200%201%203%2017.75V8.5h18zm-3.5%201.39a3%203%200%201%200%200%206a3%203%200%200%200%200-6m0%201.5a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3m.25-13A3.25%203.25%200%200%201%2021%206.25V7H3v-.75A3.25%203.25%200%200%201%206.25%203z%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%22M17.5%2013c3.038%200%205.5%203%205.5%204.5S20.538%2022%2017.5%2022S12%2019%2012%2017.5s2.462-4.5%205.5-4.5m3.5.11c-.984-.647-2.18-1.11-3.5-1.11c-1.848%200-3.457.906-4.575%201.96a7.4%207.4%200%200%200-1.364%201.712c-.32.567-.561%201.21-.561%201.828c0%20.617.24%201.261.562%201.828c.323.572.776%201.15%201.322%201.672H6.25A3.25%203.25%200%200%201%203%2017.75V8.5h18zm-3.5%201.39a3%203%200%201%200%200%206a3%203%200%200%200%200-6m0%201.5a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3m.25-13A3.25%203.25%200%200%201%2021%206.25V7H3v-.75A3.25%203.25%200%200%201%206.25%203z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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