Zmninja Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Zmninja 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/335618.svg" alt="Zmninja icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335618.svg" alt="Zmninja icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335618.svg" alt="Zmninja icon" :width="24" :height="24" />
CSS background
.icon-zmninja {
background-image: url('https://proicons.com/icon/335618.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M2.67,23.63l41.11-8C33.4-6.39,2.86,1.37,2.67,23.63Z"/><path class="cls-1" d="M9.7,25l7.62-1.55C18.09,29.25,10,29.65,9.7,25Z"/><path class="cls-1" d="M28.5,21.34l7.62-1.55C36.89,25.62,28.8,26,28.5,21.34Z"/><path class="cls-1" d="M4.41,32.68l40.92-8.07C45.58,45.27,15.66,55.16,4.41,32.68Z"/></svg>
Copied!