steam from Material Design Icons by Pictogrammers · Filled · Brand / Logo · Apache-2.0 Free for personal and commercial use.

Name
steam
Set
Material Design Icons
Style
Filled
Category
Brand / Logo
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More brand / logo icons from Material Design Icons

Use the steam icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a10 10 0 0 1 10 10a10 10 0 0 1-10 10c-4.6 0-8.45-3.08-9.64-7.27l3.83 1.58a2.84 2.84 0 0 0 2.78 2.27c1.56 0 2.83-1.27 2.83-2.83v-.13l3.4-2.43h.08c2.08 0 3.77-1.69 3.77-3.77s-1.69-3.77-3.77-3.77s-3.78 1.69-3.78 3.77v.05l-2.37 3.46l-.16-.01c-.59 0-1.14.18-1.59.49L2 11.2C2.43 6.05 6.73 2 12 2M8.28 17.17c.8.33 1.72-.04 2.05-.84s-.05-1.71-.83-2.04l-1.28-.53c.49-.18 1.04-.19 1.56.03c.53.21.94.62 1.15 1.15c.22.52.22 1.1 0 1.62c-.43 1.08-1.7 1.6-2.78 1.15c-.5-.21-.88-.59-1.09-1.04zm9.52-7.75c0 1.39-1.13 2.52-2.52 2.52a2.52 2.52 0 0 1-2.51-2.52a2.5 2.5 0 0 1 2.51-2.51a2.52 2.52 0 0 1 2.52 2.51m-4.4 0c0 1.04.84 1.89 1.89 1.89c1.04 0 1.88-.85 1.88-1.89s-.84-1.89-1.88-1.89c-1.05 0-1.89.85-1.89 1.89"/></svg>

React

import type { SVGProps } from "react";

export function MdiSteam(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="M12 2a10 10 0 0 1 10 10a10 10 0 0 1-10 10c-4.6 0-8.45-3.08-9.64-7.27l3.83 1.58a2.84 2.84 0 0 0 2.78 2.27c1.56 0 2.83-1.27 2.83-2.83v-.13l3.4-2.43h.08c2.08 0 3.77-1.69 3.77-3.77s-1.69-3.77-3.77-3.77s-3.78 1.69-3.78 3.77v.05l-2.37 3.46l-.16-.01c-.59 0-1.14.18-1.59.49L2 11.2C2.43 6.05 6.73 2 12 2M8.28 17.17c.8.33 1.72-.04 2.05-.84s-.05-1.71-.83-2.04l-1.28-.53c.49-.18 1.04-.19 1.56.03c.53.21.94.62 1.15 1.15c.22.52.22 1.1 0 1.62c-.43 1.08-1.7 1.6-2.78 1.15c-.5-.21-.88-.59-1.09-1.04zm9.52-7.75c0 1.39-1.13 2.52-2.52 2.52a2.52 2.52 0 0 1-2.51-2.52a2.5 2.5 0 0 1 2.51-2.51a2.52 2.52 0 0 1 2.52 2.51m-4.4 0c0 1.04.84 1.89 1.89 1.89c1.04 0 1.88-.85 1.88-1.89s-.84-1.89-1.88-1.89c-1.05 0-1.89.85-1.89 1.89"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a10 10 0 0 1 10 10a10 10 0 0 1-10 10c-4.6 0-8.45-3.08-9.64-7.27l3.83 1.58a2.84 2.84 0 0 0 2.78 2.27c1.56 0 2.83-1.27 2.83-2.83v-.13l3.4-2.43h.08c2.08 0 3.77-1.69 3.77-3.77s-1.69-3.77-3.77-3.77s-3.78 1.69-3.78 3.77v.05l-2.37 3.46l-.16-.01c-.59 0-1.14.18-1.59.49L2 11.2C2.43 6.05 6.73 2 12 2M8.28 17.17c.8.33 1.72-.04 2.05-.84s-.05-1.71-.83-2.04l-1.28-.53c.49-.18 1.04-.19 1.56.03c.53.21.94.62 1.15 1.15c.22.52.22 1.1 0 1.62c-.43 1.08-1.7 1.6-2.78 1.15c-.5-.21-.88-.59-1.09-1.04zm9.52-7.75c0 1.39-1.13 2.52-2.52 2.52a2.52 2.52 0 0 1-2.51-2.52a2.5 2.5 0 0 1 2.51-2.51a2.52 2.52 0 0 1 2.52 2.51m-4.4 0c0 1.04.84 1.89 1.89 1.89c1.04 0 1.88-.85 1.88-1.89s-.84-1.89-1.88-1.89c-1.05 0-1.89.85-1.89 1.89"/></svg>
</template>

CSS

.icon-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%22M12%202a10%2010%200%200%201%2010%2010a10%2010%200%200%201-10%2010c-4.6%200-8.45-3.08-9.64-7.27l3.83%201.58a2.84%202.84%200%200%200%202.78%202.27c1.56%200%202.83-1.27%202.83-2.83v-.13l3.4-2.43h.08c2.08%200%203.77-1.69%203.77-3.77s-1.69-3.77-3.77-3.77s-3.78%201.69-3.78%203.77v.05l-2.37%203.46l-.16-.01c-.59%200-1.14.18-1.59.49L2%2011.2C2.43%206.05%206.73%202%2012%202M8.28%2017.17c.8.33%201.72-.04%202.05-.84s-.05-1.71-.83-2.04l-1.28-.53c.49-.18%201.04-.19%201.56.03c.53.21.94.62%201.15%201.15c.22.52.22%201.1%200%201.62c-.43%201.08-1.7%201.6-2.78%201.15c-.5-.21-.88-.59-1.09-1.04zm9.52-7.75c0%201.39-1.13%202.52-2.52%202.52a2.52%202.52%200%200%201-2.51-2.52a2.5%202.5%200%200%201%202.51-2.51a2.52%202.52%200%200%201%202.52%202.51m-4.4%200c0%201.04.84%201.89%201.89%201.89c1.04%200%201.88-.85%201.88-1.89s-.84-1.89-1.88-1.89c-1.05%200-1.89.85-1.89%201.89%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%22M12%202a10%2010%200%200%201%2010%2010a10%2010%200%200%201-10%2010c-4.6%200-8.45-3.08-9.64-7.27l3.83%201.58a2.84%202.84%200%200%200%202.78%202.27c1.56%200%202.83-1.27%202.83-2.83v-.13l3.4-2.43h.08c2.08%200%203.77-1.69%203.77-3.77s-1.69-3.77-3.77-3.77s-3.78%201.69-3.78%203.77v.05l-2.37%203.46l-.16-.01c-.59%200-1.14.18-1.59.49L2%2011.2C2.43%206.05%206.73%202%2012%202M8.28%2017.17c.8.33%201.72-.04%202.05-.84s-.05-1.71-.83-2.04l-1.28-.53c.49-.18%201.04-.19%201.56.03c.53.21.94.62%201.15%201.15c.22.52.22%201.1%200%201.62c-.43%201.08-1.7%201.6-2.78%201.15c-.5-.21-.88-.59-1.09-1.04zm9.52-7.75c0%201.39-1.13%202.52-2.52%202.52a2.52%202.52%200%200%201-2.51-2.52a2.5%202.5%200%200%201%202.51-2.51a2.52%202.52%200%200%201%202.52%202.51m-4.4%200c0%201.04.84%201.89%201.89%201.89c1.04%200%201.88-.85%201.88-1.89s-.84-1.89-1.88-1.89c-1.05%200-1.89.85-1.89%201.89%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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