Network Time Protocol Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Network Time Protocol 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/318455.svg" alt="Network Time Protocol icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/318455.svg" alt="Network Time Protocol icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/318455.svg" alt="Network Time Protocol icon" :width="24" :height="24" />
CSS background
.icon-network-time-protocol {
background-image: url('https://proicons.com/icon/318455.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="icon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<defs>
<style>
.cls-1 {
fill: none;
}
</style>
</defs>
<path d="M18.8,27c-.3-.9-1-1.5-1.8-1.8v-3.2c5-.5,9-4.8,9-9.9S21.5,2.1,16,2.1,6,6.5,6,12s3.9,9.5,9,10v3.2c-.9.3-1.5,1-1.8,1.8H4v2h9.2c.4,1.2,1.5,2,2.8,2s2.4-.8,2.8-2h9.2v-2h-9.2ZM8,12c0-4.4,3.6-8,8-8s8,3.6,8,8-3.6,8-8,8-8-3.6-8-8ZM16,29c-.6,0-1-.5-1-1s.4-1,1-1,1,.5,1,1-.5,1-1,1ZM19.3,16.7l-4.3-4.3v-6.4h2v5.6l3.7,3.7s-1.4,1.4-1.4,1.4Z"/>
<rect id="_x3C_Transparent_Rectangle" class="cls-1" width="32" height="32"/>
</svg>
Copied!