mountain location bottom icon

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

Name
mountain-location-bottom-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M4.987 7.607L3.55 9.12A2 2 0 0 0 3 10.498V15a1 1 0 0 0 1 1h3.693c.199.35.419.695.625 1H4a2 2 0 0 1-2-2v-4.502a3 3 0 0 1 .824-2.066l5.363-5.649a2.5 2.5 0 0 1 3.626 0l5.363 5.65A3 3 0 0 1 18 10.497V15a2 2 0 0 1-2 2h-4.318c.206-.305.426-.65.625-1H16a1 1 0 0 0 1-1v-4.502a2 2 0 0 0-.55-1.377l-2.017-2.126c-1.483-.183-2.554.297-3.685.804c-.264.118-.532.238-.809.351c-.714.293-1.486.529-2.365.466c-.804-.057-1.648-.36-2.587-1.01m3.925-4.135l-3.227 3.4c.768.506 1.403.707 1.96.746c.652.047 1.255-.123 1.916-.393c.225-.092.457-.198.7-.308c.898-.406 1.93-.874 3.196-.95l-2.37-2.495a1.5 1.5 0 0 0-2.175 0m.345 13.13a18 18 0 0 1-.398-.602C8.41 15.288 8 14.5 8 14a2 2 0 1 1 4 0c0 .5-.41 1.288-.86 2c-.132.21-.268.414-.398.602a.894.894 0 0 1-1.485 0M11 14a1 1 0 1 0-2 0a1 1 0 0 0 2 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentMountainLocationBottom20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4.987 7.607L3.55 9.12A2 2 0 0 0 3 10.498V15a1 1 0 0 0 1 1h3.693c.199.35.419.695.625 1H4a2 2 0 0 1-2-2v-4.502a3 3 0 0 1 .824-2.066l5.363-5.649a2.5 2.5 0 0 1 3.626 0l5.363 5.65A3 3 0 0 1 18 10.497V15a2 2 0 0 1-2 2h-4.318c.206-.305.426-.65.625-1H16a1 1 0 0 0 1-1v-4.502a2 2 0 0 0-.55-1.377l-2.017-2.126c-1.483-.183-2.554.297-3.685.804c-.264.118-.532.238-.809.351c-.714.293-1.486.529-2.365.466c-.804-.057-1.648-.36-2.587-1.01m3.925-4.135l-3.227 3.4c.768.506 1.403.707 1.96.746c.652.047 1.255-.123 1.916-.393c.225-.092.457-.198.7-.308c.898-.406 1.93-.874 3.196-.95l-2.37-2.495a1.5 1.5 0 0 0-2.175 0m.345 13.13a18 18 0 0 1-.398-.602C8.41 15.288 8 14.5 8 14a2 2 0 1 1 4 0c0 .5-.41 1.288-.86 2c-.132.21-.268.414-.398.602a.894.894 0 0 1-1.485 0M11 14a1 1 0 1 0-2 0a1 1 0 0 0 2 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4.987 7.607L3.55 9.12A2 2 0 0 0 3 10.498V15a1 1 0 0 0 1 1h3.693c.199.35.419.695.625 1H4a2 2 0 0 1-2-2v-4.502a3 3 0 0 1 .824-2.066l5.363-5.649a2.5 2.5 0 0 1 3.626 0l5.363 5.65A3 3 0 0 1 18 10.497V15a2 2 0 0 1-2 2h-4.318c.206-.305.426-.65.625-1H16a1 1 0 0 0 1-1v-4.502a2 2 0 0 0-.55-1.377l-2.017-2.126c-1.483-.183-2.554.297-3.685.804c-.264.118-.532.238-.809.351c-.714.293-1.486.529-2.365.466c-.804-.057-1.648-.36-2.587-1.01m3.925-4.135l-3.227 3.4c.768.506 1.403.707 1.96.746c.652.047 1.255-.123 1.916-.393c.225-.092.457-.198.7-.308c.898-.406 1.93-.874 3.196-.95l-2.37-2.495a1.5 1.5 0 0 0-2.175 0m.345 13.13a18 18 0 0 1-.398-.602C8.41 15.288 8 14.5 8 14a2 2 0 1 1 4 0c0 .5-.41 1.288-.86 2c-.132.21-.268.414-.398.602a.894.894 0 0 1-1.485 0M11 14a1 1 0 1 0-2 0a1 1 0 0 0 2 0"/></svg>
</template>

CSS

.icon-mountain-location-bottom-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.987%207.607L3.55%209.12A2%202%200%200%200%203%2010.498V15a1%201%200%200%200%201%201h3.693c.199.35.419.695.625%201H4a2%202%200%200%201-2-2v-4.502a3%203%200%200%201%20.824-2.066l5.363-5.649a2.5%202.5%200%200%201%203.626%200l5.363%205.65A3%203%200%200%201%2018%2010.497V15a2%202%200%200%201-2%202h-4.318c.206-.305.426-.65.625-1H16a1%201%200%200%200%201-1v-4.502a2%202%200%200%200-.55-1.377l-2.017-2.126c-1.483-.183-2.554.297-3.685.804c-.264.118-.532.238-.809.351c-.714.293-1.486.529-2.365.466c-.804-.057-1.648-.36-2.587-1.01m3.925-4.135l-3.227%203.4c.768.506%201.403.707%201.96.746c.652.047%201.255-.123%201.916-.393c.225-.092.457-.198.7-.308c.898-.406%201.93-.874%203.196-.95l-2.37-2.495a1.5%201.5%200%200%200-2.175%200m.345%2013.13a18%2018%200%200%201-.398-.602C8.41%2015.288%208%2014.5%208%2014a2%202%200%201%201%204%200c0%20.5-.41%201.288-.86%202c-.132.21-.268.414-.398.602a.894.894%200%200%201-1.485%200M11%2014a1%201%200%201%200-2%200a1%201%200%200%200%202%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.987%207.607L3.55%209.12A2%202%200%200%200%203%2010.498V15a1%201%200%200%200%201%201h3.693c.199.35.419.695.625%201H4a2%202%200%200%201-2-2v-4.502a3%203%200%200%201%20.824-2.066l5.363-5.649a2.5%202.5%200%200%201%203.626%200l5.363%205.65A3%203%200%200%201%2018%2010.497V15a2%202%200%200%201-2%202h-4.318c.206-.305.426-.65.625-1H16a1%201%200%200%200%201-1v-4.502a2%202%200%200%200-.55-1.377l-2.017-2.126c-1.483-.183-2.554.297-3.685.804c-.264.118-.532.238-.809.351c-.714.293-1.486.529-2.365.466c-.804-.057-1.648-.36-2.587-1.01m3.925-4.135l-3.227%203.4c.768.506%201.403.707%201.96.746c.652.047%201.255-.123%201.916-.393c.225-.092.457-.198.7-.308c.898-.406%201.93-.874%203.196-.95l-2.37-2.495a1.5%201.5%200%200%200-2.175%200m.345%2013.13a18%2018%200%200%201-.398-.602C8.41%2015.288%208%2014.5%208%2014a2%202%200%201%201%204%200c0%20.5-.41%201.288-.86%202c-.132.21-.268.414-.398.602a.894.894%200%200%201-1.485%200M11%2014a1%201%200%201%200-2%200a1%201%200%200%200%202%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-20-regular.svg?color=%231a73e8&size=48