mountain flag icon
mountain-flag-outline-rounded from Material Symbols by Google · Outline Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- mountain-flag-outline-rounded
- Set
- Material Symbols
- Style
- Outline 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="m8.7 12.925l1.375.925l1.475-.75q.2-.125.45-.125t.45.125l1.475.75l1.325-.875l-1-1.975h-4.6zM5.225 20H18.75l-2.6-5.225l-1.6 1.075q-.225.15-.487.163t-.513-.113L12 15.125l-1.55.775q-.25.125-.513.1t-.487-.175L7.8 14.75zM3.6 22q-.575 0-.862-.475T2.7 20.55l5.15-10.425q.25-.5.738-.813T9.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.25q.575 0 1.05.3t.75.8l5.225 10.45q.25.5-.037.975t-.863.475zm8.4-6.875"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsMountainFlagOutlineRounded(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.925l1.475-.75q.2-.125.45-.125t.45.125l1.475.75l1.325-.875l-1-1.975h-4.6zM5.225 20H18.75l-2.6-5.225l-1.6 1.075q-.225.15-.487.163t-.513-.113L12 15.125l-1.55.775q-.25.125-.513.1t-.487-.175L7.8 14.75zM3.6 22q-.575 0-.862-.475T2.7 20.55l5.15-10.425q.25-.5.738-.813T9.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.25q.575 0 1.05.3t.75.8l5.225 10.45q.25.5-.037.975t-.863.475zm8.4-6.875"/></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.925l1.475-.75q.2-.125.45-.125t.45.125l1.475.75l1.325-.875l-1-1.975h-4.6zM5.225 20H18.75l-2.6-5.225l-1.6 1.075q-.225.15-.487.163t-.513-.113L12 15.125l-1.55.775q-.25.125-.513.1t-.487-.175L7.8 14.75zM3.6 22q-.575 0-.862-.475T2.7 20.55l5.15-10.425q.25-.5.738-.813T9.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.25q.575 0 1.05.3t.75.8l5.225 10.45q.25.5-.037.975t-.863.475zm8.4-6.875"/></svg> </template>
CSS
.icon-mountain-flag-outline-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%22m8.7%2012.925l1.375.925l1.475-.75q.2-.125.45-.125t.45.125l1.475.75l1.325-.875l-1-1.975h-4.6zM5.225%2020H18.75l-2.6-5.225l-1.6%201.075q-.225.15-.487.163t-.513-.113L12%2015.125l-1.55.775q-.25.125-.513.1t-.487-.175L7.8%2014.75zM3.6%2022q-.575%200-.862-.475T2.7%2020.55l5.15-10.425q.25-.5.738-.813T9.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.25q.575%200%201.05.3t.75.8l5.225%2010.45q.25.5-.037.975t-.863.475zm8.4-6.875%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.925l1.475-.75q.2-.125.45-.125t.45.125l1.475.75l1.325-.875l-1-1.975h-4.6zM5.225%2020H18.75l-2.6-5.225l-1.6%201.075q-.225.15-.487.163t-.513-.113L12%2015.125l-1.55.775q-.25.125-.513.1t-.487-.175L7.8%2014.75zM3.6%2022q-.575%200-.862-.475T2.7%2020.55l5.15-10.425q.25-.5.738-.813T9.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.25q.575%200%201.05.3t.75.8l5.225%2010.45q.25.5-.037.975t-.863.475zm8.4-6.875%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-rounded.svg?color=%231a73e8&size=48