CARVIEW |
Select Language
HTTP/2 200
date: Sat, 26 Jul 2025 12:32:22 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
etag: W/"68df97e9b45a1c085d06e9c6dc0856bc"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=2e6%2BlgRjHaR%2Fiq41kuMdyfxfwFMcaT374bOvi2P2ZD%2Fz4G%2BkLwEE2caXTAtRkWh9XTAAghdJLzYMClT3ZqePaEJ%2B1i1uH6FP2H3T%2B1o%2Bg0B5npdrkPDeQNZqAHQslX4A9AKBCnZoe2iEBD4qrR1oHgDP2FQ1%2F17EU%2FMSYNaywbiI%2BWANINzRWq9J5gMwCULlmSIRyrIF%2BAlqoKKo3R2bdBL1KdkrZQW6UI5h85iI8foisF4j8dJYOeYaDDNQ%2FTcag1nUz0X85erKykE5lmtLPQ%3D%3D--J6LUBzw9sjl8Iv%2BZ--ih9wTfewuN%2FB1tzbiAVk5w%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1120215841.1753533142; Path=/; Domain=github.com; Expires=Sun, 26 Jul 2026 12:32:22 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Sun, 26 Jul 2026 12:32:22 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: 9872:178C3F:562E05:70691C:6884CAD6
Release 5.0.0 · ionic-team/ionicons · GitHub
Loading
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
5.0.0
Compare
What's new
- Top to bottom re-draw of every icon to better match the latest iOS and Material platform styles.
- Plenty of additions to help you get icons you need for your project.
- Instead of platform specific variants for each icon we are providing appearance variants (filled, outline, and sharp) for each icon.
- Using appearance variants:
<ion-icon name="heart"></ion-icon> <!--filled variant--> <ion-icon name="heart-outline"></ion-icon> <!--outline variant--> <ion-icon name="heart-sharp"></ion-icon> <!--sharp variant-->
- There will no longer be auto-switching for platform specificity when using Ionicons in an Ionic Framework app. If you'd like to switch icon styles based on the platform in Ionic use the
md
andios
attributes and provide the platform specific icon/variant name.
<ion-icon ios="heart-outline" md="heart-sharp"></ion-icon>
- Adjust the stroke weight via CSS for icons that use the outline variant.
BREAKING CHANGES
The table below outlines icons that were removed or renamed.
Icon Name | Status | Notes | |
---|---|---|---|
add-circle | ❌ | deleted | re-added as "circled" icon |
alert | ✏️ | renamed | renamed to "alert-circle" |
appstore | ❌ | deleted | added as google play & apple app store logos |
arrow-dropdown-circle | ✏️ | renamed | md version added as "caret-down-circle", ios version added as "chevron-down-circle" |
arrow-dropdown | ✏️ | renamed | md version added as "caret-down", ios version added as "chevron-down-circle-outline" |
arrow-dropleft-circle | ✏️ | renamed | md version added as "caret-back-circle", ios version added as "chevron-back-circle" |
arrow-dropleft | ✏️ | renamed | md version added as "caret-back", ios version added as "chevron-back-circle-outline" |
arrow-dropright-circle | ✏️ | renamed | md version added as "caret-forward-circle", ios version added as "chevron-forward-circle" |
arrow-dropright | ✏️ | renamed | md version added as "caret-forward", ios version added as "chevron-forward-circle-outline" |
arrow-dropup-circle | ✏️ | renamed | md version added as "caret-up-circle", ios version added as "chevron-up-circle" |
arrow-dropup | ✏️ | renamed | md version added as "caret-up", ios version added as "chevron-up-circle-outline" |
arrow-round-back | ❌ | deleted | becomes "arrow-back" |
arrow-round-down | ❌ | deleted | becomes "arrow-down" |
arrow-round-forward | ❌ | deleted | becomes "arrow-forward" |
arrow-round-up | ❌ | deleted | becomes "arrow-up" |
at | ✏️ | renamed | becomes "at-circle" |
bowtie | ❌ | deleted | |
chatboxes | ✏️ | renamed | renamed to "chatbox" |
clock | ❌ | deleted | |
contact | ✏️ | renamed | renamed to "person-circle" |
contacts | ✏️ | renamed | renamed to "people-circle" |
done-all | ✏️ | renamed | renamed to "checkmark-done" |
fastforward | ✏️ | renamed | renamed to "play-forward" |
filing | ✏️ | renamed | renamed to "file-tray" |
logo-freebsd-devil | ❌ | deleted | |
logo-game-controller-a | ❌ | deleted | |
logo-game-controller-b | ❌ | deleted | added as "game-controller" |
logo-googleplus | ❌ | deleted | |
hand | ❌ | deleted | split into "hand-left" and "hand-right" |
heart-empty | ✏️ | renamed | renamed to "heart-outline" |
jet | ❌ | deleted | use "airplane" |
list-box | ❌ | deleted | |
lock | ✏️ | renamed | renamed to "lock-closed" |
microphone | ❌ | deleted | |
model-s | ❌ | deleted | added as "car-sport" |
more | ❌ | deleted | use "ellipsis-horizontal" for ios and "ellipsis-vertical" for md |
notifications-outline | ❌ | deleted | exists as circled version |
outlet | ❌ | deleted | |
paper | ✏️ | renamed | renamed to "newspaper" |
logo-polymer | ❌ | deleted | |
pie | ✏️ | renamed | renamed to "pie-chart" |
photos | ❌ | deleted | use "image" or "images" |
qr-scanner | ✏️ | renamed | renamed to "qr-code" |
quote | ❌ | deleted | |
redo | ✏️ | renamed | renamed to "arrow-redo" |
reorder | ❌ | deleted | added as "reorder-two", "reorder-three", "reorder-four" |
return-left | ✏️ | renamed | renamed to "return-down-back" |
return-right | ✏️ | renamed | renamed to "return-down-forward" |
rewind | ✏️ | renamed | renamed to "play-back" |
reverse-camera | ✏️ | renamed | renamed to "camera-reverse" |
share-alt | ❌ | deleted | |
skip-backward | ✏️ | renamed | renamed to "play-skip-back" |
skip-forward | ✏️ | renamed | renamed to "play-skip-forward" |
stats | ✏️ | renamed | renamed to "stats-chart" |
swap | ❌ | deleted | use "swap-horizontal" or "swap-vertical" |
switch | ✏️ | renamed | renamed to "toggle" |
text | ✏️ | renamed | renamed to "chatbox-ellipses" |
undo | ✏️ | renamed | renamed to "arrow-undo" |
unlock | ✏️ | renamed | renamed to "lock-open" |
Assets 2
9 people reacted
You can’t perform that action at this time.