mountain location top icon

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

Name
mountain-location-top-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the mountain location top icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M15.612 8.623a21 21 0 0 1-.934 1.143a.894.894 0 0 1-1.356 0a21 21 0 0 1-.988-1.215c-.277-.37-.557-.773-.811-1.191c-.575-.944-1.023-1.966-1.023-2.86a3.5 3.5 0 1 1 7 0c0 .894-.448 1.916-1.023 2.86l-.006.01c-.27.442-.567.867-.86 1.253m-.895-2.526a1.75 1.75 0 1 0-1.434-3.193a1.75 1.75 0 0 0 1.434 3.193m-7.07 7.443l4.04-4.189a17 17 0 0 1-.88-1.249L4.05 15.108A3.75 3.75 0 0 0 3 17.71v4.539A2.75 2.75 0 0 0 5.75 25h16.5A2.75 2.75 0 0 0 25 22.25v-4.54a3.75 3.75 0 0 0-1.05-2.602l-6.757-7.006a17 17 0 0 1-.88 1.249l2.707 2.806c-1.705.13-3.225.745-4.58 1.292q-.46.187-.895.355c-1.076.41-2.047.702-3.021.701c-.89 0-1.83-.245-2.878-.965m-1.054 1.092c1.357.988 2.655 1.373 3.93 1.373c1.26.001 2.446-.375 3.557-.8q.498-.19.98-.385c1.79-.716 3.464-1.385 5.429-1.14l2.38 2.469c.405.42.631.98.631 1.562v4.539c0 .69-.56 1.25-1.25 1.25H5.75c-.69 0-1.25-.56-1.25-1.25v-4.54c0-.582.226-1.142.63-1.561z"/></svg>

React

import type { SVGProps } from "react";

export function FluentMountainLocationTop28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M15.612 8.623a21 21 0 0 1-.934 1.143a.894.894 0 0 1-1.356 0a21 21 0 0 1-.988-1.215c-.277-.37-.557-.773-.811-1.191c-.575-.944-1.023-1.966-1.023-2.86a3.5 3.5 0 1 1 7 0c0 .894-.448 1.916-1.023 2.86l-.006.01c-.27.442-.567.867-.86 1.253m-.895-2.526a1.75 1.75 0 1 0-1.434-3.193a1.75 1.75 0 0 0 1.434 3.193m-7.07 7.443l4.04-4.189a17 17 0 0 1-.88-1.249L4.05 15.108A3.75 3.75 0 0 0 3 17.71v4.539A2.75 2.75 0 0 0 5.75 25h16.5A2.75 2.75 0 0 0 25 22.25v-4.54a3.75 3.75 0 0 0-1.05-2.602l-6.757-7.006a17 17 0 0 1-.88 1.249l2.707 2.806c-1.705.13-3.225.745-4.58 1.292q-.46.187-.895.355c-1.076.41-2.047.702-3.021.701c-.89 0-1.83-.245-2.878-.965m-1.054 1.092c1.357.988 2.655 1.373 3.93 1.373c1.26.001 2.446-.375 3.557-.8q.498-.19.98-.385c1.79-.716 3.464-1.385 5.429-1.14l2.38 2.469c.405.42.631.98.631 1.562v4.539c0 .69-.56 1.25-1.25 1.25H5.75c-.69 0-1.25-.56-1.25-1.25v-4.54c0-.582.226-1.142.63-1.561z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M15.612 8.623a21 21 0 0 1-.934 1.143a.894.894 0 0 1-1.356 0a21 21 0 0 1-.988-1.215c-.277-.37-.557-.773-.811-1.191c-.575-.944-1.023-1.966-1.023-2.86a3.5 3.5 0 1 1 7 0c0 .894-.448 1.916-1.023 2.86l-.006.01c-.27.442-.567.867-.86 1.253m-.895-2.526a1.75 1.75 0 1 0-1.434-3.193a1.75 1.75 0 0 0 1.434 3.193m-7.07 7.443l4.04-4.189a17 17 0 0 1-.88-1.249L4.05 15.108A3.75 3.75 0 0 0 3 17.71v4.539A2.75 2.75 0 0 0 5.75 25h16.5A2.75 2.75 0 0 0 25 22.25v-4.54a3.75 3.75 0 0 0-1.05-2.602l-6.757-7.006a17 17 0 0 1-.88 1.249l2.707 2.806c-1.705.13-3.225.745-4.58 1.292q-.46.187-.895.355c-1.076.41-2.047.702-3.021.701c-.89 0-1.83-.245-2.878-.965m-1.054 1.092c1.357.988 2.655 1.373 3.93 1.373c1.26.001 2.446-.375 3.557-.8q.498-.19.98-.385c1.79-.716 3.464-1.385 5.429-1.14l2.38 2.469c.405.42.631.98.631 1.562v4.539c0 .69-.56 1.25-1.25 1.25H5.75c-.69 0-1.25-.56-1.25-1.25v-4.54c0-.582.226-1.142.63-1.561z"/></svg>
</template>

