mount fuji emoji

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

Name
mount-fuji
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 mount fuji emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#9b9b9a" d="m66.97 53.808l-5.301-4.577l-3.889-4.856a1 1 0 0 0-.155-.156l-4.922-3.938l-2.918-3.485a1 1 0 0 0-.11-.113l-5.12-4.447l-6.24-5.093a1 1 0 0 0-.681-.224L36 27h-4a1 1 0 0 0-.707.293l-7.933 7.94l-6 4.999a1 1 0 0 0-.149.154l-5.343 6.858l-7.304 6.577a1 1 0 0 0 .669 1.744h61.084a1 1 0 0 0 .653-1.757"/><path fill="#fff" d="m52.557 40.104l-2.7-2.838l-6.434-5.769l-5.74-4.343l-1.683.083h-4.25l-2.5 2.25l-6.09 6.23l-5.842 4.544c.43.394 3.682 1.226 4.682.226c.932-.932 1.774-1.16 2-1c.288.203-.444 1.536-1 4c-.283 1.253-.276 2.717 0 3c.443.453 1 0 2-1l1-1c1-1 2-3 3-3s1 1.199 1 2c0 1-.117 1.988 0 3c.101.872 0 2 1 2c.945 0 2-4 3-5s3-1 4 0s3 4 4 3c3-1 1-4 2-4c.802 0 1.545.684 3 2c.96.868 1.103 1.357 2 2c.825.59 1.61 1.24 2 1c.622-.383.308-3.026-1-5c-.52-.785-.537-1.429 0-2c.59-.628 1.087-.813 1.442-.677z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="m66.316 54.565l-5.37-4.636L57 45m-5-4l5 4M5.233 54.565l7.37-6.636L18 41m0 0l6-5l5-5l3-3h4l1.683-.082l6.239 5.093l5.097 4.426L52 41"/><path d="M42 47c3-1 1-4 2-4c.802 0 1.545.684 3 2c.96.869 1.103 1.357 2 2c.825.591 1.61 1.24 2 1c.622-.382.308-3.026-1-5c-.52-.785-.555-1.445 0-2c1-1 1-.734 1-1m-33 1c.43.394 3 1 4 0c.932-.932 1.774-1.16 2-1c.288.203-.444 1.536-1 4c-.283 1.253-.276 2.718 0 3c.443.454 1 0 2-1l1-1c1-1 2-3 3-3s1 1.2 1 2c0 1-.117 1.989 0 3c.101.872 0 2 1 2c.945 0 2-4 3-5s3-1 4 0s3 4 4 3"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiMountFuji(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#9b9b9a" d="m66.97 53.808l-5.301-4.577l-3.889-4.856a1 1 0 0 0-.155-.156l-4.922-3.938l-2.918-3.485a1 1 0 0 0-.11-.113l-5.12-4.447l-6.24-5.093a1 1 0 0 0-.681-.224L36 27h-4a1 1 0 0 0-.707.293l-7.933 7.94l-6 4.999a1 1 0 0 0-.149.154l-5.343 6.858l-7.304 6.577a1 1 0 0 0 .669 1.744h61.084a1 1 0 0 0 .653-1.757"/><path fill="#fff" d="m52.557 40.104l-2.7-2.838l-6.434-5.769l-5.74-4.343l-1.683.083h-4.25l-2.5 2.25l-6.09 6.23l-5.842 4.544c.43.394 3.682 1.226 4.682.226c.932-.932 1.774-1.16 2-1c.288.203-.444 1.536-1 4c-.283 1.253-.276 2.717 0 3c.443.453 1 0 2-1l1-1c1-1 2-3 3-3s1 1.199 1 2c0 1-.117 1.988 0 3c.101.872 0 2 1 2c.945 0 2-4 3-5s3-1 4 0s3 4 4 3c3-1 1-4 2-4c.802 0 1.545.684 3 2c.96.868 1.103 1.357 2 2c.825.59 1.61 1.24 2 1c.622-.383.308-3.026-1-5c-.52-.785-.537-1.429 0-2c.59-.628 1.087-.813 1.442-.677z"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="m66.316 54.565l-5.37-4.636L57 45m-5-4l5 4M5.233 54.565l7.37-6.636L18 41m0 0l6-5l5-5l3-3h4l1.683-.082l6.239 5.093l5.097 4.426L52 41"/><path d="M42 47c3-1 1-4 2-4c.802 0 1.545.684 3 2c.96.869 1.103 1.357 2 2c.825.591 1.61 1.24 2 1c.622-.382.308-3.026-1-5c-.52-.785-.555-1.445 0-2c1-1 1-.734 1-1m-33 1c.43.394 3 1 4 0c.932-.932 1.774-1.16 2-1c.288.203-.444 1.536-1 4c-.283 1.253-.276 2.718 0 3c.443.454 1 0 2-1l1-1c1-1 2-3 3-3s1 1.2 1 2c0 1-.117 1.989 0 3c.101.872 0 2 1 2c.945 0 2-4 3-5s3-1 4 0s3 4 4 3"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#9b9b9a" d="m66.97 53.808l-5.301-4.577l-3.889-4.856a1 1 0 0 0-.155-.156l-4.922-3.938l-2.918-3.485a1 1 0 0 0-.11-.113l-5.12-4.447l-6.24-5.093a1 1 0 0 0-.681-.224L36 27h-4a1 1 0 0 0-.707.293l-7.933 7.94l-6 4.999a1 1 0 0 0-.149.154l-5.343 6.858l-7.304 6.577a1 1 0 0 0 .669 1.744h61.084a1 1 0 0 0 .653-1.757"/><path fill="#fff" d="m52.557 40.104l-2.7-2.838l-6.434-5.769l-5.74-4.343l-1.683.083h-4.25l-2.5 2.25l-6.09 6.23l-5.842 4.544c.43.394 3.682 1.226 4.682.226c.932-.932 1.774-1.16 2-1c.288.203-.444 1.536-1 4c-.283 1.253-.276 2.717 0 3c.443.453 1 0 2-1l1-1c1-1 2-3 3-3s1 1.199 1 2c0 1-.117 1.988 0 3c.101.872 0 2 1 2c.945 0 2-4 3-5s3-1 4 0s3 4 4 3c3-1 1-4 2-4c.802 0 1.545.684 3 2c.96.868 1.103 1.357 2 2c.825.59 1.61 1.24 2 1c.622-.383.308-3.026-1-5c-.52-.785-.537-1.429 0-2c.59-.628 1.087-.813 1.442-.677z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="m66.316 54.565l-5.37-4.636L57 45m-5-4l5 4M5.233 54.565l7.37-6.636L18 41m0 0l6-5l5-5l3-3h4l1.683-.082l6.239 5.093l5.097 4.426L52 41"/><path d="M42 47c3-1 1-4 2-4c.802 0 1.545.684 3 2c.96.869 1.103 1.357 2 2c.825.591 1.61 1.24 2 1c.622-.382.308-3.026-1-5c-.52-.785-.555-1.445 0-2c1-1 1-.734 1-1m-33 1c.43.394 3 1 4 0c.932-.932 1.774-1.16 2-1c.288.203-.444 1.536-1 4c-.283 1.253-.276 2.718 0 3c.443.454 1 0 2-1l1-1c1-1 2-3 3-3s1 1.2 1 2c0 1-.117 1.989 0 3c.101.872 0 2 1 2c.945 0 2-4 3-5s3-1 4 0s3 4 4 3"/></g></svg>
</template>

