Naturalhour Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Naturalhour 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/344548.svg" alt="Naturalhour icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344548.svg" alt="Naturalhour icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344548.svg" alt="Naturalhour icon" :width="24" :height="24" />
CSS background
.icon-naturalhour {
background-image: url('https://proicons.com/icon/344548.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="a" cx="24" cy="24" r="21.5"/><line class="a" x1="24" y1="2.5" x2="24" y2="8.008"/><line class="a" x1="9.0557" y1="8.5419" x2="12.9502" y2="12.4374"/><line class="a" x1="39.4878" y1="9.0918" x2="35.5922" y2="12.9862"/><circle class="a" cx="23.9989" cy="24" r="15.991"/><line class="a" x1="24" y1="8.008" x2="24" y2="24"/><line class="a" x1="39.9931" y1="24" x2="8.008" y2="24"/><line class="a" x1="2.5" y1="24" x2="8.008" y2="24"/><line class="a" x1="39.9846" y1="24" x2="45.5" y2="24"/><line class="a" x1="12.9576" y1="35.5679" x2="9.0631" y2="39.4634"/><line class="a" x1="35.4609" y1="35.1441" x2="39.3606" y2="39.0428"/><line class="a" x1="23.9989" y1="39.992" x2="23.9989" y2="45.5"/></svg>
Copied!