steam from Font Awesome Brands by Dave Gandy · Brand · Games · CC-BY-4.0 Attribution required.

Name
steam
Set
Font Awesome Brands
Style
Brand
Category
Games
Viewbox
640×640
License
CC BY 4.0

The same logo in other sets

More games icons from Font Awesome Brands

Use the steam logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M568 320c0 137-111.2 248-248.4 248c-113.8 0-209.6-76.3-239-180.4l95.2 39.3c6.4 32.1 34.9 56.4 68.9 56.4c39.2 0 71.9-32.4 70.2-73.5l84.5-60.2c52.1 1.3 95.8-40.9 95.8-93.5c0-51.6-42-93.5-93.7-93.5s-93.7 42-93.7 93.5v1.2L248.6 343c-15.5-.9-30.7 3.4-43.5 12.1L72 300.1C82.2 172.4 189.1 72 319.6 72C456.8 72 568 183 568 320M227.7 448.3l-30.5-12.6c5.6 11.6 15.3 20.8 27.2 25.8c26.9 11.2 57.8-1.6 69-28.4c5.4-13 5.5-27.3.1-40.3S278 369.6 265 364.2c-12.9-5.4-26.7-5.2-38.9-.6l31.5 13c19.8 8.2 29.2 30.9 20.9 50.7c-8.3 19.9-31 29.2-50.8 21m173.8-254.5c34.4 0 62.3 27.9 62.3 62.3s-27.9 62.3-62.3 62.3s-62.3-27.9-62.3-62.3s27.9-62.3 62.3-62.3m.1 109c25.8 0 46.8-21 46.8-46.8s-21-46.8-46.8-46.8s-46.8 21-46.8 46.8s21 46.8 46.8 46.8"/></svg>

React

import type { SVGProps } from "react";

