cics wui region icon

cics-wui-region from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.

Name
cics-wui-region
Set
Carbon
Style
Outline
Category
Organization
Viewbox
32×32
License
Apache 2.0

More organization icons from Carbon

Use the cics wui region icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22 22h2v6h-2v2h6v-2h-2v-6h2v-2h-6zm-4 6h-2v-8h-2v8.6a1.453 1.453 0 0 0 1.5 1.4h3a1.453 1.453 0 0 0 1.5-1.4V20h-2Zm-7.8-8l-.2 8.5L9 22H7l-1 6.5l-.2-8.5H4l.72 10H7l1-6.5L9 30h2.28L12 20zm5.8-9h-3V8h-2v3H8v2h3v3h2v-3h3z"/><path fill="currentColor" d="M26 4H6a2.006 2.006 0 0 0-2 2v12h2V6h20v12h2V6a2.006 2.006 0 0 0-2-2"/></svg>

React

import type { SVGProps } from "react";

export function CarbonCicsWuiRegion(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 22h2v6h-2v2h6v-2h-2v-6h2v-2h-6zm-4 6h-2v-8h-2v8.6a1.453 1.453 0 0 0 1.5 1.4h3a1.453 1.453 0 0 0 1.5-1.4V20h-2Zm-7.8-8l-.2 8.5L9 22H7l-1 6.5l-.2-8.5H4l.72 10H7l1-6.5L9 30h2.28L12 20zm5.8-9h-3V8h-2v3H8v2h3v3h2v-3h3z"/><path fill="currentColor" d="M26 4H6a2.006 2.006 0 0 0-2 2v12h2V6h20v12h2V6a2.006 2.006 0 0 0-2-2"/></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 22h2v6h-2v2h6v-2h-2v-6h2v-2h-6zm-4 6h-2v-8h-2v8.6a1.453 1.453 0 0 0 1.5 1.4h3a1.453 1.453 0 0 0 1.5-1.4V20h-2Zm-7.8-8l-.2 8.5L9 22H7l-1 6.5l-.2-8.5H4l.72 10H7l1-6.5L9 30h2.28L12 20zm5.8-9h-3V8h-2v3H8v2h3v3h2v-3h3z"/><path fill="currentColor" d="M26 4H6a2.006 2.006 0 0 0-2 2v12h2V6h20v12h2V6a2.006 2.006 0 0 0-2-2"/></svg>
</template>

CSS

.icon-cics-wui-region {
  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%2022h2v6h-2v2h6v-2h-2v-6h2v-2h-6zm-4%206h-2v-8h-2v8.6a1.453%201.453%200%200%200%201.5%201.4h3a1.453%201.453%200%200%200%201.5-1.4V20h-2Zm-7.8-8l-.2%208.5L9%2022H7l-1%206.5l-.2-8.5H4l.72%2010H7l1-6.5L9%2030h2.28L12%2020zm5.8-9h-3V8h-2v3H8v2h3v3h2v-3h3z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26%204H6a2.006%202.006%200%200%200-2%202v12h2V6h20v12h2V6a2.006%202.006%200%200%200-2-2%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%2022h2v6h-2v2h6v-2h-2v-6h2v-2h-6zm-4%206h-2v-8h-2v8.6a1.453%201.453%200%200%200%201.5%201.4h3a1.453%201.453%200%200%200%201.5-1.4V20h-2Zm-7.8-8l-.2%208.5L9%2022H7l-1%206.5l-.2-8.5H4l.72%2010H7l1-6.5L9%2030h2.28L12%2020zm5.8-9h-3V8h-2v3H8v2h3v3h2v-3h3z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26%204H6a2.006%202.006%200%200%200-2%202v12h2V6h20v12h2V6a2.006%202.006%200%200%200-2-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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