bridge icon
bridge from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- bridge
- Set
- Phosphor
- Style
- Regular
- 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 160h-32v-58.66a71.9 71.9 0 0 0 29 21.42a8 8 0 0 0 6-14.83A55.78 55.78 0 0 1 200 56a8 8 0 0 0-16 0a56 56 0 0 1-112 0a8 8 0 0 0-16 0a55.78 55.78 0 0 1-35 51.93a8 8 0 0 0 6 14.83a71.9 71.9 0 0 0 29-21.42V160H24a8 8 0 0 0 0 16h32v24a8 8 0 0 0 16 0v-24h112v24a8 8 0 0 0 16 0v-24h32a8 8 0 0 0 0-16m-88-33.8V160h-32v-33.8a72 72 0 0 0 32 0m-72-25a72.5 72.5 0 0 0 24 19.27V160H72Zm88 58.8v-39.52a72.5 72.5 0 0 0 24-19.27V160Z"/></svg>
React
import type { SVGProps } from "react";
export function PhBridge(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 160h-32v-58.66a71.9 71.9 0 0 0 29 21.42a8 8 0 0 0 6-14.83A55.78 55.78 0 0 1 200 56a8 8 0 0 0-16 0a56 56 0 0 1-112 0a8 8 0 0 0-16 0a55.78 55.78 0 0 1-35 51.93a8 8 0 0 0 6 14.83a71.9 71.9 0 0 0 29-21.42V160H24a8 8 0 0 0 0 16h32v24a8 8 0 0 0 16 0v-24h112v24a8 8 0 0 0 16 0v-24h32a8 8 0 0 0 0-16m-88-33.8V160h-32v-33.8a72 72 0 0 0 32 0m-72-25a72.5 72.5 0 0 0 24 19.27V160H72Zm88 58.8v-39.52a72.5 72.5 0 0 0 24-19.27V160Z"/></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 160h-32v-58.66a71.9 71.9 0 0 0 29 21.42a8 8 0 0 0 6-14.83A55.78 55.78 0 0 1 200 56a8 8 0 0 0-16 0a56 56 0 0 1-112 0a8 8 0 0 0-16 0a55.78 55.78 0 0 1-35 51.93a8 8 0 0 0 6 14.83a71.9 71.9 0 0 0 29-21.42V160H24a8 8 0 0 0 0 16h32v24a8 8 0 0 0 16 0v-24h112v24a8 8 0 0 0 16 0v-24h32a8 8 0 0 0 0-16m-88-33.8V160h-32v-33.8a72 72 0 0 0 32 0m-72-25a72.5 72.5 0 0 0 24 19.27V160H72Zm88 58.8v-39.52a72.5 72.5 0 0 0 24-19.27V160Z"/></svg> </template>
CSS
.icon-bridge {
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%20160h-32v-58.66a71.9%2071.9%200%200%200%2029%2021.42a8%208%200%200%200%206-14.83A55.78%2055.78%200%200%201%20200%2056a8%208%200%200%200-16%200a56%2056%200%200%201-112%200a8%208%200%200%200-16%200a55.78%2055.78%200%200%201-35%2051.93a8%208%200%200%200%206%2014.83a71.9%2071.9%200%200%200%2029-21.42V160H24a8%208%200%200%200%200%2016h32v24a8%208%200%200%200%2016%200v-24h112v24a8%208%200%200%200%2016%200v-24h32a8%208%200%200%200%200-16m-88-33.8V160h-32v-33.8a72%2072%200%200%200%2032%200m-72-25a72.5%2072.5%200%200%200%2024%2019.27V160H72Zm88%2058.8v-39.52a72.5%2072.5%200%200%200%2024-19.27V160Z%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%20160h-32v-58.66a71.9%2071.9%200%200%200%2029%2021.42a8%208%200%200%200%206-14.83A55.78%2055.78%200%200%201%20200%2056a8%208%200%200%200-16%200a56%2056%200%200%201-112%200a8%208%200%200%200-16%200a55.78%2055.78%200%200%201-35%2051.93a8%208%200%200%200%206%2014.83a71.9%2071.9%200%200%200%2029-21.42V160H24a8%208%200%200%200%200%2016h32v24a8%208%200%200%200%2016%200v-24h112v24a8%208%200%200%200%2016%200v-24h32a8%208%200%200%200%200-16m-88-33.8V160h-32v-33.8a72%2072%200%200%200%2032%200m-72-25a72.5%2072.5%200%200%200%2024%2019.27V160H72Zm88%2058.8v-39.52a72.5%2072.5%200%200%200%2024-19.27V160Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/bridge.svg?color=%231a73e8&size=48