mountain steam icon
mountain-steam-outline-rounded from Material Symbols Light by Google · Outline Rounded · Travel · Apache-2.0 Free for personal and commercial use.
- Name
- mountain-steam-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Travel
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More travel icons from Material Symbols Light
airline-seat-flatairline-seat-flat-angledairline-seat-individual-suiteairline-seat-legroom-extraairline-seat-legroom-normalairline-seat-legroom-reducedairline-seat-recline-extraairline-seat-recline-normalairplane-ticketapartmentattractionsbakery-diningbath-bedrockbeach-accessbeer-mealbentobreakfast-diningbrunch-diningbungalowcabincar-rentalcar-repaircarpentercarry-on-bag
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.962q-.213 0-.366-.153t-.153-.367t.153-.366t.366-.153q.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.509q.214 0 .367.153t.153.366t-.153.367q-.153.152-.367.152q-.886-.12-1.368-.54T18.252 20q-.892 0-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-4q-.214 0-.366-.153q-.153-.153-.153-.367t.153-.366t.366-.153q.623-.077 1.023-.409t1.127-.454l1.344-3.076q.106-.217.298-.35q.192-.134.435-.134h2.311l2.616-6.984q.086-.243.288-.38q.202-.136.47-.136h2.107q.273 0 .485.162q.212.161.292.429l3.081 10.465q.71.142 1.103.466t1.014.401q.214 0 .367.153t.153.366t-.153.367t-.367.153q-.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.962M11.529 9l-1.096 2.966q-.087.242-.286.388t-.466.146H7.358l-1.104 2.548q.788.143 1.293.547q.505.405 1.334.405q.969 0 1.485-.5T12 15t1.636.5t1.478.5q.861 0 1.366-.437t1.347-.523L16.059 9zM3.2 9.506q-.156-.11-.161-.379q-.012-.787.247-1.474q.258-.687.85-1.584q.52-.773.735-1.344q.216-.571.235-1.242q0-.264.165-.376q.166-.113.343-.113t.332.115t.156.38q0 .786-.259 1.477q-.258.69-.845 1.568q-.52.78-.737 1.36t-.232 1.239q.006.252-.157.367t-.34.116t-.332-.11m3.539 0q-.156-.11-.162-.379q-.012-.787.25-1.474t.854-1.584q.519-.773.731-1.344t.232-1.242q0-.264.165-.376q.166-.113.343-.113t.333.113q.155.112.155.382q0 .792-.256 1.482q-.255.69-.842 1.57q-.519.773-.74 1.355q-.221.583-.235 1.237q0 .258-.16.37q-.159.113-.336.113t-.333-.11M11.915 8h3.84l-.888-3H13.03zm1.88 4.5"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightMountainSteamOutlineRounded(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.962q-.213 0-.366-.153t-.153-.367t.153-.366t.366-.153q.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.509q.214 0 .367.153t.153.366t-.153.367q-.153.152-.367.152q-.886-.12-1.368-.54T18.252 20q-.892 0-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-4q-.214 0-.366-.153q-.153-.153-.153-.367t.153-.366t.366-.153q.623-.077 1.023-.409t1.127-.454l1.344-3.076q.106-.217.298-.35q.192-.134.435-.134h2.311l2.616-6.984q.086-.243.288-.38q.202-.136.47-.136h2.107q.273 0 .485.162q.212.161.292.429l3.081 10.465q.71.142 1.103.466t1.014.401q.214 0 .367.153t.153.366t-.153.367t-.367.153q-.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.962M11.529 9l-1.096 2.966q-.087.242-.286.388t-.466.146H7.358l-1.104 2.548q.788.143 1.293.547q.505.405 1.334.405q.969 0 1.485-.5T12 15t1.636.5t1.478.5q.861 0 1.366-.437t1.347-.523L16.059 9zM3.2 9.506q-.156-.11-.161-.379q-.012-.787.247-1.474q.258-.687.85-1.584q.52-.773.735-1.344q.216-.571.235-1.242q0-.264.165-.376q.166-.113.343-.113t.332.115t.156.38q0 .786-.259 1.477q-.258.69-.845 1.568q-.52.78-.737 1.36t-.232 1.239q.006.252-.157.367t-.34.116t-.332-.11m3.539 0q-.156-.11-.162-.379q-.012-.787.25-1.474t.854-1.584q.519-.773.731-1.344t.232-1.242q0-.264.165-.376q.166-.113.343-.113t.333.113q.155.112.155.382q0 .792-.256 1.482q-.255.69-.842 1.57q-.519.773-.74 1.355q-.221.583-.235 1.237q0 .258-.16.37q-.159.113-.336.113t-.333-.11M11.915 8h3.84l-.888-3H13.03zm1.88 4.5"/></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.962q-.213 0-.366-.153t-.153-.367t.153-.366t.366-.153q.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.509q.214 0 .367.153t.153.366t-.153.367q-.153.152-.367.152q-.886-.12-1.368-.54T18.252 20q-.892 0-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-4q-.214 0-.366-.153q-.153-.153-.153-.367t.153-.366t.366-.153q.623-.077 1.023-.409t1.127-.454l1.344-3.076q.106-.217.298-.35q.192-.134.435-.134h2.311l2.616-6.984q.086-.243.288-.38q.202-.136.47-.136h2.107q.273 0 .485.162q.212.161.292.429l3.081 10.465q.71.142 1.103.466t1.014.401q.214 0 .367.153t.153.366t-.153.367t-.367.153q-.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.962M11.529 9l-1.096 2.966q-.087.242-.286.388t-.466.146H7.358l-1.104 2.548q.788.143 1.293.547q.505.405 1.334.405q.969 0 1.485-.5T12 15t1.636.5t1.478.5q.861 0 1.366-.437t1.347-.523L16.059 9zM3.2 9.506q-.156-.11-.161-.379q-.012-.787.247-1.474q.258-.687.85-1.584q.52-.773.735-1.344q.216-.571.235-1.242q0-.264.165-.376q.166-.113.343-.113t.332.115t.156.38q0 .786-.259 1.477q-.258.69-.845 1.568q-.52.78-.737 1.36t-.232 1.239q.006.252-.157.367t-.34.116t-.332-.11m3.539 0q-.156-.11-.162-.379q-.012-.787.25-1.474t.854-1.584q.519-.773.731-1.344t.232-1.242q0-.264.165-.376q.166-.113.343-.113t.333.113q.155.112.155.382q0 .792-.256 1.482q-.255.69-.842 1.57q-.519.773-.74 1.355q-.221.583-.235 1.237q0 .258-.16.37q-.159.113-.336.113t-.333-.11M11.915 8h3.84l-.888-3H13.03zm1.88 4.5"/></svg> </template>
CSS
.icon-mountain-steam-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%22M3%2020.962q-.213%200-.366-.153t-.153-.367t.153-.366t.366-.153q.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.509q.214%200%20.367.153t.153.366t-.153.367q-.153.152-.367.152q-.886-.12-1.368-.54T18.252%2020q-.892%200-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-4q-.214%200-.366-.153q-.153-.153-.153-.367t.153-.366t.366-.153q.623-.077%201.023-.409t1.127-.454l1.344-3.076q.106-.217.298-.35q.192-.134.435-.134h2.311l2.616-6.984q.086-.243.288-.38q.202-.136.47-.136h2.107q.273%200%20.485.162q.212.161.292.429l3.081%2010.465q.71.142%201.103.466t1.014.401q.214%200%20.367.153t.153.366t-.153.367t-.367.153q-.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.962M11.529%209l-1.096%202.966q-.087.242-.286.388t-.466.146H7.358l-1.104%202.548q.788.143%201.293.547q.505.405%201.334.405q.969%200%201.485-.5T12%2015t1.636.5t1.478.5q.861%200%201.366-.437t1.347-.523L16.059%209zM3.2%209.506q-.156-.11-.161-.379q-.012-.787.247-1.474q.258-.687.85-1.584q.52-.773.735-1.344q.216-.571.235-1.242q0-.264.165-.376q.166-.113.343-.113t.332.115t.156.38q0%20.786-.259%201.477q-.258.69-.845%201.568q-.52.78-.737%201.36t-.232%201.239q.006.252-.157.367t-.34.116t-.332-.11m3.539%200q-.156-.11-.162-.379q-.012-.787.25-1.474t.854-1.584q.519-.773.731-1.344t.232-1.242q0-.264.165-.376q.166-.113.343-.113t.333.113q.155.112.155.382q0%20.792-.256%201.482q-.255.69-.842%201.57q-.519.773-.74%201.355q-.221.583-.235%201.237q0%20.258-.16.37q-.159.113-.336.113t-.333-.11M11.915%208h3.84l-.888-3H13.03zm1.88%204.5%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.962q-.213%200-.366-.153t-.153-.367t.153-.366t.366-.153q.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.509q.214%200%20.367.153t.153.366t-.153.367q-.153.152-.367.152q-.886-.12-1.368-.54T18.252%2020q-.892%200-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-4q-.214%200-.366-.153q-.153-.153-.153-.367t.153-.366t.366-.153q.623-.077%201.023-.409t1.127-.454l1.344-3.076q.106-.217.298-.35q.192-.134.435-.134h2.311l2.616-6.984q.086-.243.288-.38q.202-.136.47-.136h2.107q.273%200%20.485.162q.212.161.292.429l3.081%2010.465q.71.142%201.103.466t1.014.401q.214%200%20.367.153t.153.366t-.153.367t-.367.153q-.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.962M11.529%209l-1.096%202.966q-.087.242-.286.388t-.466.146H7.358l-1.104%202.548q.788.143%201.293.547q.505.405%201.334.405q.969%200%201.485-.5T12%2015t1.636.5t1.478.5q.861%200%201.366-.437t1.347-.523L16.059%209zM3.2%209.506q-.156-.11-.161-.379q-.012-.787.247-1.474q.258-.687.85-1.584q.52-.773.735-1.344q.216-.571.235-1.242q0-.264.165-.376q.166-.113.343-.113t.332.115t.156.38q0%20.786-.259%201.477q-.258.69-.845%201.568q-.52.78-.737%201.36t-.232%201.239q.006.252-.157.367t-.34.116t-.332-.11m3.539%200q-.156-.11-.162-.379q-.012-.787.25-1.474t.854-1.584q.519-.773.731-1.344t.232-1.242q0-.264.165-.376q.166-.113.343-.113t.333.113q.155.112.155.382q0%20.792-.256%201.482q-.255.69-.842%201.57q-.519.773-.74%201.355q-.221.583-.235%201.237q0%20.258-.16.37q-.159.113-.336.113t-.333-.11M11.915%208h3.84l-.888-3H13.03zm1.88%204.5%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-outline-rounded.svg?color=%231a73e8&size=48