steam from Mage Icons by MageIcons · Outline · Apache-2.0 Free for personal and commercial use.

Name
steam
Set
Mage Icons
Style
Outline
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

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="M9.057 13.698a2.1 2.1 0 0 0-.74.14l.983.382q.322.133.625.305a1.54 1.54 0 0 1 .639 1.272a1.56 1.56 0 0 1-.465 1.098c-.294.29-.692.454-1.106.454a2.1 2.1 0 0 1-.817-.23l-1.111-.444a2.17 2.17 0 0 0 1.966 1.272c.566 0 1.108-.224 1.508-.622a2.12 2.12 0 0 0 0-3.005a2.14 2.14 0 0 0-1.508-.622zM11.994 2.25a9.78 9.78 0 0 0-6.646 2.59a9.7 9.7 0 0 0-3.098 6.403l5.274 2.239c.46-.284.993-.425 1.533-.407h.14l2.325-3.282a1 1 0 0 1 0-.216c0-.755.224-1.493.645-2.12a3.83 3.83 0 0 1 1.72-1.406a3.85 3.85 0 0 1 4.175.827a3.81 3.81 0 0 1 .83 4.16a3.8 3.8 0 0 1-1.41 1.712c-.63.42-1.371.643-2.129.643H15.2l-3.359 2.404v.102a2.77 2.77 0 0 1-.734 1.834a2.79 2.79 0 0 1-3.687.367a2.77 2.77 0 0 1-1.083-1.654L2.62 14.88a9.74 9.74 0 0 0 2.896 4.45a9.82 9.82 0 0 0 10.099 1.717a9.8 9.8 0 0 0 4.213-3.241a9.71 9.71 0 0 0 .886-10.166a9.76 9.76 0 0 0-3.59-3.915a9.8 9.8 0 0 0-5.117-1.463z"/><path fill="currentColor" d="M15.302 7.033a2.56 2.56 0 0 0-2.36 1.57a2.535 2.535 0 0 0 .554 2.773a2.56 2.56 0 0 0 3.93-.386a2.54 2.54 0 0 0-.318-3.212a2.56 2.56 0 0 0-1.806-.745m0 4.44a1.93 1.93 0 0 1-1.79-1.178a1.91 1.91 0 0 1 .409-2.097a1.931 1.931 0 0 1 3.297 1.353a1.92 1.92 0 0 1-1.916 1.921"/></svg>

React

import type { SVGProps } from "react";

