ibm launchpad s4 icon

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

Name
ibm-launchpad-s4
Set
Carbon
Style
Outline
Category
Enterprise
Viewbox
32×32
License
Apache 2.0

More enterprise icons from Carbon

Use the ibm launchpad s4 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22 26v2H4V10h2V8H4a2 2 0 0 0-2 2v18a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2v-2z"/><path fill="currentColor" d="M30 5.993V4a2 2 0 0 0-2-2H10a2 2 0 0 0-2 2v18a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2v-3h-2v3H10V4h18v1.993z"/><path fill="currentColor" d="M27.5 17h-9c-1.93 0-3.5-1.57-3.5-3.5a3.504 3.504 0 0 1 3.096-3.477C18.552 7.733 20.577 6 23 6s4.448 1.732 4.904 4.023A3.504 3.504 0 0 1 31 13.5c0 1.93-1.57 3.5-3.5 3.5m-9-5c-.827 0-1.5.673-1.5 1.5s.673 1.5 1.5 1.5h9c.827 0 1.5-.673 1.5-1.5s-.673-1.5-1.5-1.5H26v-1c0-1.654-1.346-3-3-3s-3 1.346-3 3v1z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonIbmLaunchpadS4(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="M22 26v2H4V10h2V8H4a2 2 0 0 0-2 2v18a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2v-2z"/><path fill="currentColor" d="M30 5.993V4a2 2 0 0 0-2-2H10a2 2 0 0 0-2 2v18a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2v-3h-2v3H10V4h18v1.993z"/><path fill="currentColor" d="M27.5 17h-9c-1.93 0-3.5-1.57-3.5-3.5a3.504 3.504 0 0 1 3.096-3.477C18.552 7.733 20.577 6 23 6s4.448 1.732 4.904 4.023A3.504 3.504 0 0 1 31 13.5c0 1.93-1.57 3.5-3.5 3.5m-9-5c-.827 0-1.5.673-1.5 1.5s.673 1.5 1.5 1.5h9c.827 0 1.5-.673 1.5-1.5s-.673-1.5-1.5-1.5H26v-1c0-1.654-1.346-3-3-3s-3 1.346-3 3v1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22 26v2H4V10h2V8H4a2 2 0 0 0-2 2v18a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2v-2z"/><path fill="currentColor" d="M30 5.993V4a2 2 0 0 0-2-2H10a2 2 0 0 0-2 2v18a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2v-3h-2v3H10V4h18v1.993z"/><path fill="currentColor" d="M27.5 17h-9c-1.93 0-3.5-1.57-3.5-3.5a3.504 3.504 0 0 1 3.096-3.477C18.552 7.733 20.577 6 23 6s4.448 1.732 4.904 4.023A3.504 3.504 0 0 1 31 13.5c0 1.93-1.57 3.5-3.5 3.5m-9-5c-.827 0-1.5.673-1.5 1.5s.673 1.5 1.5 1.5h9c.827 0 1.5-.673 1.5-1.5s-.673-1.5-1.5-1.5H26v-1c0-1.654-1.346-3-3-3s-3 1.346-3 3v1z"/></svg>
</template>

CSS

.icon-ibm-launchpad-s4 {
  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%22M22%2026v2H4V10h2V8H4a2%202%200%200%200-2%202v18a2%202%200%200%200%202%202h18a2%202%200%200%200%202-2v-2z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%205.993V4a2%202%200%200%200-2-2H10a2%202%200%200%200-2%202v18a2%202%200%200%200%202%202h18a2%202%200%200%200%202-2v-3h-2v3H10V4h18v1.993z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M27.5%2017h-9c-1.93%200-3.5-1.57-3.5-3.5a3.504%203.504%200%200%201%203.096-3.477C18.552%207.733%2020.577%206%2023%206s4.448%201.732%204.904%204.023A3.504%203.504%200%200%201%2031%2013.5c0%201.93-1.57%203.5-3.5%203.5m-9-5c-.827%200-1.5.673-1.5%201.5s.673%201.5%201.5%201.5h9c.827%200%201.5-.673%201.5-1.5s-.673-1.5-1.5-1.5H26v-1c0-1.654-1.346-3-3-3s-3%201.346-3%203v1z%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%22M22%2026v2H4V10h2V8H4a2%202%200%200%200-2%202v18a2%202%200%200%200%202%202h18a2%202%200%200%200%202-2v-2z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%205.993V4a2%202%200%200%200-2-2H10a2%202%200%200%200-2%202v18a2%202%200%200%200%202%202h18a2%202%200%200%200%202-2v-3h-2v3H10V4h18v1.993z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M27.5%2017h-9c-1.93%200-3.5-1.57-3.5-3.5a3.504%203.504%200%200%201%203.096-3.477C18.552%207.733%2020.577%206%2023%206s4.448%201.732%204.904%204.023A3.504%203.504%200%200%201%2031%2013.5c0%201.93-1.57%203.5-3.5%203.5m-9-5c-.827%200-1.5.673-1.5%201.5s.673%201.5%201.5%201.5h9c.827%200%201.5-.673%201.5-1.5s-.673-1.5-1.5-1.5H26v-1c0-1.654-1.346-3-3-3s-3%201.346-3%203v1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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