The HugeIcons datev icon depicts a calendar with a checkmark, commonly used to represent scheduled events, completed tasks, or date-related functionalities.
Common uses
- Displaying upcoming appointments
- Marking a task as done
- Selecting a date in a calendar picker
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { DatevIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={DatevIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- calendar checkscheduled eventtask completedue date
FAQ
- What does the datev icon represent?
- The datev icon represents a calendar with a checkmark, signifying scheduled events, completed tasks, or date-related actions.
- How do I use the DatevIcon in React?
- Import both HugeiconsIcon and DatevIcon, then render <HugeiconsIcon icon={DatevIcon} />.
- What is the license for this icon?
- The datev icon is distributed under the MIT license.