mountain-trail-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
mountain-trail-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the mountain trail icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="m6.715 4.334l-3.89 4.098A3 3 0 0 0 2 10.498V15a2 2 0 0 0 2 2h7.586c-.561-.16-1.15-.336-1.738-.523c-1.382-.44-2.786-.95-3.853-1.483c-.53-.265-1.003-.549-1.35-.848C4.32 13.863 4 13.478 4 13c0-.984.771-1.538 1.576-1.863c.823-.333 1.898-.522 2.926-.678l.626-.094c.825-.121 1.596-.235 2.226-.396q.588-.15.896-.329c.205-.12.253-.214.265-.261c.014-.056.014-.157-.122-.343q-.21-.287-.718-.66c-.434-.319-.953-.634-1.506-.97c-.324-.198-.66-.402-.999-.62c-.868-.555-1.762-1.201-2.22-1.95a2.4 2.4 0 0 1-.235-.502M15.557 17l-.067-.015q-.121-.03-.346-.082a78 78 0 0 1-4.992-1.38c-1.368-.435-2.714-.925-3.71-1.423c-.5-.25-.887-.49-1.143-.71C5.025 13.151 5 13.021 5 13c0-.334.233-.646.95-.936c.7-.283 1.663-.458 2.703-.617q.293-.045.594-.088c.829-.122 1.669-.246 2.354-.42c.426-.11.83-.246 1.154-.436s.627-.468.73-.882c.113-.45-.05-.854-.284-1.175c-.231-.316-.569-.607-.934-.875c-.465-.342-1.054-.701-1.638-1.057a41 41 0 0 1-.92-.57c-.882-.565-1.583-1.102-1.907-1.63c-.151-.248-.2-.463-.172-.665c.021-.151.091-.333.254-.547l.303-.319a2.5 2.5 0 0 1 3.626 0l5.363 5.65A3 3 0 0 1 18 10.497V15a2 2 0 0 1-2 2z"/></svg>

React

import type { SVGProps } from "react";

export function FluentMountainTrail20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="m6.715 4.334l-3.89 4.098A3 3 0 0 0 2 10.498V15a2 2 0 0 0 2 2h7.586c-.561-.16-1.15-.336-1.738-.523c-1.382-.44-2.786-.95-3.853-1.483c-.53-.265-1.003-.549-1.35-.848C4.32 13.863 4 13.478 4 13c0-.984.771-1.538 1.576-1.863c.823-.333 1.898-.522 2.926-.678l.626-.094c.825-.121 1.596-.235 2.226-.396q.588-.15.896-.329c.205-.12.253-.214.265-.261c.014-.056.014-.157-.122-.343q-.21-.287-.718-.66c-.434-.319-.953-.634-1.506-.97c-.324-.198-.66-.402-.999-.62c-.868-.555-1.762-1.201-2.22-1.95a2.4 2.4 0 0 1-.235-.502M15.557 17l-.067-.015q-.121-.03-.346-.082a78 78 0 0 1-4.992-1.38c-1.368-.435-2.714-.925-3.71-1.423c-.5-.25-.887-.49-1.143-.71C5.025 13.151 5 13.021 5 13c0-.334.233-.646.95-.936c.7-.283 1.663-.458 2.703-.617q.293-.045.594-.088c.829-.122 1.669-.246 2.354-.42c.426-.11.83-.246 1.154-.436s.627-.468.73-.882c.113-.45-.05-.854-.284-1.175c-.231-.316-.569-.607-.934-.875c-.465-.342-1.054-.701-1.638-1.057a41 41 0 0 1-.92-.57c-.882-.565-1.583-1.102-1.907-1.63c-.151-.248-.2-.463-.172-.665c.021-.151.091-.333.254-.547l.303-.319a2.5 2.5 0 0 1 3.626 0l5.363 5.65A3 3 0 0 1 18 10.497V15a2 2 0 0 1-2 2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="m6.715 4.334l-3.89 4.098A3 3 0 0 0 2 10.498V15a2 2 0 0 0 2 2h7.586c-.561-.16-1.15-.336-1.738-.523c-1.382-.44-2.786-.95-3.853-1.483c-.53-.265-1.003-.549-1.35-.848C4.32 13.863 4 13.478 4 13c0-.984.771-1.538 1.576-1.863c.823-.333 1.898-.522 2.926-.678l.626-.094c.825-.121 1.596-.235 2.226-.396q.588-.15.896-.329c.205-.12.253-.214.265-.261c.014-.056.014-.157-.122-.343q-.21-.287-.718-.66c-.434-.319-.953-.634-1.506-.97c-.324-.198-.66-.402-.999-.62c-.868-.555-1.762-1.201-2.22-1.95a2.4 2.4 0 0 1-.235-.502M15.557 17l-.067-.015q-.121-.03-.346-.082a78 78 0 0 1-4.992-1.38c-1.368-.435-2.714-.925-3.71-1.423c-.5-.25-.887-.49-1.143-.71C5.025 13.151 5 13.021 5 13c0-.334.233-.646.95-.936c.7-.283 1.663-.458 2.703-.617q.293-.045.594-.088c.829-.122 1.669-.246 2.354-.42c.426-.11.83-.246 1.154-.436s.627-.468.73-.882c.113-.45-.05-.854-.284-1.175c-.231-.316-.569-.607-.934-.875c-.465-.342-1.054-.701-1.638-1.057a41 41 0 0 1-.92-.57c-.882-.565-1.583-1.102-1.907-1.63c-.151-.248-.2-.463-.172-.665c.021-.151.091-.333.254-.547l.303-.319a2.5 2.5 0 0 1 3.626 0l5.363 5.65A3 3 0 0 1 18 10.497V15a2 2 0 0 1-2 2z"/></svg>
</template>

