kubernetes operator icon
kubernetes-operator from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- kubernetes-operator
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
More organization icons from Carbon
Use the kubernetes operator icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M19 21h-6c-1.103 0-2-.897-2-2v-6c0-1.103.897-2 2-2h6c1.103 0 2 .897 2 2v6c0 1.103-.897 2-2 2m-6-8v6h6v-6z"/><path fill="currentColor" d="M30 16c0-7.72-6.28-14-14-14S2 8.28 2 16s6.28 14 14 14c2.777 0 5.417-.796 7.701-2.308c.395.191.832.308 1.299.308c1.654 0 3-1.346 3-3c0-.467-.117-.904-.308-1.299A13.85 13.85 0 0 0 30 16M4 16C4 9.383 9.383 4 16 4s12 5.383 12 12c0 2.248-.615 4.388-1.774 6.268A3 3 0 0 0 25 22c-1.654 0-3 1.346-3 3c0 .438.1.85.268 1.226A11.86 11.86 0 0 1 16 28C9.383 28 4 22.617 4 16m21 10a1.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 CarbonKubernetesOperator(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="M19 21h-6c-1.103 0-2-.897-2-2v-6c0-1.103.897-2 2-2h6c1.103 0 2 .897 2 2v6c0 1.103-.897 2-2 2m-6-8v6h6v-6z"/><path fill="currentColor" d="M30 16c0-7.72-6.28-14-14-14S2 8.28 2 16s6.28 14 14 14c2.777 0 5.417-.796 7.701-2.308c.395.191.832.308 1.299.308c1.654 0 3-1.346 3-3c0-.467-.117-.904-.308-1.299A13.85 13.85 0 0 0 30 16M4 16C4 9.383 9.383 4 16 4s12 5.383 12 12c0 2.248-.615 4.388-1.774 6.268A3 3 0 0 0 25 22c-1.654 0-3 1.346-3 3c0 .438.1.85.268 1.226A11.86 11.86 0 0 1 16 28C9.383 28 4 22.617 4 16m21 10a1.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"><path fill="currentColor" d="M19 21h-6c-1.103 0-2-.897-2-2v-6c0-1.103.897-2 2-2h6c1.103 0 2 .897 2 2v6c0 1.103-.897 2-2 2m-6-8v6h6v-6z"/><path fill="currentColor" d="M30 16c0-7.72-6.28-14-14-14S2 8.28 2 16s6.28 14 14 14c2.777 0 5.417-.796 7.701-2.308c.395.191.832.308 1.299.308c1.654 0 3-1.346 3-3c0-.467-.117-.904-.308-1.299A13.85 13.85 0 0 0 30 16M4 16C4 9.383 9.383 4 16 4s12 5.383 12 12c0 2.248-.615 4.388-1.774 6.268A3 3 0 0 0 25 22c-1.654 0-3 1.346-3 3c0 .438.1.85.268 1.226A11.86 11.86 0 0 1 16 28C9.383 28 4 22.617 4 16m21 10a1.001 1.001 0 0 1 0-2a1.001 1.001 0 0 1 0 2"/></svg> </template>
CSS
.icon-kubernetes-operator {
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%22M19%2021h-6c-1.103%200-2-.897-2-2v-6c0-1.103.897-2%202-2h6c1.103%200%202%20.897%202%202v6c0%201.103-.897%202-2%202m-6-8v6h6v-6z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%2016c0-7.72-6.28-14-14-14S2%208.28%202%2016s6.28%2014%2014%2014c2.777%200%205.417-.796%207.701-2.308c.395.191.832.308%201.299.308c1.654%200%203-1.346%203-3c0-.467-.117-.904-.308-1.299A13.85%2013.85%200%200%200%2030%2016M4%2016C4%209.383%209.383%204%2016%204s12%205.383%2012%2012c0%202.248-.615%204.388-1.774%206.268A3%203%200%200%200%2025%2022c-1.654%200-3%201.346-3%203c0%20.438.1.85.268%201.226A11.86%2011.86%200%200%201%2016%2028C9.383%2028%204%2022.617%204%2016m21%2010a1.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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19%2021h-6c-1.103%200-2-.897-2-2v-6c0-1.103.897-2%202-2h6c1.103%200%202%20.897%202%202v6c0%201.103-.897%202-2%202m-6-8v6h6v-6z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%2016c0-7.72-6.28-14-14-14S2%208.28%202%2016s6.28%2014%2014%2014c2.777%200%205.417-.796%207.701-2.308c.395.191.832.308%201.299.308c1.654%200%203-1.346%203-3c0-.467-.117-.904-.308-1.299A13.85%2013.85%200%200%200%2030%2016M4%2016C4%209.383%209.383%204%2016%204s12%205.383%2012%2012c0%202.248-.615%204.388-1.774%206.268A3%203%200%200%200%2025%2022c-1.654%200-3%201.346-3%203c0%20.438.1.85.268%201.226A11.86%2011.86%200%200%201%2016%2028C9.383%2028%204%2022.617%204%2016m21%2010a1.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-operator.svg?color=%231a73e8&size=48