Nonocross Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nonocross 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/330276.svg" alt="Nonocross icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330276.svg" alt="Nonocross icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330276.svg" alt="Nonocross icon" :width="24" :height="24" />
CSS background
.icon-nonocross {
background-image: url('https://proicons.com/icon/330276.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M28.05,40.3,30.35,27M12.25,8.8l5.6,12.7m17-13.1L30.35,27,19.75,7.8l-7.5,1L5.45,37.9M42.35,10l-6.7,29-7.6,1.3L17.85,21.5l-4.9,18a3.839,3.839,0,0,1-4.5,2.8,3.9,3.9,0,0,1-3-4.4M34.85,8.4a3.839,3.839,0,0,1,4.5-2.8,3.9,3.9,0,0,1,3,4.4"/></svg>
Copied!