ibm saas console icon
ibm-saas-console from Carbon by IBM · Outline · Enterprise · Apache-2.0 Free for personal and commercial use.
- Name
- ibm-saas-console
- 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 saas console icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="30" cy="20" r="1" fill="currentColor"/><circle cx="2" cy="20" r="1" fill="currentColor"/><path fill="currentColor" d="M24 26a6 6 0 0 1-5.19-3.003l-1.733 1C18.46 26.387 21.04 28 24 28s5.54-1.612 6.923-4.003l-1.733-1A6 6 0 0 1 24 26"/><path fill="currentColor" d="M24 14a6.02 6.02 0 0 1 5.197 3l1.732-1.001C29.502 13.532 26.847 12 24 12s-5.502 1.532-6.938 4.015L13.197 23c-1.07 1.85-3.061 3-5.197 3s-4.127-1.15-5.197-3L1.07 24.001C2.498 26.468 5.153 28 8 28s5.502-1.532 6.938-4.015L18.803 17c1.07-1.85 3.061-3 5.197-3"/><path fill="currentColor" d="M8 14a6 6 0 0 1 5.19 3.003l1.733-1C13.54 13.613 10.96 12 8 12s-5.54 1.613-6.923 4.003l1.733 1A6 6 0 0 1 8 14m8-8a9.97 9.97 0 0 1 7.068 2.932L24.48 7.52C22.308 5.346 19.308 4 16 4S9.692 5.346 7.519 7.519l1.413 1.413A9.97 9.97 0 0 1 16 6"/></svg>
React
import type { SVGProps } from "react";
export function CarbonIbmSaasConsole(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="30" cy="20" r="1" fill="currentColor"/><circle cx="2" cy="20" r="1" fill="currentColor"/><path fill="currentColor" d="M24 26a6 6 0 0 1-5.19-3.003l-1.733 1C18.46 26.387 21.04 28 24 28s5.54-1.612 6.923-4.003l-1.733-1A6 6 0 0 1 24 26"/><path fill="currentColor" d="M24 14a6.02 6.02 0 0 1 5.197 3l1.732-1.001C29.502 13.532 26.847 12 24 12s-5.502 1.532-6.938 4.015L13.197 23c-1.07 1.85-3.061 3-5.197 3s-4.127-1.15-5.197-3L1.07 24.001C2.498 26.468 5.153 28 8 28s5.502-1.532 6.938-4.015L18.803 17c1.07-1.85 3.061-3 5.197-3"/><path fill="currentColor" d="M8 14a6 6 0 0 1 5.19 3.003l1.733-1C13.54 13.613 10.96 12 8 12s-5.54 1.613-6.923 4.003l1.733 1A6 6 0 0 1 8 14m8-8a9.97 9.97 0 0 1 7.068 2.932L24.48 7.52C22.308 5.346 19.308 4 16 4S9.692 5.346 7.519 7.519l1.413 1.413A9.97 9.97 0 0 1 16 6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="30" cy="20" r="1" fill="currentColor"/><circle cx="2" cy="20" r="1" fill="currentColor"/><path fill="currentColor" d="M24 26a6 6 0 0 1-5.19-3.003l-1.733 1C18.46 26.387 21.04 28 24 28s5.54-1.612 6.923-4.003l-1.733-1A6 6 0 0 1 24 26"/><path fill="currentColor" d="M24 14a6.02 6.02 0 0 1 5.197 3l1.732-1.001C29.502 13.532 26.847 12 24 12s-5.502 1.532-6.938 4.015L13.197 23c-1.07 1.85-3.061 3-5.197 3s-4.127-1.15-5.197-3L1.07 24.001C2.498 26.468 5.153 28 8 28s5.502-1.532 6.938-4.015L18.803 17c1.07-1.85 3.061-3 5.197-3"/><path fill="currentColor" d="M8 14a6 6 0 0 1 5.19 3.003l1.733-1C13.54 13.613 10.96 12 8 12s-5.54 1.613-6.923 4.003l1.733 1A6 6 0 0 1 8 14m8-8a9.97 9.97 0 0 1 7.068 2.932L24.48 7.52C22.308 5.346 19.308 4 16 4S9.692 5.346 7.519 7.519l1.413 1.413A9.97 9.97 0 0 1 16 6"/></svg> </template>
CSS
.icon-ibm-saas-console {
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%2230%22%20cy%3D%2220%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%222%22%20cy%3D%2220%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%2026a6%206%200%200%201-5.19-3.003l-1.733%201C18.46%2026.387%2021.04%2028%2024%2028s5.54-1.612%206.923-4.003l-1.733-1A6%206%200%200%201%2024%2026%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%2014a6.02%206.02%200%200%201%205.197%203l1.732-1.001C29.502%2013.532%2026.847%2012%2024%2012s-5.502%201.532-6.938%204.015L13.197%2023c-1.07%201.85-3.061%203-5.197%203s-4.127-1.15-5.197-3L1.07%2024.001C2.498%2026.468%205.153%2028%208%2028s5.502-1.532%206.938-4.015L18.803%2017c1.07-1.85%203.061-3%205.197-3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%2014a6%206%200%200%201%205.19%203.003l1.733-1C13.54%2013.613%2010.96%2012%208%2012s-5.54%201.613-6.923%204.003l1.733%201A6%206%200%200%201%208%2014m8-8a9.97%209.97%200%200%201%207.068%202.932L24.48%207.52C22.308%205.346%2019.308%204%2016%204S9.692%205.346%207.519%207.519l1.413%201.413A9.97%209.97%200%200%201%2016%206%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%2230%22%20cy%3D%2220%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%222%22%20cy%3D%2220%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%2026a6%206%200%200%201-5.19-3.003l-1.733%201C18.46%2026.387%2021.04%2028%2024%2028s5.54-1.612%206.923-4.003l-1.733-1A6%206%200%200%201%2024%2026%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%2014a6.02%206.02%200%200%201%205.197%203l1.732-1.001C29.502%2013.532%2026.847%2012%2024%2012s-5.502%201.532-6.938%204.015L13.197%2023c-1.07%201.85-3.061%203-5.197%203s-4.127-1.15-5.197-3L1.07%2024.001C2.498%2026.468%205.153%2028%208%2028s5.502-1.532%206.938-4.015L18.803%2017c1.07-1.85%203.061-3%205.197-3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%2014a6%206%200%200%201%205.19%203.003l1.733-1C13.54%2013.613%2010.96%2012%208%2012s-5.54%201.613-6.923%204.003l1.733%201A6%206%200%200%201%208%2014m8-8a9.97%209.97%200%200%201%207.068%202.932L24.48%207.52C22.308%205.346%2019.308%204%2016%204S9.692%205.346%207.519%207.519l1.413%201.413A9.97%209.97%200%200%201%2016%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/ibm-saas-console.svg?color=%231a73e8&size=48