mountain location top icon

mountain-location-top-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
mountain-location-top-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 top icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 4.343c0 1.122-1.376 3.117-2.264 4.288a.916.916 0 0 1-1.472 0A25 25 0 0 1 10 6.805c-.55-.895-1-1.82-1-2.462C9 2.686 10.343 1 12 1s3 1.686 3 3.343m-3.871.878a1.49 1.49 0 0 0 1.742 0a1.5 1.5 0 1 0-1.742 0m-5.051 6.602l3.68-3.563a19 19 0 0 1-.824-1.29L2.99 12.725A3.25 3.25 0 0 0 2 15.06v3.69A2.25 2.25 0 0 0 4.25 21h15.5A2.25 2.25 0 0 0 22 18.75v-3.69a3.25 3.25 0 0 0-.99-2.336l-5.944-5.753a19 19 0 0 1-.825 1.289l2.082 2.015a10.6 10.6 0 0 0-2.02.463c-.682.223-1.384.511-2.04.782c-.388.159-.76.312-1.101.44c-.983.37-1.878.613-2.782.583c-.71-.025-1.467-.22-2.302-.72"/></svg>

React

import type { SVGProps } from "react";

export function FluentMountainLocationTop24Filled(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="M15 4.343c0 1.122-1.376 3.117-2.264 4.288a.916.916 0 0 1-1.472 0A25 25 0 0 1 10 6.805c-.55-.895-1-1.82-1-2.462C9 2.686 10.343 1 12 1s3 1.686 3 3.343m-3.871.878a1.49 1.49 0 0 0 1.742 0a1.5 1.5 0 1 0-1.742 0m-5.051 6.602l3.68-3.563a19 19 0 0 1-.824-1.29L2.99 12.725A3.25 3.25 0 0 0 2 15.06v3.69A2.25 2.25 0 0 0 4.25 21h15.5A2.25 2.25 0 0 0 22 18.75v-3.69a3.25 3.25 0 0 0-.99-2.336l-5.944-5.753a19 19 0 0 1-.825 1.289l2.082 2.015a10.6 10.6 0 0 0-2.02.463c-.682.223-1.384.511-2.04.782c-.388.159-.76.312-1.101.44c-.983.37-1.878.613-2.782.583c-.71-.025-1.467-.22-2.302-.72"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 4.343c0 1.122-1.376 3.117-2.264 4.288a.916.916 0 0 1-1.472 0A25 25 0 0 1 10 6.805c-.55-.895-1-1.82-1-2.462C9 2.686 10.343 1 12 1s3 1.686 3 3.343m-3.871.878a1.49 1.49 0 0 0 1.742 0a1.5 1.5 0 1 0-1.742 0m-5.051 6.602l3.68-3.563a19 19 0 0 1-.824-1.29L2.99 12.725A3.25 3.25 0 0 0 2 15.06v3.69A2.25 2.25 0 0 0 4.25 21h15.5A2.25 2.25 0 0 0 22 18.75v-3.69a3.25 3.25 0 0 0-.99-2.336l-5.944-5.753a19 19 0 0 1-.825 1.289l2.082 2.015a10.6 10.6 0 0 0-2.02.463c-.682.223-1.384.511-2.04.782c-.388.159-.76.312-1.101.44c-.983.37-1.878.613-2.782.583c-.71-.025-1.467-.22-2.302-.72"/></svg>
</template>

CSS

.icon-mountain-location-top-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%22M15%204.343c0%201.122-1.376%203.117-2.264%204.288a.916.916%200%200%201-1.472%200A25%2025%200%200%201%2010%206.805c-.55-.895-1-1.82-1-2.462C9%202.686%2010.343%201%2012%201s3%201.686%203%203.343m-3.871.878a1.49%201.49%200%200%200%201.742%200a1.5%201.5%200%201%200-1.742%200m-5.051%206.602l3.68-3.563a19%2019%200%200%201-.824-1.29L2.99%2012.725A3.25%203.25%200%200%200%202%2015.06v3.69A2.25%202.25%200%200%200%204.25%2021h15.5A2.25%202.25%200%200%200%2022%2018.75v-3.69a3.25%203.25%200%200%200-.99-2.336l-5.944-5.753a19%2019%200%200%201-.825%201.289l2.082%202.015a10.6%2010.6%200%200%200-2.02.463c-.682.223-1.384.511-2.04.782c-.388.159-.76.312-1.101.44c-.983.37-1.878.613-2.782.583c-.71-.025-1.467-.22-2.302-.72%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%22M15%204.343c0%201.122-1.376%203.117-2.264%204.288a.916.916%200%200%201-1.472%200A25%2025%200%200%201%2010%206.805c-.55-.895-1-1.82-1-2.462C9%202.686%2010.343%201%2012%201s3%201.686%203%203.343m-3.871.878a1.49%201.49%200%200%200%201.742%200a1.5%201.5%200%201%200-1.742%200m-5.051%206.602l3.68-3.563a19%2019%200%200%201-.824-1.29L2.99%2012.725A3.25%203.25%200%200%200%202%2015.06v3.69A2.25%202.25%200%200%200%204.25%2021h15.5A2.25%202.25%200%200%200%2022%2018.75v-3.69a3.25%203.25%200%200%200-.99-2.336l-5.944-5.753a19%2019%200%200%201-.825%201.289l2.082%202.015a10.6%2010.6%200%200%200-2.02.463c-.682.223-1.384.511-2.04.782c-.388.159-.76.312-1.101.44c-.983.37-1.878.613-2.782.583c-.71-.025-1.467-.22-2.302-.72%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-24-filled.svg?color=%231a73e8&size=48