Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calendar icon with + #16

Closed
zaddok opened this issue Apr 9, 2020 · 7 comments
Closed

Calendar icon with + #16

zaddok opened this issue Apr 9, 2020 · 7 comments

Comments

@zaddok
Copy link

zaddok commented Apr 9, 2020

Would love an icon that represents "add calendar entry"

@GitHubRulesOK
Copy link

GitHubRulesOK commented Apr 9, 2020

like this ?
image

<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-calendar-plus" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<rect x="4" y="5" width="16" height="16" rx="2" />
<line x1="16" y1="3" x2="16" y2="7" />
<line x1="8" y1="3" x2="8" y2="7" />
<line x1="4" y1="11" x2="20" y2="11" />
<line x1="09" y1="16" x2="15" y2="16" />
 <line x1="12" y1="13" x2="12" y2="19" />
</svg>

@elad-eyal
Copy link

The cross is too big, it touches the calendar outline.

@GitHubRulesOK
Copy link

GitHubRulesOK commented Apr 9, 2020

better ?
the problem is keeping it proportional in centre of existing shape

image

<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-calendar-plus" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<rect x="4" y="5" width="16" height="16" rx="2" />
<line x1="16" y1="3" x2="16" y2="7" />
<line x1="8" y1="3" x2="8" y2="7" />
<line x1="4" y1="11" x2="20" y2="11" />
<line x1="10" y1="16" x2="14" y2="16" />
 <line x1="12" y1="14" x2="12" y2="18" />
</svg>

Compromise
image

<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-calendar-plus" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<rect x="4" y="5" width="16" height="16" rx="2" />
<line x1="16" y1="3" x2="16" y2="7" />
<line x1="8" y1="3" x2="8" y2="7" />
<line x1="4" y1="11" x2="20" y2="11" />
<line x1="9.5" y1="16" x2="14.5" y2="16" />
<line x1="12" y1="13.5" x2="12" y2="18.5" />
</svg>

@elad-eyal
Copy link

Both are fine imo

@codecalm
Copy link
Member

I've added new calendar icons

Screenshot 2020-04-10 at 15 37 25

@codecalm
Copy link
Member

@zaddok
Copy link
Author

zaddok commented Apr 13, 2020

Amazing!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants