swimlane d vertical icon
swimlane-d-vertical from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- swimlane-d-vertical
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
More organization icons from Carbon
Use the swimlane d vertical icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M25 26h2v4h-4v-2h2zm-8 4h4v-2h-4zM7 26H5v4h4v-2H7zm0-6H5v4h2zm0-6H5v4h2zM5 8v4h2v-2h2V8zm0-2h2V4h2V2H5zm12-2h4V2h-4zm-6 0h4V2h-4zm12-2v2h2v2h2V2zm2 22h2v-4h-2zm0-6h2v-4h-2zm-8-8h4V8h-4zm-6 0h4V8h-4zm12-2v2h2v2h2V8zM11 30h4v-2h-4z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonSwimlaneDVertical(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="M25 26h2v4h-4v-2h2zm-8 4h4v-2h-4zM7 26H5v4h4v-2H7zm0-6H5v4h2zm0-6H5v4h2zM5 8v4h2v-2h2V8zm0-2h2V4h2V2H5zm12-2h4V2h-4zm-6 0h4V2h-4zm12-2v2h2v2h2V2zm2 22h2v-4h-2zm0-6h2v-4h-2zm-8-8h4V8h-4zm-6 0h4V8h-4zm12-2v2h2v2h2V8zM11 30h4v-2h-4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M25 26h2v4h-4v-2h2zm-8 4h4v-2h-4zM7 26H5v4h4v-2H7zm0-6H5v4h2zm0-6H5v4h2zM5 8v4h2v-2h2V8zm0-2h2V4h2V2H5zm12-2h4V2h-4zm-6 0h4V2h-4zm12-2v2h2v2h2V2zm2 22h2v-4h-2zm0-6h2v-4h-2zm-8-8h4V8h-4zm-6 0h4V8h-4zm12-2v2h2v2h2V8zM11 30h4v-2h-4z"/></svg> </template>
CSS
.icon-swimlane-d-vertical {
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%22M25%2026h2v4h-4v-2h2zm-8%204h4v-2h-4zM7%2026H5v4h4v-2H7zm0-6H5v4h2zm0-6H5v4h2zM5%208v4h2v-2h2V8zm0-2h2V4h2V2H5zm12-2h4V2h-4zm-6%200h4V2h-4zm12-2v2h2v2h2V2zm2%2022h2v-4h-2zm0-6h2v-4h-2zm-8-8h4V8h-4zm-6%200h4V8h-4zm12-2v2h2v2h2V8zM11%2030h4v-2h-4z%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%22M25%2026h2v4h-4v-2h2zm-8%204h4v-2h-4zM7%2026H5v4h4v-2H7zm0-6H5v4h2zm0-6H5v4h2zM5%208v4h2v-2h2V8zm0-2h2V4h2V2H5zm12-2h4V2h-4zm-6%200h4V2h-4zm12-2v2h2v2h2V2zm2%2022h2v-4h-2zm0-6h2v-4h-2zm-8-8h4V8h-4zm-6%200h4V8h-4zm12-2v2h2v2h2V8zM11%2030h4v-2h-4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/swimlane-d-vertical.svg?color=%231a73e8&size=48