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

Add SVG icon for Cal #10905

Closed
wants to merge 1 commit into from
Closed

Conversation

Magedsaif
Copy link

Checklist

  • I updated the JSON data in _data/simple-icons.json
  • I optimized the icon with SVGO or SVGOMG
  • The SVG viewbox is 0 0 24 24

Description

This pull request adds an SVG icon for Cal, The SVG icon is created with scalability and adaptability in mind, ensuring consistent display across various devices and screen sizes.

Changes Made:

Added a new SVG icon for Cal.
Set the viewBox attribute to "0 0 24 24" to ensure consistent scaling and positioning.
Ensured that the SVG is properly formatted and optimized for performance.

How to Verify:

Review the newly added SVG file named "cal.svg".
Open the SVG file in an SVG viewer or web browser to ensure it displays correctly.

Additional Notes:

The SVG icon can be utilized in web applications, mobile apps, or any other platform where SVG graphics are supported.
The viewBox attribute of "0 0 24 24" enables the SVG icon to scale seamlessly and adapt to different screen sizes and resolutions.
Please review the changes and provide feedback if any further adjustments are needed. Thank you!

@simple-icons simple-icons bot added the new icon Issues or pull requests for adding a new icon label May 5, 2024
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This icon doesn't match what Cal.com uses as their mark/logo, and there are multiple extra attributes.

@@ -2609,6 +2609,11 @@
"hex": "D33C43",
"source": "https://cakephp.org/logos"
},
{
"title": "C",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"title": "C",
"title": "Cal.com",

@@ -0,0 +1,4 @@
<svg role="img" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>C</title>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<title>C</title>
<title>Cal.com</title>

@Magedsaif Magedsaif closed this May 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new icon Issues or pull requests for adding a new icon
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants