mountains icon

mountains-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.

Name
mountains-duotone
Set
Phosphor
Style
Duotone
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"><g fill="currentColor"><path d="M144 52a20 20 0 1 1 20 20a20 20 0 0 1-20-20m49.44 55.92a8 8 0 0 0-13.77 0l-33 55.75l-21-35.67H50.35L8 200h240Z" opacity=".2"/><path d="M164 80a28 28 0 1 0-28-28a28 28 0 0 0 28 28m0-40a12 12 0 1 1-12 12a12 12 0 0 1 12-12m90.88 155.92l-54.56-92.08A15.87 15.87 0 0 0 186.55 96a15.85 15.85 0 0 0-13.76 7.84L146.63 148l-44.84-76.1a16 16 0 0 0-27.58 0L1.11 195.94A8 8 0 0 0 8 208h240a8 8 0 0 0 6.88-12.08M88 80l23.57 40H64.43ZM22 192l33-56h66l33 56Zm150.57 0l-16.66-28.28L186.55 112L234 192Z"/></g></svg>

React

import type { SVGProps } from "react";

export function PhMountainsDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M144 52a20 20 0 1 1 20 20a20 20 0 0 1-20-20m49.44 55.92a8 8 0 0 0-13.77 0l-33 55.75l-21-35.67H50.35L8 200h240Z" opacity=".2"/><path d="M164 80a28 28 0 1 0-28-28a28 28 0 0 0 28 28m0-40a12 12 0 1 1-12 12a12 12 0 0 1 12-12m90.88 155.92l-54.56-92.08A15.87 15.87 0 0 0 186.55 96a15.85 15.85 0 0 0-13.76 7.84L146.63 148l-44.84-76.1a16 16 0 0 0-27.58 0L1.11 195.94A8 8 0 0 0 8 208h240a8 8 0 0 0 6.88-12.08M88 80l23.57 40H64.43ZM22 192l33-56h66l33 56Zm150.57 0l-16.66-28.28L186.55 112L234 192Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M144 52a20 20 0 1 1 20 20a20 20 0 0 1-20-20m49.44 55.92a8 8 0 0 0-13.77 0l-33 55.75l-21-35.67H50.35L8 200h240Z" opacity=".2"/><path d="M164 80a28 28 0 1 0-28-28a28 28 0 0 0 28 28m0-40a12 12 0 1 1-12 12a12 12 0 0 1 12-12m90.88 155.92l-54.56-92.08A15.87 15.87 0 0 0 186.55 96a15.85 15.85 0 0 0-13.76 7.84L146.63 148l-44.84-76.1a16 16 0 0 0-27.58 0L1.11 195.94A8 8 0 0 0 8 208h240a8 8 0 0 0 6.88-12.08M88 80l23.57 40H64.43ZM22 192l33-56h66l33 56Zm150.57 0l-16.66-28.28L186.55 112L234 192Z"/></g></svg>
</template>

CSS

.icon-mountains-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M144%2052a20%2020%200%201%201%2020%2020a20%2020%200%200%201-20-20m49.44%2055.92a8%208%200%200%200-13.77%200l-33%2055.75l-21-35.67H50.35L8%20200h240Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M164%2080a28%2028%200%201%200-28-28a28%2028%200%200%200%2028%2028m0-40a12%2012%200%201%201-12%2012a12%2012%200%200%201%2012-12m90.88%20155.92l-54.56-92.08A15.87%2015.87%200%200%200%20186.55%2096a15.85%2015.85%200%200%200-13.76%207.84L146.63%20148l-44.84-76.1a16%2016%200%200%200-27.58%200L1.11%20195.94A8%208%200%200%200%208%20208h240a8%208%200%200%200%206.88-12.08M88%2080l23.57%2040H64.43ZM22%20192l33-56h66l33%2056Zm150.57%200l-16.66-28.28L186.55%20112L234%20192Z%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M144%2052a20%2020%200%201%201%2020%2020a20%2020%200%200%201-20-20m49.44%2055.92a8%208%200%200%200-13.77%200l-33%2055.75l-21-35.67H50.35L8%20200h240Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M164%2080a28%2028%200%201%200-28-28a28%2028%200%200%200%2028%2028m0-40a12%2012%200%201%201-12%2012a12%2012%200%200%201%2012-12m90.88%20155.92l-54.56-92.08A15.87%2015.87%200%200%200%20186.55%2096a15.85%2015.85%200%200%200-13.76%207.84L146.63%20148l-44.84-76.1a16%2016%200%200%200-27.58%200L1.11%20195.94A8%208%200%200%200%208%20208h240a8%208%200%200%200%206.88-12.08M88%2080l23.57%2040H64.43ZM22%20192l33-56h66l33%2056Zm150.57%200l-16.66-28.28L186.55%20112L234%20192Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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