[GH-ISSUE #818] Rounded Flag #403

Closed
opened 2026-03-03 14:38:09 +03:00 by kerem · 1 comment
Owner

Originally created by @baneJack on GitHub (Mar 23, 2021).
Original GitHub issue: https://github.com/lipis/flag-icons/issues/818

Hi,

Like "flag-icon-squared" is it possible to have flag-icon-rounded?
I am trying to display rounded flag but i don't appreciate the render

Originally created by @baneJack on GitHub (Mar 23, 2021). Original GitHub issue: https://github.com/lipis/flag-icons/issues/818 Hi, Like "flag-icon-squared" is it possible to have **flag-icon-rounded**? I am trying to display rounded flag but i don't appreciate the render
kerem closed this issue 2026-03-03 14:38:09 +03:00
Author
Owner

@henriksjodahl commented on GitHub (Jun 30, 2021):

@baneJack Easily made with a custom class

.flag-icon-rounded {
  border-radius: 50%;
  height: 1.2em;
  background-size: cover;
  &.flag-icon-squared {
    height: 1em;
  }
}
<!-- gh-comment-id:871163179 --> @henriksjodahl commented on GitHub (Jun 30, 2021): @baneJack Easily made with a custom class ``` .flag-icon-rounded { border-radius: 50%; height: 1.2em; background-size: cover; &.flag-icon-squared { height: 1em; } } ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/flag-icons#403
No description provided.