ibm dynamic route server icon

ibm-dynamic-route-server from Carbon by IBM · Outline · Enterprise · Apache-2.0 Free for personal and commercial use.

Name
ibm-dynamic-route-server
Set
Carbon
Style
Outline
Category
Enterprise
Viewbox
32×32
License
Apache 2.0

More enterprise icons from Carbon

Use the ibm dynamic route server icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="29" cy="5" r="2" fill="currentColor"/><circle cx="29" cy="27" r="2" fill="currentColor"/><path fill="currentColor" d="M7 13H1v6h6zm-2 4H3v-2h2z"/><path fill="currentColor" d="M17.5 6.677A7.02 7.02 0 0 0 12 4a7.03 7.03 0 0 0-6.063 3.499L4.772 9.518l1.732 1L7.669 8.5C8.56 6.958 10.22 6 12 6s3.439.958 4.331 2.5l.016.023l-1.933 3.348A6.28 6.28 0 0 1 9 15v2a6.28 6.28 0 0 1 5.414 3.129l1.933 3.347l-.016.024C15.439 25.042 13.779 26 12 26s-3.439-.958-4.33-2.5l-1.166-2.018l-1.732 1l1.165 2.02A7.03 7.03 0 0 0 12 28a7.03 7.03 0 0 0 5.5-2.677A7.02 7.02 0 0 0 23 28h2v-2h-2a5.01 5.01 0 0 1-4.261-2.397A5 5 0 0 1 22.393 22H25v-2h-2.607a7 7 0 0 0-4.69 1.824l-1.557-2.696a8.25 8.25 0 0 0-3.246-3.13a8.25 8.25 0 0 0 3.246-3.128l1.557-2.696a7 7 0 0 0 4.69 1.824H25v-2h-2.607a5 5 0 0 1-3.655-1.601A5.01 5.01 0 0 1 23 6h2V4h-2a7.02 7.02 0 0 0-5.5 2.677"/></svg>

React

import type { SVGProps } from "react";

