dates from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
dates
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Use the dates icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M10.963 5.996c.373 1.843-.836 4.502-4.007 3.915m.877-2.844c.893-1.049 3.06-1.48 5.634-.6c1.112.306 3.514 1.495 4.617 2.374c1.345.894 3.26 2.793 3.761 4.768c.546 1.818-.3 4.56-2.957 6.358c-2.541 1.719-6.101 1.764-9.557-3.597c-.127 0-4.101-6.465-1.498-9.303"/><path d="M2 14.081c2.058-.414 4.4.844 3.998 3.915m10.94-10.19c0-.189-.412-1.147-.817-1.646c-1.828-2.632-4.54-3.579-6.444-2.99C7.7 3.664 5.81 5.505 4.912 6.848c-1.063 1.291-2.12 3.506-2.428 4.618c-.888 2.57-.474 4.793.572 5.689c.685.638 2.864 1.532 6.102 0"/><path d="M11.002 13.021s0 1.224 1.217 1.224s1.218 1.223 1.218 1.223m.575-5.47s-.001 1.223 1.217 1.223s1.217 1.223 1.217 1.223m-.879 2.107s0 1.224 1.217 1.223s1.218 1.223 1.218 1.223"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsDates(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M10.963 5.996c.373 1.843-.836 4.502-4.007 3.915m.877-2.844c.893-1.049 3.06-1.48 5.634-.6c1.112.306 3.514 1.495 4.617 2.374c1.345.894 3.26 2.793 3.761 4.768c.546 1.818-.3 4.56-2.957 6.358c-2.541 1.719-6.101 1.764-9.557-3.597c-.127 0-4.101-6.465-1.498-9.303"/><path d="M2 14.081c2.058-.414 4.4.844 3.998 3.915m10.94-10.19c0-.189-.412-1.147-.817-1.646c-1.828-2.632-4.54-3.579-6.444-2.99C7.7 3.664 5.81 5.505 4.912 6.848c-1.063 1.291-2.12 3.506-2.428 4.618c-.888 2.57-.474 4.793.572 5.689c.685.638 2.864 1.532 6.102 0"/><path d="M11.002 13.021s0 1.224 1.217 1.224s1.218 1.223 1.218 1.223m.575-5.47s-.001 1.223 1.217 1.223s1.217 1.223 1.217 1.223m-.879 2.107s0 1.224 1.217 1.223s1.218 1.223 1.218 1.223"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M10.963 5.996c.373 1.843-.836 4.502-4.007 3.915m.877-2.844c.893-1.049 3.06-1.48 5.634-.6c1.112.306 3.514 1.495 4.617 2.374c1.345.894 3.26 2.793 3.761 4.768c.546 1.818-.3 4.56-2.957 6.358c-2.541 1.719-6.101 1.764-9.557-3.597c-.127 0-4.101-6.465-1.498-9.303"/><path d="M2 14.081c2.058-.414 4.4.844 3.998 3.915m10.94-10.19c0-.189-.412-1.147-.817-1.646c-1.828-2.632-4.54-3.579-6.444-2.99C7.7 3.664 5.81 5.505 4.912 6.848c-1.063 1.291-2.12 3.506-2.428 4.618c-.888 2.57-.474 4.793.572 5.689c.685.638 2.864 1.532 6.102 0"/><path d="M11.002 13.021s0 1.224 1.217 1.224s1.218 1.223 1.218 1.223m.575-5.47s-.001 1.223 1.217 1.223s1.217 1.223 1.217 1.223m-.879 2.107s0 1.224 1.217 1.223s1.218 1.223 1.218 1.223"/></g></svg>
</template>

CSS

.icon-dates {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M10.963%205.996c.373%201.843-.836%204.502-4.007%203.915m.877-2.844c.893-1.049%203.06-1.48%205.634-.6c1.112.306%203.514%201.495%204.617%202.374c1.345.894%203.26%202.793%203.761%204.768c.546%201.818-.3%204.56-2.957%206.358c-2.541%201.719-6.101%201.764-9.557-3.597c-.127%200-4.101-6.465-1.498-9.303%22%2F%3E%3Cpath%20d%3D%22M2%2014.081c2.058-.414%204.4.844%203.998%203.915m10.94-10.19c0-.189-.412-1.147-.817-1.646c-1.828-2.632-4.54-3.579-6.444-2.99C7.7%203.664%205.81%205.505%204.912%206.848c-1.063%201.291-2.12%203.506-2.428%204.618c-.888%202.57-.474%204.793.572%205.689c.685.638%202.864%201.532%206.102%200%22%2F%3E%3Cpath%20d%3D%22M11.002%2013.021s0%201.224%201.217%201.224s1.218%201.223%201.218%201.223m.575-5.47s-.001%201.223%201.217%201.223s1.217%201.223%201.217%201.223m-.879%202.107s0%201.224%201.217%201.223s1.218%201.223%201.218%201.223%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M10.963%205.996c.373%201.843-.836%204.502-4.007%203.915m.877-2.844c.893-1.049%203.06-1.48%205.634-.6c1.112.306%203.514%201.495%204.617%202.374c1.345.894%203.26%202.793%203.761%204.768c.546%201.818-.3%204.56-2.957%206.358c-2.541%201.719-6.101%201.764-9.557-3.597c-.127%200-4.101-6.465-1.498-9.303%22%2F%3E%3Cpath%20d%3D%22M2%2014.081c2.058-.414%204.4.844%203.998%203.915m10.94-10.19c0-.189-.412-1.147-.817-1.646c-1.828-2.632-4.54-3.579-6.444-2.99C7.7%203.664%205.81%205.505%204.912%206.848c-1.063%201.291-2.12%203.506-2.428%204.618c-.888%202.57-.474%204.793.572%205.689c.685.638%202.864%201.532%206.102%200%22%2F%3E%3Cpath%20d%3D%22M11.002%2013.021s0%201.224%201.217%201.224s1.218%201.223%201.218%201.223m.575-5.47s-.001%201.223%201.217%201.223s1.217%201.223%201.217%201.223m-.879%202.107s0%201.224%201.217%201.223s1.218%201.223%201.218%201.223%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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