Z Axis Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Z Axis icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/319448.svg" alt="Z Axis icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319448.svg" alt="Z Axis icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319448.svg" alt="Z Axis icon" :width="24" :height="24" />
CSS background
.icon-z-axis {
background-image: url('https://proicons.com/icon/319448.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="icon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><defs><style>.cls-1{fill:none;}</style></defs><title>z-axis</title><polygon points="26 22 26 25.586 17 16.586 17 10 17 6 17 5.828 19.586 8.414 21 7 16 2 11 7 12.414 8.414 15 5.828 15 6 15 10 15 16.586 6 25.586 6 22 4 22 4 29 11 29 11 27 7.414 27 16 18.414 24.586 27 21 27 21 29 28 29 28 22 26 22"/><rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/></svg>
Copied!