CSS

.icon-mountain-location-top-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.612%208.623a21%2021%200%200%201-.934%201.143a.894.894%200%200%201-1.356%200a21%2021%200%200%201-.988-1.215c-.277-.37-.557-.773-.811-1.191c-.575-.944-1.023-1.966-1.023-2.86a3.5%203.5%200%201%201%207%200c0%20.894-.448%201.916-1.023%202.86l-.006.01c-.27.442-.567.867-.86%201.253m-.895-2.526a1.75%201.75%200%201%200-1.434-3.193a1.75%201.75%200%200%200%201.434%203.193m-7.07%207.443l4.04-4.189a17%2017%200%200%201-.88-1.249L4.05%2015.108A3.75%203.75%200%200%200%203%2017.71v4.539A2.75%202.75%200%200%200%205.75%2025h16.5A2.75%202.75%200%200%200%2025%2022.25v-4.54a3.75%203.75%200%200%200-1.05-2.602l-6.757-7.006a17%2017%200%200%201-.88%201.249l2.707%202.806c-1.705.13-3.225.745-4.58%201.292q-.46.187-.895.355c-1.076.41-2.047.702-3.021.701c-.89%200-1.83-.245-2.878-.965m-1.054%201.092c1.357.988%202.655%201.373%203.93%201.373c1.26.001%202.446-.375%203.557-.8q.498-.19.98-.385c1.79-.716%203.464-1.385%205.429-1.14l2.38%202.469c.405.42.631.98.631%201.562v4.539c0%20.69-.56%201.25-1.25%201.25H5.75c-.69%200-1.25-.56-1.25-1.25v-4.54c0-.582.226-1.142.63-1.561z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.612%208.623a21%2021%200%200%201-.934%201.143a.894.894%200%200%201-1.356%200a21%2021%200%200%201-.988-1.215c-.277-.37-.557-.773-.811-1.191c-.575-.944-1.023-1.966-1.023-2.86a3.5%203.5%200%201%201%207%200c0%20.894-.448%201.916-1.023%202.86l-.006.01c-.27.442-.567.867-.86%201.253m-.895-2.526a1.75%201.75%200%201%200-1.434-3.193a1.75%201.75%200%200%200%201.434%203.193m-7.07%207.443l4.04-4.189a17%2017%200%200%201-.88-1.249L4.05%2015.108A3.75%203.75%200%200%200%203%2017.71v4.539A2.75%202.75%200%200%200%205.75%2025h16.5A2.75%202.75%200%200%200%2025%2022.25v-4.54a3.75%203.75%200%200%200-1.05-2.602l-6.757-7.006a17%2017%200%200%201-.88%201.249l2.707%202.806c-1.705.13-3.225.745-4.58%201.292q-.46.187-.895.355c-1.076.41-2.047.702-3.021.701c-.89%200-1.83-.245-2.878-.965m-1.054%201.092c1.357.988%202.655%201.373%203.93%201.373c1.26.001%202.446-.375%203.557-.8q.498-.19.98-.385c1.79-.716%203.464-1.385%205.429-1.14l2.38%202.469c.405.42.631.98.631%201.562v4.539c0%20.69-.56%201.25-1.25%201.25H5.75c-.69%200-1.25-.56-1.25-1.25v-4.54c0-.582.226-1.142.63-1.561z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/mountain-location-top-28-regular.svg?color=%231a73e8&size=48