boat railway icon
boat-railway from Material Symbols Light by Google · Regular · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- boat-railway
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Transit
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More transit icons from Material Symbols Light
agricultureairlinesairport-shuttleambulanceauto-towingauto-transmissionbike-dockbike-lanebike-scooterboat-busbus-alertbus-map-pinbus-railwaycable-carcar-crashcar-defrost-leftcar-defrost-low-leftcar-defrost-low-rightcar-defrost-mid-leftcar-defrost-mid-low-leftcar-defrost-mid-low-rightcar-defrost-mid-rightcar-defrost-rightcar-fan-low-left
Use the boat railway icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.275 18.823q.69.425 1.376.703t1.478.391l-.887.881q-.517-.12-1.006-.292t-.973-.425q-.97.469-1.97.694T4.262 21H4v-1h.262q1.046 0 2.037-.301t1.976-.876M13.577 21l1.692-1.692q-.69 0-1.191-.501t-.501-1.192v-3q0-1.506 1.048-2.445q1.048-.94 2.683-.94t2.663.94T21 14.616v3q0 .69-.501 1.19t-1.191.502L21 21zm4.092-3.35q.197-.196.197-.477t-.197-.477t-.477-.196t-.476.196q-.197.196-.197.477t.197.477t.476.196t.477-.196m-3.207-2.189h5.654v-.846q0-.236-.041-.438q-.04-.202-.121-.408h-5.331q-.08.206-.121.408t-.04.439zM10.135 3h3.654v2h3.038q.671 0 1.143.472t.472 1.143v2.318q-.25-.042-.49-.067t-.51-.014V6.538q0-.23-.163-.384T16.885 6H7.039q-.231 0-.395.154q-.163.154-.163.384v3.98l5.48-1.672l2.33.696q-1.483.716-2.291 2.052t-.808 2.997v2.894q-.828-.216-1.549-.802t-1.431-1.414q-.816.887-1.487 1.4t-1.506.829l-1.49-5.306q-.087-.31.065-.592t.462-.388l1.225-.4V6.616q0-.672.472-1.144T7.096 5h3.039z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightBoatRailway(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" d="M8.275 18.823q.69.425 1.376.703t1.478.391l-.887.881q-.517-.12-1.006-.292t-.973-.425q-.97.469-1.97.694T4.262 21H4v-1h.262q1.046 0 2.037-.301t1.976-.876M13.577 21l1.692-1.692q-.69 0-1.191-.501t-.501-1.192v-3q0-1.506 1.048-2.445q1.048-.94 2.683-.94t2.663.94T21 14.616v3q0 .69-.501 1.19t-1.191.502L21 21zm4.092-3.35q.197-.196.197-.477t-.197-.477t-.477-.196t-.476.196q-.197.196-.197.477t.197.477t.476.196t.477-.196m-3.207-2.189h5.654v-.846q0-.236-.041-.438q-.04-.202-.121-.408h-5.331q-.08.206-.121.408t-.04.439zM10.135 3h3.654v2h3.038q.671 0 1.143.472t.472 1.143v2.318q-.25-.042-.49-.067t-.51-.014V6.538q0-.23-.163-.384T16.885 6H7.039q-.231 0-.395.154q-.163.154-.163.384v3.98l5.48-1.672l2.33.696q-1.483.716-2.291 2.052t-.808 2.997v2.894q-.828-.216-1.549-.802t-1.431-1.414q-.816.887-1.487 1.4t-1.506.829l-1.49-5.306q-.087-.31.065-.592t.462-.388l1.225-.4V6.616q0-.672.472-1.144T7.096 5h3.039z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.275 18.823q.69.425 1.376.703t1.478.391l-.887.881q-.517-.12-1.006-.292t-.973-.425q-.97.469-1.97.694T4.262 21H4v-1h.262q1.046 0 2.037-.301t1.976-.876M13.577 21l1.692-1.692q-.69 0-1.191-.501t-.501-1.192v-3q0-1.506 1.048-2.445q1.048-.94 2.683-.94t2.663.94T21 14.616v3q0 .69-.501 1.19t-1.191.502L21 21zm4.092-3.35q.197-.196.197-.477t-.197-.477t-.477-.196t-.476.196q-.197.196-.197.477t.197.477t.476.196t.477-.196m-3.207-2.189h5.654v-.846q0-.236-.041-.438q-.04-.202-.121-.408h-5.331q-.08.206-.121.408t-.04.439zM10.135 3h3.654v2h3.038q.671 0 1.143.472t.472 1.143v2.318q-.25-.042-.49-.067t-.51-.014V6.538q0-.23-.163-.384T16.885 6H7.039q-.231 0-.395.154q-.163.154-.163.384v3.98l5.48-1.672l2.33.696q-1.483.716-2.291 2.052t-.808 2.997v2.894q-.828-.216-1.549-.802t-1.431-1.414q-.816.887-1.487 1.4t-1.506.829l-1.49-5.306q-.087-.31.065-.592t.462-.388l1.225-.4V6.616q0-.672.472-1.144T7.096 5h3.039z"/></svg> </template>
CSS
.icon-boat-railway {
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%20d%3D%22M8.275%2018.823q.69.425%201.376.703t1.478.391l-.887.881q-.517-.12-1.006-.292t-.973-.425q-.97.469-1.97.694T4.262%2021H4v-1h.262q1.046%200%202.037-.301t1.976-.876M13.577%2021l1.692-1.692q-.69%200-1.191-.501t-.501-1.192v-3q0-1.506%201.048-2.445q1.048-.94%202.683-.94t2.663.94T21%2014.616v3q0%20.69-.501%201.19t-1.191.502L21%2021zm4.092-3.35q.197-.196.197-.477t-.197-.477t-.477-.196t-.476.196q-.197.196-.197.477t.197.477t.476.196t.477-.196m-3.207-2.189h5.654v-.846q0-.236-.041-.438q-.04-.202-.121-.408h-5.331q-.08.206-.121.408t-.04.439zM10.135%203h3.654v2h3.038q.671%200%201.143.472t.472%201.143v2.318q-.25-.042-.49-.067t-.51-.014V6.538q0-.23-.163-.384T16.885%206H7.039q-.231%200-.395.154q-.163.154-.163.384v3.98l5.48-1.672l2.33.696q-1.483.716-2.291%202.052t-.808%202.997v2.894q-.828-.216-1.549-.802t-1.431-1.414q-.816.887-1.487%201.4t-1.506.829l-1.49-5.306q-.087-.31.065-.592t.462-.388l1.225-.4V6.616q0-.672.472-1.144T7.096%205h3.039z%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%20d%3D%22M8.275%2018.823q.69.425%201.376.703t1.478.391l-.887.881q-.517-.12-1.006-.292t-.973-.425q-.97.469-1.97.694T4.262%2021H4v-1h.262q1.046%200%202.037-.301t1.976-.876M13.577%2021l1.692-1.692q-.69%200-1.191-.501t-.501-1.192v-3q0-1.506%201.048-2.445q1.048-.94%202.683-.94t2.663.94T21%2014.616v3q0%20.69-.501%201.19t-1.191.502L21%2021zm4.092-3.35q.197-.196.197-.477t-.197-.477t-.477-.196t-.476.196q-.197.196-.197.477t.197.477t.476.196t.477-.196m-3.207-2.189h5.654v-.846q0-.236-.041-.438q-.04-.202-.121-.408h-5.331q-.08.206-.121.408t-.04.439zM10.135%203h3.654v2h3.038q.671%200%201.143.472t.472%201.143v2.318q-.25-.042-.49-.067t-.51-.014V6.538q0-.23-.163-.384T16.885%206H7.039q-.231%200-.395.154q-.163.154-.163.384v3.98l5.48-1.672l2.33.696q-1.483.716-2.291%202.052t-.808%202.997v2.894q-.828-.216-1.549-.802t-1.431-1.414q-.816.887-1.487%201.4t-1.506.829l-1.49-5.306q-.087-.31.065-.592t.462-.388l1.225-.4V6.616q0-.672.472-1.144T7.096%205h3.039z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/boat-railway.svg?color=%231a73e8&size=48