infrastructure classic icon

infrastructure-classic from Carbon by IBM · Outline · Enterprise · Apache-2.0 Free for personal and commercial use.

Name
infrastructure-classic
Set
Carbon
Style
Outline
Category
Enterprise
Viewbox
32×32
License
Apache 2.0

More enterprise icons from Carbon

Use the infrastructure classic icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M18 26h12v2H18zm0-5h12v2H18zm0-5h12v2H18z"/><path fill="currentColor" d="M14 25H9.5a7.496 7.496 0 0 1-1.322-14.876A10 10 0 0 1 28 12h-2a7.999 7.999 0 0 0-15.95-.87l-.09.834l-.837.056A5.496 5.496 0 0 0 9.5 23H14Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonInfrastructureClassic(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 26h12v2H18zm0-5h12v2H18zm0-5h12v2H18z"/><path fill="currentColor" d="M14 25H9.5a7.496 7.496 0 0 1-1.322-14.876A10 10 0 0 1 28 12h-2a7.999 7.999 0 0 0-15.95-.87l-.09.834l-.837.056A5.496 5.496 0 0 0 9.5 23H14Z"/></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 26h12v2H18zm0-5h12v2H18zm0-5h12v2H18z"/><path fill="currentColor" d="M14 25H9.5a7.496 7.496 0 0 1-1.322-14.876A10 10 0 0 1 28 12h-2a7.999 7.999 0 0 0-15.95-.87l-.09.834l-.837.056A5.496 5.496 0 0 0 9.5 23H14Z"/></svg>
</template>

CSS

.icon-infrastructure-classic {
  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%2026h12v2H18zm0-5h12v2H18zm0-5h12v2H18z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%2025H9.5a7.496%207.496%200%200%201-1.322-14.876A10%2010%200%200%201%2028%2012h-2a7.999%207.999%200%200%200-15.95-.87l-.09.834l-.837.056A5.496%205.496%200%200%200%209.5%2023H14Z%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%2026h12v2H18zm0-5h12v2H18zm0-5h12v2H18z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%2025H9.5a7.496%207.496%200%200%201-1.322-14.876A10%2010%200%200%201%2028%2012h-2a7.999%207.999%200%200%200-15.95-.87l-.09.834l-.837.056A5.496%205.496%200%200%200%209.5%2023H14Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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