mountain snow icon
mountain-snow-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.
- Name
- mountain-snow-solid
- Set
- Myna UI Icons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
1 other variant in Myna UI Icons
The same icon in other sets
Use the mountain snow icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.38 4.49c.957-1.728 3.475-1.644 4.294.215l2.653 6.025a2.392 2.392 0 0 1 3.588.94l2.596 5.542l.065.151c.616 1.571-.483 3.387-2.242 3.387H4.666c-1.81 0-2.922-1.924-2.182-3.526l5.808-12.56zm9.177 7.817c-.291-.621-1.06-.712-1.482-.236l-.079.103l-2.307 3.417c1.42.38 2.529.275 3.336.034a4.7 4.7 0 0 0 1.461-.724q.12-.09.208-.166zM11.3 5.31a.888.888 0 0 0-1.576-.145l-.072.128l-3.955 8.55a11 11 0 0 1 .747-.147c1.257-.198 2.969-.223 4.44.66l.521.3q.45.243.873.429a.8.8 0 0 1 .105-.24l1.886-2.796z"/></svg>
React
import type { SVGProps } from "react";
export function MynauiMountainSnowSolid(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.38 4.49c.957-1.728 3.475-1.644 4.294.215l2.653 6.025a2.392 2.392 0 0 1 3.588.94l2.596 5.542l.065.151c.616 1.571-.483 3.387-2.242 3.387H4.666c-1.81 0-2.922-1.924-2.182-3.526l5.808-12.56zm9.177 7.817c-.291-.621-1.06-.712-1.482-.236l-.079.103l-2.307 3.417c1.42.38 2.529.275 3.336.034a4.7 4.7 0 0 0 1.461-.724q.12-.09.208-.166zM11.3 5.31a.888.888 0 0 0-1.576-.145l-.072.128l-3.955 8.55a11 11 0 0 1 .747-.147c1.257-.198 2.969-.223 4.44.66l.521.3q.45.243.873.429a.8.8 0 0 1 .105-.24l1.886-2.796z"/></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.38 4.49c.957-1.728 3.475-1.644 4.294.215l2.653 6.025a2.392 2.392 0 0 1 3.588.94l2.596 5.542l.065.151c.616 1.571-.483 3.387-2.242 3.387H4.666c-1.81 0-2.922-1.924-2.182-3.526l5.808-12.56zm9.177 7.817c-.291-.621-1.06-.712-1.482-.236l-.079.103l-2.307 3.417c1.42.38 2.529.275 3.336.034a4.7 4.7 0 0 0 1.461-.724q.12-.09.208-.166zM11.3 5.31a.888.888 0 0 0-1.576-.145l-.072.128l-3.955 8.55a11 11 0 0 1 .747-.147c1.257-.198 2.969-.223 4.44.66l.521.3q.45.243.873.429a.8.8 0 0 1 .105-.24l1.886-2.796z"/></svg> </template>
CSS
.icon-mountain-snow-solid {
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.38%204.49c.957-1.728%203.475-1.644%204.294.215l2.653%206.025a2.392%202.392%200%200%201%203.588.94l2.596%205.542l.065.151c.616%201.571-.483%203.387-2.242%203.387H4.666c-1.81%200-2.922-1.924-2.182-3.526l5.808-12.56zm9.177%207.817c-.291-.621-1.06-.712-1.482-.236l-.079.103l-2.307%203.417c1.42.38%202.529.275%203.336.034a4.7%204.7%200%200%200%201.461-.724q.12-.09.208-.166zM11.3%205.31a.888.888%200%200%200-1.576-.145l-.072.128l-3.955%208.55a11%2011%200%200%201%20.747-.147c1.257-.198%202.969-.223%204.44.66l.521.3q.45.243.873.429a.8.8%200%200%201%20.105-.24l1.886-2.796z%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.38%204.49c.957-1.728%203.475-1.644%204.294.215l2.653%206.025a2.392%202.392%200%200%201%203.588.94l2.596%205.542l.065.151c.616%201.571-.483%203.387-2.242%203.387H4.666c-1.81%200-2.922-1.924-2.182-3.526l5.808-12.56zm9.177%207.817c-.291-.621-1.06-.712-1.482-.236l-.079.103l-2.307%203.417c1.42.38%202.529.275%203.336.034a4.7%204.7%200%200%200%201.461-.724q.12-.09.208-.166zM11.3%205.31a.888.888%200%200%200-1.576-.145l-.072.128l-3.955%208.55a11%2011%200%200%201%20.747-.147c1.257-.198%202.969-.223%204.44.66l.521.3q.45.243.873.429a.8.8%200%200%201%20.105-.24l1.886-2.796z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/mountain-snow-solid.svg?color=%231a73e8&size=48