gondola lift icon
gondola-lift-outline-sharp from Material Symbols by Google · Outline Sharp · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- gondola-lift-outline-sharp
- Set
- Material Symbols
- Style
- Outline Sharp
- Category
- Transit
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More transit icons from Material Symbols
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 gondola lift icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 21v-8q0-1.65 1.175-2.825T7 9h4V6.275L1 9V7l5.125-1.4q-.05-.125-.088-.275T6 5q0-.625.438-1.063T7.5 3.5q.575 0 1 .375t.475.95L11 4.275V3h2v.725l2.15-.575q-.075-.15-.112-.312T15 2.5q0-.625.438-1.062T16.5 1q.575 0 1.013.4t.487.975L23 1v2L13 5.725V9h4q1.65 0 2.825 1.175T21 13v8zm2-2h14v-2H5zm0-4h3.325v-4H7q-.825 0-1.412.588T5 13zm5.325 0h3.325v-4h-3.325zm5.35 0H19v-2q0-.825-.587-1.412T17 11h-1.325zM5 19v-2z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsGondolaLiftOutlineSharp(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="M3 21v-8q0-1.65 1.175-2.825T7 9h4V6.275L1 9V7l5.125-1.4q-.05-.125-.088-.275T6 5q0-.625.438-1.063T7.5 3.5q.575 0 1 .375t.475.95L11 4.275V3h2v.725l2.15-.575q-.075-.15-.112-.312T15 2.5q0-.625.438-1.062T16.5 1q.575 0 1.013.4t.487.975L23 1v2L13 5.725V9h4q1.65 0 2.825 1.175T21 13v8zm2-2h14v-2H5zm0-4h3.325v-4H7q-.825 0-1.412.588T5 13zm5.325 0h3.325v-4h-3.325zm5.35 0H19v-2q0-.825-.587-1.412T17 11h-1.325zM5 19v-2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 21v-8q0-1.65 1.175-2.825T7 9h4V6.275L1 9V7l5.125-1.4q-.05-.125-.088-.275T6 5q0-.625.438-1.063T7.5 3.5q.575 0 1 .375t.475.95L11 4.275V3h2v.725l2.15-.575q-.075-.15-.112-.312T15 2.5q0-.625.438-1.062T16.5 1q.575 0 1.013.4t.487.975L23 1v2L13 5.725V9h4q1.65 0 2.825 1.175T21 13v8zm2-2h14v-2H5zm0-4h3.325v-4H7q-.825 0-1.412.588T5 13zm5.325 0h3.325v-4h-3.325zm5.35 0H19v-2q0-.825-.587-1.412T17 11h-1.325zM5 19v-2z"/></svg> </template>
CSS
.icon-gondola-lift-outline-sharp {
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%22M3%2021v-8q0-1.65%201.175-2.825T7%209h4V6.275L1%209V7l5.125-1.4q-.05-.125-.088-.275T6%205q0-.625.438-1.063T7.5%203.5q.575%200%201%20.375t.475.95L11%204.275V3h2v.725l2.15-.575q-.075-.15-.112-.312T15%202.5q0-.625.438-1.062T16.5%201q.575%200%201.013.4t.487.975L23%201v2L13%205.725V9h4q1.65%200%202.825%201.175T21%2013v8zm2-2h14v-2H5zm0-4h3.325v-4H7q-.825%200-1.412.588T5%2013zm5.325%200h3.325v-4h-3.325zm5.35%200H19v-2q0-.825-.587-1.412T17%2011h-1.325zM5%2019v-2z%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%22M3%2021v-8q0-1.65%201.175-2.825T7%209h4V6.275L1%209V7l5.125-1.4q-.05-.125-.088-.275T6%205q0-.625.438-1.063T7.5%203.5q.575%200%201%20.375t.475.95L11%204.275V3h2v.725l2.15-.575q-.075-.15-.112-.312T15%202.5q0-.625.438-1.062T16.5%201q.575%200%201.013.4t.487.975L23%201v2L13%205.725V9h4q1.65%200%202.825%201.175T21%2013v8zm2-2h14v-2H5zm0-4h3.325v-4H7q-.825%200-1.412.588T5%2013zm5.325%200h3.325v-4h-3.325zm5.35%200H19v-2q0-.825-.587-1.412T17%2011h-1.325zM5%2019v-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/gondola-lift-outline-sharp.svg?color=%231a73e8&size=48