mountains icon

mountains-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.

Name
mountains-fill
Set
Phosphor
Style
Fill
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the mountains icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m254.88 195.92l-54.56-92.08A15.87 15.87 0 0 0 186.55 96a15.85 15.85 0 0 0-13.76 7.84l-15.64 26.39a4 4 0 0 0 0 4.07l26.8 45.47a8.13 8.13 0 0 1-1.89 10.55a8 8 0 0 1-11.8-2.26L101.79 71.88a16 16 0 0 0-27.58 0L1.11 195.94a8 8 0 0 0 1 9.52A8.23 8.23 0 0 0 8.23 208h239.54a8.3 8.3 0 0 0 6.09-2.55a8 8 0 0 0 1.02-9.53M64.43 120L88 80l23.57 40ZM140 52a24 24 0 1 1 24 24a24 24 0 0 1-24-24"/></svg>

React

import type { SVGProps } from "react";

export function PhMountainsFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m254.88 195.92l-54.56-92.08A15.87 15.87 0 0 0 186.55 96a15.85 15.85 0 0 0-13.76 7.84l-15.64 26.39a4 4 0 0 0 0 4.07l26.8 45.47a8.13 8.13 0 0 1-1.89 10.55a8 8 0 0 1-11.8-2.26L101.79 71.88a16 16 0 0 0-27.58 0L1.11 195.94a8 8 0 0 0 1 9.52A8.23 8.23 0 0 0 8.23 208h239.54a8.3 8.3 0 0 0 6.09-2.55a8 8 0 0 0 1.02-9.53M64.43 120L88 80l23.57 40ZM140 52a24 24 0 1 1 24 24a24 24 0 0 1-24-24"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m254.88 195.92l-54.56-92.08A15.87 15.87 0 0 0 186.55 96a15.85 15.85 0 0 0-13.76 7.84l-15.64 26.39a4 4 0 0 0 0 4.07l26.8 45.47a8.13 8.13 0 0 1-1.89 10.55a8 8 0 0 1-11.8-2.26L101.79 71.88a16 16 0 0 0-27.58 0L1.11 195.94a8 8 0 0 0 1 9.52A8.23 8.23 0 0 0 8.23 208h239.54a8.3 8.3 0 0 0 6.09-2.55a8 8 0 0 0 1.02-9.53M64.43 120L88 80l23.57 40ZM140 52a24 24 0 1 1 24 24a24 24 0 0 1-24-24"/></svg>
</template>

CSS

.icon-mountains-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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m254.88%20195.92l-54.56-92.08A15.87%2015.87%200%200%200%20186.55%2096a15.85%2015.85%200%200%200-13.76%207.84l-15.64%2026.39a4%204%200%200%200%200%204.07l26.8%2045.47a8.13%208.13%200%200%201-1.89%2010.55a8%208%200%200%201-11.8-2.26L101.79%2071.88a16%2016%200%200%200-27.58%200L1.11%20195.94a8%208%200%200%200%201%209.52A8.23%208.23%200%200%200%208.23%20208h239.54a8.3%208.3%200%200%200%206.09-2.55a8%208%200%200%200%201.02-9.53M64.43%20120L88%2080l23.57%2040ZM140%2052a24%2024%200%201%201%2024%2024a24%2024%200%200%201-24-24%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m254.88%20195.92l-54.56-92.08A15.87%2015.87%200%200%200%20186.55%2096a15.85%2015.85%200%200%200-13.76%207.84l-15.64%2026.39a4%204%200%200%200%200%204.07l26.8%2045.47a8.13%208.13%200%200%201-1.89%2010.55a8%208%200%200%201-11.8-2.26L101.79%2071.88a16%2016%200%200%200-27.58%200L1.11%20195.94a8%208%200%200%200%201%209.52A8.23%208.23%200%200%200%208.23%20208h239.54a8.3%208.3%200%200%200%206.09-2.55a8%208%200%200%200%201.02-9.53M64.43%20120L88%2080l23.57%2040ZM140%2052a24%2024%200%201%201%2024%2024a24%2024%200%200%201-24-24%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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