Niyox Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Niyox 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/330243.svg" alt="Niyox icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330243.svg" alt="Niyox icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330243.svg" alt="Niyox icon" :width="24" :height="24" />
CSS background
.icon-niyox {
background-image: url('https://proicons.com/icon/330243.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m24.1198,33.4759c1.3022,1.792,2.8965,5.3381,9.3186,5.5273h10.0616l-6.1772-8.2252c-2.7158-3.9178-4.4127-5.1222-6.667-5.2868l-9.0711,10.9521c-2.2705,2.8493-6.2749,2.7603-9.2941,2.7603h-7.7907l6.5223-8.6704c2.9717-4.5745,6.1366-5.042,10.518-5.042h9.1156"/><path class="c" d="m30.6558,22.5087h-9.1156c-4.3814,0-7.5462-.4675-10.518-5.042l-6.5223-8.6704h7.7907c3.0192,0,7.0235-.089,9.2941,2.7603l9.0711,10.9521c2.2542-.1646,3.9512-1.369,6.667-5.2868l6.1772-8.2252h-10.0616c-6.4221.1892-8.0163,3.7354-9.3186,5.5273"/></svg>
Copied!