#4868·lucide

Calendar Publish icon (calendar-rss)

Author: jevailCreated Sep 15, 2026Updated Sep 15, 2026
Labels🙌 icon request

Icon name

calendar-rss

Use cases

I need an icon to publish schedules; it can be used as a calendar subscription.

Design ideas

svg
  <svg
        :class="['lucide', 'lucide-calendar-rss', attrs.class]"
        :height="props.size ?? 24"
        :stroke="(attrs.color as string | undefined) ?? 'currentColor'"
        :stroke-width="
            props.absoluteStrokeWidth
                ? (Number(props.strokeWidth ?? 2) * 24) / Number(props.size)
                : (props.strokeWidth ?? 2)
        "
        :vector-effect="
            props.nonScalingStroke ? 'non-scaling-stroke' : undefined
        "
        :width="props.size ?? 24"
        fill="none"
        stroke-linecap="round"
        stroke-linejoin="round"
        v-bind="attrs"
        viewBox="0 0 24 24"
    >
        <path d="M16 2v3" />
        <path
            d="M21 12.5V5.05a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2L10 21"
        />
        <path d="M3 9h18" />
        <path d="M8 2v3" />
        <path d="M14 17.5a4.5 4.5 0 0 1 4.5 4.5" />
        <path d="M14 14a8 8 0 0 1 8 8" />
        <circle cx="14.5" cy="21.5" fill="white" r="0.5" />
    </svg>
Image

Checklist

  • I have searched if someone has submitted a similar issue before and there weren't any. (Please make sure to also search closed issues, as this issue might already have been resolved.)
  • I have searched existing icons to make sure it does not already exist and I didn't find any.
  • I am not requesting a brand logo and the art is not protected by copyright, see more at https://github.com/lucide-icons/lucide/blob/main/BRAND_LOGOS_STATEMENT.md
  • I am not requesting an icon that includes religious, war/violence related, political imagery or hate symbols.
  • I have provided appropriate use cases for the icon(s) requested.