Zenless Zone Zero Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Zenless Zone Zero 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/335576.svg" alt="Zenless Zone Zero icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335576.svg" alt="Zenless Zone Zero icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335576.svg" alt="Zenless Zone Zero icon" :width="24" :height="24" />
CSS background
.icon-zenless-zone-zero {
background-image: url('https://proicons.com/icon/335576.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="e" d="M5.7975,6.39l27.132-.89.13,2.462-20.05,31.086.385,3.452,28.808-3.07"/><path id="c" class="e" d="M28.3465,22.845l9.223-.455.413,3.214-7.954,15.122"/><path id="d" class="e" d="M20.7515,5.899l-10.44,14.388.46,3.426,12.529-.619"/></svg>
Copied!