mountain icon

mountain-f from Jam Icons by Michael Amprimo · Filled · MIT Free for personal and commercial use.

Name
mountain-f
Set
Jam Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in Jam Icons

The same icon in other sets

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="M17.797 10.402c-2.038-.98-5.317-1.604-8.3-1.604c-1.828 0-2.951-3.163-3.264-5.235l1.182-2.007a3 3 0 0 1 5.17 0zm1.673 2.839l.14.236A3 3 0 0 1 17.024 18H2.975A3 3 0 0 1 .39 13.477l4.517-7.664c.417 2.76 2.144 4.985 4.59 4.985c2.747 0 6.71.536 9.973 2.443"/></svg>

React

import type { SVGProps } from "react";

export function JamMountainF(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="M17.797 10.402c-2.038-.98-5.317-1.604-8.3-1.604c-1.828 0-2.951-3.163-3.264-5.235l1.182-2.007a3 3 0 0 1 5.17 0zm1.673 2.839l.14.236A3 3 0 0 1 17.024 18H2.975A3 3 0 0 1 .39 13.477l4.517-7.664c.417 2.76 2.144 4.985 4.59 4.985c2.747 0 6.71.536 9.973 2.443"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -3 24 24"><path fill="currentColor" d="M17.797 10.402c-2.038-.98-5.317-1.604-8.3-1.604c-1.828 0-2.951-3.163-3.264-5.235l1.182-2.007a3 3 0 0 1 5.17 0zm1.673 2.839l.14.236A3 3 0 0 1 17.024 18H2.975A3 3 0 0 1 .39 13.477l4.517-7.664c.417 2.76 2.144 4.985 4.59 4.985c2.747 0 6.71.536 9.973 2.443"/></svg>
</template>

CSS

.icon-mountain-f {
  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%22M17.797%2010.402c-2.038-.98-5.317-1.604-8.3-1.604c-1.828%200-2.951-3.163-3.264-5.235l1.182-2.007a3%203%200%200%201%205.17%200zm1.673%202.839l.14.236A3%203%200%200%201%2017.024%2018H2.975A3%203%200%200%201%20.39%2013.477l4.517-7.664c.417%202.76%202.144%204.985%204.59%204.985c2.747%200%206.71.536%209.973%202.443%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%22M17.797%2010.402c-2.038-.98-5.317-1.604-8.3-1.604c-1.828%200-2.951-3.163-3.264-5.235l1.182-2.007a3%203%200%200%201%205.17%200zm1.673%202.839l.14.236A3%203%200%200%201%2017.024%2018H2.975A3%203%200%200%201%20.39%2013.477l4.517-7.664c.417%202.76%202.144%204.985%204.59%204.985c2.747%200%206.71.536%209.973%202.443%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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