Nhk Clock Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nhk Clock icon is commonly used in time-tracking tools, dashboards and scheduling apps. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/344745.svg" alt="Nhk Clock icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344745.svg" alt="Nhk Clock icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344745.svg" alt="Nhk Clock icon" :width="24" :height="24" />
CSS background
.icon-nhk-clock {
background-image: url('https://proicons.com/icon/344745.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.c{fill:#fff;stroke-width:0px;}</style></defs><ellipse class="d" cx="24" cy="24" rx="19.5" ry="13.5"/><circle class="d" cx="24" cy="24" r="12"/><path class="d" d="m24.783 18.051-.78316 5.9487h9"/><circle class="c" cx="24" cy="24" r=".75"/><path class="d" d="m25.414 22.586-7.7782 7.7782"/><path class="d" d="m24 12v1m0 22v1"/><path class="d" d="m36 24h-1m-22 0h-1"/></svg>
Copied!