server time usage icon

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

Name
server-time-usage
Set
Carbon
Style
Outline
Category
Organization
Viewbox
32×32
License
Apache 2.0

More organization icons from Carbon

Use the server time usage icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M8 25a1 1 0 1 1-2 0a1 1 0 0 1 2 0m22 3v-6c0-1.102-.897-2-2-2H4c-1.103 0-2 .898-2 2v6c0 1.103.897 2 2 2h24c1.103 0 2-.897 2-2m-2-6v6H4l-.001-6zm-4-12c0-4.411-3.589-8-8-8s-8 3.589-8 8s3.589 8 8 8s8-3.589 8-8m-2 0c0 3.309-2.691 6-6 6s-6-2.691-6-6s2.691-6 6-6s6 2.691 6 6m-6 0h6a6 6 0 0 0-6-6z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonServerTimeUsage(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="M8 25a1 1 0 1 1-2 0a1 1 0 0 1 2 0m22 3v-6c0-1.102-.897-2-2-2H4c-1.103 0-2 .898-2 2v6c0 1.103.897 2 2 2h24c1.103 0 2-.897 2-2m-2-6v6H4l-.001-6zm-4-12c0-4.411-3.589-8-8-8s-8 3.589-8 8s3.589 8 8 8s8-3.589 8-8m-2 0c0 3.309-2.691 6-6 6s-6-2.691-6-6s2.691-6 6-6s6 2.691 6 6m-6 0h6a6 6 0 0 0-6-6z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M8 25a1 1 0 1 1-2 0a1 1 0 0 1 2 0m22 3v-6c0-1.102-.897-2-2-2H4c-1.103 0-2 .898-2 2v6c0 1.103.897 2 2 2h24c1.103 0 2-.897 2-2m-2-6v6H4l-.001-6zm-4-12c0-4.411-3.589-8-8-8s-8 3.589-8 8s3.589 8 8 8s8-3.589 8-8m-2 0c0 3.309-2.691 6-6 6s-6-2.691-6-6s2.691-6 6-6s6 2.691 6 6m-6 0h6a6 6 0 0 0-6-6z"/></svg>
</template>

CSS

.icon-server-time-usage {
  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%22M8%2025a1%201%200%201%201-2%200a1%201%200%200%201%202%200m22%203v-6c0-1.102-.897-2-2-2H4c-1.103%200-2%20.898-2%202v6c0%201.103.897%202%202%202h24c1.103%200%202-.897%202-2m-2-6v6H4l-.001-6zm-4-12c0-4.411-3.589-8-8-8s-8%203.589-8%208s3.589%208%208%208s8-3.589%208-8m-2%200c0%203.309-2.691%206-6%206s-6-2.691-6-6s2.691-6%206-6s6%202.691%206%206m-6%200h6a6%206%200%200%200-6-6z%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%22M8%2025a1%201%200%201%201-2%200a1%201%200%200%201%202%200m22%203v-6c0-1.102-.897-2-2-2H4c-1.103%200-2%20.898-2%202v6c0%201.103.897%202%202%202h24c1.103%200%202-.897%202-2m-2-6v6H4l-.001-6zm-4-12c0-4.411-3.589-8-8-8s-8%203.589-8%208s3.589%208%208%208s8-3.589%208-8m-2%200c0%203.309-2.691%206-6%206s-6-2.691-6-6s2.691-6%206-6s6%202.691%206%206m-6%200h6a6%206%200%200%200-6-6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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