funicular-outline from Material Symbols Light by Google · Outline · Transit · Apache-2.0 Free for personal and commercial use.

Name
funicular-outline
Set
Material Symbols Light
Style
Outline
Category
Transit
Viewbox
24×24
License
Apache 2.0
Aliases
funicular-outline-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More transit icons from Material Symbols Light

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 22v-1.02l5.25-1.451v-3.145H4V6H3V5h2.885V3.77h12.23V5H21v1h-1v8.577h-3.212v2.356L22 15.5v1.02zm6.712-2.867l6.615-1.804v-2.752H12.5v1.808H8.711zM5 15.385h6.5V14H5zm7.5-1.808H19v-1.385h-6.5zM5 13h6.5V6H5zm7.5-1.808H19V6h-6.5zm-1 4.193V14zm1-1.808v-1.385z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightFunicularOutline(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 22v-1.02l5.25-1.451v-3.145H4V6H3V5h2.885V3.77h12.23V5H21v1h-1v8.577h-3.212v2.356L22 15.5v1.02zm6.712-2.867l6.615-1.804v-2.752H12.5v1.808H8.711zM5 15.385h6.5V14H5zm7.5-1.808H19v-1.385h-6.5zM5 13h6.5V6H5zm7.5-1.808H19V6h-6.5zm-1 4.193V14zm1-1.808v-1.385z"/></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 22v-1.02l5.25-1.451v-3.145H4V6H3V5h2.885V3.77h12.23V5H21v1h-1v8.577h-3.212v2.356L22 15.5v1.02zm6.712-2.867l6.615-1.804v-2.752H12.5v1.808H8.711zM5 15.385h6.5V14H5zm7.5-1.808H19v-1.385h-6.5zM5 13h6.5V6H5zm7.5-1.808H19V6h-6.5zm-1 4.193V14zm1-1.808v-1.385z"/></svg>
</template>

CSS

.icon-funicular-outline {
  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%2022v-1.02l5.25-1.451v-3.145H4V6H3V5h2.885V3.77h12.23V5H21v1h-1v8.577h-3.212v2.356L22%2015.5v1.02zm6.712-2.867l6.615-1.804v-2.752H12.5v1.808H8.711zM5%2015.385h6.5V14H5zm7.5-1.808H19v-1.385h-6.5zM5%2013h6.5V6H5zm7.5-1.808H19V6h-6.5zm-1%204.193V14zm1-1.808v-1.385z%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%2022v-1.02l5.25-1.451v-3.145H4V6H3V5h2.885V3.77h12.23V5H21v1h-1v8.577h-3.212v2.356L22%2015.5v1.02zm6.712-2.867l6.615-1.804v-2.752H12.5v1.808H8.711zM5%2015.385h6.5V14H5zm7.5-1.808H19v-1.385h-6.5zM5%2013h6.5V6H5zm7.5-1.808H19V6h-6.5zm-1%204.193V14zm1-1.808v-1.385z%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-outline.svg?color=%231a73e8&size=48