mountain location bottom icon
mountain-location-bottom-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- mountain-location-bottom-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
5 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the mountain location bottom icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.913 2.854a2.75 2.75 0 0 0-3.826 0L2.99 9.724A3.25 3.25 0 0 0 2 12.06v6.69A2.25 2.25 0 0 0 4.25 21h6.04a22 22 0 0 1-1.356-2.03a10 10 0 0 1-.636-1.282C8.136 17.276 8 16.806 8 16.343c0-1.088.435-2.152 1.122-2.946C9.81 12.6 10.819 12 12 12s2.19.6 2.878 1.397c.687.794 1.122 1.858 1.122 2.946c0 .463-.136.933-.298 1.345a10 10 0 0 1-.636 1.282A22 22 0 0 1 13.71 21h6.041A2.25 2.25 0 0 0 22 18.75v-6.69a3.25 3.25 0 0 0-.99-2.336zM11.13 3.932a1.25 1.25 0 0 1 1.738 0l3.454 3.343a10.5 10.5 0 0 0-2.021.464c-.681.222-1.384.51-2.04.78c-.388.16-.76.313-1.101.442c-.983.37-1.878.613-2.782.582c-.71-.024-1.466-.22-2.302-.72zm.133 16.7a.92.92 0 0 0 .79.368a.92.92 0 0 0 .682-.369c.888-1.17 2.264-3.166 2.264-4.288C15 14.686 13.657 13 12 13s-3 1.686-3 3.343c0 1.122 1.376 3.117 2.264 4.288M13.5 16a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentMountainLocationBottom24Filled(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="M13.913 2.854a2.75 2.75 0 0 0-3.826 0L2.99 9.724A3.25 3.25 0 0 0 2 12.06v6.69A2.25 2.25 0 0 0 4.25 21h6.04a22 22 0 0 1-1.356-2.03a10 10 0 0 1-.636-1.282C8.136 17.276 8 16.806 8 16.343c0-1.088.435-2.152 1.122-2.946C9.81 12.6 10.819 12 12 12s2.19.6 2.878 1.397c.687.794 1.122 1.858 1.122 2.946c0 .463-.136.933-.298 1.345a10 10 0 0 1-.636 1.282A22 22 0 0 1 13.71 21h6.041A2.25 2.25 0 0 0 22 18.75v-6.69a3.25 3.25 0 0 0-.99-2.336zM11.13 3.932a1.25 1.25 0 0 1 1.738 0l3.454 3.343a10.5 10.5 0 0 0-2.021.464c-.681.222-1.384.51-2.04.78c-.388.16-.76.313-1.101.442c-.983.37-1.878.613-2.782.582c-.71-.024-1.466-.22-2.302-.72zm.133 16.7a.92.92 0 0 0 .79.368a.92.92 0 0 0 .682-.369c.888-1.17 2.264-3.166 2.264-4.288C15 14.686 13.657 13 12 13s-3 1.686-3 3.343c0 1.122 1.376 3.117 2.264 4.288M13.5 16a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.913 2.854a2.75 2.75 0 0 0-3.826 0L2.99 9.724A3.25 3.25 0 0 0 2 12.06v6.69A2.25 2.25 0 0 0 4.25 21h6.04a22 22 0 0 1-1.356-2.03a10 10 0 0 1-.636-1.282C8.136 17.276 8 16.806 8 16.343c0-1.088.435-2.152 1.122-2.946C9.81 12.6 10.819 12 12 12s2.19.6 2.878 1.397c.687.794 1.122 1.858 1.122 2.946c0 .463-.136.933-.298 1.345a10 10 0 0 1-.636 1.282A22 22 0 0 1 13.71 21h6.041A2.25 2.25 0 0 0 22 18.75v-6.69a3.25 3.25 0 0 0-.99-2.336zM11.13 3.932a1.25 1.25 0 0 1 1.738 0l3.454 3.343a10.5 10.5 0 0 0-2.021.464c-.681.222-1.384.51-2.04.78c-.388.16-.76.313-1.101.442c-.983.37-1.878.613-2.782.582c-.71-.024-1.466-.22-2.302-.72zm.133 16.7a.92.92 0 0 0 .79.368a.92.92 0 0 0 .682-.369c.888-1.17 2.264-3.166 2.264-4.288C15 14.686 13.657 13 12 13s-3 1.686-3 3.343c0 1.122 1.376 3.117 2.264 4.288M13.5 16a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0"/></svg> </template>
CSS
.icon-mountain-location-bottom-24-filled {
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%22M13.913%202.854a2.75%202.75%200%200%200-3.826%200L2.99%209.724A3.25%203.25%200%200%200%202%2012.06v6.69A2.25%202.25%200%200%200%204.25%2021h6.04a22%2022%200%200%201-1.356-2.03a10%2010%200%200%201-.636-1.282C8.136%2017.276%208%2016.806%208%2016.343c0-1.088.435-2.152%201.122-2.946C9.81%2012.6%2010.819%2012%2012%2012s2.19.6%202.878%201.397c.687.794%201.122%201.858%201.122%202.946c0%20.463-.136.933-.298%201.345a10%2010%200%200%201-.636%201.282A22%2022%200%200%201%2013.71%2021h6.041A2.25%202.25%200%200%200%2022%2018.75v-6.69a3.25%203.25%200%200%200-.99-2.336zM11.13%203.932a1.25%201.25%200%200%201%201.738%200l3.454%203.343a10.5%2010.5%200%200%200-2.021.464c-.681.222-1.384.51-2.04.78c-.388.16-.76.313-1.101.442c-.983.37-1.878.613-2.782.582c-.71-.024-1.466-.22-2.302-.72zm.133%2016.7a.92.92%200%200%200%20.79.368a.92.92%200%200%200%20.682-.369c.888-1.17%202.264-3.166%202.264-4.288C15%2014.686%2013.657%2013%2012%2013s-3%201.686-3%203.343c0%201.122%201.376%203.117%202.264%204.288M13.5%2016a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200%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%22M13.913%202.854a2.75%202.75%200%200%200-3.826%200L2.99%209.724A3.25%203.25%200%200%200%202%2012.06v6.69A2.25%202.25%200%200%200%204.25%2021h6.04a22%2022%200%200%201-1.356-2.03a10%2010%200%200%201-.636-1.282C8.136%2017.276%208%2016.806%208%2016.343c0-1.088.435-2.152%201.122-2.946C9.81%2012.6%2010.819%2012%2012%2012s2.19.6%202.878%201.397c.687.794%201.122%201.858%201.122%202.946c0%20.463-.136.933-.298%201.345a10%2010%200%200%201-.636%201.282A22%2022%200%200%201%2013.71%2021h6.041A2.25%202.25%200%200%200%2022%2018.75v-6.69a3.25%203.25%200%200%200-.99-2.336zM11.13%203.932a1.25%201.25%200%200%201%201.738%200l3.454%203.343a10.5%2010.5%200%200%200-2.021.464c-.681.222-1.384.51-2.04.78c-.388.16-.76.313-1.101.442c-.983.37-1.878.613-2.782.582c-.71-.024-1.466-.22-2.302-.72zm.133%2016.7a.92.92%200%200%200%20.79.368a.92.92%200%200%200%20.682-.369c.888-1.17%202.264-3.166%202.264-4.288C15%2014.686%2013.657%2013%2012%2013s-3%201.686-3%203.343c0%201.122%201.376%203.117%202.264%204.288M13.5%2016a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/mountain-location-bottom-24-filled.svg?color=%231a73e8&size=48