CSS

.icon-mount-fuji {
  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%239b9b9a%22%20d%3D%22m66.97%2053.808l-5.301-4.577l-3.889-4.856a1%201%200%200%200-.155-.156l-4.922-3.938l-2.918-3.485a1%201%200%200%200-.11-.113l-5.12-4.447l-6.24-5.093a1%201%200%200%200-.681-.224L36%2027h-4a1%201%200%200%200-.707.293l-7.933%207.94l-6%204.999a1%201%200%200%200-.149.154l-5.343%206.858l-7.304%206.577a1%201%200%200%200%20.669%201.744h61.084a1%201%200%200%200%20.653-1.757%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m52.557%2040.104l-2.7-2.838l-6.434-5.769l-5.74-4.343l-1.683.083h-4.25l-2.5%202.25l-6.09%206.23l-5.842%204.544c.43.394%203.682%201.226%204.682.226c.932-.932%201.774-1.16%202-1c.288.203-.444%201.536-1%204c-.283%201.253-.276%202.717%200%203c.443.453%201%200%202-1l1-1c1-1%202-3%203-3s1%201.199%201%202c0%201-.117%201.988%200%203c.101.872%200%202%201%202c.945%200%202-4%203-5s3-1%204%200s3%204%204%203c3-1%201-4%202-4c.802%200%201.545.684%203%202c.96.868%201.103%201.357%202%202c.825.59%201.61%201.24%202%201c.622-.383.308-3.026-1-5c-.52-.785-.537-1.429%200-2c.59-.628%201.087-.813%201.442-.677z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22m66.316%2054.565l-5.37-4.636L57%2045m-5-4l5%204M5.233%2054.565l7.37-6.636L18%2041m0%200l6-5l5-5l3-3h4l1.683-.082l6.239%205.093l5.097%204.426L52%2041%22%2F%3E%3Cpath%20d%3D%22M42%2047c3-1%201-4%202-4c.802%200%201.545.684%203%202c.96.869%201.103%201.357%202%202c.825.591%201.61%201.24%202%201c.622-.382.308-3.026-1-5c-.52-.785-.555-1.445%200-2c1-1%201-.734%201-1m-33%201c.43.394%203%201%204%200c.932-.932%201.774-1.16%202-1c.288.203-.444%201.536-1%204c-.283%201.253-.276%202.718%200%203c.443.454%201%200%202-1l1-1c1-1%202-3%203-3s1%201.2%201%202c0%201-.117%201.989%200%203c.101.872%200%202%201%202c.945%200%202-4%203-5s3-1%204%200s3%204%204%203%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%239b9b9a%22%20d%3D%22m66.97%2053.808l-5.301-4.577l-3.889-4.856a1%201%200%200%200-.155-.156l-4.922-3.938l-2.918-3.485a1%201%200%200%200-.11-.113l-5.12-4.447l-6.24-5.093a1%201%200%200%200-.681-.224L36%2027h-4a1%201%200%200%200-.707.293l-7.933%207.94l-6%204.999a1%201%200%200%200-.149.154l-5.343%206.858l-7.304%206.577a1%201%200%200%200%20.669%201.744h61.084a1%201%200%200%200%20.653-1.757%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m52.557%2040.104l-2.7-2.838l-6.434-5.769l-5.74-4.343l-1.683.083h-4.25l-2.5%202.25l-6.09%206.23l-5.842%204.544c.43.394%203.682%201.226%204.682.226c.932-.932%201.774-1.16%202-1c.288.203-.444%201.536-1%204c-.283%201.253-.276%202.717%200%203c.443.453%201%200%202-1l1-1c1-1%202-3%203-3s1%201.199%201%202c0%201-.117%201.988%200%203c.101.872%200%202%201%202c.945%200%202-4%203-5s3-1%204%200s3%204%204%203c3-1%201-4%202-4c.802%200%201.545.684%203%202c.96.868%201.103%201.357%202%202c.825.59%201.61%201.24%202%201c.622-.383.308-3.026-1-5c-.52-.785-.537-1.429%200-2c.59-.628%201.087-.813%201.442-.677z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22m66.316%2054.565l-5.37-4.636L57%2045m-5-4l5%204M5.233%2054.565l7.37-6.636L18%2041m0%200l6-5l5-5l3-3h4l1.683-.082l6.239%205.093l5.097%204.426L52%2041%22%2F%3E%3Cpath%20d%3D%22M42%2047c3-1%201-4%202-4c.802%200%201.545.684%203%202c.96.869%201.103%201.357%202%202c.825.591%201.61%201.24%202%201c.622-.382.308-3.026-1-5c-.52-.785-.555-1.445%200-2c1-1%201-.734%201-1m-33%201c.43.394%203%201%204%200c.932-.932%201.774-1.16%202-1c.288.203-.444%201.536-1%204c-.283%201.253-.276%202.718%200%203c.443.454%201%200%202-1l1-1c1-1%202-3%203-3s1%201.2%201%202c0%201-.117%201.989%200%203c.101.872%200%202%201%202c.945%200%202-4%203-5s3-1%204%200s3%204%204%203%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/mount-fuji.svg?color=%231a73e8&size=48