mountain from Emoji One (Colored) by Emoji One · Default · Travel · CC-BY-4.0 Attribution required.

Name
mountain
Set
Emoji One (Colored)
Style
Default
Category
Travel
Viewbox
64×64
License
CC BY 4.0

The same emoji in other sets

More travel icons from Emoji One (Colored)

Use the mountain emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#42ade2" d="M0 47h64v17H0z"/><path fill="#2b95bf" d="M0 52.4s3.6.1 7.5 1.6C11 55.4 17 57.6 20 57.6c.7 0 2.4-.5 2.4-.5s9.1 2.6 12.6 2.4c.9 0 2.7-.9 2.7-.9s1.1.1 1.4 0c1.1-.2 2.3-1.1 3.3-1.3c.9-.2 3-.1 3.8-.3c.9-.2 2.6-1.4 2.6-1.4s2.4 0 3.2-.1s2.8-.5 2.8-.5s2.6.3 3.5.3c1.4 0 5.6-.6 5.6-.6V47H0z"/><path fill="#77994f" d="M0 28.3s3.6-.3 7.5-5.4C11 18.3 17 10.5 20 10.4c.7 0 2.4 1.9 2.4 1.9S31.5 3.4 34.9 4c.9.2 2.7 3.2 2.7 3.2s1.1-.2 1.4 0c1.1.6 2.3 3.7 3.3 4.4c.9.6 3 .3 3.8 1.1c.9.8 2.6 4.7 2.6 4.7s2.4.1 3.2.4s2.8 1.9 2.8 1.9s2.6-1 3.5-.9c1.4.1 5.6 2.1 5.6 2.1V47H0z"/><g fill="#8bce4a"><path d="m56.3 32.4l-7.4-15.1c2.1 5.3 1 13.9 7.4 15.1m-1.4-12.8s.9 5.9 5.6 7.5zM18.9 47L16 36.4l3.7 1.5l-2.9-7.6h4.6L19 22.4l3-1.2l2-3.8l-1.7-5.1l6 11.7l9 11.8l7.3 7l7.5 1.9l4.2 2.3z"/><path d="m37.7 7.2l.9 7.8l2.5 5h-1.7l5.6 7.8l-3.7-1.6l2.9 8.4l5.6 4.2l-2.1 1.6l6.3 3.3l3.9 3.3H64v-2.8l-6.7-3.4l-1.6-1.6l-1.2 1.2l-5.6-9.7l-5.6-12.9l-2.3-3.5z"/></g><path fill="#dbf763" d="M42.2 47H0v-6.6z"/><path fill="#1d8299" d="M42.2 47H0v3.1z"/><path fill="#b4d7ee" d="M5 48.9c1.7-.3 3.1.9 4.8 0c1.9-.9 3.2.4 5 .7c-1.7.3-3.1-.9-4.8 0c-1.9.9-3.2-.3-5-.7m47.6 3.9c1.7-.3 3.1.9 4.8 0c1.9-.9 3.2.4 5 .7c-1.7.3-3.1-.9-4.8 0c-1.9.9-3.2-.3-5-.7m-37.3 0c1.6-.3 2.9.4 4.5.6c1.8.2 3.2-.4 4.9-.9c3.1-1.1 5.4 1 8.3 1.6c-1.6.3-2.9-.4-4.5-.6c-1.8-.2-3.2.4-4.9.9c-3.1 1.1-5.4-1-8.3-1.6m19.6 4.5c1.6-.3 2.9.4 4.5.6c1.8.2 3.2-.4 4.9-.9c3.1-1.1 5.4 1 8.3 1.6c-1.6.4-2.9-.4-4.5-.6c-1.8-.2-3.2.4-4.9.9c-3.1 1.1-5.4-1-8.3-1.6m3.7-8.5c2.4-.3 4.5 1.4 6.9.2c2.7-1.2 4.6.5 7.1.9c-2.4.3-4.5-1.4-6.9-.2c-2.6 1.2-4.5-.6-7.1-.9m9.5 12.3c2.4-.3 4.5 1.4 6.9.2c2.7-1.2 4.6.5 7.1.9c-2.4.3-4.5-1.4-6.9-.2c-2.6 1.2-4.5-.6-7.1-.9m-44.5-.8c2.4-.3 4.5 1.4 6.9.2c2.6-1.2 4.6.5 7.1.9c-2.4.3-4.5-1.4-6.9-.2c-2.6 1.2-4.5-.5-7.1-.9"/></svg>