export function CarbonIbmDynamicRouteServer(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="29" cy="5" r="2" fill="currentColor"/><circle cx="29" cy="27" r="2" fill="currentColor"/><path fill="currentColor" d="M7 13H1v6h6zm-2 4H3v-2h2z"/><path fill="currentColor" d="M17.5 6.677A7.02 7.02 0 0 0 12 4a7.03 7.03 0 0 0-6.063 3.499L4.772 9.518l1.732 1L7.669 8.5C8.56 6.958 10.22 6 12 6s3.439.958 4.331 2.5l.016.023l-1.933 3.348A6.28 6.28 0 0 1 9 15v2a6.28 6.28 0 0 1 5.414 3.129l1.933 3.347l-.016.024C15.439 25.042 13.779 26 12 26s-3.439-.958-4.33-2.5l-1.166-2.018l-1.732 1l1.165 2.02A7.03 7.03 0 0 0 12 28a7.03 7.03 0 0 0 5.5-2.677A7.02 7.02 0 0 0 23 28h2v-2h-2a5.01 5.01 0 0 1-4.261-2.397A5 5 0 0 1 22.393 22H25v-2h-2.607a7 7 0 0 0-4.69 1.824l-1.557-2.696a8.25 8.25 0 0 0-3.246-3.13a8.25 8.25 0 0 0 3.246-3.128l1.557-2.696a7 7 0 0 0 4.69 1.824H25v-2h-2.607a5 5 0 0 1-3.655-1.601A5.01 5.01 0 0 1 23 6h2V4h-2a7.02 7.02 0 0 0-5.5 2.677"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="29" cy="5" r="2" fill="currentColor"/><circle cx="29" cy="27" r="2" fill="currentColor"/><path fill="currentColor" d="M7 13H1v6h6zm-2 4H3v-2h2z"/><path fill="currentColor" d="M17.5 6.677A7.02 7.02 0 0 0 12 4a7.03 7.03 0 0 0-6.063 3.499L4.772 9.518l1.732 1L7.669 8.5C8.56 6.958 10.22 6 12 6s3.439.958 4.331 2.5l.016.023l-1.933 3.348A6.28 6.28 0 0 1 9 15v2a6.28 6.28 0 0 1 5.414 3.129l1.933 3.347l-.016.024C15.439 25.042 13.779 26 12 26s-3.439-.958-4.33-2.5l-1.166-2.018l-1.732 1l1.165 2.02A7.03 7.03 0 0 0 12 28a7.03 7.03 0 0 0 5.5-2.677A7.02 7.02 0 0 0 23 28h2v-2h-2a5.01 5.01 0 0 1-4.261-2.397A5 5 0 0 1 22.393 22H25v-2h-2.607a7 7 0 0 0-4.69 1.824l-1.557-2.696a8.25 8.25 0 0 0-3.246-3.13a8.25 8.25 0 0 0 3.246-3.128l1.557-2.696a7 7 0 0 0 4.69 1.824H25v-2h-2.607a5 5 0 0 1-3.655-1.601A5.01 5.01 0 0 1 23 6h2V4h-2a7.02 7.02 0 0 0-5.5 2.677"/></svg>
</template>

CSS

.icon-ibm-dynamic-route-server {
  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%3Ccircle%20cx%3D%2229%22%20cy%3D%225%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2229%22%20cy%3D%2227%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%2013H1v6h6zm-2%204H3v-2h2z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.5%206.677A7.02%207.02%200%200%200%2012%204a7.03%207.03%200%200%200-6.063%203.499L4.772%209.518l1.732%201L7.669%208.5C8.56%206.958%2010.22%206%2012%206s3.439.958%204.331%202.5l.016.023l-1.933%203.348A6.28%206.28%200%200%201%209%2015v2a6.28%206.28%200%200%201%205.414%203.129l1.933%203.347l-.016.024C15.439%2025.042%2013.779%2026%2012%2026s-3.439-.958-4.33-2.5l-1.166-2.018l-1.732%201l1.165%202.02A7.03%207.03%200%200%200%2012%2028a7.03%207.03%200%200%200%205.5-2.677A7.02%207.02%200%200%200%2023%2028h2v-2h-2a5.01%205.01%200%200%201-4.261-2.397A5%205%200%200%201%2022.393%2022H25v-2h-2.607a7%207%200%200%200-4.69%201.824l-1.557-2.696a8.25%208.25%200%200%200-3.246-3.13a8.25%208.25%200%200%200%203.246-3.128l1.557-2.696a7%207%200%200%200%204.69%201.824H25v-2h-2.607a5%205%200%200%201-3.655-1.601A5.01%205.01%200%200%201%2023%206h2V4h-2a7.02%207.02%200%200%200-5.5%202.677%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%3Ccircle%20cx%3D%2229%22%20cy%3D%225%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2229%22%20cy%3D%2227%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%2013H1v6h6zm-2%204H3v-2h2z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.5%206.677A7.02%207.02%200%200%200%2012%204a7.03%207.03%200%200%200-6.063%203.499L4.772%209.518l1.732%201L7.669%208.5C8.56%206.958%2010.22%206%2012%206s3.439.958%204.331%202.5l.016.023l-1.933%203.348A6.28%206.28%200%200%201%209%2015v2a6.28%206.28%200%200%201%205.414%203.129l1.933%203.347l-.016.024C15.439%2025.042%2013.779%2026%2012%2026s-3.439-.958-4.33-2.5l-1.166-2.018l-1.732%201l1.165%202.02A7.03%207.03%200%200%200%2012%2028a7.03%207.03%200%200%200%205.5-2.677A7.02%207.02%200%200%200%2023%2028h2v-2h-2a5.01%205.01%200%200%201-4.261-2.397A5%205%200%200%201%2022.393%2022H25v-2h-2.607a7%207%200%200%200-4.69%201.824l-1.557-2.696a8.25%208.25%200%200%200-3.246-3.13a8.25%208.25%200%200%200%203.246-3.128l1.557-2.696a7%207%200%200%200%204.69%201.824H25v-2h-2.607a5%205%200%200%201-3.655-1.601A5.01%205.01%200%200%201%2023%206h2V4h-2a7.02%207.02%200%200%200-5.5%202.677%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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