foggy mountain emoji

foggy-mountain from OpenMoji by OpenMoji · Default · Extras Openmoji · CC-BY-SA-4.0 Attribution required.

Name
foggy-mountain
Set
OpenMoji
Style
Default
Category
Extras Openmoji
Viewbox
72×72
License
CC BY-SA 4.0

More extras openmoji icons from OpenMoji

Use the foggy mountain emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m27 31l3-1l2 2l3-2l2 1l2-1l2 2l1-1"/><path fill="#fff" d="M21.38 27.63c1.636.377 3.012.948 4.016 1.579c-2.246.631-3.65 13.32-10.57 17.69c-4.659-2.517-7.075-9.495-4.782-13.8c2.43-8.036 10.83-5.355 11.33-5.47zm36.63 5.67c.602.12 3.002-.243 4.54.451c3.639 1.302 4.828 4.206 4.63 8.066c.012 1.955-1.178 3.259-2.724 4.006a5.6 5.6 0 0 1-4.3.247c-2.129-.766-2.103-2.071-2.748-1.71c-5.214 2.912-14.63-7.578-13.72-12.99c4.296-10.07 15.93-1.789 14.32 1.932z"/><path fill="#3f3f3f" d="m16.76 45.06l2.9-10.63l1.93 4.83l5.8-15.46l2.49 3l5.43-14.35l2.71 5.56l2.9 9.66l1.93-3.87l2.9 12.56l2.89-6.76l2.9 15.46"/><path fill="#fff" d="m44.05 29l-3.13 1.57l-2.9-.97l-1.94-.97l-3.86 1.94l-1.93-1.94l-2.9.97l-1.24-2.48l1.24-3.32l2.49 3l5.43-14.35l2.71 5.56l2.9 9.66l1.93-3.87zm-5.49 11.49l3.219-1.266s3.964-.933 6.863.034a8.76 8.76 0 0 1 5.797 8.694c.017 2.846-.528 6.482-2.412 8.614c-2.843 2.527-5.311 2.811-8.038 2.935c-1.547.122-3.918-.135-4.749-1.445l-1.522-2.154c-1.403 1.931-4.082 3.491-6.465 3.643c-2.281 0-4.895-.474-6.263-2.299l-2.016-2.255a3.68 3.68 0 0 1-3.314 1.655c-1.932 0-5.797-.966-5.797-5.797c-.196-3.444 2.529-7.395 5.963-7.728l3.057.166c-.625-2.6 2.355-6.929 7.403-6.929c2.325 0 6.707.895 8.274 4.131z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-width="2"><path stroke-linejoin="round" d="M61.2 34.43a6.43 6.43 0 0 1 5.797 6.763c0 4.83-3.864 5.797-5.797 5.797a3.54 3.54 0 0 1-3.864-3.864M21.59 28.63s-3.864-.966-6.763 0s-4.83 2.898-4.83 7.729a11.57 11.57 0 0 0 2.898 7.729m3.865.972l2.9-10.63l1.93 4.83l5.8-15.46l2.49 3l5.43-14.35l2.71 5.56l2.9 9.66l1.93-3.87l2.9 12.56l2.89-6.76L51 40"/><path stroke-linejoin="round" d="M19.66 44.09a6.43 6.43 0 0 0-5.797 6.763c0 4.83 3.864 5.797 5.797 5.797a3.54 3.54 0 0 0 3.864-3.864m1.936 3.864a7.25 7.25 0 0 0 5.797 2.898c3.864 0 6.763-3.864 6.763-4.83m1.93 2.902a4.19 4.19 0 0 0 3.864 1.932a5.175 5.175 0 0 0 4.83-4.83M23.53 45.06c-1.932-1.932.966-8.695 6.763-8.695c2.898 0 8.695.966 8.695 6.763m2.892-2.898s3.864-1.932 6.763-.966a8.76 8.76 0 0 1 5.797 8.695a11.57 11.57 0 0 1-2.898 7.729"/><path stroke-miterlimit="10" d="M57.34 35.4c1.932-1.932-.966-8.695-6.763-8.695a10.77 10.77 0 0 0-6.6 1.993"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiFoggyMountain(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="m27 31l3-1l2 2l3-2l2 1l2-1l2 2l1-1"/><path fill="#fff" d="M21.38 27.63c1.636.377 3.012.948 4.016 1.579c-2.246.631-3.65 13.32-10.57 17.69c-4.659-2.517-7.075-9.495-4.782-13.8c2.43-8.036 10.83-5.355 11.33-5.47zm36.63 5.67c.602.12 3.002-.243 4.54.451c3.639 1.302 4.828 4.206 4.63 8.066c.012 1.955-1.178 3.259-2.724 4.006a5.6 5.6 0 0 1-4.3.247c-2.129-.766-2.103-2.071-2.748-1.71c-5.214 2.912-14.63-7.578-13.72-12.99c4.296-10.07 15.93-1.789 14.32 1.932z"/><path fill="#3f3f3f" d="m16.76 45.06l2.9-10.63l1.93 4.83l5.8-15.46l2.49 3l5.43-14.35l2.71 5.56l2.9 9.66l1.93-3.87l2.9 12.56l2.89-6.76l2.9 15.46"/><path fill="#fff" d="m44.05 29l-3.13 1.57l-2.9-.97l-1.94-.97l-3.86 1.94l-1.93-1.94l-2.9.97l-1.24-2.48l1.24-3.32l2.49 3l5.43-14.35l2.71 5.56l2.9 9.66l1.93-3.87zm-5.49 11.49l3.219-1.266s3.964-.933 6.863.034a8.76 8.76 0 0 1 5.797 8.694c.017 2.846-.528 6.482-2.412 8.614c-2.843 2.527-5.311 2.811-8.038 2.935c-1.547.122-3.918-.135-4.749-1.445l-1.522-2.154c-1.403 1.931-4.082 3.491-6.465 3.643c-2.281 0-4.895-.474-6.263-2.299l-2.016-2.255a3.68 3.68 0 0 1-3.314 1.655c-1.932 0-5.797-.966-5.797-5.797c-.196-3.444 2.529-7.395 5.963-7.728l3.057.166c-.625-2.6 2.355-6.929 7.403-6.929c2.325 0 6.707.895 8.274 4.131z"/><g fill="none" stroke="#000" strokeLinecap="round" strokeWidth="2"><path strokeLinejoin="round" d="M61.2 34.43a6.43 6.43 0 0 1 5.797 6.763c0 4.83-3.864 5.797-5.797 5.797a3.54 3.54 0 0 1-3.864-3.864M21.59 28.63s-3.864-.966-6.763 0s-4.83 2.898-4.83 7.729a11.57 11.57 0 0 0 2.898 7.729m3.865.972l2.9-10.63l1.93 4.83l5.8-15.46l2.49 3l5.43-14.35l2.71 5.56l2.9 9.66l1.93-3.87l2.9 12.56l2.89-6.76L51 40"/><path strokeLinejoin="round" d="M19.66 44.09a6.43 6.43 0 0 0-5.797 6.763c0 4.83 3.864 5.797 5.797 5.797a3.54 3.54 0 0 0 3.864-3.864m1.936 3.864a7.25 7.25 0 0 0 5.797 2.898c3.864 0 6.763-3.864 6.763-4.83m1.93 2.902a4.19 4.19 0 0 0 3.864 1.932a5.175 5.175 0 0 0 4.83-4.83M23.53 45.06c-1.932-1.932.966-8.695 6.763-8.695c2.898 0 8.695.966 8.695 6.763m2.892-2.898s3.864-1.932 6.763-.966a8.76 8.76 0 0 1 5.797 8.695a11.57 11.57 0 0 1-2.898 7.729"/><path strokeMiterlimit="10" d="M57.34 35.4c1.932-1.932-.966-8.695-6.763-8.695a10.77 10.77 0 0 0-6.6 1.993"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m27 31l3-1l2 2l3-2l2 1l2-1l2 2l1-1"/><path fill="#fff" d="M21.38 27.63c1.636.377 3.012.948 4.016 1.579c-2.246.631-3.65 13.32-10.57 17.69c-4.659-2.517-7.075-9.495-4.782-13.8c2.43-8.036 10.83-5.355 11.33-5.47zm36.63 5.67c.602.12 3.002-.243 4.54.451c3.639 1.302 4.828 4.206 4.63 8.066c.012 1.955-1.178 3.259-2.724 4.006a5.6 5.6 0 0 1-4.3.247c-2.129-.766-2.103-2.071-2.748-1.71c-5.214 2.912-14.63-7.578-13.72-12.99c4.296-10.07 15.93-1.789 14.32 1.932z"/><path fill="#3f3f3f" d="m16.76 45.06l2.9-10.63l1.93 4.83l5.8-15.46l2.49 3l5.43-14.35l2.71 5.56l2.9 9.66l1.93-3.87l2.9 12.56l2.89-6.76l2.9 15.46"/><path fill="#fff" d="m44.05 29l-3.13 1.57l-2.9-.97l-1.94-.97l-3.86 1.94l-1.93-1.94l-2.9.97l-1.24-2.48l1.24-3.32l2.49 3l5.43-14.35l2.71 5.56l2.9 9.66l1.93-3.87zm-5.49 11.49l3.219-1.266s3.964-.933 6.863.034a8.76 8.76 0 0 1 5.797 8.694c.017 2.846-.528 6.482-2.412 8.614c-2.843 2.527-5.311 2.811-8.038 2.935c-1.547.122-3.918-.135-4.749-1.445l-1.522-2.154c-1.403 1.931-4.082 3.491-6.465 3.643c-2.281 0-4.895-.474-6.263-2.299l-2.016-2.255a3.68 3.68 0 0 1-3.314 1.655c-1.932 0-5.797-.966-5.797-5.797c-.196-3.444 2.529-7.395 5.963-7.728l3.057.166c-.625-2.6 2.355-6.929 7.403-6.929c2.325 0 6.707.895 8.274 4.131z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-width="2"><path stroke-linejoin="round" d="M61.2 34.43a6.43 6.43 0 0 1 5.797 6.763c0 4.83-3.864 5.797-5.797 5.797a3.54 3.54 0 0 1-3.864-3.864M21.59 28.63s-3.864-.966-6.763 0s-4.83 2.898-4.83 7.729a11.57 11.57 0 0 0 2.898 7.729m3.865.972l2.9-10.63l1.93 4.83l5.8-15.46l2.49 3l5.43-14.35l2.71 5.56l2.9 9.66l1.93-3.87l2.9 12.56l2.89-6.76L51 40"/><path stroke-linejoin="round" d="M19.66 44.09a6.43 6.43 0 0 0-5.797 6.763c0 4.83 3.864 5.797 5.797 5.797a3.54 3.54 0 0 0 3.864-3.864m1.936 3.864a7.25 7.25 0 0 0 5.797 2.898c3.864 0 6.763-3.864 6.763-4.83m1.93 2.902a4.19 4.19 0 0 0 3.864 1.932a5.175 5.175 0 0 0 4.83-4.83M23.53 45.06c-1.932-1.932.966-8.695 6.763-8.695c2.898 0 8.695.966 8.695 6.763m2.892-2.898s3.864-1.932 6.763-.966a8.76 8.76 0 0 1 5.797 8.695a11.57 11.57 0 0 1-2.898 7.729"/><path stroke-miterlimit="10" d="M57.34 35.4c1.932-1.932-.966-8.695-6.763-8.695a10.77 10.77 0 0 0-6.6 1.993"/></g></svg>
</template>

