Urinox Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Urinox 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/334586.svg" alt="Urinox icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334586.svg" alt="Urinox icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334586.svg" alt="Urinox icon" :width="24" :height="24" />
CSS background
.icon-urinox {
background-image: url('https://proicons.com/icon/334586.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="M24.5427,18.2038a1.7918,1.7918,0,0,1,2.4824-2.5846L35.64,23.8936a1.7918,1.7918,0,0,1-2.4823,2.5846l-14.58,15.1812a5.9727,5.9727,0,1,1-8.6252-8.2642l.01-.01Z"/><circle class="a" cx="36.5298" cy="14.2973" r="3.1779"/><circle class="a" cx="31.4224" cy="6.7471" r="2.2471"/><path class="a" d="M22.8075,20.0105l3.74,3.5924"/><line class="a" x1="18.8121" y1="24.1701" x2="22.5525" y2="27.7624"/><line class="a" x1="14.8168" y1="28.3296" x2="18.5572" y2="31.922"/><path class="a" d="M10.8214,32.4892l3.74,3.5924"/></svg>
Copied!