0h N0 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The 0h N0 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/335673.svg" alt="0h N0 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335673.svg" alt="0h N0 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335673.svg" alt="0h N0 icon" :width="24" :height="24" />
CSS background
.icon-0h-n0 {
background-image: url('https://proicons.com/icon/335673.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="13.5" cy="13.5" r="8"/><circle class="c" cx="34.5" cy="13.5" r="8"/><circle class="c" cx="34.5" cy="34.5" r="8"/><polyline class="c" points="32.5 10.589 34.5 9.5 34.5 17.5"/><path class="c" d="m10.85,12.15c0-1.6355,1.4816-2.925,3.1759-2.5994,1.1113.2136,1.9988,1.1747,2.1094,2.301.0823.8378-.1828,1.6644-.7615,2.1722-1.072.9408-4.5238,3.4762-4.5238,3.4762h5.3"/></svg>
Copied!