steam from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.

Name
steam
Set
Bootstrap Icons
Style
Outline
Viewbox
16×16
License
MIT

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 16 16"><g fill="currentColor"><path d="M.329 10.333A8.01 8.01 0 0 0 7.99 16C12.414 16 16 12.418 16 8s-3.586-8-8.009-8A8.006 8.006 0 0 0 0 7.468l.003.006l4.304 1.769A2.2 2.2 0 0 1 5.62 8.88l1.96-2.844l-.001-.04a3.046 3.046 0 0 1 3.042-3.043a3.046 3.046 0 0 1 3.042 3.043a3.047 3.047 0 0 1-3.111 3.044l-2.804 2a2.223 2.223 0 0 1-3.075 2.11a2.22 2.22 0 0 1-1.312-1.568L.33 10.333Z"/><path d="M4.868 12.683a1.715 1.715 0 0 0 1.318-3.165a1.7 1.7 0 0 0-1.263-.02l1.023.424a1.261 1.261 0 1 1-.97 2.33l-.99-.41a1.7 1.7 0 0 0 .882.84Zm3.726-6.687a2.03 2.03 0 0 0 2.027 2.029a2.03 2.03 0 0 0 2.027-2.029a2.03 2.03 0 0 0-2.027-2.027a2.03 2.03 0 0 0-2.027 2.027m2.03-1.527a1.524 1.524 0 1 1-.002 3.048a1.524 1.524 0 0 1 .002-3.048"/></g></svg>

React

import type { SVGProps } from "react";

export function BiSteam(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M.329 10.333A8.01 8.01 0 0 0 7.99 16C12.414 16 16 12.418 16 8s-3.586-8-8.009-8A8.006 8.006 0 0 0 0 7.468l.003.006l4.304 1.769A2.2 2.2 0 0 1 5.62 8.88l1.96-2.844l-.001-.04a3.046 3.046 0 0 1 3.042-3.043a3.046 3.046 0 0 1 3.042 3.043a3.047 3.047 0 0 1-3.111 3.044l-2.804 2a2.223 2.223 0 0 1-3.075 2.11a2.22 2.22 0 0 1-1.312-1.568L.33 10.333Z"/><path d="M4.868 12.683a1.715 1.715 0 0 0 1.318-3.165a1.7 1.7 0 0 0-1.263-.02l1.023.424a1.261 1.261 0 1 1-.97 2.33l-.99-.41a1.7 1.7 0 0 0 .882.84Zm3.726-6.687a2.03 2.03 0 0 0 2.027 2.029a2.03 2.03 0 0 0 2.027-2.029a2.03 2.03 0 0 0-2.027-2.027a2.03 2.03 0 0 0-2.027 2.027m2.03-1.527a1.524 1.524 0 1 1-.002 3.048a1.524 1.524 0 0 1 .002-3.048"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M.329 10.333A8.01 8.01 0 0 0 7.99 16C12.414 16 16 12.418 16 8s-3.586-8-8.009-8A8.006 8.006 0 0 0 0 7.468l.003.006l4.304 1.769A2.2 2.2 0 0 1 5.62 8.88l1.96-2.844l-.001-.04a3.046 3.046 0 0 1 3.042-3.043a3.046 3.046 0 0 1 3.042 3.043a3.047 3.047 0 0 1-3.111 3.044l-2.804 2a2.223 2.223 0 0 1-3.075 2.11a2.22 2.22 0 0 1-1.312-1.568L.33 10.333Z"/><path d="M4.868 12.683a1.715 1.715 0 0 0 1.318-3.165a1.7 1.7 0 0 0-1.263-.02l1.023.424a1.261 1.261 0 1 1-.97 2.33l-.99-.41a1.7 1.7 0 0 0 .882.84Zm3.726-6.687a2.03 2.03 0 0 0 2.027 2.029a2.03 2.03 0 0 0 2.027-2.029a2.03 2.03 0 0 0-2.027-2.027a2.03 2.03 0 0 0-2.027 2.027m2.03-1.527a1.524 1.524 0 1 1-.002 3.048a1.524 1.524 0 0 1 .002-3.048"/></g></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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M.329%2010.333A8.01%208.01%200%200%200%207.99%2016C12.414%2016%2016%2012.418%2016%208s-3.586-8-8.009-8A8.006%208.006%200%200%200%200%207.468l.003.006l4.304%201.769A2.2%202.2%200%200%201%205.62%208.88l1.96-2.844l-.001-.04a3.046%203.046%200%200%201%203.042-3.043a3.046%203.046%200%200%201%203.042%203.043a3.047%203.047%200%200%201-3.111%203.044l-2.804%202a2.223%202.223%200%200%201-3.075%202.11a2.22%202.22%200%200%201-1.312-1.568L.33%2010.333Z%22%2F%3E%3Cpath%20d%3D%22M4.868%2012.683a1.715%201.715%200%200%200%201.318-3.165a1.7%201.7%200%200%200-1.263-.02l1.023.424a1.261%201.261%200%201%201-.97%202.33l-.99-.41a1.7%201.7%200%200%200%20.882.84Zm3.726-6.687a2.03%202.03%200%200%200%202.027%202.029a2.03%202.03%200%200%200%202.027-2.029a2.03%202.03%200%200%200-2.027-2.027a2.03%202.03%200%200%200-2.027%202.027m2.03-1.527a1.524%201.524%200%201%201-.002%203.048a1.524%201.524%200%200%201%20.002-3.048%22%2F%3E%3C%2Fg%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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M.329%2010.333A8.01%208.01%200%200%200%207.99%2016C12.414%2016%2016%2012.418%2016%208s-3.586-8-8.009-8A8.006%208.006%200%200%200%200%207.468l.003.006l4.304%201.769A2.2%202.2%200%200%201%205.62%208.88l1.96-2.844l-.001-.04a3.046%203.046%200%200%201%203.042-3.043a3.046%203.046%200%200%201%203.042%203.043a3.047%203.047%200%200%201-3.111%203.044l-2.804%202a2.223%202.223%200%200%201-3.075%202.11a2.22%202.22%200%200%201-1.312-1.568L.33%2010.333Z%22%2F%3E%3Cpath%20d%3D%22M4.868%2012.683a1.715%201.715%200%200%200%201.318-3.165a1.7%201.7%200%200%200-1.263-.02l1.023.424a1.261%201.261%200%201%201-.97%202.33l-.99-.41a1.7%201.7%200%200%200%20.882.84Zm3.726-6.687a2.03%202.03%200%200%200%202.027%202.029a2.03%202.03%200%200%200%202.027-2.029a2.03%202.03%200%200%200-2.027-2.027a2.03%202.03%200%200%200-2.027%202.027m2.03-1.527a1.524%201.524%200%201%201-.002%203.048a1.524%201.524%200%200%201%20.002-3.048%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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