export function Fa7BrandsSteam(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M568 320c0 137-111.2 248-248.4 248c-113.8 0-209.6-76.3-239-180.4l95.2 39.3c6.4 32.1 34.9 56.4 68.9 56.4c39.2 0 71.9-32.4 70.2-73.5l84.5-60.2c52.1 1.3 95.8-40.9 95.8-93.5c0-51.6-42-93.5-93.7-93.5s-93.7 42-93.7 93.5v1.2L248.6 343c-15.5-.9-30.7 3.4-43.5 12.1L72 300.1C82.2 172.4 189.1 72 319.6 72C456.8 72 568 183 568 320M227.7 448.3l-30.5-12.6c5.6 11.6 15.3 20.8 27.2 25.8c26.9 11.2 57.8-1.6 69-28.4c5.4-13 5.5-27.3.1-40.3S278 369.6 265 364.2c-12.9-5.4-26.7-5.2-38.9-.6l31.5 13c19.8 8.2 29.2 30.9 20.9 50.7c-8.3 19.9-31 29.2-50.8 21m173.8-254.5c34.4 0 62.3 27.9 62.3 62.3s-27.9 62.3-62.3 62.3s-62.3-27.9-62.3-62.3s27.9-62.3 62.3-62.3m.1 109c25.8 0 46.8-21 46.8-46.8s-21-46.8-46.8-46.8s-46.8 21-46.8 46.8s21 46.8 46.8 46.8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M568 320c0 137-111.2 248-248.4 248c-113.8 0-209.6-76.3-239-180.4l95.2 39.3c6.4 32.1 34.9 56.4 68.9 56.4c39.2 0 71.9-32.4 70.2-73.5l84.5-60.2c52.1 1.3 95.8-40.9 95.8-93.5c0-51.6-42-93.5-93.7-93.5s-93.7 42-93.7 93.5v1.2L248.6 343c-15.5-.9-30.7 3.4-43.5 12.1L72 300.1C82.2 172.4 189.1 72 319.6 72C456.8 72 568 183 568 320M227.7 448.3l-30.5-12.6c5.6 11.6 15.3 20.8 27.2 25.8c26.9 11.2 57.8-1.6 69-28.4c5.4-13 5.5-27.3.1-40.3S278 369.6 265 364.2c-12.9-5.4-26.7-5.2-38.9-.6l31.5 13c19.8 8.2 29.2 30.9 20.9 50.7c-8.3 19.9-31 29.2-50.8 21m173.8-254.5c34.4 0 62.3 27.9 62.3 62.3s-27.9 62.3-62.3 62.3s-62.3-27.9-62.3-62.3s27.9-62.3 62.3-62.3m.1 109c25.8 0 46.8-21 46.8-46.8s-21-46.8-46.8-46.8s-46.8 21-46.8 46.8s21 46.8 46.8 46.8"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M568%20320c0%20137-111.2%20248-248.4%20248c-113.8%200-209.6-76.3-239-180.4l95.2%2039.3c6.4%2032.1%2034.9%2056.4%2068.9%2056.4c39.2%200%2071.9-32.4%2070.2-73.5l84.5-60.2c52.1%201.3%2095.8-40.9%2095.8-93.5c0-51.6-42-93.5-93.7-93.5s-93.7%2042-93.7%2093.5v1.2L248.6%20343c-15.5-.9-30.7%203.4-43.5%2012.1L72%20300.1C82.2%20172.4%20189.1%2072%20319.6%2072C456.8%2072%20568%20183%20568%20320M227.7%20448.3l-30.5-12.6c5.6%2011.6%2015.3%2020.8%2027.2%2025.8c26.9%2011.2%2057.8-1.6%2069-28.4c5.4-13%205.5-27.3.1-40.3S278%20369.6%20265%20364.2c-12.9-5.4-26.7-5.2-38.9-.6l31.5%2013c19.8%208.2%2029.2%2030.9%2020.9%2050.7c-8.3%2019.9-31%2029.2-50.8%2021m173.8-254.5c34.4%200%2062.3%2027.9%2062.3%2062.3s-27.9%2062.3-62.3%2062.3s-62.3-27.9-62.3-62.3s27.9-62.3%2062.3-62.3m.1%20109c25.8%200%2046.8-21%2046.8-46.8s-21-46.8-46.8-46.8s-46.8%2021-46.8%2046.8s21%2046.8%2046.8%2046.8%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M568%20320c0%20137-111.2%20248-248.4%20248c-113.8%200-209.6-76.3-239-180.4l95.2%2039.3c6.4%2032.1%2034.9%2056.4%2068.9%2056.4c39.2%200%2071.9-32.4%2070.2-73.5l84.5-60.2c52.1%201.3%2095.8-40.9%2095.8-93.5c0-51.6-42-93.5-93.7-93.5s-93.7%2042-93.7%2093.5v1.2L248.6%20343c-15.5-.9-30.7%203.4-43.5%2012.1L72%20300.1C82.2%20172.4%20189.1%2072%20319.6%2072C456.8%2072%20568%20183%20568%20320M227.7%20448.3l-30.5-12.6c5.6%2011.6%2015.3%2020.8%2027.2%2025.8c26.9%2011.2%2057.8-1.6%2069-28.4c5.4-13%205.5-27.3.1-40.3S278%20369.6%20265%20364.2c-12.9-5.4-26.7-5.2-38.9-.6l31.5%2013c19.8%208.2%2029.2%2030.9%2020.9%2050.7c-8.3%2019.9-31%2029.2-50.8%2021m173.8-254.5c34.4%200%2062.3%2027.9%2062.3%2062.3s-27.9%2062.3-62.3%2062.3s-62.3-27.9-62.3-62.3s27.9-62.3%2062.3-62.3m.1%20109c25.8%200%2046.8-21%2046.8-46.8s-21-46.8-46.8-46.8s-46.8%2021-46.8%2046.8s21%2046.8%2046.8%2046.8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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