calendar mark icon

calendar-mark-bold-duotone from Solar by 480 Design · Bold Duotone · Time · CC-BY-4.0 Attribution required.

Name
calendar-mark-bold-duotone
Set
Solar
Style
Bold Duotone
Category
Time
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More time icons from Solar

Use the calendar mark icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M6.96006 2C7.37758 2 7.71605 2.30996 7.71605 2.69231V4.08883C8.38663 4.07692 9.13829 4.07692 9.98402 4.07692H14.016C14.8617 4.07692 15.6134 4.07692 16.284 4.08883V2.69231C16.284 2.30996 16.6224 2 17.0399 2C17.4575 2 17.7959 2.30996 17.7959 2.69231V4.15008C19.2468 4.25647 20.1992 4.51758 20.899 5.15838C21.5987 5.79917 21.8838 6.67139 22 8V9H2V8C2.11618 6.67139 2.4013 5.79917 3.10104 5.15838C3.80079 4.51758 4.75323 4.25647 6.20406 4.15008V2.69231C6.20406 2.30996 6.54253 2 6.96006 2Z"/><path d="M22 14V12C22 11.161 21.9873 9.66527 21.9744 9H2.00586C1.99296 9.66527 2.00564 11.161 2.00564 12V14C2.00564 17.7712 2.00564 19.6569 3.17688 20.8284C4.34813 22 6.23321 22 10.0034 22H14.0023C17.7724 22 19.6575 22 20.8288 20.8284C22 19.6569 22 17.7712 22 14Z" opacity=".5"/><path d="M18 16.5C18 17.3284 17.3284 18 16.5 18C15.6716 18 15 17.3284 15 16.5C15 15.6716 15.6716 15 16.5 15C17.3284 15 18 15.6716 18 16.5Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarCalendarMarkBoldDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M6.96006 2C7.37758 2 7.71605 2.30996 7.71605 2.69231V4.08883C8.38663 4.07692 9.13829 4.07692 9.98402 4.07692H14.016C14.8617 4.07692 15.6134 4.07692 16.284 4.08883V2.69231C16.284 2.30996 16.6224 2 17.0399 2C17.4575 2 17.7959 2.30996 17.7959 2.69231V4.15008C19.2468 4.25647 20.1992 4.51758 20.899 5.15838C21.5987 5.79917 21.8838 6.67139 22 8V9H2V8C2.11618 6.67139 2.4013 5.79917 3.10104 5.15838C3.80079 4.51758 4.75323 4.25647 6.20406 4.15008V2.69231C6.20406 2.30996 6.54253 2 6.96006 2Z"/><path d="M22 14V12C22 11.161 21.9873 9.66527 21.9744 9H2.00586C1.99296 9.66527 2.00564 11.161 2.00564 12V14C2.00564 17.7712 2.00564 19.6569 3.17688 20.8284C4.34813 22 6.23321 22 10.0034 22H14.0023C17.7724 22 19.6575 22 20.8288 20.8284C22 19.6569 22 17.7712 22 14Z" opacity=".5"/><path d="M18 16.5C18 17.3284 17.3284 18 16.5 18C15.6716 18 15 17.3284 15 16.5C15 15.6716 15.6716 15 16.5 15C17.3284 15 18 15.6716 18 16.5Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M6.96006 2C7.37758 2 7.71605 2.30996 7.71605 2.69231V4.08883C8.38663 4.07692 9.13829 4.07692 9.98402 4.07692H14.016C14.8617 4.07692 15.6134 4.07692 16.284 4.08883V2.69231C16.284 2.30996 16.6224 2 17.0399 2C17.4575 2 17.7959 2.30996 17.7959 2.69231V4.15008C19.2468 4.25647 20.1992 4.51758 20.899 5.15838C21.5987 5.79917 21.8838 6.67139 22 8V9H2V8C2.11618 6.67139 2.4013 5.79917 3.10104 5.15838C3.80079 4.51758 4.75323 4.25647 6.20406 4.15008V2.69231C6.20406 2.30996 6.54253 2 6.96006 2Z"/><path d="M22 14V12C22 11.161 21.9873 9.66527 21.9744 9H2.00586C1.99296 9.66527 2.00564 11.161 2.00564 12V14C2.00564 17.7712 2.00564 19.6569 3.17688 20.8284C4.34813 22 6.23321 22 10.0034 22H14.0023C17.7724 22 19.6575 22 20.8288 20.8284C22 19.6569 22 17.7712 22 14Z" opacity=".5"/><path d="M18 16.5C18 17.3284 17.3284 18 16.5 18C15.6716 18 15 17.3284 15 16.5C15 15.6716 15.6716 15 16.5 15C17.3284 15 18 15.6716 18 16.5Z"/></g></svg>
</template>

