mountain-steam from Material Symbols Light by Google · Regular · Travel · Apache-2.0 Free for personal and commercial use.

Name
mountain-steam
Set
Material Symbols Light
Style
Regular
Category
Travel
Viewbox
24×24
License
Apache 2.0
Aliases
mountain-steam-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More travel icons from Material Symbols Light

Use the mountain steam icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 20.962v-1.039q.758-.096 1.194-.51T5.748 19t1.64.5t1.493.5t1.485-.5T12 19t1.656.5t1.496.5q.97 0 1.473-.5t1.621-.5t1.56.414t1.188.509v1.039q-.886-.122-1.368-.542T18.252 20t-1.396.5t-1.698.5t-1.73-.5T12 20t-1.406.5t-1.707.5t-1.727-.5t-1.406-.5t-1.371.423T3 20.962m0-4v-1.039q.623-.077 1.023-.408t1.127-.455l1.561-3.56h2.827L12.346 4h3.288l3.243 11.056q.71.142 1.103.466t1.014.401v1.039q-.886-.121-1.368-.542T18.252 16t-1.396.5t-1.698.5t-1.73-.5T12 16t-1.406.5t-1.707.5t-1.727-.5t-1.406-.5t-1.371.423T3 16.962m.067-7.346q-.096-.956.139-1.739q.234-.783.93-1.808q.618-.921.822-1.568T5.077 3h1.008q.079.95-.165 1.739t-.922 1.796q-.629.932-.832 1.597q-.205.664-.091 1.484zm3.539 0q-.097-.956.141-1.739t.934-1.808q.617-.921.818-1.568T8.615 3h1.008q.079.956-.161 1.744q-.24.789-.92 1.797q-.629.932-.835 1.593q-.207.662-.094 1.481zM11.914 8h3.84l-.888-3h-1.837z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightMountainSteam(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="M3 20.962v-1.039q.758-.096 1.194-.51T5.748 19t1.64.5t1.493.5t1.485-.5T12 19t1.656.5t1.496.5q.97 0 1.473-.5t1.621-.5t1.56.414t1.188.509v1.039q-.886-.122-1.368-.542T18.252 20t-1.396.5t-1.698.5t-1.73-.5T12 20t-1.406.5t-1.707.5t-1.727-.5t-1.406-.5t-1.371.423T3 20.962m0-4v-1.039q.623-.077 1.023-.408t1.127-.455l1.561-3.56h2.827L12.346 4h3.288l3.243 11.056q.71.142 1.103.466t1.014.401v1.039q-.886-.121-1.368-.542T18.252 16t-1.396.5t-1.698.5t-1.73-.5T12 16t-1.406.5t-1.707.5t-1.727-.5t-1.406-.5t-1.371.423T3 16.962m.067-7.346q-.096-.956.139-1.739q.234-.783.93-1.808q.618-.921.822-1.568T5.077 3h1.008q.079.95-.165 1.739t-.922 1.796q-.629.932-.832 1.597q-.205.664-.091 1.484zm3.539 0q-.097-.956.141-1.739t.934-1.808q.617-.921.818-1.568T8.615 3h1.008q.079.956-.161 1.744q-.24.789-.92 1.797q-.629.932-.835 1.593q-.207.662-.094 1.481zM11.914 8h3.84l-.888-3h-1.837z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 20.962v-1.039q.758-.096 1.194-.51T5.748 19t1.64.5t1.493.5t1.485-.5T12 19t1.656.5t1.496.5q.97 0 1.473-.5t1.621-.5t1.56.414t1.188.509v1.039q-.886-.122-1.368-.542T18.252 20t-1.396.5t-1.698.5t-1.73-.5T12 20t-1.406.5t-1.707.5t-1.727-.5t-1.406-.5t-1.371.423T3 20.962m0-4v-1.039q.623-.077 1.023-.408t1.127-.455l1.561-3.56h2.827L12.346 4h3.288l3.243 11.056q.71.142 1.103.466t1.014.401v1.039q-.886-.121-1.368-.542T18.252 16t-1.396.5t-1.698.5t-1.73-.5T12 16t-1.406.5t-1.707.5t-1.727-.5t-1.406-.5t-1.371.423T3 16.962m.067-7.346q-.096-.956.139-1.739q.234-.783.93-1.808q.618-.921.822-1.568T5.077 3h1.008q.079.95-.165 1.739t-.922 1.796q-.629.932-.832 1.597q-.205.664-.091 1.484zm3.539 0q-.097-.956.141-1.739t.934-1.808q.617-.921.818-1.568T8.615 3h1.008q.079.956-.161 1.744q-.24.789-.92 1.797q-.629.932-.835 1.593q-.207.662-.094 1.481zM11.914 8h3.84l-.888-3h-1.837z"/></svg>
</template>

CSS

.icon-mountain-steam {
  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%22M3%2020.962v-1.039q.758-.096%201.194-.51T5.748%2019t1.64.5t1.493.5t1.485-.5T12%2019t1.656.5t1.496.5q.97%200%201.473-.5t1.621-.5t1.56.414t1.188.509v1.039q-.886-.122-1.368-.542T18.252%2020t-1.396.5t-1.698.5t-1.73-.5T12%2020t-1.406.5t-1.707.5t-1.727-.5t-1.406-.5t-1.371.423T3%2020.962m0-4v-1.039q.623-.077%201.023-.408t1.127-.455l1.561-3.56h2.827L12.346%204h3.288l3.243%2011.056q.71.142%201.103.466t1.014.401v1.039q-.886-.121-1.368-.542T18.252%2016t-1.396.5t-1.698.5t-1.73-.5T12%2016t-1.406.5t-1.707.5t-1.727-.5t-1.406-.5t-1.371.423T3%2016.962m.067-7.346q-.096-.956.139-1.739q.234-.783.93-1.808q.618-.921.822-1.568T5.077%203h1.008q.079.95-.165%201.739t-.922%201.796q-.629.932-.832%201.597q-.205.664-.091%201.484zm3.539%200q-.097-.956.141-1.739t.934-1.808q.617-.921.818-1.568T8.615%203h1.008q.079.956-.161%201.744q-.24.789-.92%201.797q-.629.932-.835%201.593q-.207.662-.094%201.481zM11.914%208h3.84l-.888-3h-1.837z%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%22M3%2020.962v-1.039q.758-.096%201.194-.51T5.748%2019t1.64.5t1.493.5t1.485-.5T12%2019t1.656.5t1.496.5q.97%200%201.473-.5t1.621-.5t1.56.414t1.188.509v1.039q-.886-.122-1.368-.542T18.252%2020t-1.396.5t-1.698.5t-1.73-.5T12%2020t-1.406.5t-1.707.5t-1.727-.5t-1.406-.5t-1.371.423T3%2020.962m0-4v-1.039q.623-.077%201.023-.408t1.127-.455l1.561-3.56h2.827L12.346%204h3.288l3.243%2011.056q.71.142%201.103.466t1.014.401v1.039q-.886-.121-1.368-.542T18.252%2016t-1.396.5t-1.698.5t-1.73-.5T12%2016t-1.406.5t-1.707.5t-1.727-.5t-1.406-.5t-1.371.423T3%2016.962m.067-7.346q-.096-.956.139-1.739q.234-.783.93-1.808q.618-.921.822-1.568T5.077%203h1.008q.079.95-.165%201.739t-.922%201.796q-.629.932-.832%201.597q-.205.664-.091%201.484zm3.539%200q-.097-.956.141-1.739t.934-1.808q.617-.921.818-1.568T8.615%203h1.008q.079.956-.161%201.744q-.24.789-.92%201.797q-.629.932-.835%201.593q-.207.662-.094%201.481zM11.914%208h3.84l-.888-3h-1.837z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/mountain-steam.svg?color=%231a73e8&size=48