CSS

.icon-foggy-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%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m27%2031l3-1l2%202l3-2l2%201l2-1l2%202l1-1%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21.38%2027.63c1.636.377%203.012.948%204.016%201.579c-2.246.631-3.65%2013.32-10.57%2017.69c-4.659-2.517-7.075-9.495-4.782-13.8c2.43-8.036%2010.83-5.355%2011.33-5.47zm36.63%205.67c.602.12%203.002-.243%204.54.451c3.639%201.302%204.828%204.206%204.63%208.066c.012%201.955-1.178%203.259-2.724%204.006a5.6%205.6%200%200%201-4.3.247c-2.129-.766-2.103-2.071-2.748-1.71c-5.214%202.912-14.63-7.578-13.72-12.99c4.296-10.07%2015.93-1.789%2014.32%201.932z%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22m16.76%2045.06l2.9-10.63l1.93%204.83l5.8-15.46l2.49%203l5.43-14.35l2.71%205.56l2.9%209.66l1.93-3.87l2.9%2012.56l2.89-6.76l2.9%2015.46%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m44.05%2029l-3.13%201.57l-2.9-.97l-1.94-.97l-3.86%201.94l-1.93-1.94l-2.9.97l-1.24-2.48l1.24-3.32l2.49%203l5.43-14.35l2.71%205.56l2.9%209.66l1.93-3.87zm-5.49%2011.49l3.219-1.266s3.964-.933%206.863.034a8.76%208.76%200%200%201%205.797%208.694c.017%202.846-.528%206.482-2.412%208.614c-2.843%202.527-5.311%202.811-8.038%202.935c-1.547.122-3.918-.135-4.749-1.445l-1.522-2.154c-1.403%201.931-4.082%203.491-6.465%203.643c-2.281%200-4.895-.474-6.263-2.299l-2.016-2.255a3.68%203.68%200%200%201-3.314%201.655c-1.932%200-5.797-.966-5.797-5.797c-.196-3.444%202.529-7.395%205.963-7.728l3.057.166c-.625-2.6%202.355-6.929%207.403-6.929c2.325%200%206.707.895%208.274%204.131z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M61.2%2034.43a6.43%206.43%200%200%201%205.797%206.763c0%204.83-3.864%205.797-5.797%205.797a3.54%203.54%200%200%201-3.864-3.864M21.59%2028.63s-3.864-.966-6.763%200s-4.83%202.898-4.83%207.729a11.57%2011.57%200%200%200%202.898%207.729m3.865.972l2.9-10.63l1.93%204.83l5.8-15.46l2.49%203l5.43-14.35l2.71%205.56l2.9%209.66l1.93-3.87l2.9%2012.56l2.89-6.76L51%2040%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M19.66%2044.09a6.43%206.43%200%200%200-5.797%206.763c0%204.83%203.864%205.797%205.797%205.797a3.54%203.54%200%200%200%203.864-3.864m1.936%203.864a7.25%207.25%200%200%200%205.797%202.898c3.864%200%206.763-3.864%206.763-4.83m1.93%202.902a4.19%204.19%200%200%200%203.864%201.932a5.175%205.175%200%200%200%204.83-4.83M23.53%2045.06c-1.932-1.932.966-8.695%206.763-8.695c2.898%200%208.695.966%208.695%206.763m2.892-2.898s3.864-1.932%206.763-.966a8.76%208.76%200%200%201%205.797%208.695a11.57%2011.57%200%200%201-2.898%207.729%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M57.34%2035.4c1.932-1.932-.966-8.695-6.763-8.695a10.77%2010.77%200%200%200-6.6%201.993%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%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m27%2031l3-1l2%202l3-2l2%201l2-1l2%202l1-1%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21.38%2027.63c1.636.377%203.012.948%204.016%201.579c-2.246.631-3.65%2013.32-10.57%2017.69c-4.659-2.517-7.075-9.495-4.782-13.8c2.43-8.036%2010.83-5.355%2011.33-5.47zm36.63%205.67c.602.12%203.002-.243%204.54.451c3.639%201.302%204.828%204.206%204.63%208.066c.012%201.955-1.178%203.259-2.724%204.006a5.6%205.6%200%200%201-4.3.247c-2.129-.766-2.103-2.071-2.748-1.71c-5.214%202.912-14.63-7.578-13.72-12.99c4.296-10.07%2015.93-1.789%2014.32%201.932z%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22m16.76%2045.06l2.9-10.63l1.93%204.83l5.8-15.46l2.49%203l5.43-14.35l2.71%205.56l2.9%209.66l1.93-3.87l2.9%2012.56l2.89-6.76l2.9%2015.46%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m44.05%2029l-3.13%201.57l-2.9-.97l-1.94-.97l-3.86%201.94l-1.93-1.94l-2.9.97l-1.24-2.48l1.24-3.32l2.49%203l5.43-14.35l2.71%205.56l2.9%209.66l1.93-3.87zm-5.49%2011.49l3.219-1.266s3.964-.933%206.863.034a8.76%208.76%200%200%201%205.797%208.694c.017%202.846-.528%206.482-2.412%208.614c-2.843%202.527-5.311%202.811-8.038%202.935c-1.547.122-3.918-.135-4.749-1.445l-1.522-2.154c-1.403%201.931-4.082%203.491-6.465%203.643c-2.281%200-4.895-.474-6.263-2.299l-2.016-2.255a3.68%203.68%200%200%201-3.314%201.655c-1.932%200-5.797-.966-5.797-5.797c-.196-3.444%202.529-7.395%205.963-7.728l3.057.166c-.625-2.6%202.355-6.929%207.403-6.929c2.325%200%206.707.895%208.274%204.131z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M61.2%2034.43a6.43%206.43%200%200%201%205.797%206.763c0%204.83-3.864%205.797-5.797%205.797a3.54%203.54%200%200%201-3.864-3.864M21.59%2028.63s-3.864-.966-6.763%200s-4.83%202.898-4.83%207.729a11.57%2011.57%200%200%200%202.898%207.729m3.865.972l2.9-10.63l1.93%204.83l5.8-15.46l2.49%203l5.43-14.35l2.71%205.56l2.9%209.66l1.93-3.87l2.9%2012.56l2.89-6.76L51%2040%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M19.66%2044.09a6.43%206.43%200%200%200-5.797%206.763c0%204.83%203.864%205.797%205.797%205.797a3.54%203.54%200%200%200%203.864-3.864m1.936%203.864a7.25%207.25%200%200%200%205.797%202.898c3.864%200%206.763-3.864%206.763-4.83m1.93%202.902a4.19%204.19%200%200%200%203.864%201.932a5.175%205.175%200%200%200%204.83-4.83M23.53%2045.06c-1.932-1.932.966-8.695%206.763-8.695c2.898%200%208.695.966%208.695%206.763m2.892-2.898s3.864-1.932%206.763-.966a8.76%208.76%200%200%201%205.797%208.695a11.57%2011.57%200%200%201-2.898%207.729%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M57.34%2035.4c1.932-1.932-.966-8.695-6.763-8.695a10.77%2010.77%200%200%200-6.6%201.993%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/foggy-mountain.svg?color=%231a73e8&size=48