CSS

.icon-mountain-trail-20-filled {
  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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m6.715%204.334l-3.89%204.098A3%203%200%200%200%202%2010.498V15a2%202%200%200%200%202%202h7.586c-.561-.16-1.15-.336-1.738-.523c-1.382-.44-2.786-.95-3.853-1.483c-.53-.265-1.003-.549-1.35-.848C4.32%2013.863%204%2013.478%204%2013c0-.984.771-1.538%201.576-1.863c.823-.333%201.898-.522%202.926-.678l.626-.094c.825-.121%201.596-.235%202.226-.396q.588-.15.896-.329c.205-.12.253-.214.265-.261c.014-.056.014-.157-.122-.343q-.21-.287-.718-.66c-.434-.319-.953-.634-1.506-.97c-.324-.198-.66-.402-.999-.62c-.868-.555-1.762-1.201-2.22-1.95a2.4%202.4%200%200%201-.235-.502M15.557%2017l-.067-.015q-.121-.03-.346-.082a78%2078%200%200%201-4.992-1.38c-1.368-.435-2.714-.925-3.71-1.423c-.5-.25-.887-.49-1.143-.71C5.025%2013.151%205%2013.021%205%2013c0-.334.233-.646.95-.936c.7-.283%201.663-.458%202.703-.617q.293-.045.594-.088c.829-.122%201.669-.246%202.354-.42c.426-.11.83-.246%201.154-.436s.627-.468.73-.882c.113-.45-.05-.854-.284-1.175c-.231-.316-.569-.607-.934-.875c-.465-.342-1.054-.701-1.638-1.057a41%2041%200%200%201-.92-.57c-.882-.565-1.583-1.102-1.907-1.63c-.151-.248-.2-.463-.172-.665c.021-.151.091-.333.254-.547l.303-.319a2.5%202.5%200%200%201%203.626%200l5.363%205.65A3%203%200%200%201%2018%2010.497V15a2%202%200%200%201-2%202z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m6.715%204.334l-3.89%204.098A3%203%200%200%200%202%2010.498V15a2%202%200%200%200%202%202h7.586c-.561-.16-1.15-.336-1.738-.523c-1.382-.44-2.786-.95-3.853-1.483c-.53-.265-1.003-.549-1.35-.848C4.32%2013.863%204%2013.478%204%2013c0-.984.771-1.538%201.576-1.863c.823-.333%201.898-.522%202.926-.678l.626-.094c.825-.121%201.596-.235%202.226-.396q.588-.15.896-.329c.205-.12.253-.214.265-.261c.014-.056.014-.157-.122-.343q-.21-.287-.718-.66c-.434-.319-.953-.634-1.506-.97c-.324-.198-.66-.402-.999-.62c-.868-.555-1.762-1.201-2.22-1.95a2.4%202.4%200%200%201-.235-.502M15.557%2017l-.067-.015q-.121-.03-.346-.082a78%2078%200%200%201-4.992-1.38c-1.368-.435-2.714-.925-3.71-1.423c-.5-.25-.887-.49-1.143-.71C5.025%2013.151%205%2013.021%205%2013c0-.334.233-.646.95-.936c.7-.283%201.663-.458%202.703-.617q.293-.045.594-.088c.829-.122%201.669-.246%202.354-.42c.426-.11.83-.246%201.154-.436s.627-.468.73-.882c.113-.45-.05-.854-.284-1.175c-.231-.316-.569-.607-.934-.875c-.465-.342-1.054-.701-1.638-1.057a41%2041%200%200%201-.92-.57c-.882-.565-1.583-1.102-1.907-1.63c-.151-.248-.2-.463-.172-.665c.021-.151.091-.333.254-.547l.303-.319a2.5%202.5%200%200%201%203.626%200l5.363%205.65A3%203%200%200%201%2018%2010.497V15a2%202%200%200%201-2%202z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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