mountain icon
mountain-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- mountain-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
mountainCarbonmountainEmoji One (Colored)mountainFont Awesome 6 SolidmountainFont Awesome SolidmountainFluent EmojimountainFluent Emoji FlatmountainFluent Emoji High ContrastmountainHuge IconsmountainIconParkmountainIconPark OutlinemountainIconPark SolidmountainIconPark TwoTonemountainJam IconsmountainLine AwesomemountainLucidemountainMyna UI IconsmountainNoto EmojimountainOpenMojimountainTabler IconsmountainTwitter Emoji
Related icons in MingCute Icon
Use the mountain icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M10.762 6.025a40 40 0 0 1-1.084 3.24c.362.334.7.699 1.048 1.047l.38-.76a1 1 0 0 1 1.601-.26l1.019 1.02l.38-.76a1 1 0 0 1 .216-.287a40 40 0 0 1-1.084-3.24C13.226 5.98 13.157 6 13.123 6l-.88.22a1 1 0 0 1-.486 0l-.88-.22c-.036 0-.102-.023-.115.025M3.788 17.29c-.148.281-.276.52-.38.709H3a1 1 0 1 0 0 2h18a1 1 0 1 0 0-2h-.409q-.155-.286-.38-.709a95 95 0 0 1-1.586-3.139c-1.235-2.559-2.654-5.808-3.462-8.67A2.025 2.025 0 0 0 13.22 4c-.423 0-.81.117-1.219.22c-.41-.103-.796-.22-1.22-.22c-.921 0-1.701.624-1.943 1.481c-.808 2.863-2.228 6.112-3.462 8.671a95 95 0 0 1-1.587 3.14" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteMountainFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M10.762 6.025a40 40 0 0 1-1.084 3.24c.362.334.7.699 1.048 1.047l.38-.76a1 1 0 0 1 1.601-.26l1.019 1.02l.38-.76a1 1 0 0 1 .216-.287a40 40 0 0 1-1.084-3.24C13.226 5.98 13.157 6 13.123 6l-.88.22a1 1 0 0 1-.486 0l-.88-.22c-.036 0-.102-.023-.115.025M3.788 17.29c-.148.281-.276.52-.38.709H3a1 1 0 1 0 0 2h18a1 1 0 1 0 0-2h-.409q-.155-.286-.38-.709a95 95 0 0 1-1.586-3.139c-1.235-2.559-2.654-5.808-3.462-8.67A2.025 2.025 0 0 0 13.22 4c-.423 0-.81.117-1.219.22c-.41-.103-.796-.22-1.22-.22c-.921 0-1.701.624-1.943 1.481c-.808 2.863-2.228 6.112-3.462 8.671a95 95 0 0 1-1.587 3.14" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M10.762 6.025a40 40 0 0 1-1.084 3.24c.362.334.7.699 1.048 1.047l.38-.76a1 1 0 0 1 1.601-.26l1.019 1.02l.38-.76a1 1 0 0 1 .216-.287a40 40 0 0 1-1.084-3.24C13.226 5.98 13.157 6 13.123 6l-.88.22a1 1 0 0 1-.486 0l-.88-.22c-.036 0-.102-.023-.115.025M3.788 17.29c-.148.281-.276.52-.38.709H3a1 1 0 1 0 0 2h18a1 1 0 1 0 0-2h-.409q-.155-.286-.38-.709a95 95 0 0 1-1.586-3.139c-1.235-2.559-2.654-5.808-3.462-8.67A2.025 2.025 0 0 0 13.22 4c-.423 0-.81.117-1.219.22c-.41-.103-.796-.22-1.22-.22c-.921 0-1.701.624-1.943 1.481c-.808 2.863-2.228 6.112-3.462 8.671a95 95 0 0 1-1.587 3.14" clip-rule="evenodd"/></svg> </template>
CSS
.icon-mountain-fill {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10.762%206.025a40%2040%200%200%201-1.084%203.24c.362.334.7.699%201.048%201.047l.38-.76a1%201%200%200%201%201.601-.26l1.019%201.02l.38-.76a1%201%200%200%201%20.216-.287a40%2040%200%200%201-1.084-3.24C13.226%205.98%2013.157%206%2013.123%206l-.88.22a1%201%200%200%201-.486%200l-.88-.22c-.036%200-.102-.023-.115.025M3.788%2017.29c-.148.281-.276.52-.38.709H3a1%201%200%201%200%200%202h18a1%201%200%201%200%200-2h-.409q-.155-.286-.38-.709a95%2095%200%200%201-1.586-3.139c-1.235-2.559-2.654-5.808-3.462-8.67A2.025%202.025%200%200%200%2013.22%204c-.423%200-.81.117-1.219.22c-.41-.103-.796-.22-1.22-.22c-.921%200-1.701.624-1.943%201.481c-.808%202.863-2.228%206.112-3.462%208.671a95%2095%200%200%201-1.587%203.14%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10.762%206.025a40%2040%200%200%201-1.084%203.24c.362.334.7.699%201.048%201.047l.38-.76a1%201%200%200%201%201.601-.26l1.019%201.02l.38-.76a1%201%200%200%201%20.216-.287a40%2040%200%200%201-1.084-3.24C13.226%205.98%2013.157%206%2013.123%206l-.88.22a1%201%200%200%201-.486%200l-.88-.22c-.036%200-.102-.023-.115.025M3.788%2017.29c-.148.281-.276.52-.38.709H3a1%201%200%201%200%200%202h18a1%201%200%201%200%200-2h-.409q-.155-.286-.38-.709a95%2095%200%200%201-1.586-3.139c-1.235-2.559-2.654-5.808-3.462-8.67A2.025%202.025%200%200%200%2013.22%204c-.423%200-.81.117-1.219.22c-.41-.103-.796-.22-1.22-.22c-.921%200-1.701.624-1.943%201.481c-.808%202.863-2.228%206.112-3.462%208.671a95%2095%200%200%201-1.587%203.14%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/mountain-fill.svg?color=%231a73e8&size=48