mountain flag icon
mountain-flag-rounded from Material Symbols by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- mountain-flag-rounded
- Set
- Material Symbols
- Style
- Rounded
- 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.825l.825-1.7q.25-.525.738-.825T9.65 9H11V3q0-.425.288-.712T12 2h5.2q.275 0 .425.238t.025.487l-.55 1.05q-.05.125-.05.225t.05.225l.55 1.05q.125.25-.025.487T17.2 6H13v3h1.275q.575 0 1.038.3t.737.8l.875 1.75l-3 2L12 12.875l-1.925.975zM5.225 22q-1.125 0-1.712-.937t-.088-1.938l2.7-5.5l3.8 2.525L12 15.125l2.075 1.025l3.75-2.475L20.55 19.1q.5 1-.088 1.95T18.75 22z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsMountainFlagRounded(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.825l.825-1.7q.25-.525.738-.825T9.65 9H11V3q0-.425.288-.712T12 2h5.2q.275 0 .425.238t.025.487l-.55 1.05q-.05.125-.05.225t.05.225l.55 1.05q.125.25-.025.487T17.2 6H13v3h1.275q.575 0 1.038.3t.737.8l.875 1.75l-3 2L12 12.875l-1.925.975zM5.225 22q-1.125 0-1.712-.937t-.088-1.938l2.7-5.5l3.8 2.525L12 15.125l2.075 1.025l3.75-2.475L20.55 19.1q.5 1-.088 1.95T18.75 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.825l.825-1.7q.25-.525.738-.825T9.65 9H11V3q0-.425.288-.712T12 2h5.2q.275 0 .425.238t.025.487l-.55 1.05q-.05.125-.05.225t.05.225l.55 1.05q.125.25-.025.487T17.2 6H13v3h1.275q.575 0 1.038.3t.737.8l.875 1.75l-3 2L12 12.875l-1.925.975zM5.225 22q-1.125 0-1.712-.937t-.088-1.938l2.7-5.5l3.8 2.525L12 15.125l2.075 1.025l3.75-2.475L20.55 19.1q.5 1-.088 1.95T18.75 22z"/></svg> </template>
CSS
.icon-mountain-flag-rounded {
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.825l.825-1.7q.25-.525.738-.825T9.65%209H11V3q0-.425.288-.712T12%202h5.2q.275%200%20.425.238t.025.487l-.55%201.05q-.05.125-.05.225t.05.225l.55%201.05q.125.25-.025.487T17.2%206H13v3h1.275q.575%200%201.038.3t.737.8l.875%201.75l-3%202L12%2012.875l-1.925.975zM5.225%2022q-1.125%200-1.712-.937t-.088-1.938l2.7-5.5l3.8%202.525L12%2015.125l2.075%201.025l3.75-2.475L20.55%2019.1q.5%201-.088%201.95T18.75%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.825l.825-1.7q.25-.525.738-.825T9.65%209H11V3q0-.425.288-.712T12%202h5.2q.275%200%20.425.238t.025.487l-.55%201.05q-.05.125-.05.225t.05.225l.55%201.05q.125.25-.025.487T17.2%206H13v3h1.275q.575%200%201.038.3t.737.8l.875%201.75l-3%202L12%2012.875l-1.925.975zM5.225%2022q-1.125%200-1.712-.937t-.088-1.938l2.7-5.5l3.8%202.525L12%2015.125l2.075%201.025l3.75-2.475L20.55%2019.1q.5%201-.088%201.95T18.75%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-rounded.svg?color=%231a73e8&size=48