CSS

.icon-calendar-mark-bold-duotone {
  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%22currentColor%22%3E%3Cpath%20d%3D%22M6.96006%202C7.37758%202%207.71605%202.30996%207.71605%202.69231V4.08883C8.38663%204.07692%209.13829%204.07692%209.98402%204.07692H14.016C14.8617%204.07692%2015.6134%204.07692%2016.284%204.08883V2.69231C16.284%202.30996%2016.6224%202%2017.0399%202C17.4575%202%2017.7959%202.30996%2017.7959%202.69231V4.15008C19.2468%204.25647%2020.1992%204.51758%2020.899%205.15838C21.5987%205.79917%2021.8838%206.67139%2022%208V9H2V8C2.11618%206.67139%202.4013%205.79917%203.10104%205.15838C3.80079%204.51758%204.75323%204.25647%206.20406%204.15008V2.69231C6.20406%202.30996%206.54253%202%206.96006%202Z%22%2F%3E%3Cpath%20d%3D%22M22%2014V12C22%2011.161%2021.9873%209.66527%2021.9744%209H2.00586C1.99296%209.66527%202.00564%2011.161%202.00564%2012V14C2.00564%2017.7712%202.00564%2019.6569%203.17688%2020.8284C4.34813%2022%206.23321%2022%2010.0034%2022H14.0023C17.7724%2022%2019.6575%2022%2020.8288%2020.8284C22%2019.6569%2022%2017.7712%2022%2014Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M18%2016.5C18%2017.3284%2017.3284%2018%2016.5%2018C15.6716%2018%2015%2017.3284%2015%2016.5C15%2015.6716%2015.6716%2015%2016.5%2015C17.3284%2015%2018%2015.6716%2018%2016.5Z%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%22currentColor%22%3E%3Cpath%20d%3D%22M6.96006%202C7.37758%202%207.71605%202.30996%207.71605%202.69231V4.08883C8.38663%204.07692%209.13829%204.07692%209.98402%204.07692H14.016C14.8617%204.07692%2015.6134%204.07692%2016.284%204.08883V2.69231C16.284%202.30996%2016.6224%202%2017.0399%202C17.4575%202%2017.7959%202.30996%2017.7959%202.69231V4.15008C19.2468%204.25647%2020.1992%204.51758%2020.899%205.15838C21.5987%205.79917%2021.8838%206.67139%2022%208V9H2V8C2.11618%206.67139%202.4013%205.79917%203.10104%205.15838C3.80079%204.51758%204.75323%204.25647%206.20406%204.15008V2.69231C6.20406%202.30996%206.54253%202%206.96006%202Z%22%2F%3E%3Cpath%20d%3D%22M22%2014V12C22%2011.161%2021.9873%209.66527%2021.9744%209H2.00586C1.99296%209.66527%202.00564%2011.161%202.00564%2012V14C2.00564%2017.7712%202.00564%2019.6569%203.17688%2020.8284C4.34813%2022%206.23321%2022%2010.0034%2022H14.0023C17.7724%2022%2019.6575%2022%2020.8288%2020.8284C22%2019.6569%2022%2017.7712%2022%2014Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M18%2016.5C18%2017.3284%2017.3284%2018%2016.5%2018C15.6716%2018%2015%2017.3284%2015%2016.5C15%2015.6716%2015.6716%2015%2016.5%2015C17.3284%2015%2018%2015.6716%2018%2016.5Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/calendar-mark-bold-duotone.svg?color=%231a73e8&size=48