bridge icon
bridge-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- bridge-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
Related icons in MingCute Icon
Use the bridge icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M6 4a1 1 0 0 1 1 1v1.722q.043.064.105.147c.168.225.44.536.832.85C8.71 8.338 9.993 9 12 9s3.29-.662 4.063-1.28A4.8 4.8 0 0 0 17 6.721V5a1 1 0 1 1 2 0v1.565c.144.127.332.288.551.458c.533.415 1.177.832 1.765 1.028a1 1 0 1 1-.632 1.898c-.606-.202-1.188-.528-1.684-.858V14h3a1 1 0 1 1 0 2h-3v3a1 1 0 1 1-2 0v-3H7v3a1 1 0 1 1-2 0v-3H2a1 1 0 1 1 0-2h3V9.09c-.496.331-1.078.657-1.684.859a1 1 0 0 1-.632-1.898c.588-.196 1.232-.613 1.765-1.028c.219-.17.407-.33.551-.458V5a1 1 0 0 1 1-1m3 6.533c.59.2 1.255.349 2 .42V14H9zM13 14h2v-3.467c-.59.2-1.255.349-2 .42z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteBridgeFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M6 4a1 1 0 0 1 1 1v1.722q.043.064.105.147c.168.225.44.536.832.85C8.71 8.338 9.993 9 12 9s3.29-.662 4.063-1.28A4.8 4.8 0 0 0 17 6.721V5a1 1 0 1 1 2 0v1.565c.144.127.332.288.551.458c.533.415 1.177.832 1.765 1.028a1 1 0 1 1-.632 1.898c-.606-.202-1.188-.528-1.684-.858V14h3a1 1 0 1 1 0 2h-3v3a1 1 0 1 1-2 0v-3H7v3a1 1 0 1 1-2 0v-3H2a1 1 0 1 1 0-2h3V9.09c-.496.331-1.078.657-1.684.859a1 1 0 0 1-.632-1.898c.588-.196 1.232-.613 1.765-1.028c.219-.17.407-.33.551-.458V5a1 1 0 0 1 1-1m3 6.533c.59.2 1.255.349 2 .42V14H9zM13 14h2v-3.467c-.59.2-1.255.349-2 .42z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M6 4a1 1 0 0 1 1 1v1.722q.043.064.105.147c.168.225.44.536.832.85C8.71 8.338 9.993 9 12 9s3.29-.662 4.063-1.28A4.8 4.8 0 0 0 17 6.721V5a1 1 0 1 1 2 0v1.565c.144.127.332.288.551.458c.533.415 1.177.832 1.765 1.028a1 1 0 1 1-.632 1.898c-.606-.202-1.188-.528-1.684-.858V14h3a1 1 0 1 1 0 2h-3v3a1 1 0 1 1-2 0v-3H7v3a1 1 0 1 1-2 0v-3H2a1 1 0 1 1 0-2h3V9.09c-.496.331-1.078.657-1.684.859a1 1 0 0 1-.632-1.898c.588-.196 1.232-.613 1.765-1.028c.219-.17.407-.33.551-.458V5a1 1 0 0 1 1-1m3 6.533c.59.2 1.255.349 2 .42V14H9zM13 14h2v-3.467c-.59.2-1.255.349-2 .42z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-bridge-fill {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6%204a1%201%200%200%201%201%201v1.722q.043.064.105.147c.168.225.44.536.832.85C8.71%208.338%209.993%209%2012%209s3.29-.662%204.063-1.28A4.8%204.8%200%200%200%2017%206.721V5a1%201%200%201%201%202%200v1.565c.144.127.332.288.551.458c.533.415%201.177.832%201.765%201.028a1%201%200%201%201-.632%201.898c-.606-.202-1.188-.528-1.684-.858V14h3a1%201%200%201%201%200%202h-3v3a1%201%200%201%201-2%200v-3H7v3a1%201%200%201%201-2%200v-3H2a1%201%200%201%201%200-2h3V9.09c-.496.331-1.078.657-1.684.859a1%201%200%200%201-.632-1.898c.588-.196%201.232-.613%201.765-1.028c.219-.17.407-.33.551-.458V5a1%201%200%200%201%201-1m3%206.533c.59.2%201.255.349%202%20.42V14H9zM13%2014h2v-3.467c-.59.2-1.255.349-2%20.42z%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6%204a1%201%200%200%201%201%201v1.722q.043.064.105.147c.168.225.44.536.832.85C8.71%208.338%209.993%209%2012%209s3.29-.662%204.063-1.28A4.8%204.8%200%200%200%2017%206.721V5a1%201%200%201%201%202%200v1.565c.144.127.332.288.551.458c.533.415%201.177.832%201.765%201.028a1%201%200%201%201-.632%201.898c-.606-.202-1.188-.528-1.684-.858V14h3a1%201%200%201%201%200%202h-3v3a1%201%200%201%201-2%200v-3H7v3a1%201%200%201%201-2%200v-3H2a1%201%200%201%201%200-2h3V9.09c-.496.331-1.078.657-1.684.859a1%201%200%200%201-.632-1.898c.588-.196%201.232-.613%201.765-1.028c.219-.17.407-.33.551-.458V5a1%201%200%200%201%201-1m3%206.533c.59.2%201.255.349%202%20.42V14H9zM13%2014h2v-3.467c-.59.2-1.255.349-2%20.42z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/bridge-fill.svg?color=%231a73e8&size=48