ibm turbonomic icon
ibm-turbonomic from Carbon by IBM · Outline · Enterprise · Apache-2.0 Free for personal and commercial use.
- Name
- ibm-turbonomic
- Set
- Carbon
- Style
- Outline
- Category
- Enterprise
- Viewbox
- 32×32
- License
- Apache 2.0
More enterprise icons from Carbon
accountaiai-agentai-agent-detachedai-business-impact-assessmentai-enabled-edtai-enabled-pdlcai-generateai-governance-lifecycleai-governance-trackedai-governance-untrackedai-labelai-launchai-observabilityai-recommendappleapple-dashautoscalingbank-vaultbasketballbatbee-batbinding-connectorblock-storage
Use the ibm turbonomic icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 16c0 7.73-6.27 14-14 14S2 23.73 2 16C2 9.3 6.71 3.7 13 2.32v2.06C7.82 5.71 4 10.41 4 16c0 6.63 5.37 12 12 12s12-5.37 12-12c0-5.59-3.82-10.29-9-11.62V2.32C25.29 3.7 30 9.3 30 16m-11 0c0 1.66-1.34 3-3 3s-3-1.34-3-3c0-1.31.83-2.42 2-2.82V2h2v11.18c1.17.4 2 1.51 2 2.82m-2 0c0-.55-.45-1-1-1s-1 .45-1 1s.45 1 1 1s1-.45 1-1"/></svg>
React
import type { SVGProps } from "react";
export function CarbonIbmTurbonomic(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="M30 16c0 7.73-6.27 14-14 14S2 23.73 2 16C2 9.3 6.71 3.7 13 2.32v2.06C7.82 5.71 4 10.41 4 16c0 6.63 5.37 12 12 12s12-5.37 12-12c0-5.59-3.82-10.29-9-11.62V2.32C25.29 3.7 30 9.3 30 16m-11 0c0 1.66-1.34 3-3 3s-3-1.34-3-3c0-1.31.83-2.42 2-2.82V2h2v11.18c1.17.4 2 1.51 2 2.82m-2 0c0-.55-.45-1-1-1s-1 .45-1 1s.45 1 1 1s1-.45 1-1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 16c0 7.73-6.27 14-14 14S2 23.73 2 16C2 9.3 6.71 3.7 13 2.32v2.06C7.82 5.71 4 10.41 4 16c0 6.63 5.37 12 12 12s12-5.37 12-12c0-5.59-3.82-10.29-9-11.62V2.32C25.29 3.7 30 9.3 30 16m-11 0c0 1.66-1.34 3-3 3s-3-1.34-3-3c0-1.31.83-2.42 2-2.82V2h2v11.18c1.17.4 2 1.51 2 2.82m-2 0c0-.55-.45-1-1-1s-1 .45-1 1s.45 1 1 1s1-.45 1-1"/></svg> </template>
CSS
.icon-ibm-turbonomic {
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%22M30%2016c0%207.73-6.27%2014-14%2014S2%2023.73%202%2016C2%209.3%206.71%203.7%2013%202.32v2.06C7.82%205.71%204%2010.41%204%2016c0%206.63%205.37%2012%2012%2012s12-5.37%2012-12c0-5.59-3.82-10.29-9-11.62V2.32C25.29%203.7%2030%209.3%2030%2016m-11%200c0%201.66-1.34%203-3%203s-3-1.34-3-3c0-1.31.83-2.42%202-2.82V2h2v11.18c1.17.4%202%201.51%202%202.82m-2%200c0-.55-.45-1-1-1s-1%20.45-1%201s.45%201%201%201s1-.45%201-1%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%22M30%2016c0%207.73-6.27%2014-14%2014S2%2023.73%202%2016C2%209.3%206.71%203.7%2013%202.32v2.06C7.82%205.71%204%2010.41%204%2016c0%206.63%205.37%2012%2012%2012s12-5.37%2012-12c0-5.59-3.82-10.29-9-11.62V2.32C25.29%203.7%2030%209.3%2030%2016m-11%200c0%201.66-1.34%203-3%203s-3-1.34-3-3c0-1.31.83-2.42%202-2.82V2h2v11.18c1.17.4%202%201.51%202%202.82m-2%200c0-.55-.45-1-1-1s-1%20.45-1%201s.45%201%201%201s1-.45%201-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/ibm-turbonomic.svg?color=%231a73e8&size=48