mountain flag icon
mountain-flag-outline-sharp from Material Symbols by Google · Outline Sharp · Social · Apache-2.0 Free for personal and commercial use.
- Name
- mountain-flag-outline-sharp
- Set
- Material Symbols
- Style
- Outline Sharp
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More social icons from Material Symbols
Use the mountain flag icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m8.7 12.925l1.375.925L12 12.875l1.925.975l1.325-.875l-1-1.975h-4.6zM5.225 20H18.75l-2.6-5.225l-2.075 1.375L12 15.125L9.925 16.15L7.8 14.75zM2 22L8.4 9H11V2h7l-1 2l1 2h-5v3h2.5L22 22z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsMountainFlagOutlineSharp(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m8.7 12.925l1.375.925L12 12.875l1.925.975l1.325-.875l-1-1.975h-4.6zM5.225 20H18.75l-2.6-5.225l-2.075 1.375L12 15.125L9.925 16.15L7.8 14.75zM2 22L8.4 9H11V2h7l-1 2l1 2h-5v3h2.5L22 22z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m8.7 12.925l1.375.925L12 12.875l1.925.975l1.325-.875l-1-1.975h-4.6zM5.225 20H18.75l-2.6-5.225l-2.075 1.375L12 15.125L9.925 16.15L7.8 14.75zM2 22L8.4 9H11V2h7l-1 2l1 2h-5v3h2.5L22 22z"/></svg> </template>
CSS
.icon-mountain-flag-outline-sharp {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m8.7%2012.925l1.375.925L12%2012.875l1.925.975l1.325-.875l-1-1.975h-4.6zM5.225%2020H18.75l-2.6-5.225l-2.075%201.375L12%2015.125L9.925%2016.15L7.8%2014.75zM2%2022L8.4%209H11V2h7l-1%202l1%202h-5v3h2.5L22%2022z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m8.7%2012.925l1.375.925L12%2012.875l1.925.975l1.325-.875l-1-1.975h-4.6zM5.225%2020H18.75l-2.6-5.225l-2.075%201.375L12%2015.125L9.925%2016.15L7.8%2014.75zM2%2022L8.4%209H11V2h7l-1%202l1%202h-5v3h2.5L22%2022z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/mountain-flag-outline-sharp.svg?color=%231a73e8&size=48