mountain icon
mountain from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.
- Name
- mountain
- Set
- Jam Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in Jam Icons
The same icon in other sets
mountainCarbonmountainEmoji One (Colored)mountainFont Awesome 6 SolidmountainFluent EmojimountainFluent Emoji FlatmountainFluent Emoji High ContrastmountainHuge IconsmountainLine AwesomemountainLucidemountain-fillMingCute IconmountainNoto EmojimountainOpenMojimountainTabler IconsmountainTwitter Emoji
Use the mountain icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -3 24 24"><path fill="currentColor" d="m14.846 9.334l-3.985-6.762a1 1 0 0 0-1.723 0L7.11 6.015c.202 1.979.943 2.783 2.387 2.783c2.005 0 3.816.176 5.35.536zm1.555 2.637c-1.547-.767-3.977-1.173-6.905-1.173c-1.819 0-3.11-.832-3.813-2.364l-3.57 6.058A1 1 0 0 0 2.975 16h14.05a1 1 0 0 0 .861-1.508l-1.485-2.52zM12.584 1.556l7.025 11.92A3 3 0 0 1 17.025 18H2.975A3 3 0 0 1 .39 13.477l7.025-11.92a3 3 0 0 1 5.17 0z"/></svg>
React
import type { SVGProps } from "react";
export function JamMountain(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -3 24 24"><path fill="currentColor" d="m14.846 9.334l-3.985-6.762a1 1 0 0 0-1.723 0L7.11 6.015c.202 1.979.943 2.783 2.387 2.783c2.005 0 3.816.176 5.35.536zm1.555 2.637c-1.547-.767-3.977-1.173-6.905-1.173c-1.819 0-3.11-.832-3.813-2.364l-3.57 6.058A1 1 0 0 0 2.975 16h14.05a1 1 0 0 0 .861-1.508l-1.485-2.52zM12.584 1.556l7.025 11.92A3 3 0 0 1 17.025 18H2.975A3 3 0 0 1 .39 13.477l7.025-11.92a3 3 0 0 1 5.17 0z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -3 24 24"><path fill="currentColor" d="m14.846 9.334l-3.985-6.762a1 1 0 0 0-1.723 0L7.11 6.015c.202 1.979.943 2.783 2.387 2.783c2.005 0 3.816.176 5.35.536zm1.555 2.637c-1.547-.767-3.977-1.173-6.905-1.173c-1.819 0-3.11-.832-3.813-2.364l-3.57 6.058A1 1 0 0 0 2.975 16h14.05a1 1 0 0 0 .861-1.508l-1.485-2.52zM12.584 1.556l7.025 11.92A3 3 0 0 1 17.025 18H2.975A3 3 0 0 1 .39 13.477l7.025-11.92a3 3 0 0 1 5.17 0z"/></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%22-2%20-3%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m14.846%209.334l-3.985-6.762a1%201%200%200%200-1.723%200L7.11%206.015c.202%201.979.943%202.783%202.387%202.783c2.005%200%203.816.176%205.35.536zm1.555%202.637c-1.547-.767-3.977-1.173-6.905-1.173c-1.819%200-3.11-.832-3.813-2.364l-3.57%206.058A1%201%200%200%200%202.975%2016h14.05a1%201%200%200%200%20.861-1.508l-1.485-2.52zM12.584%201.556l7.025%2011.92A3%203%200%200%201%2017.025%2018H2.975A3%203%200%200%201%20.39%2013.477l7.025-11.92a3%203%200%200%201%205.17%200z%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%22-2%20-3%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m14.846%209.334l-3.985-6.762a1%201%200%200%200-1.723%200L7.11%206.015c.202%201.979.943%202.783%202.387%202.783c2.005%200%203.816.176%205.35.536zm1.555%202.637c-1.547-.767-3.977-1.173-6.905-1.173c-1.819%200-3.11-.832-3.813-2.364l-3.57%206.058A1%201%200%200%200%202.975%2016h14.05a1%201%200%200%200%20.861-1.508l-1.485-2.52zM12.584%201.556l7.025%2011.92A3%203%200%200%201%2017.025%2018H2.975A3%203%200%200%201%20.39%2013.477l7.025-11.92a3%203%200%200%201%205.17%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/mountain.svg?color=%231a73e8&size=48