mountain flag icon
mountain-flag-sharp from Material Symbols by Google · Sharp · Social · Apache-2.0 Free for personal and commercial use.
- Name
- mountain-flag-sharp
- Set
- Material Symbols
- Style
- 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="M7.025 11.825L8.4 9H11V2h7l-1 2l1 2h-5v3h2.5l1.425 2.85l-3 2L12 12.875l-1.925.975zM2 22l4.125-8.375l3.8 2.525L12 15.125l2.075 1.025l3.75-2.475L22 22z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsMountainFlagSharp(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="M7.025 11.825L8.4 9H11V2h7l-1 2l1 2h-5v3h2.5l1.425 2.85l-3 2L12 12.875l-1.925.975zM2 22l4.125-8.375l3.8 2.525L12 15.125l2.075 1.025l3.75-2.475L22 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="M7.025 11.825L8.4 9H11V2h7l-1 2l1 2h-5v3h2.5l1.425 2.85l-3 2L12 12.875l-1.925.975zM2 22l4.125-8.375l3.8 2.525L12 15.125l2.075 1.025l3.75-2.475L22 22z"/></svg> </template>
CSS
.icon-mountain-flag-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%22M7.025%2011.825L8.4%209H11V2h7l-1%202l1%202h-5v3h2.5l1.425%202.85l-3%202L12%2012.875l-1.925.975zM2%2022l4.125-8.375l3.8%202.525L12%2015.125l2.075%201.025l3.75-2.475L22%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%22M7.025%2011.825L8.4%209H11V2h7l-1%202l1%202h-5v3h2.5l1.425%202.85l-3%202L12%2012.875l-1.925.975zM2%2022l4.125-8.375l3.8%202.525L12%2015.125l2.075%201.025l3.75-2.475L22%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-sharp.svg?color=%231a73e8&size=48