bastion host icon

bastion-host from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.

Name
bastion-host
Set
Carbon
Style
Outline
Category
Organization
Viewbox
32×32
License
Apache 2.0

More organization icons from Carbon

Use the bastion host icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27.527 2.709A2 2 0 0 0 26 2h-2.69a1.5 1.5 0 0 0-1.343.83L21.382 4H20v-.5A1.5 1.5 0 0 0 18.5 2h-5A1.5 1.5 0 0 0 12 3.5V4h-1.382l-.585-1.17A1.5 1.5 0 0 0 8.69 2H6a2 2 0 0 0-1.972 2.333L4.732 8.5A3 3 0 0 0 7.69 11H8v12a3.003 3.003 0 0 0-3 3v4h22v-4a3.003 3.003 0 0 0-3-3V11h.31a3 3 0 0 0 2.958-2.5l.704-4.167a2 2 0 0 0-.445-1.624M25 26v2H7v-2a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1m-3-3H10V11h12Zm3.296-14.833A1 1 0 0 1 24.31 9H7.69a1 1 0 0 1-.986-.833L6 4h2.382l1 2H14V4h4v2h4.617l1.001-2H26Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonBastionHost(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="M27.527 2.709A2 2 0 0 0 26 2h-2.69a1.5 1.5 0 0 0-1.343.83L21.382 4H20v-.5A1.5 1.5 0 0 0 18.5 2h-5A1.5 1.5 0 0 0 12 3.5V4h-1.382l-.585-1.17A1.5 1.5 0 0 0 8.69 2H6a2 2 0 0 0-1.972 2.333L4.732 8.5A3 3 0 0 0 7.69 11H8v12a3.003 3.003 0 0 0-3 3v4h22v-4a3.003 3.003 0 0 0-3-3V11h.31a3 3 0 0 0 2.958-2.5l.704-4.167a2 2 0 0 0-.445-1.624M25 26v2H7v-2a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1m-3-3H10V11h12Zm3.296-14.833A1 1 0 0 1 24.31 9H7.69a1 1 0 0 1-.986-.833L6 4h2.382l1 2H14V4h4v2h4.617l1.001-2H26Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27.527 2.709A2 2 0 0 0 26 2h-2.69a1.5 1.5 0 0 0-1.343.83L21.382 4H20v-.5A1.5 1.5 0 0 0 18.5 2h-5A1.5 1.5 0 0 0 12 3.5V4h-1.382l-.585-1.17A1.5 1.5 0 0 0 8.69 2H6a2 2 0 0 0-1.972 2.333L4.732 8.5A3 3 0 0 0 7.69 11H8v12a3.003 3.003 0 0 0-3 3v4h22v-4a3.003 3.003 0 0 0-3-3V11h.31a3 3 0 0 0 2.958-2.5l.704-4.167a2 2 0 0 0-.445-1.624M25 26v2H7v-2a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1m-3-3H10V11h12Zm3.296-14.833A1 1 0 0 1 24.31 9H7.69a1 1 0 0 1-.986-.833L6 4h2.382l1 2H14V4h4v2h4.617l1.001-2H26Z"/></svg>
</template>

CSS

.icon-bastion-host {
  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%22M27.527%202.709A2%202%200%200%200%2026%202h-2.69a1.5%201.5%200%200%200-1.343.83L21.382%204H20v-.5A1.5%201.5%200%200%200%2018.5%202h-5A1.5%201.5%200%200%200%2012%203.5V4h-1.382l-.585-1.17A1.5%201.5%200%200%200%208.69%202H6a2%202%200%200%200-1.972%202.333L4.732%208.5A3%203%200%200%200%207.69%2011H8v12a3.003%203.003%200%200%200-3%203v4h22v-4a3.003%203.003%200%200%200-3-3V11h.31a3%203%200%200%200%202.958-2.5l.704-4.167a2%202%200%200%200-.445-1.624M25%2026v2H7v-2a1%201%200%200%201%201-1h16a1%201%200%200%201%201%201m-3-3H10V11h12Zm3.296-14.833A1%201%200%200%201%2024.31%209H7.69a1%201%200%200%201-.986-.833L6%204h2.382l1%202H14V4h4v2h4.617l1.001-2H26Z%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%22M27.527%202.709A2%202%200%200%200%2026%202h-2.69a1.5%201.5%200%200%200-1.343.83L21.382%204H20v-.5A1.5%201.5%200%200%200%2018.5%202h-5A1.5%201.5%200%200%200%2012%203.5V4h-1.382l-.585-1.17A1.5%201.5%200%200%200%208.69%202H6a2%202%200%200%200-1.972%202.333L4.732%208.5A3%203%200%200%200%207.69%2011H8v12a3.003%203.003%200%200%200-3%203v4h22v-4a3.003%203.003%200%200%200-3-3V11h.31a3%203%200%200%200%202.958-2.5l.704-4.167a2%202%200%200%200-.445-1.624M25%2026v2H7v-2a1%201%200%200%201%201-1h16a1%201%200%200%201%201%201m-3-3H10V11h12Zm3.296-14.833A1%201%200%200%201%2024.31%209H7.69a1%201%200%200%201-.986-.833L6%204h2.382l1%202H14V4h4v2h4.617l1.001-2H26Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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