export function MageSteam(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="M9.057 13.698a2.1 2.1 0 0 0-.74.14l.983.382q.322.133.625.305a1.54 1.54 0 0 1 .639 1.272a1.56 1.56 0 0 1-.465 1.098c-.294.29-.692.454-1.106.454a2.1 2.1 0 0 1-.817-.23l-1.111-.444a2.17 2.17 0 0 0 1.966 1.272c.566 0 1.108-.224 1.508-.622a2.12 2.12 0 0 0 0-3.005a2.14 2.14 0 0 0-1.508-.622zM11.994 2.25a9.78 9.78 0 0 0-6.646 2.59a9.7 9.7 0 0 0-3.098 6.403l5.274 2.239c.46-.284.993-.425 1.533-.407h.14l2.325-3.282a1 1 0 0 1 0-.216c0-.755.224-1.493.645-2.12a3.83 3.83 0 0 1 1.72-1.406a3.85 3.85 0 0 1 4.175.827a3.81 3.81 0 0 1 .83 4.16a3.8 3.8 0 0 1-1.41 1.712c-.63.42-1.371.643-2.129.643H15.2l-3.359 2.404v.102a2.77 2.77 0 0 1-.734 1.834a2.79 2.79 0 0 1-3.687.367a2.77 2.77 0 0 1-1.083-1.654L2.62 14.88a9.74 9.74 0 0 0 2.896 4.45a9.82 9.82 0 0 0 10.099 1.717a9.8 9.8 0 0 0 4.213-3.241a9.71 9.71 0 0 0 .886-10.166a9.76 9.76 0 0 0-3.59-3.915a9.8 9.8 0 0 0-5.117-1.463z"/><path fill="currentColor" d="M15.302 7.033a2.56 2.56 0 0 0-2.36 1.57a2.535 2.535 0 0 0 .554 2.773a2.56 2.56 0 0 0 3.93-.386a2.54 2.54 0 0 0-.318-3.212a2.56 2.56 0 0 0-1.806-.745m0 4.44a1.93 1.93 0 0 1-1.79-1.178a1.91 1.91 0 0 1 .409-2.097a1.931 1.931 0 0 1 3.297 1.353a1.92 1.92 0 0 1-1.916 1.921"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.057 13.698a2.1 2.1 0 0 0-.74.14l.983.382q.322.133.625.305a1.54 1.54 0 0 1 .639 1.272a1.56 1.56 0 0 1-.465 1.098c-.294.29-.692.454-1.106.454a2.1 2.1 0 0 1-.817-.23l-1.111-.444a2.17 2.17 0 0 0 1.966 1.272c.566 0 1.108-.224 1.508-.622a2.12 2.12 0 0 0 0-3.005a2.14 2.14 0 0 0-1.508-.622zM11.994 2.25a9.78 9.78 0 0 0-6.646 2.59a9.7 9.7 0 0 0-3.098 6.403l5.274 2.239c.46-.284.993-.425 1.533-.407h.14l2.325-3.282a1 1 0 0 1 0-.216c0-.755.224-1.493.645-2.12a3.83 3.83 0 0 1 1.72-1.406a3.85 3.85 0 0 1 4.175.827a3.81 3.81 0 0 1 .83 4.16a3.8 3.8 0 0 1-1.41 1.712c-.63.42-1.371.643-2.129.643H15.2l-3.359 2.404v.102a2.77 2.77 0 0 1-.734 1.834a2.79 2.79 0 0 1-3.687.367a2.77 2.77 0 0 1-1.083-1.654L2.62 14.88a9.74 9.74 0 0 0 2.896 4.45a9.82 9.82 0 0 0 10.099 1.717a9.8 9.8 0 0 0 4.213-3.241a9.71 9.71 0 0 0 .886-10.166a9.76 9.76 0 0 0-3.59-3.915a9.8 9.8 0 0 0-5.117-1.463z"/><path fill="currentColor" d="M15.302 7.033a2.56 2.56 0 0 0-2.36 1.57a2.535 2.535 0 0 0 .554 2.773a2.56 2.56 0 0 0 3.93-.386a2.54 2.54 0 0 0-.318-3.212a2.56 2.56 0 0 0-1.806-.745m0 4.44a1.93 1.93 0 0 1-1.79-1.178a1.91 1.91 0 0 1 .409-2.097a1.931 1.931 0 0 1 3.297 1.353a1.92 1.92 0 0 1-1.916 1.921"/></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%22M9.057%2013.698a2.1%202.1%200%200%200-.74.14l.983.382q.322.133.625.305a1.54%201.54%200%200%201%20.639%201.272a1.56%201.56%200%200%201-.465%201.098c-.294.29-.692.454-1.106.454a2.1%202.1%200%200%201-.817-.23l-1.111-.444a2.17%202.17%200%200%200%201.966%201.272c.566%200%201.108-.224%201.508-.622a2.12%202.12%200%200%200%200-3.005a2.14%202.14%200%200%200-1.508-.622zM11.994%202.25a9.78%209.78%200%200%200-6.646%202.59a9.7%209.7%200%200%200-3.098%206.403l5.274%202.239c.46-.284.993-.425%201.533-.407h.14l2.325-3.282a1%201%200%200%201%200-.216c0-.755.224-1.493.645-2.12a3.83%203.83%200%200%201%201.72-1.406a3.85%203.85%200%200%201%204.175.827a3.81%203.81%200%200%201%20.83%204.16a3.8%203.8%200%200%201-1.41%201.712c-.63.42-1.371.643-2.129.643H15.2l-3.359%202.404v.102a2.77%202.77%200%200%201-.734%201.834a2.79%202.79%200%200%201-3.687.367a2.77%202.77%200%200%201-1.083-1.654L2.62%2014.88a9.74%209.74%200%200%200%202.896%204.45a9.82%209.82%200%200%200%2010.099%201.717a9.8%209.8%200%200%200%204.213-3.241a9.71%209.71%200%200%200%20.886-10.166a9.76%209.76%200%200%200-3.59-3.915a9.8%209.8%200%200%200-5.117-1.463z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.302%207.033a2.56%202.56%200%200%200-2.36%201.57a2.535%202.535%200%200%200%20.554%202.773a2.56%202.56%200%200%200%203.93-.386a2.54%202.54%200%200%200-.318-3.212a2.56%202.56%200%200%200-1.806-.745m0%204.44a1.93%201.93%200%200%201-1.79-1.178a1.91%201.91%200%200%201%20.409-2.097a1.931%201.931%200%200%201%203.297%201.353a1.92%201.92%200%200%201-1.916%201.921%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%22M9.057%2013.698a2.1%202.1%200%200%200-.74.14l.983.382q.322.133.625.305a1.54%201.54%200%200%201%20.639%201.272a1.56%201.56%200%200%201-.465%201.098c-.294.29-.692.454-1.106.454a2.1%202.1%200%200%201-.817-.23l-1.111-.444a2.17%202.17%200%200%200%201.966%201.272c.566%200%201.108-.224%201.508-.622a2.12%202.12%200%200%200%200-3.005a2.14%202.14%200%200%200-1.508-.622zM11.994%202.25a9.78%209.78%200%200%200-6.646%202.59a9.7%209.7%200%200%200-3.098%206.403l5.274%202.239c.46-.284.993-.425%201.533-.407h.14l2.325-3.282a1%201%200%200%201%200-.216c0-.755.224-1.493.645-2.12a3.83%203.83%200%200%201%201.72-1.406a3.85%203.85%200%200%201%204.175.827a3.81%203.81%200%200%201%20.83%204.16a3.8%203.8%200%200%201-1.41%201.712c-.63.42-1.371.643-2.129.643H15.2l-3.359%202.404v.102a2.77%202.77%200%200%201-.734%201.834a2.79%202.79%200%200%201-3.687.367a2.77%202.77%200%200%201-1.083-1.654L2.62%2014.88a9.74%209.74%200%200%200%202.896%204.45a9.82%209.82%200%200%200%2010.099%201.717a9.8%209.8%200%200%200%204.213-3.241a9.71%209.71%200%200%200%20.886-10.166a9.76%209.76%200%200%200-3.59-3.915a9.8%209.8%200%200%200-5.117-1.463z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.302%207.033a2.56%202.56%200%200%200-2.36%201.57a2.535%202.535%200%200%200%20.554%202.773a2.56%202.56%200%200%200%203.93-.386a2.54%202.54%200%200%200-.318-3.212a2.56%202.56%200%200%200-1.806-.745m0%204.44a1.93%201.93%200%200%201-1.79-1.178a1.91%201.91%200%200%201%20.409-2.097a1.931%201.931%200%200%201%203.297%201.353a1.92%201.92%200%200%201-1.916%201.921%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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