mountain emoji

mountain from OpenMoji by OpenMoji · Default · Travel Places · CC-BY-SA-4.0 Attribution required.

Name
mountain
Set
OpenMoji
Style
Default
Category
Travel Places
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More travel places icons from OpenMoji

Use the mountain emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#3f3f3f" d="M52 42.2s-.2-6.2-.3-6.8s-.7-1.6-1-2.1L48.2 29L42 24.5l-7.2 5.4l2.6 4.5l4.9-.4l10.2 13.3z"/><path fill="#9b9b9a" d="m50 39l3.4 9.1L60 56H12l4-7l2-12l7-19l4 4l4 3l4 8h5z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="m60 55l-6.6-6.9L50 39m-13-6l-4-8l-4-3l-4-4l-7 19l-2 12l-4 6"/><path d="m31 24l1 9h10l8 6l-1 6l1 5l-2 2l-3 3m-6-27l4-3l4 4l3 5"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiMountain(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#3f3f3f" d="M52 42.2s-.2-6.2-.3-6.8s-.7-1.6-1-2.1L48.2 29L42 24.5l-7.2 5.4l2.6 4.5l4.9-.4l10.2 13.3z"/><path fill="#9b9b9a" d="m50 39l3.4 9.1L60 56H12l4-7l2-12l7-19l4 4l4 3l4 8h5z"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2"><path d="m60 55l-6.6-6.9L50 39m-13-6l-4-8l-4-3l-4-4l-7 19l-2 12l-4 6"/><path d="m31 24l1 9h10l8 6l-1 6l1 5l-2 2l-3 3m-6-27l4-3l4 4l3 5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#3f3f3f" d="M52 42.2s-.2-6.2-.3-6.8s-.7-1.6-1-2.1L48.2 29L42 24.5l-7.2 5.4l2.6 4.5l4.9-.4l10.2 13.3z"/><path fill="#9b9b9a" d="m50 39l3.4 9.1L60 56H12l4-7l2-12l7-19l4 4l4 3l4 8h5z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="m60 55l-6.6-6.9L50 39m-13-6l-4-8l-4-3l-4-4l-7 19l-2 12l-4 6"/><path d="m31 24l1 9h10l8 6l-1 6l1 5l-2 2l-3 3m-6-27l4-3l4 4l3 5"/></g></svg>
</template>

CSS

.icon-mountain {
  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%2072%2072%22%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22M52%2042.2s-.2-6.2-.3-6.8s-.7-1.6-1-2.1L48.2%2029L42%2024.5l-7.2%205.4l2.6%204.5l4.9-.4l10.2%2013.3z%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22m50%2039l3.4%209.1L60%2056H12l4-7l2-12l7-19l4%204l4%203l4%208h5z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22m60%2055l-6.6-6.9L50%2039m-13-6l-4-8l-4-3l-4-4l-7%2019l-2%2012l-4%206%22%2F%3E%3Cpath%20d%3D%22m31%2024l1%209h10l8%206l-1%206l1%205l-2%202l-3%203m-6-27l4-3l4%204l3%205%22%2F%3E%3C%2Fg%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%2072%2072%22%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22M52%2042.2s-.2-6.2-.3-6.8s-.7-1.6-1-2.1L48.2%2029L42%2024.5l-7.2%205.4l2.6%204.5l4.9-.4l10.2%2013.3z%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22m50%2039l3.4%209.1L60%2056H12l4-7l2-12l7-19l4%204l4%203l4%208h5z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22m60%2055l-6.6-6.9L50%2039m-13-6l-4-8l-4-3l-4-4l-7%2019l-2%2012l-4%206%22%2F%3E%3Cpath%20d%3D%22m31%2024l1%209h10l8%206l-1%206l1%205l-2%202l-3%203m-6-27l4-3l4%204l3%205%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/mountain.svg?color=%231a73e8&size=48