mountain cableway emoji
mountain-cableway from Fluent Emoji High Contrast by Microsoft Corporation · Default · Travel & Places · MIT Free for personal and commercial use.
- Name
- mountain-cableway
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Travel & Places
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More travel & places icons from Fluent Emoji High Contrast
Use the mountain cableway emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><g fill="currentColor" clip-path="url(#SVGkRCCwb7V23)"><path d="M20.9 14h-9.8c-.61 0-1.1.49-1.1 1.1v8.8c0 .61.49 1.1 1.1 1.1h9.8c.61 0 1.1-.49 1.1-1.1v-8.8c0-.6-.49-1.1-1.1-1.1"/><path d="M29.023 2.88a1 1 0 0 1-.874 1.113L17 5.333V9h3.4c.33 0 .59.27.6.59V10h6.98c2.223 0 4 1.81 4.02 3.992l.005.52l-.005.009V26.99A5.014 5.014 0 0 1 26.989 32H5.01A5.014 5.014 0 0 1 0 26.99V14c.005-2.21 1.8-4 4.01-4H11v-.41c0-.32.26-.59.59-.59H15V5.574L4.11 6.883a1 1 0 0 1-.24-1.986l5.504-.661l.057-.009l12.48-1.5l.051-.005l5.949-.715a1 1 0 0 1 1.112.874M4.01 12A2.01 2.01 0 0 0 2 14h4.896C7.508 14 8 14.5 8 15.1v8.8c0 .61-.492 1.1-1.104 1.1H2v1.99C2 28.65 3.35 30 5.011 30H26.99c1.659 0 3.01-1.35 3.01-3.01V25h-4.896C24.492 25 24 24.51 24 23.9v-8.8c0-.61.492-1.1 1.104-1.1H30a2.03 2.03 0 0 0-2.02-2z"/></g><defs><clipPath id="SVGkRCCwb7V23"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastMountainCableway(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><g fill="currentColor" clipPath="url(#SVGkRCCwb7V23)"><path d="M20.9 14h-9.8c-.61 0-1.1.49-1.1 1.1v8.8c0 .61.49 1.1 1.1 1.1h9.8c.61 0 1.1-.49 1.1-1.1v-8.8c0-.6-.49-1.1-1.1-1.1"/><path d="M29.023 2.88a1 1 0 0 1-.874 1.113L17 5.333V9h3.4c.33 0 .59.27.6.59V10h6.98c2.223 0 4 1.81 4.02 3.992l.005.52l-.005.009V26.99A5.014 5.014 0 0 1 26.989 32H5.01A5.014 5.014 0 0 1 0 26.99V14c.005-2.21 1.8-4 4.01-4H11v-.41c0-.32.26-.59.59-.59H15V5.574L4.11 6.883a1 1 0 0 1-.24-1.986l5.504-.661l.057-.009l12.48-1.5l.051-.005l5.949-.715a1 1 0 0 1 1.112.874M4.01 12A2.01 2.01 0 0 0 2 14h4.896C7.508 14 8 14.5 8 15.1v8.8c0 .61-.492 1.1-1.104 1.1H2v1.99C2 28.65 3.35 30 5.011 30H26.99c1.659 0 3.01-1.35 3.01-3.01V25h-4.896C24.492 25 24 24.51 24 23.9v-8.8c0-.61.492-1.1 1.104-1.1H30a2.03 2.03 0 0 0-2.02-2z"/></g><defs><clipPath id="SVGkRCCwb7V23"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><g fill="currentColor" clip-path="url(#SVGkRCCwb7V23)"><path d="M20.9 14h-9.8c-.61 0-1.1.49-1.1 1.1v8.8c0 .61.49 1.1 1.1 1.1h9.8c.61 0 1.1-.49 1.1-1.1v-8.8c0-.6-.49-1.1-1.1-1.1"/><path d="M29.023 2.88a1 1 0 0 1-.874 1.113L17 5.333V9h3.4c.33 0 .59.27.6.59V10h6.98c2.223 0 4 1.81 4.02 3.992l.005.52l-.005.009V26.99A5.014 5.014 0 0 1 26.989 32H5.01A5.014 5.014 0 0 1 0 26.99V14c.005-2.21 1.8-4 4.01-4H11v-.41c0-.32.26-.59.59-.59H15V5.574L4.11 6.883a1 1 0 0 1-.24-1.986l5.504-.661l.057-.009l12.48-1.5l.051-.005l5.949-.715a1 1 0 0 1 1.112.874M4.01 12A2.01 2.01 0 0 0 2 14h4.896C7.508 14 8 14.5 8 15.1v8.8c0 .61-.492 1.1-1.104 1.1H2v1.99C2 28.65 3.35 30 5.011 30H26.99c1.659 0 3.01-1.35 3.01-3.01V25h-4.896C24.492 25 24 24.51 24 23.9v-8.8c0-.61.492-1.1 1.104-1.1H30a2.03 2.03 0 0 0-2.02-2z"/></g><defs><clipPath id="SVGkRCCwb7V23"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-mountain-cableway {
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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cg%20fill%3D%22currentColor%22%20clip-path%3D%22url(%23SVGkRCCwb7V23)%22%3E%3Cpath%20d%3D%22M20.9%2014h-9.8c-.61%200-1.1.49-1.1%201.1v8.8c0%20.61.49%201.1%201.1%201.1h9.8c.61%200%201.1-.49%201.1-1.1v-8.8c0-.6-.49-1.1-1.1-1.1%22%2F%3E%3Cpath%20d%3D%22M29.023%202.88a1%201%200%200%201-.874%201.113L17%205.333V9h3.4c.33%200%20.59.27.6.59V10h6.98c2.223%200%204%201.81%204.02%203.992l.005.52l-.005.009V26.99A5.014%205.014%200%200%201%2026.989%2032H5.01A5.014%205.014%200%200%201%200%2026.99V14c.005-2.21%201.8-4%204.01-4H11v-.41c0-.32.26-.59.59-.59H15V5.574L4.11%206.883a1%201%200%200%201-.24-1.986l5.504-.661l.057-.009l12.48-1.5l.051-.005l5.949-.715a1%201%200%200%201%201.112.874M4.01%2012A2.01%202.01%200%200%200%202%2014h4.896C7.508%2014%208%2014.5%208%2015.1v8.8c0%20.61-.492%201.1-1.104%201.1H2v1.99C2%2028.65%203.35%2030%205.011%2030H26.99c1.659%200%203.01-1.35%203.01-3.01V25h-4.896C24.492%2025%2024%2024.51%2024%2023.9v-8.8c0-.61.492-1.1%201.104-1.1H30a2.03%202.03%200%200%200-2.02-2z%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGkRCCwb7V23%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h32v32H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cg%20fill%3D%22currentColor%22%20clip-path%3D%22url(%23SVGkRCCwb7V23)%22%3E%3Cpath%20d%3D%22M20.9%2014h-9.8c-.61%200-1.1.49-1.1%201.1v8.8c0%20.61.49%201.1%201.1%201.1h9.8c.61%200%201.1-.49%201.1-1.1v-8.8c0-.6-.49-1.1-1.1-1.1%22%2F%3E%3Cpath%20d%3D%22M29.023%202.88a1%201%200%200%201-.874%201.113L17%205.333V9h3.4c.33%200%20.59.27.6.59V10h6.98c2.223%200%204%201.81%204.02%203.992l.005.52l-.005.009V26.99A5.014%205.014%200%200%201%2026.989%2032H5.01A5.014%205.014%200%200%201%200%2026.99V14c.005-2.21%201.8-4%204.01-4H11v-.41c0-.32.26-.59.59-.59H15V5.574L4.11%206.883a1%201%200%200%201-.24-1.986l5.504-.661l.057-.009l12.48-1.5l.051-.005l5.949-.715a1%201%200%200%201%201.112.874M4.01%2012A2.01%202.01%200%200%200%202%2014h4.896C7.508%2014%208%2014.5%208%2015.1v8.8c0%20.61-.492%201.1-1.104%201.1H2v1.99C2%2028.65%203.35%2030%205.011%2030H26.99c1.659%200%203.01-1.35%203.01-3.01V25h-4.896C24.492%2025%2024%2024.51%2024%2023.9v-8.8c0-.61.492-1.1%201.104-1.1H30a2.03%202.03%200%200%200-2.02-2z%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGkRCCwb7V23%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h32v32H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/mountain-cableway.svg?color=%231a73e8&size=48