kubernetes-icons
v1.0.4
Published
Wrapper package for official kubernetes icons
Readme
Kubernetes-Icons
Wrapper package for the official kubernetes icons provided in the community repo.
Example usage
This example uses Svelte with SvelteKit.
<script>
import podIcon from "kubernetes-icons/svg/resources/labeled/pod.svg";
</script>
<img src={podIcon} alt="Kubernetes pod icon">Available icons
All icons are available in SVG and PNG, with LABELED and UNLABELED versions.
labeled icons
control_plane_components
![]()
infrastructure_components
![]()
resources
![]()
unlabeled icons
infrastructure_components
![]()
resources
![]()
