ibm cloud for education icon

ibm-cloud-for-education from Carbon by IBM · Outline · Enterprise · Apache-2.0 Free for personal and commercial use.

Name
ibm-cloud-for-education
Set
Carbon
Style
Outline
Category
Enterprise
Viewbox
32×32
License
Apache 2.0

More enterprise icons from Carbon

Use the ibm cloud for education icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 30h-2c0-1.654-1.346-3-3-3h-4c-1.654 0-3 1.346-3 3h-2c0-2.757 2.243-5 5-5h4c2.757 0 5 2.243 5 5M15 16a1 1 0 0 0-1 1v6h2v-6a1 1 0 0 0-1-1"/><path fill="currentColor" d="M32 12H14v2h4v5c0 2.757 2.243 5 5 5s5-2.243 5-5v-5h4zm-9 10c-1.654 0-3-1.346-3-3v-1h6v1c0 1.654-1.346 3-3 3m3-6h-6v-2h6z"/><path fill="currentColor" d="M25.798 10C24.87 5.441 20.83 2 16 2a9.98 9.98 0 0 0-9.822 8.124C2.655 10.754 0 13.849 0 17.5C0 21.636 3.365 25 7.5 25H12v-2H7.5A5.506 5.506 0 0 1 2 17.5a5.51 5.51 0 0 1 5.123-5.48l.836-.057l.09-.833A7.98 7.98 0 0 1 16 4c3.72 0 6.845 2.555 7.737 6z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonIbmCloudForEducation(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 30h-2c0-1.654-1.346-3-3-3h-4c-1.654 0-3 1.346-3 3h-2c0-2.757 2.243-5 5-5h4c2.757 0 5 2.243 5 5M15 16a1 1 0 0 0-1 1v6h2v-6a1 1 0 0 0-1-1"/><path fill="currentColor" d="M32 12H14v2h4v5c0 2.757 2.243 5 5 5s5-2.243 5-5v-5h4zm-9 10c-1.654 0-3-1.346-3-3v-1h6v1c0 1.654-1.346 3-3 3m3-6h-6v-2h6z"/><path fill="currentColor" d="M25.798 10C24.87 5.441 20.83 2 16 2a9.98 9.98 0 0 0-9.822 8.124C2.655 10.754 0 13.849 0 17.5C0 21.636 3.365 25 7.5 25H12v-2H7.5A5.506 5.506 0 0 1 2 17.5a5.51 5.51 0 0 1 5.123-5.48l.836-.057l.09-.833A7.98 7.98 0 0 1 16 4c3.72 0 6.845 2.555 7.737 6z"/></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 30h-2c0-1.654-1.346-3-3-3h-4c-1.654 0-3 1.346-3 3h-2c0-2.757 2.243-5 5-5h4c2.757 0 5 2.243 5 5M15 16a1 1 0 0 0-1 1v6h2v-6a1 1 0 0 0-1-1"/><path fill="currentColor" d="M32 12H14v2h4v5c0 2.757 2.243 5 5 5s5-2.243 5-5v-5h4zm-9 10c-1.654 0-3-1.346-3-3v-1h6v1c0 1.654-1.346 3-3 3m3-6h-6v-2h6z"/><path fill="currentColor" d="M25.798 10C24.87 5.441 20.83 2 16 2a9.98 9.98 0 0 0-9.822 8.124C2.655 10.754 0 13.849 0 17.5C0 21.636 3.365 25 7.5 25H12v-2H7.5A5.506 5.506 0 0 1 2 17.5a5.51 5.51 0 0 1 5.123-5.48l.836-.057l.09-.833A7.98 7.98 0 0 1 16 4c3.72 0 6.845 2.555 7.737 6z"/></svg>
</template>

CSS

.icon-ibm-cloud-for-education {
  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%2030h-2c0-1.654-1.346-3-3-3h-4c-1.654%200-3%201.346-3%203h-2c0-2.757%202.243-5%205-5h4c2.757%200%205%202.243%205%205M15%2016a1%201%200%200%200-1%201v6h2v-6a1%201%200%200%200-1-1%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M32%2012H14v2h4v5c0%202.757%202.243%205%205%205s5-2.243%205-5v-5h4zm-9%2010c-1.654%200-3-1.346-3-3v-1h6v1c0%201.654-1.346%203-3%203m3-6h-6v-2h6z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25.798%2010C24.87%205.441%2020.83%202%2016%202a9.98%209.98%200%200%200-9.822%208.124C2.655%2010.754%200%2013.849%200%2017.5C0%2021.636%203.365%2025%207.5%2025H12v-2H7.5A5.506%205.506%200%200%201%202%2017.5a5.51%205.51%200%200%201%205.123-5.48l.836-.057l.09-.833A7.98%207.98%200%200%201%2016%204c3.72%200%206.845%202.555%207.737%206z%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%2030h-2c0-1.654-1.346-3-3-3h-4c-1.654%200-3%201.346-3%203h-2c0-2.757%202.243-5%205-5h4c2.757%200%205%202.243%205%205M15%2016a1%201%200%200%200-1%201v6h2v-6a1%201%200%200%200-1-1%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M32%2012H14v2h4v5c0%202.757%202.243%205%205%205s5-2.243%205-5v-5h4zm-9%2010c-1.654%200-3-1.346-3-3v-1h6v1c0%201.654-1.346%203-3%203m3-6h-6v-2h6z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25.798%2010C24.87%205.441%2020.83%202%2016%202a9.98%209.98%200%200%200-9.822%208.124C2.655%2010.754%200%2013.849%200%2017.5C0%2021.636%203.365%2025%207.5%2025H12v-2H7.5A5.506%205.506%200%200%201%202%2017.5a5.51%205.51%200%200%201%205.123-5.48l.836-.057l.09-.833A7.98%207.98%200%200%201%2016%204c3.72%200%206.845%202.555%207.737%206z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/ibm-cloud-for-education.svg?color=%231a73e8&size=48