ibmcloud logo
ibmcloud from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- ibmcloud
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the ibmcloud logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.712 1.508c-.18.172-.18.18-.18 1.567c0 1.36 0 1.395.166 1.546c.216.201.374.201.59-.022c.18-.172.18-.187.18-1.545c0-1.36 0-1.374-.18-1.546c-.094-.1-.223-.18-.288-.18s-.194.08-.288.18M5.35 3.198a.5.5 0 0 0-.144.294c0 .18 1.244 2.351 1.453 2.524a.5.5 0 0 0 .266.13c.18 0 .438-.267.438-.447c0-.165-1.15-2.214-1.387-2.487c-.18-.194-.44-.202-.626-.015zm12.676.014c-.237.266-1.388 2.322-1.388 2.487c0 .18.26.446.439.446a.5.5 0 0 0 .266-.13c.194-.165 1.452-2.357 1.452-2.53c0-.18-.273-.43-.467-.43a.5.5 0 0 0-.302.157m-7.55 3.25c-3.27.625-5.902 3.242-6.456 6.434c-.266 1.482.065 3.818.532 3.818c.18 0 .2-.13.13-.79c-.094-.849-.015-2.46.15-3.107a7.8 7.8 0 0 1 2.042-3.515c1.51-1.496 3.452-2.244 5.55-2.129c1.777.101 3.395.74 4.81 1.927c.483.403.627.44.627.158c0-.15-.13-.323-.532-.719c-.957-.934-2.157-1.603-3.567-1.977c-.704-.187-2.523-.244-3.285-.1zM.69 7.813c-.165.21-.165.403 0 .59c.158.172 2.114 1.344 2.409 1.438c.194.064.525-.209.525-.424c0-.26-.18-.41-1.338-1.072C1.2 7.735.856 7.612.69 7.813m21.009.547c-1.294.747-1.323.77-1.323 1.013c0 .28.158.46.403.46c.194-.007 2.192-1.1 2.494-1.365c.15-.144.159-.475.008-.626c-.21-.209-.482-.122-1.582.518m-4.523 1.955c-.64.094-1.804.496-2.185.748c-.21.144-.338.288-.352.396c-.022.15-.008.165.18.13c.107-.023.46-.138.776-.253c.812-.302 1.524-.402 2.538-.352c1.423.065 2.4.49 3.393 1.488c1.029 1.021 1.496 2.121 1.56 3.638c.137 3.063-1.66 5.098-4.903 5.565c-.726.1-12.755.094-13.43-.007c-1.985-.31-3.452-1.61-3.79-3.358c-.13-.64-.057-1.94.137-2.48c.288-.827.597-1.287 1.309-1.999c.467-.46.683-.719.64-.776c-.144-.238-1.043.266-1.74.977c-.518.525-.87 1.122-1.115 1.855c-.165.504-.194.69-.194 1.51c0 1.064.108 1.568.503 2.373c.496 1.014 1.25 1.74 2.366 2.272c1.337.64 1.466.654 9.059.618c6.24-.02 6.492-.029 7.118-.172c2.567-.59 4.192-2.085 4.796-4.408c.122-.489.158-.826.158-1.653c.007-1.28-.108-1.812-.62-2.855a6 6 0 0 0-1.767-2.12c-.518-.382-1.445-.82-2.1-.986c-.654-.165-1.754-.237-2.337-.15z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsIbmcloud(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.712 1.508c-.18.172-.18.18-.18 1.567c0 1.36 0 1.395.166 1.546c.216.201.374.201.59-.022c.18-.172.18-.187.18-1.545c0-1.36 0-1.374-.18-1.546c-.094-.1-.223-.18-.288-.18s-.194.08-.288.18M5.35 3.198a.5.5 0 0 0-.144.294c0 .18 1.244 2.351 1.453 2.524a.5.5 0 0 0 .266.13c.18 0 .438-.267.438-.447c0-.165-1.15-2.214-1.387-2.487c-.18-.194-.44-.202-.626-.015zm12.676.014c-.237.266-1.388 2.322-1.388 2.487c0 .18.26.446.439.446a.5.5 0 0 0 .266-.13c.194-.165 1.452-2.357 1.452-2.53c0-.18-.273-.43-.467-.43a.5.5 0 0 0-.302.157m-7.55 3.25c-3.27.625-5.902 3.242-6.456 6.434c-.266 1.482.065 3.818.532 3.818c.18 0 .2-.13.13-.79c-.094-.849-.015-2.46.15-3.107a7.8 7.8 0 0 1 2.042-3.515c1.51-1.496 3.452-2.244 5.55-2.129c1.777.101 3.395.74 4.81 1.927c.483.403.627.44.627.158c0-.15-.13-.323-.532-.719c-.957-.934-2.157-1.603-3.567-1.977c-.704-.187-2.523-.244-3.285-.1zM.69 7.813c-.165.21-.165.403 0 .59c.158.172 2.114 1.344 2.409 1.438c.194.064.525-.209.525-.424c0-.26-.18-.41-1.338-1.072C1.2 7.735.856 7.612.69 7.813m21.009.547c-1.294.747-1.323.77-1.323 1.013c0 .28.158.46.403.46c.194-.007 2.192-1.1 2.494-1.365c.15-.144.159-.475.008-.626c-.21-.209-.482-.122-1.582.518m-4.523 1.955c-.64.094-1.804.496-2.185.748c-.21.144-.338.288-.352.396c-.022.15-.008.165.18.13c.107-.023.46-.138.776-.253c.812-.302 1.524-.402 2.538-.352c1.423.065 2.4.49 3.393 1.488c1.029 1.021 1.496 2.121 1.56 3.638c.137 3.063-1.66 5.098-4.903 5.565c-.726.1-12.755.094-13.43-.007c-1.985-.31-3.452-1.61-3.79-3.358c-.13-.64-.057-1.94.137-2.48c.288-.827.597-1.287 1.309-1.999c.467-.46.683-.719.64-.776c-.144-.238-1.043.266-1.74.977c-.518.525-.87 1.122-1.115 1.855c-.165.504-.194.69-.194 1.51c0 1.064.108 1.568.503 2.373c.496 1.014 1.25 1.74 2.366 2.272c1.337.64 1.466.654 9.059.618c6.24-.02 6.492-.029 7.118-.172c2.567-.59 4.192-2.085 4.796-4.408c.122-.489.158-.826.158-1.653c.007-1.28-.108-1.812-.62-2.855a6 6 0 0 0-1.767-2.12c-.518-.382-1.445-.82-2.1-.986c-.654-.165-1.754-.237-2.337-.15z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.712 1.508c-.18.172-.18.18-.18 1.567c0 1.36 0 1.395.166 1.546c.216.201.374.201.59-.022c.18-.172.18-.187.18-1.545c0-1.36 0-1.374-.18-1.546c-.094-.1-.223-.18-.288-.18s-.194.08-.288.18M5.35 3.198a.5.5 0 0 0-.144.294c0 .18 1.244 2.351 1.453 2.524a.5.5 0 0 0 .266.13c.18 0 .438-.267.438-.447c0-.165-1.15-2.214-1.387-2.487c-.18-.194-.44-.202-.626-.015zm12.676.014c-.237.266-1.388 2.322-1.388 2.487c0 .18.26.446.439.446a.5.5 0 0 0 .266-.13c.194-.165 1.452-2.357 1.452-2.53c0-.18-.273-.43-.467-.43a.5.5 0 0 0-.302.157m-7.55 3.25c-3.27.625-5.902 3.242-6.456 6.434c-.266 1.482.065 3.818.532 3.818c.18 0 .2-.13.13-.79c-.094-.849-.015-2.46.15-3.107a7.8 7.8 0 0 1 2.042-3.515c1.51-1.496 3.452-2.244 5.55-2.129c1.777.101 3.395.74 4.81 1.927c.483.403.627.44.627.158c0-.15-.13-.323-.532-.719c-.957-.934-2.157-1.603-3.567-1.977c-.704-.187-2.523-.244-3.285-.1zM.69 7.813c-.165.21-.165.403 0 .59c.158.172 2.114 1.344 2.409 1.438c.194.064.525-.209.525-.424c0-.26-.18-.41-1.338-1.072C1.2 7.735.856 7.612.69 7.813m21.009.547c-1.294.747-1.323.77-1.323 1.013c0 .28.158.46.403.46c.194-.007 2.192-1.1 2.494-1.365c.15-.144.159-.475.008-.626c-.21-.209-.482-.122-1.582.518m-4.523 1.955c-.64.094-1.804.496-2.185.748c-.21.144-.338.288-.352.396c-.022.15-.008.165.18.13c.107-.023.46-.138.776-.253c.812-.302 1.524-.402 2.538-.352c1.423.065 2.4.49 3.393 1.488c1.029 1.021 1.496 2.121 1.56 3.638c.137 3.063-1.66 5.098-4.903 5.565c-.726.1-12.755.094-13.43-.007c-1.985-.31-3.452-1.61-3.79-3.358c-.13-.64-.057-1.94.137-2.48c.288-.827.597-1.287 1.309-1.999c.467-.46.683-.719.64-.776c-.144-.238-1.043.266-1.74.977c-.518.525-.87 1.122-1.115 1.855c-.165.504-.194.69-.194 1.51c0 1.064.108 1.568.503 2.373c.496 1.014 1.25 1.74 2.366 2.272c1.337.64 1.466.654 9.059.618c6.24-.02 6.492-.029 7.118-.172c2.567-.59 4.192-2.085 4.796-4.408c.122-.489.158-.826.158-1.653c.007-1.28-.108-1.812-.62-2.855a6 6 0 0 0-1.767-2.12c-.518-.382-1.445-.82-2.1-.986c-.654-.165-1.754-.237-2.337-.15z"/></svg> </template>
CSS
.icon-ibmcloud {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.712%201.508c-.18.172-.18.18-.18%201.567c0%201.36%200%201.395.166%201.546c.216.201.374.201.59-.022c.18-.172.18-.187.18-1.545c0-1.36%200-1.374-.18-1.546c-.094-.1-.223-.18-.288-.18s-.194.08-.288.18M5.35%203.198a.5.5%200%200%200-.144.294c0%20.18%201.244%202.351%201.453%202.524a.5.5%200%200%200%20.266.13c.18%200%20.438-.267.438-.447c0-.165-1.15-2.214-1.387-2.487c-.18-.194-.44-.202-.626-.015zm12.676.014c-.237.266-1.388%202.322-1.388%202.487c0%20.18.26.446.439.446a.5.5%200%200%200%20.266-.13c.194-.165%201.452-2.357%201.452-2.53c0-.18-.273-.43-.467-.43a.5.5%200%200%200-.302.157m-7.55%203.25c-3.27.625-5.902%203.242-6.456%206.434c-.266%201.482.065%203.818.532%203.818c.18%200%20.2-.13.13-.79c-.094-.849-.015-2.46.15-3.107a7.8%207.8%200%200%201%202.042-3.515c1.51-1.496%203.452-2.244%205.55-2.129c1.777.101%203.395.74%204.81%201.927c.483.403.627.44.627.158c0-.15-.13-.323-.532-.719c-.957-.934-2.157-1.603-3.567-1.977c-.704-.187-2.523-.244-3.285-.1zM.69%207.813c-.165.21-.165.403%200%20.59c.158.172%202.114%201.344%202.409%201.438c.194.064.525-.209.525-.424c0-.26-.18-.41-1.338-1.072C1.2%207.735.856%207.612.69%207.813m21.009.547c-1.294.747-1.323.77-1.323%201.013c0%20.28.158.46.403.46c.194-.007%202.192-1.1%202.494-1.365c.15-.144.159-.475.008-.626c-.21-.209-.482-.122-1.582.518m-4.523%201.955c-.64.094-1.804.496-2.185.748c-.21.144-.338.288-.352.396c-.022.15-.008.165.18.13c.107-.023.46-.138.776-.253c.812-.302%201.524-.402%202.538-.352c1.423.065%202.4.49%203.393%201.488c1.029%201.021%201.496%202.121%201.56%203.638c.137%203.063-1.66%205.098-4.903%205.565c-.726.1-12.755.094-13.43-.007c-1.985-.31-3.452-1.61-3.79-3.358c-.13-.64-.057-1.94.137-2.48c.288-.827.597-1.287%201.309-1.999c.467-.46.683-.719.64-.776c-.144-.238-1.043.266-1.74.977c-.518.525-.87%201.122-1.115%201.855c-.165.504-.194.69-.194%201.51c0%201.064.108%201.568.503%202.373c.496%201.014%201.25%201.74%202.366%202.272c1.337.64%201.466.654%209.059.618c6.24-.02%206.492-.029%207.118-.172c2.567-.59%204.192-2.085%204.796-4.408c.122-.489.158-.826.158-1.653c.007-1.28-.108-1.812-.62-2.855a6%206%200%200%200-1.767-2.12c-.518-.382-1.445-.82-2.1-.986c-.654-.165-1.754-.237-2.337-.15z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.712%201.508c-.18.172-.18.18-.18%201.567c0%201.36%200%201.395.166%201.546c.216.201.374.201.59-.022c.18-.172.18-.187.18-1.545c0-1.36%200-1.374-.18-1.546c-.094-.1-.223-.18-.288-.18s-.194.08-.288.18M5.35%203.198a.5.5%200%200%200-.144.294c0%20.18%201.244%202.351%201.453%202.524a.5.5%200%200%200%20.266.13c.18%200%20.438-.267.438-.447c0-.165-1.15-2.214-1.387-2.487c-.18-.194-.44-.202-.626-.015zm12.676.014c-.237.266-1.388%202.322-1.388%202.487c0%20.18.26.446.439.446a.5.5%200%200%200%20.266-.13c.194-.165%201.452-2.357%201.452-2.53c0-.18-.273-.43-.467-.43a.5.5%200%200%200-.302.157m-7.55%203.25c-3.27.625-5.902%203.242-6.456%206.434c-.266%201.482.065%203.818.532%203.818c.18%200%20.2-.13.13-.79c-.094-.849-.015-2.46.15-3.107a7.8%207.8%200%200%201%202.042-3.515c1.51-1.496%203.452-2.244%205.55-2.129c1.777.101%203.395.74%204.81%201.927c.483.403.627.44.627.158c0-.15-.13-.323-.532-.719c-.957-.934-2.157-1.603-3.567-1.977c-.704-.187-2.523-.244-3.285-.1zM.69%207.813c-.165.21-.165.403%200%20.59c.158.172%202.114%201.344%202.409%201.438c.194.064.525-.209.525-.424c0-.26-.18-.41-1.338-1.072C1.2%207.735.856%207.612.69%207.813m21.009.547c-1.294.747-1.323.77-1.323%201.013c0%20.28.158.46.403.46c.194-.007%202.192-1.1%202.494-1.365c.15-.144.159-.475.008-.626c-.21-.209-.482-.122-1.582.518m-4.523%201.955c-.64.094-1.804.496-2.185.748c-.21.144-.338.288-.352.396c-.022.15-.008.165.18.13c.107-.023.46-.138.776-.253c.812-.302%201.524-.402%202.538-.352c1.423.065%202.4.49%203.393%201.488c1.029%201.021%201.496%202.121%201.56%203.638c.137%203.063-1.66%205.098-4.903%205.565c-.726.1-12.755.094-13.43-.007c-1.985-.31-3.452-1.61-3.79-3.358c-.13-.64-.057-1.94.137-2.48c.288-.827.597-1.287%201.309-1.999c.467-.46.683-.719.64-.776c-.144-.238-1.043.266-1.74.977c-.518.525-.87%201.122-1.115%201.855c-.165.504-.194.69-.194%201.51c0%201.064.108%201.568.503%202.373c.496%201.014%201.25%201.74%202.366%202.272c1.337.64%201.466.654%209.059.618c6.24-.02%206.492-.029%207.118-.172c2.567-.59%204.192-2.085%204.796-4.408c.122-.489.158-.826.158-1.653c.007-1.28-.108-1.812-.62-2.855a6%206%200%200%200-1.767-2.12c-.518-.382-1.445-.82-2.1-.986c-.654-.165-1.754-.237-2.337-.15z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/ibmcloud.svg?color=%231a73e8&size=48