kubernetes ip address icon
kubernetes-ip-address from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- kubernetes-ip-address
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
More organization icons from Carbon
Use the kubernetes ip address icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="16" cy="9" r="2" fill="currentColor"/><circle cx="16" cy="16" r="2" fill="currentColor"/><path fill="currentColor" d="M18.816 26A3 3 0 0 0 17 24.184V22h3a1 1 0 0 0 .768-.36l5-6a1 1 0 0 0 .208-.857l-2-9a1 1 0 0 0-.582-.702l-7-3a1 1 0 0 0-.788 0l-7.001 3a1 1 0 0 0-.583.702l-1.998 9a1 1 0 0 0 .208.857l5 6A1 1 0 0 0 12 22h3v2.185A3 3 0 0 0 13.184 26H4v2h9.184c.414 1.161 1.514 2 2.816 2s2.402-.839 2.816-2H28v-2zM8.083 14.737l1.78-8.02L16 4.087l6.135 2.63l1.782 8.02L19.532 20h-7.064zM16 28a1.001 1.001 0 0 1 0-2a1.001 1.001 0 0 1 0 2"/></svg>
React
import type { SVGProps } from "react";
export function CarbonKubernetesIpAddress(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="16" cy="9" r="2" fill="currentColor"/><circle cx="16" cy="16" r="2" fill="currentColor"/><path fill="currentColor" d="M18.816 26A3 3 0 0 0 17 24.184V22h3a1 1 0 0 0 .768-.36l5-6a1 1 0 0 0 .208-.857l-2-9a1 1 0 0 0-.582-.702l-7-3a1 1 0 0 0-.788 0l-7.001 3a1 1 0 0 0-.583.702l-1.998 9a1 1 0 0 0 .208.857l5 6A1 1 0 0 0 12 22h3v2.185A3 3 0 0 0 13.184 26H4v2h9.184c.414 1.161 1.514 2 2.816 2s2.402-.839 2.816-2H28v-2zM8.083 14.737l1.78-8.02L16 4.087l6.135 2.63l1.782 8.02L19.532 20h-7.064zM16 28a1.001 1.001 0 0 1 0-2a1.001 1.001 0 0 1 0 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="16" cy="9" r="2" fill="currentColor"/><circle cx="16" cy="16" r="2" fill="currentColor"/><path fill="currentColor" d="M18.816 26A3 3 0 0 0 17 24.184V22h3a1 1 0 0 0 .768-.36l5-6a1 1 0 0 0 .208-.857l-2-9a1 1 0 0 0-.582-.702l-7-3a1 1 0 0 0-.788 0l-7.001 3a1 1 0 0 0-.583.702l-1.998 9a1 1 0 0 0 .208.857l5 6A1 1 0 0 0 12 22h3v2.185A3 3 0 0 0 13.184 26H4v2h9.184c.414 1.161 1.514 2 2.816 2s2.402-.839 2.816-2H28v-2zM8.083 14.737l1.78-8.02L16 4.087l6.135 2.63l1.782 8.02L19.532 20h-7.064zM16 28a1.001 1.001 0 0 1 0-2a1.001 1.001 0 0 1 0 2"/></svg> </template>
CSS
.icon-kubernetes-ip-address {
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%2216%22%20cy%3D%229%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.816%2026A3%203%200%200%200%2017%2024.184V22h3a1%201%200%200%200%20.768-.36l5-6a1%201%200%200%200%20.208-.857l-2-9a1%201%200%200%200-.582-.702l-7-3a1%201%200%200%200-.788%200l-7.001%203a1%201%200%200%200-.583.702l-1.998%209a1%201%200%200%200%20.208.857l5%206A1%201%200%200%200%2012%2022h3v2.185A3%203%200%200%200%2013.184%2026H4v2h9.184c.414%201.161%201.514%202%202.816%202s2.402-.839%202.816-2H28v-2zM8.083%2014.737l1.78-8.02L16%204.087l6.135%202.63l1.782%208.02L19.532%2020h-7.064zM16%2028a1.001%201.001%200%200%201%200-2a1.001%201.001%200%200%201%200%202%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%2216%22%20cy%3D%229%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.816%2026A3%203%200%200%200%2017%2024.184V22h3a1%201%200%200%200%20.768-.36l5-6a1%201%200%200%200%20.208-.857l-2-9a1%201%200%200%200-.582-.702l-7-3a1%201%200%200%200-.788%200l-7.001%203a1%201%200%200%200-.583.702l-1.998%209a1%201%200%200%200%20.208.857l5%206A1%201%200%200%200%2012%2022h3v2.185A3%203%200%200%200%2013.184%2026H4v2h9.184c.414%201.161%201.514%202%202.816%202s2.402-.839%202.816-2H28v-2zM8.083%2014.737l1.78-8.02L16%204.087l6.135%202.63l1.782%208.02L19.532%2020h-7.064zM16%2028a1.001%201.001%200%200%201%200-2a1.001%201.001%200%200%201%200%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/kubernetes-ip-address.svg?color=%231a73e8&size=48