bridge-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.

Name
bridge-bold
Set
Phosphor
Style
Bold
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the bridge icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M232 156h-28v-44.51a76.4 76.4 0 0 0 23.49 15a12 12 0 0 0 9-22.25A51.81 51.81 0 0 1 204 56a12 12 0 0 0-24 0a52 52 0 0 1-104 0a12 12 0 0 0-24 0a51.81 51.81 0 0 1-32.5 48.22a12 12 0 1 0 9 22.25a76.4 76.4 0 0 0 23.49-15V156H24a12 12 0 0 0 0 24h28v20a12 12 0 0 0 24 0v-20h104v20a12 12 0 0 0 24 0v-20h28a12 12 0 0 0 0-24m-92-24.95V156h-24v-24.95a76.3 76.3 0 0 0 24 0m-64-19.67a76.4 76.4 0 0 0 16 11.53V156H76ZM164 156v-33.09a76.4 76.4 0 0 0 16-11.53V156Z"/></svg>

React

import type { SVGProps } from "react";

export function PhBridgeBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M232 156h-28v-44.51a76.4 76.4 0 0 0 23.49 15a12 12 0 0 0 9-22.25A51.81 51.81 0 0 1 204 56a12 12 0 0 0-24 0a52 52 0 0 1-104 0a12 12 0 0 0-24 0a51.81 51.81 0 0 1-32.5 48.22a12 12 0 1 0 9 22.25a76.4 76.4 0 0 0 23.49-15V156H24a12 12 0 0 0 0 24h28v20a12 12 0 0 0 24 0v-20h104v20a12 12 0 0 0 24 0v-20h28a12 12 0 0 0 0-24m-92-24.95V156h-24v-24.95a76.3 76.3 0 0 0 24 0m-64-19.67a76.4 76.4 0 0 0 16 11.53V156H76ZM164 156v-33.09a76.4 76.4 0 0 0 16-11.53V156Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M232 156h-28v-44.51a76.4 76.4 0 0 0 23.49 15a12 12 0 0 0 9-22.25A51.81 51.81 0 0 1 204 56a12 12 0 0 0-24 0a52 52 0 0 1-104 0a12 12 0 0 0-24 0a51.81 51.81 0 0 1-32.5 48.22a12 12 0 1 0 9 22.25a76.4 76.4 0 0 0 23.49-15V156H24a12 12 0 0 0 0 24h28v20a12 12 0 0 0 24 0v-20h104v20a12 12 0 0 0 24 0v-20h28a12 12 0 0 0 0-24m-92-24.95V156h-24v-24.95a76.3 76.3 0 0 0 24 0m-64-19.67a76.4 76.4 0 0 0 16 11.53V156H76ZM164 156v-33.09a76.4 76.4 0 0 0 16-11.53V156Z"/></svg>
</template>

CSS

.icon-bridge-bold {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M232%20156h-28v-44.51a76.4%2076.4%200%200%200%2023.49%2015a12%2012%200%200%200%209-22.25A51.81%2051.81%200%200%201%20204%2056a12%2012%200%200%200-24%200a52%2052%200%200%201-104%200a12%2012%200%200%200-24%200a51.81%2051.81%200%200%201-32.5%2048.22a12%2012%200%201%200%209%2022.25a76.4%2076.4%200%200%200%2023.49-15V156H24a12%2012%200%200%200%200%2024h28v20a12%2012%200%200%200%2024%200v-20h104v20a12%2012%200%200%200%2024%200v-20h28a12%2012%200%200%200%200-24m-92-24.95V156h-24v-24.95a76.3%2076.3%200%200%200%2024%200m-64-19.67a76.4%2076.4%200%200%200%2016%2011.53V156H76ZM164%20156v-33.09a76.4%2076.4%200%200%200%2016-11.53V156Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M232%20156h-28v-44.51a76.4%2076.4%200%200%200%2023.49%2015a12%2012%200%200%200%209-22.25A51.81%2051.81%200%200%201%20204%2056a12%2012%200%200%200-24%200a52%2052%200%200%201-104%200a12%2012%200%200%200-24%200a51.81%2051.81%200%200%201-32.5%2048.22a12%2012%200%201%200%209%2022.25a76.4%2076.4%200%200%200%2023.49-15V156H24a12%2012%200%200%200%200%2024h28v20a12%2012%200%200%200%2024%200v-20h104v20a12%2012%200%200%200%2024%200v-20h28a12%2012%200%200%200%200-24m-92-24.95V156h-24v-24.95a76.3%2076.3%200%200%200%2024%200m-64-19.67a76.4%2076.4%200%200%200%2016%2011.53V156H76ZM164%20156v-33.09a76.4%2076.4%200%200%200%2016-11.53V156Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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