mountain location bottom icon

mountain-location-bottom-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
mountain-location-bottom-24-regular
Set
Fluent UI System Icons
Style
24 Regular
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.923 2.785a2.75 2.75 0 0 0-3.846 0l-7.1 6.944A3.25 3.25 0 0 0 2 12.052v6.698A2.25 2.25 0 0 0 4.25 21h6.04a24 24 0 0 1-1.035-1.5H4.25a.75.75 0 0 1-.75-.75v-6.698c0-.47.19-.922.526-1.251l.932-.911c1.161.775 2.275 1.115 3.37 1.152c1.202.041 2.319-.285 3.361-.678c.438-.165.845-.332 1.242-.497c.604-.25 1.189-.491 1.836-.702c1.002-.327 2.012-.523 3.1-.424l2.107 2.06c.336.33.526.78.526 1.251v6.698a.75.75 0 0 1-.75.75h-5.005A24 24 0 0 1 13.71 21h6.04A2.25 2.25 0 0 0 22 18.75v-6.698a3.25 3.25 0 0 0-.977-2.323zm-2.797 1.072a1.25 1.25 0 0 1 1.748 0l3.49 3.413c-.728.084-1.413.257-2.062.469c-.681.222-1.384.51-2.04.78c-.388.16-.76.313-1.101.442c-.983.37-1.878.613-2.782.582c-.716-.025-1.477-.222-2.32-.73zm.138 16.774a.92.92 0 0 0 .79.369a.92.92 0 0 0 .682-.369c.247-.325.531-.715.814-1.131c.733-1.082 1.45-2.347 1.45-3.157C15 14.686 13.657 13 12 13s-3 1.686-3 3.343c0 .81.717 2.075 1.45 3.157c.283.416.567.806.814 1.131M13.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 FluentMountainLocationBottom24Regular(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.923 2.785a2.75 2.75 0 0 0-3.846 0l-7.1 6.944A3.25 3.25 0 0 0 2 12.052v6.698A2.25 2.25 0 0 0 4.25 21h6.04a24 24 0 0 1-1.035-1.5H4.25a.75.75 0 0 1-.75-.75v-6.698c0-.47.19-.922.526-1.251l.932-.911c1.161.775 2.275 1.115 3.37 1.152c1.202.041 2.319-.285 3.361-.678c.438-.165.845-.332 1.242-.497c.604-.25 1.189-.491 1.836-.702c1.002-.327 2.012-.523 3.1-.424l2.107 2.06c.336.33.526.78.526 1.251v6.698a.75.75 0 0 1-.75.75h-5.005A24 24 0 0 1 13.71 21h6.04A2.25 2.25 0 0 0 22 18.75v-6.698a3.25 3.25 0 0 0-.977-2.323zm-2.797 1.072a1.25 1.25 0 0 1 1.748 0l3.49 3.413c-.728.084-1.413.257-2.062.469c-.681.222-1.384.51-2.04.78c-.388.16-.76.313-1.101.442c-.983.37-1.878.613-2.782.582c-.716-.025-1.477-.222-2.32-.73zm.138 16.774a.92.92 0 0 0 .79.369a.92.92 0 0 0 .682-.369c.247-.325.531-.715.814-1.131c.733-1.082 1.45-2.347 1.45-3.157C15 14.686 13.657 13 12 13s-3 1.686-3 3.343c0 .81.717 2.075 1.45 3.157c.283.416.567.806.814 1.131M13.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.923 2.785a2.75 2.75 0 0 0-3.846 0l-7.1 6.944A3.25 3.25 0 0 0 2 12.052v6.698A2.25 2.25 0 0 0 4.25 21h6.04a24 24 0 0 1-1.035-1.5H4.25a.75.75 0 0 1-.75-.75v-6.698c0-.47.19-.922.526-1.251l.932-.911c1.161.775 2.275 1.115 3.37 1.152c1.202.041 2.319-.285 3.361-.678c.438-.165.845-.332 1.242-.497c.604-.25 1.189-.491 1.836-.702c1.002-.327 2.012-.523 3.1-.424l2.107 2.06c.336.33.526.78.526 1.251v6.698a.75.75 0 0 1-.75.75h-5.005A24 24 0 0 1 13.71 21h6.04A2.25 2.25 0 0 0 22 18.75v-6.698a3.25 3.25 0 0 0-.977-2.323zm-2.797 1.072a1.25 1.25 0 0 1 1.748 0l3.49 3.413c-.728.084-1.413.257-2.062.469c-.681.222-1.384.51-2.04.78c-.388.16-.76.313-1.101.442c-.983.37-1.878.613-2.782.582c-.716-.025-1.477-.222-2.32-.73zm.138 16.774a.92.92 0 0 0 .79.369a.92.92 0 0 0 .682-.369c.247-.325.531-.715.814-1.131c.733-1.082 1.45-2.347 1.45-3.157C15 14.686 13.657 13 12 13s-3 1.686-3 3.343c0 .81.717 2.075 1.45 3.157c.283.416.567.806.814 1.131M13.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-regular {
  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.923%202.785a2.75%202.75%200%200%200-3.846%200l-7.1%206.944A3.25%203.25%200%200%200%202%2012.052v6.698A2.25%202.25%200%200%200%204.25%2021h6.04a24%2024%200%200%201-1.035-1.5H4.25a.75.75%200%200%201-.75-.75v-6.698c0-.47.19-.922.526-1.251l.932-.911c1.161.775%202.275%201.115%203.37%201.152c1.202.041%202.319-.285%203.361-.678c.438-.165.845-.332%201.242-.497c.604-.25%201.189-.491%201.836-.702c1.002-.327%202.012-.523%203.1-.424l2.107%202.06c.336.33.526.78.526%201.251v6.698a.75.75%200%200%201-.75.75h-5.005A24%2024%200%200%201%2013.71%2021h6.04A2.25%202.25%200%200%200%2022%2018.75v-6.698a3.25%203.25%200%200%200-.977-2.323zm-2.797%201.072a1.25%201.25%200%200%201%201.748%200l3.49%203.413c-.728.084-1.413.257-2.062.469c-.681.222-1.384.51-2.04.78c-.388.16-.76.313-1.101.442c-.983.37-1.878.613-2.782.582c-.716-.025-1.477-.222-2.32-.73zm.138%2016.774a.92.92%200%200%200%20.79.369a.92.92%200%200%200%20.682-.369c.247-.325.531-.715.814-1.131c.733-1.082%201.45-2.347%201.45-3.157C15%2014.686%2013.657%2013%2012%2013s-3%201.686-3%203.343c0%20.81.717%202.075%201.45%203.157c.283.416.567.806.814%201.131M13.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.923%202.785a2.75%202.75%200%200%200-3.846%200l-7.1%206.944A3.25%203.25%200%200%200%202%2012.052v6.698A2.25%202.25%200%200%200%204.25%2021h6.04a24%2024%200%200%201-1.035-1.5H4.25a.75.75%200%200%201-.75-.75v-6.698c0-.47.19-.922.526-1.251l.932-.911c1.161.775%202.275%201.115%203.37%201.152c1.202.041%202.319-.285%203.361-.678c.438-.165.845-.332%201.242-.497c.604-.25%201.189-.491%201.836-.702c1.002-.327%202.012-.523%203.1-.424l2.107%202.06c.336.33.526.78.526%201.251v6.698a.75.75%200%200%201-.75.75h-5.005A24%2024%200%200%201%2013.71%2021h6.04A2.25%202.25%200%200%200%2022%2018.75v-6.698a3.25%203.25%200%200%200-.977-2.323zm-2.797%201.072a1.25%201.25%200%200%201%201.748%200l3.49%203.413c-.728.084-1.413.257-2.062.469c-.681.222-1.384.51-2.04.78c-.388.16-.76.313-1.101.442c-.983.37-1.878.613-2.782.582c-.716-.025-1.477-.222-2.32-.73zm.138%2016.774a.92.92%200%200%200%20.79.369a.92.92%200%200%200%20.682-.369c.247-.325.531-.715.814-1.131c.733-1.082%201.45-2.347%201.45-3.157C15%2014.686%2013.657%2013%2012%2013s-3%201.686-3%203.343c0%20.81.717%202.075%201.45%203.157c.283.416.567.806.814%201.131M13.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-regular.svg?color=%231a73e8&size=48