funicular icon
funicular-rounded from Material Symbols Light by Google · Rounded · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- funicular-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Transit
- Viewbox
- 24×24
- License
- Apache 2.0
3 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-busboat-railwaybus-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-right
Use the funicular icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.629 21.829q-.238.067-.434-.078Q2 21.606 2 21.353q0-.165.091-.29q.092-.124.263-.186l4.896-1.348v-3.145H4.808q-.343 0-.576-.232T4 15.578V6h-.5q-.213 0-.356-.144T3 5.499t.144-.356T3.5 5h2.385v-.423q0-.343.232-.575t.575-.233h10.616q.343 0 .575.232t.233.576V5H20.5q.213 0 .356.144t.144.357t-.144.356T20.5 6H20v7.77q0 .343-.232.575t-.576.232h-2.404v2.356l4.583-1.262q.239-.067.434.078t.195.398q0 .165-.091.29q-.092.124-.263.186zm6.083-2.696l6.615-1.804v-2.752H12.5v1q0 .343-.232.576q-.233.232-.576.232h-2.98zM5 13h6.5V6H5zm7.5-1.808H19V6h-6.5z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightFunicularRounded(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="M2.629 21.829q-.238.067-.434-.078Q2 21.606 2 21.353q0-.165.091-.29q.092-.124.263-.186l4.896-1.348v-3.145H4.808q-.343 0-.576-.232T4 15.578V6h-.5q-.213 0-.356-.144T3 5.499t.144-.356T3.5 5h2.385v-.423q0-.343.232-.575t.575-.233h10.616q.343 0 .575.232t.233.576V5H20.5q.213 0 .356.144t.144.357t-.144.356T20.5 6H20v7.77q0 .343-.232.575t-.576.232h-2.404v2.356l4.583-1.262q.239-.067.434.078t.195.398q0 .165-.091.29q-.092.124-.263.186zm6.083-2.696l6.615-1.804v-2.752H12.5v1q0 .343-.232.576q-.233.232-.576.232h-2.98zM5 13h6.5V6H5zm7.5-1.808H19V6h-6.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.629 21.829q-.238.067-.434-.078Q2 21.606 2 21.353q0-.165.091-.29q.092-.124.263-.186l4.896-1.348v-3.145H4.808q-.343 0-.576-.232T4 15.578V6h-.5q-.213 0-.356-.144T3 5.499t.144-.356T3.5 5h2.385v-.423q0-.343.232-.575t.575-.233h10.616q.343 0 .575.232t.233.576V5H20.5q.213 0 .356.144t.144.357t-.144.356T20.5 6H20v7.77q0 .343-.232.575t-.576.232h-2.404v2.356l4.583-1.262q.239-.067.434.078t.195.398q0 .165-.091.29q-.092.124-.263.186zm6.083-2.696l6.615-1.804v-2.752H12.5v1q0 .343-.232.576q-.233.232-.576.232h-2.98zM5 13h6.5V6H5zm7.5-1.808H19V6h-6.5z"/></svg> </template>
CSS
.icon-funicular-rounded {
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%22M2.629%2021.829q-.238.067-.434-.078Q2%2021.606%202%2021.353q0-.165.091-.29q.092-.124.263-.186l4.896-1.348v-3.145H4.808q-.343%200-.576-.232T4%2015.578V6h-.5q-.213%200-.356-.144T3%205.499t.144-.356T3.5%205h2.385v-.423q0-.343.232-.575t.575-.233h10.616q.343%200%20.575.232t.233.576V5H20.5q.213%200%20.356.144t.144.357t-.144.356T20.5%206H20v7.77q0%20.343-.232.575t-.576.232h-2.404v2.356l4.583-1.262q.239-.067.434.078t.195.398q0%20.165-.091.29q-.092.124-.263.186zm6.083-2.696l6.615-1.804v-2.752H12.5v1q0%20.343-.232.576q-.233.232-.576.232h-2.98zM5%2013h6.5V6H5zm7.5-1.808H19V6h-6.5z%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%22M2.629%2021.829q-.238.067-.434-.078Q2%2021.606%202%2021.353q0-.165.091-.29q.092-.124.263-.186l4.896-1.348v-3.145H4.808q-.343%200-.576-.232T4%2015.578V6h-.5q-.213%200-.356-.144T3%205.499t.144-.356T3.5%205h2.385v-.423q0-.343.232-.575t.575-.233h10.616q.343%200%20.575.232t.233.576V5H20.5q.213%200%20.356.144t.144.357t-.144.356T20.5%206H20v7.77q0%20.343-.232.575t-.576.232h-2.404v2.356l4.583-1.262q.239-.067.434.078t.195.398q0%20.165-.091.29q-.092.124-.263.186zm6.083-2.696l6.615-1.804v-2.752H12.5v1q0%20.343-.232.576q-.233.232-.576.232h-2.98zM5%2013h6.5V6H5zm7.5-1.808H19V6h-6.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/funicular-rounded.svg?color=%231a73e8&size=48