network time protocol icon

network-time-protocol from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.

Name
network-time-protocol
Set
Carbon
Style
Outline
Category
Organization
Viewbox
32×32
License
Apache 2.0

More organization icons from Carbon

Use the network time protocol icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M18.8 27c-.3-.9-1-1.5-1.8-1.8V22c5-.5 9-4.8 9-9.9s-4.5-10-10-10S6 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-2H28v-2zM8 12c0-4.4 3.6-8 8-8s8 3.6 8 8s-3.6 8-8 8s-8-3.6-8-8m8 17c-.6 0-1-.5-1-1s.4-1 1-1s1 .5 1 1s-.5 1-1 1m3.3-12.3L15 12.4V6h2v5.6l3.7 3.7z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonNetworkTimeProtocol(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M18.8 27c-.3-.9-1-1.5-1.8-1.8V22c5-.5 9-4.8 9-9.9s-4.5-10-10-10S6 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-2H28v-2zM8 12c0-4.4 3.6-8 8-8s8 3.6 8 8s-3.6 8-8 8s-8-3.6-8-8m8 17c-.6 0-1-.5-1-1s.4-1 1-1s1 .5 1 1s-.5 1-1 1m3.3-12.3L15 12.4V6h2v5.6l3.7 3.7z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M18.8 27c-.3-.9-1-1.5-1.8-1.8V22c5-.5 9-4.8 9-9.9s-4.5-10-10-10S6 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-2H28v-2zM8 12c0-4.4 3.6-8 8-8s8 3.6 8 8s-3.6 8-8 8s-8-3.6-8-8m8 17c-.6 0-1-.5-1-1s.4-1 1-1s1 .5 1 1s-.5 1-1 1m3.3-12.3L15 12.4V6h2v5.6l3.7 3.7z"/></svg>
</template>

CSS

.icon-network-time-protocol {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.8%2027c-.3-.9-1-1.5-1.8-1.8V22c5-.5%209-4.8%209-9.9s-4.5-10-10-10S6%206.5%206%2012s3.9%209.5%209%2010v3.2c-.9.3-1.5%201-1.8%201.8H4v2h9.2c.4%201.2%201.5%202%202.8%202s2.4-.8%202.8-2H28v-2zM8%2012c0-4.4%203.6-8%208-8s8%203.6%208%208s-3.6%208-8%208s-8-3.6-8-8m8%2017c-.6%200-1-.5-1-1s.4-1%201-1s1%20.5%201%201s-.5%201-1%201m3.3-12.3L15%2012.4V6h2v5.6l3.7%203.7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.8%2027c-.3-.9-1-1.5-1.8-1.8V22c5-.5%209-4.8%209-9.9s-4.5-10-10-10S6%206.5%206%2012s3.9%209.5%209%2010v3.2c-.9.3-1.5%201-1.8%201.8H4v2h9.2c.4%201.2%201.5%202%202.8%202s2.4-.8%202.8-2H28v-2zM8%2012c0-4.4%203.6-8%208-8s8%203.6%208%208s-3.6%208-8%208s-8-3.6-8-8m8%2017c-.6%200-1-.5-1-1s.4-1%201-1s1%20.5%201%201s-.5%201-1%201m3.3-12.3L15%2012.4V6h2v5.6l3.7%203.7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/network-time-protocol.svg?color=%231a73e8&size=48