React

import type { SVGProps } from "react";

export function EmojioneMountain(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#42ade2" d="M0 47h64v17H0z"/><path fill="#2b95bf" d="M0 52.4s3.6.1 7.5 1.6C11 55.4 17 57.6 20 57.6c.7 0 2.4-.5 2.4-.5s9.1 2.6 12.6 2.4c.9 0 2.7-.9 2.7-.9s1.1.1 1.4 0c1.1-.2 2.3-1.1 3.3-1.3c.9-.2 3-.1 3.8-.3c.9-.2 2.6-1.4 2.6-1.4s2.4 0 3.2-.1s2.8-.5 2.8-.5s2.6.3 3.5.3c1.4 0 5.6-.6 5.6-.6V47H0z"/><path fill="#77994f" d="M0 28.3s3.6-.3 7.5-5.4C11 18.3 17 10.5 20 10.4c.7 0 2.4 1.9 2.4 1.9S31.5 3.4 34.9 4c.9.2 2.7 3.2 2.7 3.2s1.1-.2 1.4 0c1.1.6 2.3 3.7 3.3 4.4c.9.6 3 .3 3.8 1.1c.9.8 2.6 4.7 2.6 4.7s2.4.1 3.2.4s2.8 1.9 2.8 1.9s2.6-1 3.5-.9c1.4.1 5.6 2.1 5.6 2.1V47H0z"/><g fill="#8bce4a"><path d="m56.3 32.4l-7.4-15.1c2.1 5.3 1 13.9 7.4 15.1m-1.4-12.8s.9 5.9 5.6 7.5zM18.9 47L16 36.4l3.7 1.5l-2.9-7.6h4.6L19 22.4l3-1.2l2-3.8l-1.7-5.1l6 11.7l9 11.8l7.3 7l7.5 1.9l4.2 2.3z"/><path d="m37.7 7.2l.9 7.8l2.5 5h-1.7l5.6 7.8l-3.7-1.6l2.9 8.4l5.6 4.2l-2.1 1.6l6.3 3.3l3.9 3.3H64v-2.8l-6.7-3.4l-1.6-1.6l-1.2 1.2l-5.6-9.7l-5.6-12.9l-2.3-3.5z"/></g><path fill="#dbf763" d="M42.2 47H0v-6.6z"/><path fill="#1d8299" d="M42.2 47H0v3.1z"/><path fill="#b4d7ee" d="M5 48.9c1.7-.3 3.1.9 4.8 0c1.9-.9 3.2.4 5 .7c-1.7.3-3.1-.9-4.8 0c-1.9.9-3.2-.3-5-.7m47.6 3.9c1.7-.3 3.1.9 4.8 0c1.9-.9 3.2.4 5 .7c-1.7.3-3.1-.9-4.8 0c-1.9.9-3.2-.3-5-.7m-37.3 0c1.6-.3 2.9.4 4.5.6c1.8.2 3.2-.4 4.9-.9c3.1-1.1 5.4 1 8.3 1.6c-1.6.3-2.9-.4-4.5-.6c-1.8-.2-3.2.4-4.9.9c-3.1 1.1-5.4-1-8.3-1.6m19.6 4.5c1.6-.3 2.9.4 4.5.6c1.8.2 3.2-.4 4.9-.9c3.1-1.1 5.4 1 8.3 1.6c-1.6.4-2.9-.4-4.5-.6c-1.8-.2-3.2.4-4.9.9c-3.1 1.1-5.4-1-8.3-1.6m3.7-8.5c2.4-.3 4.5 1.4 6.9.2c2.7-1.2 4.6.5 7.1.9c-2.4.3-4.5-1.4-6.9-.2c-2.6 1.2-4.5-.6-7.1-.9m9.5 12.3c2.4-.3 4.5 1.4 6.9.2c2.7-1.2 4.6.5 7.1.9c-2.4.3-4.5-1.4-6.9-.2c-2.6 1.2-4.5-.6-7.1-.9m-44.5-.8c2.4-.3 4.5 1.4 6.9.2c2.6-1.2 4.6.5 7.1.9c-2.4.3-4.5-1.4-6.9-.2c-2.6 1.2-4.5-.5-7.1-.9"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#42ade2" d="M0 47h64v17H0z"/><path fill="#2b95bf" d="M0 52.4s3.6.1 7.5 1.6C11 55.4 17 57.6 20 57.6c.7 0 2.4-.5 2.4-.5s9.1 2.6 12.6 2.4c.9 0 2.7-.9 2.7-.9s1.1.1 1.4 0c1.1-.2 2.3-1.1 3.3-1.3c.9-.2 3-.1 3.8-.3c.9-.2 2.6-1.4 2.6-1.4s2.4 0 3.2-.1s2.8-.5 2.8-.5s2.6.3 3.5.3c1.4 0 5.6-.6 5.6-.6V47H0z"/><path fill="#77994f" d="M0 28.3s3.6-.3 7.5-5.4C11 18.3 17 10.5 20 10.4c.7 0 2.4 1.9 2.4 1.9S31.5 3.4 34.9 4c.9.2 2.7 3.2 2.7 3.2s1.1-.2 1.4 0c1.1.6 2.3 3.7 3.3 4.4c.9.6 3 .3 3.8 1.1c.9.8 2.6 4.7 2.6 4.7s2.4.1 3.2.4s2.8 1.9 2.8 1.9s2.6-1 3.5-.9c1.4.1 5.6 2.1 5.6 2.1V47H0z"/><g fill="#8bce4a"><path d="m56.3 32.4l-7.4-15.1c2.1 5.3 1 13.9 7.4 15.1m-1.4-12.8s.9 5.9 5.6 7.5zM18.9 47L16 36.4l3.7 1.5l-2.9-7.6h4.6L19 22.4l3-1.2l2-3.8l-1.7-5.1l6 11.7l9 11.8l7.3 7l7.5 1.9l4.2 2.3z"/><path d="m37.7 7.2l.9 7.8l2.5 5h-1.7l5.6 7.8l-3.7-1.6l2.9 8.4l5.6 4.2l-2.1 1.6l6.3 3.3l3.9 3.3H64v-2.8l-6.7-3.4l-1.6-1.6l-1.2 1.2l-5.6-9.7l-5.6-12.9l-2.3-3.5z"/></g><path fill="#dbf763" d="M42.2 47H0v-6.6z"/><path fill="#1d8299" d="M42.2 47H0v3.1z"/><path fill="#b4d7ee" d="M5 48.9c1.7-.3 3.1.9 4.8 0c1.9-.9 3.2.4 5 .7c-1.7.3-3.1-.9-4.8 0c-1.9.9-3.2-.3-5-.7m47.6 3.9c1.7-.3 3.1.9 4.8 0c1.9-.9 3.2.4 5 .7c-1.7.3-3.1-.9-4.8 0c-1.9.9-3.2-.3-5-.7m-37.3 0c1.6-.3 2.9.4 4.5.6c1.8.2 3.2-.4 4.9-.9c3.1-1.1 5.4 1 8.3 1.6c-1.6.3-2.9-.4-4.5-.6c-1.8-.2-3.2.4-4.9.9c-3.1 1.1-5.4-1-8.3-1.6m19.6 4.5c1.6-.3 2.9.4 4.5.6c1.8.2 3.2-.4 4.9-.9c3.1-1.1 5.4 1 8.3 1.6c-1.6.4-2.9-.4-4.5-.6c-1.8-.2-3.2.4-4.9.9c-3.1 1.1-5.4-1-8.3-1.6m3.7-8.5c2.4-.3 4.5 1.4 6.9.2c2.7-1.2 4.6.5 7.1.9c-2.4.3-4.5-1.4-6.9-.2c-2.6 1.2-4.5-.6-7.1-.9m9.5 12.3c2.4-.3 4.5 1.4 6.9.2c2.7-1.2 4.6.5 7.1.9c-2.4.3-4.5-1.4-6.9-.2c-2.6 1.2-4.5-.6-7.1-.9m-44.5-.8c2.4-.3 4.5 1.4 6.9.2c2.6-1.2 4.6.5 7.1.9c-2.4.3-4.5-1.4-6.9-.2c-2.6 1.2-4.5-.5-7.1-.9"/></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%2064%2064%22%3E%3Cpath%20fill%3D%22%2342ade2%22%20d%3D%22M0%2047h64v17H0z%22%2F%3E%3Cpath%20fill%3D%22%232b95bf%22%20d%3D%22M0%2052.4s3.6.1%207.5%201.6C11%2055.4%2017%2057.6%2020%2057.6c.7%200%202.4-.5%202.4-.5s9.1%202.6%2012.6%202.4c.9%200%202.7-.9%202.7-.9s1.1.1%201.4%200c1.1-.2%202.3-1.1%203.3-1.3c.9-.2%203-.1%203.8-.3c.9-.2%202.6-1.4%202.6-1.4s2.4%200%203.2-.1s2.8-.5%202.8-.5s2.6.3%203.5.3c1.4%200%205.6-.6%205.6-.6V47H0z%22%2F%3E%3Cpath%20fill%3D%22%2377994f%22%20d%3D%22M0%2028.3s3.6-.3%207.5-5.4C11%2018.3%2017%2010.5%2020%2010.4c.7%200%202.4%201.9%202.4%201.9S31.5%203.4%2034.9%204c.9.2%202.7%203.2%202.7%203.2s1.1-.2%201.4%200c1.1.6%202.3%203.7%203.3%204.4c.9.6%203%20.3%203.8%201.1c.9.8%202.6%204.7%202.6%204.7s2.4.1%203.2.4s2.8%201.9%202.8%201.9s2.6-1%203.5-.9c1.4.1%205.6%202.1%205.6%202.1V47H0z%22%2F%3E%3Cg%20fill%3D%22%238bce4a%22%3E%3Cpath%20d%3D%22m56.3%2032.4l-7.4-15.1c2.1%205.3%201%2013.9%207.4%2015.1m-1.4-12.8s.9%205.9%205.6%207.5zM18.9%2047L16%2036.4l3.7%201.5l-2.9-7.6h4.6L19%2022.4l3-1.2l2-3.8l-1.7-5.1l6%2011.7l9%2011.8l7.3%207l7.5%201.9l4.2%202.3z%22%2F%3E%3Cpath%20d%3D%22m37.7%207.2l.9%207.8l2.5%205h-1.7l5.6%207.8l-3.7-1.6l2.9%208.4l5.6%204.2l-2.1%201.6l6.3%203.3l3.9%203.3H64v-2.8l-6.7-3.4l-1.6-1.6l-1.2%201.2l-5.6-9.7l-5.6-12.9l-2.3-3.5z%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23dbf763%22%20d%3D%22M42.2%2047H0v-6.6z%22%2F%3E%3Cpath%20fill%3D%22%231d8299%22%20d%3D%22M42.2%2047H0v3.1z%22%2F%3E%3Cpath%20fill%3D%22%23b4d7ee%22%20d%3D%22M5%2048.9c1.7-.3%203.1.9%204.8%200c1.9-.9%203.2.4%205%20.7c-1.7.3-3.1-.9-4.8%200c-1.9.9-3.2-.3-5-.7m47.6%203.9c1.7-.3%203.1.9%204.8%200c1.9-.9%203.2.4%205%20.7c-1.7.3-3.1-.9-4.8%200c-1.9.9-3.2-.3-5-.7m-37.3%200c1.6-.3%202.9.4%204.5.6c1.8.2%203.2-.4%204.9-.9c3.1-1.1%205.4%201%208.3%201.6c-1.6.3-2.9-.4-4.5-.6c-1.8-.2-3.2.4-4.9.9c-3.1%201.1-5.4-1-8.3-1.6m19.6%204.5c1.6-.3%202.9.4%204.5.6c1.8.2%203.2-.4%204.9-.9c3.1-1.1%205.4%201%208.3%201.6c-1.6.4-2.9-.4-4.5-.6c-1.8-.2-3.2.4-4.9.9c-3.1%201.1-5.4-1-8.3-1.6m3.7-8.5c2.4-.3%204.5%201.4%206.9.2c2.7-1.2%204.6.5%207.1.9c-2.4.3-4.5-1.4-6.9-.2c-2.6%201.2-4.5-.6-7.1-.9m9.5%2012.3c2.4-.3%204.5%201.4%206.9.2c2.7-1.2%204.6.5%207.1.9c-2.4.3-4.5-1.4-6.9-.2c-2.6%201.2-4.5-.6-7.1-.9m-44.5-.8c2.4-.3%204.5%201.4%206.9.2c2.6-1.2%204.6.5%207.1.9c-2.4.3-4.5-1.4-6.9-.2c-2.6%201.2-4.5-.5-7.1-.9%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%2064%2064%22%3E%3Cpath%20fill%3D%22%2342ade2%22%20d%3D%22M0%2047h64v17H0z%22%2F%3E%3Cpath%20fill%3D%22%232b95bf%22%20d%3D%22M0%2052.4s3.6.1%207.5%201.6C11%2055.4%2017%2057.6%2020%2057.6c.7%200%202.4-.5%202.4-.5s9.1%202.6%2012.6%202.4c.9%200%202.7-.9%202.7-.9s1.1.1%201.4%200c1.1-.2%202.3-1.1%203.3-1.3c.9-.2%203-.1%203.8-.3c.9-.2%202.6-1.4%202.6-1.4s2.4%200%203.2-.1s2.8-.5%202.8-.5s2.6.3%203.5.3c1.4%200%205.6-.6%205.6-.6V47H0z%22%2F%3E%3Cpath%20fill%3D%22%2377994f%22%20d%3D%22M0%2028.3s3.6-.3%207.5-5.4C11%2018.3%2017%2010.5%2020%2010.4c.7%200%202.4%201.9%202.4%201.9S31.5%203.4%2034.9%204c.9.2%202.7%203.2%202.7%203.2s1.1-.2%201.4%200c1.1.6%202.3%203.7%203.3%204.4c.9.6%203%20.3%203.8%201.1c.9.8%202.6%204.7%202.6%204.7s2.4.1%203.2.4s2.8%201.9%202.8%201.9s2.6-1%203.5-.9c1.4.1%205.6%202.1%205.6%202.1V47H0z%22%2F%3E%3Cg%20fill%3D%22%238bce4a%22%3E%3Cpath%20d%3D%22m56.3%2032.4l-7.4-15.1c2.1%205.3%201%2013.9%207.4%2015.1m-1.4-12.8s.9%205.9%205.6%207.5zM18.9%2047L16%2036.4l3.7%201.5l-2.9-7.6h4.6L19%2022.4l3-1.2l2-3.8l-1.7-5.1l6%2011.7l9%2011.8l7.3%207l7.5%201.9l4.2%202.3z%22%2F%3E%3Cpath%20d%3D%22m37.7%207.2l.9%207.8l2.5%205h-1.7l5.6%207.8l-3.7-1.6l2.9%208.4l5.6%204.2l-2.1%201.6l6.3%203.3l3.9%203.3H64v-2.8l-6.7-3.4l-1.6-1.6l-1.2%201.2l-5.6-9.7l-5.6-12.9l-2.3-3.5z%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23dbf763%22%20d%3D%22M42.2%2047H0v-6.6z%22%2F%3E%3Cpath%20fill%3D%22%231d8299%22%20d%3D%22M42.2%2047H0v3.1z%22%2F%3E%3Cpath%20fill%3D%22%23b4d7ee%22%20d%3D%22M5%2048.9c1.7-.3%203.1.9%204.8%200c1.9-.9%203.2.4%205%20.7c-1.7.3-3.1-.9-4.8%200c-1.9.9-3.2-.3-5-.7m47.6%203.9c1.7-.3%203.1.9%204.8%200c1.9-.9%203.2.4%205%20.7c-1.7.3-3.1-.9-4.8%200c-1.9.9-3.2-.3-5-.7m-37.3%200c1.6-.3%202.9.4%204.5.6c1.8.2%203.2-.4%204.9-.9c3.1-1.1%205.4%201%208.3%201.6c-1.6.3-2.9-.4-4.5-.6c-1.8-.2-3.2.4-4.9.9c-3.1%201.1-5.4-1-8.3-1.6m19.6%204.5c1.6-.3%202.9.4%204.5.6c1.8.2%203.2-.4%204.9-.9c3.1-1.1%205.4%201%208.3%201.6c-1.6.4-2.9-.4-4.5-.6c-1.8-.2-3.2.4-4.9.9c-3.1%201.1-5.4-1-8.3-1.6m3.7-8.5c2.4-.3%204.5%201.4%206.9.2c2.7-1.2%204.6.5%207.1.9c-2.4.3-4.5-1.4-6.9-.2c-2.6%201.2-4.5-.6-7.1-.9m9.5%2012.3c2.4-.3%204.5%201.4%206.9.2c2.7-1.2%204.6.5%207.1.9c-2.4.3-4.5-1.4-6.9-.2c-2.6%201.2-4.5-.6-7.1-.9m-44.5-.8c2.4-.3%204.5%201.4%206.9.2c2.6-1.2%204.6.5%207.1.9c-2.4.3-4.5-1.4-6.9-.2c-2.6%201.2-4.5-.5-7.1-.9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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