today-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.

Name
today-fill
Set
Framework7 Icons
Style
Fill
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

The same icon in other sets

Use the today icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" fill-rule="evenodd" d="M14 6h28a4 4 0 0 1 4 4v36a4 4 0 0 1-4 4H14a4 4 0 0 1-4-4V10a4 4 0 0 1 4-4m4 14a2 2 0 0 0-2 2v20a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V22a2 2 0 0 0-2-2zm0-8a2 2 0 1 0 0 4h8a2 2 0 1 0 0-4z"/></svg>

React

import type { SVGProps } from "react";

export function F7TodayFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" fillRule="evenodd" d="M14 6h28a4 4 0 0 1 4 4v36a4 4 0 0 1-4 4H14a4 4 0 0 1-4-4V10a4 4 0 0 1 4-4m4 14a2 2 0 0 0-2 2v20a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V22a2 2 0 0 0-2-2zm0-8a2 2 0 1 0 0 4h8a2 2 0 1 0 0-4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" fill-rule="evenodd" d="M14 6h28a4 4 0 0 1 4 4v36a4 4 0 0 1-4 4H14a4 4 0 0 1-4-4V10a4 4 0 0 1 4-4m4 14a2 2 0 0 0-2 2v20a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V22a2 2 0 0 0-2-2zm0-8a2 2 0 1 0 0 4h8a2 2 0 1 0 0-4z"/></svg>
</template>

CSS

.icon-today-fill {
  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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M14%206h28a4%204%200%200%201%204%204v36a4%204%200%200%201-4%204H14a4%204%200%200%201-4-4V10a4%204%200%200%201%204-4m4%2014a2%202%200%200%200-2%202v20a2%202%200%200%200%202%202h20a2%202%200%200%200%202-2V22a2%202%200%200%200-2-2zm0-8a2%202%200%201%200%200%204h8a2%202%200%201%200%200-4z%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M14%206h28a4%204%200%200%201%204%204v36a4%204%200%200%201-4%204H14a4%204%200%200%201-4-4V10a4%204%200%200%201%204-4m4%2014a2%202%200%200%200-2%202v20a2%202%200%200%200%202%202h20a2%202%200%200%200%202-2V22a2%202%200%200%200-2-2zm0-8a2%202%200%201%200%200%204h8a2%202%200%201%200%200-4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/today-fill.svg?color=%231a73e8&size=48