steam symbol logo
steam-symbol from Font Awesome Brands by Dave Gandy · Brand · Games · CC-BY-4.0 Attribution required.
- Name
- steam-symbol
- 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 symbol logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M369.5 241.5c0-33.7 27.3-61 61-61s61 27.3 61 61s-27.3 61-61 61s-61-27.3-61-61m174.5.2c0 63-51 113.8-113.7 113.8L321 435.3c-4 43-40.5 76.8-84.5 76.8c-40.5 0-74.7-28.8-83-67L96 422V314.7l97.2 39.3c15.1-9.2 32.2-13.3 52-11.5l71-101.7c.5-62.3 51.5-112.8 114-112.8C493 128 544 179 544 241.7M299 427c0-34.7-27.8-62.5-62.5-62.5q-6.75 0-13.5 1.5l26 10.5c25.5 10.2 38 39 27.7 64.5c-10.2 25.5-39.2 38-64.7 27.5c-10.2-4-20.5-8.3-30.7-12.2c10.5 19.7 31.2 33.2 55.2 33.2c34.7 0 62.5-27.8 62.5-62.5m207.5-185.3c0-42.2-34.2-76.4-76.4-76.4s-76.4 34.2-76.4 76.4s34.2 76.4 76.4 76.4s76.4-34.2 76.4-76.4"/></svg>
React
import type { SVGProps } from "react";
export function Fa7BrandsSteamSymbol(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="M369.5 241.5c0-33.7 27.3-61 61-61s61 27.3 61 61s-27.3 61-61 61s-61-27.3-61-61m174.5.2c0 63-51 113.8-113.7 113.8L321 435.3c-4 43-40.5 76.8-84.5 76.8c-40.5 0-74.7-28.8-83-67L96 422V314.7l97.2 39.3c15.1-9.2 32.2-13.3 52-11.5l71-101.7c.5-62.3 51.5-112.8 114-112.8C493 128 544 179 544 241.7M299 427c0-34.7-27.8-62.5-62.5-62.5q-6.75 0-13.5 1.5l26 10.5c25.5 10.2 38 39 27.7 64.5c-10.2 25.5-39.2 38-64.7 27.5c-10.2-4-20.5-8.3-30.7-12.2c10.5 19.7 31.2 33.2 55.2 33.2c34.7 0 62.5-27.8 62.5-62.5m207.5-185.3c0-42.2-34.2-76.4-76.4-76.4s-76.4 34.2-76.4 76.4s34.2 76.4 76.4 76.4s76.4-34.2 76.4-76.4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M369.5 241.5c0-33.7 27.3-61 61-61s61 27.3 61 61s-27.3 61-61 61s-61-27.3-61-61m174.5.2c0 63-51 113.8-113.7 113.8L321 435.3c-4 43-40.5 76.8-84.5 76.8c-40.5 0-74.7-28.8-83-67L96 422V314.7l97.2 39.3c15.1-9.2 32.2-13.3 52-11.5l71-101.7c.5-62.3 51.5-112.8 114-112.8C493 128 544 179 544 241.7M299 427c0-34.7-27.8-62.5-62.5-62.5q-6.75 0-13.5 1.5l26 10.5c25.5 10.2 38 39 27.7 64.5c-10.2 25.5-39.2 38-64.7 27.5c-10.2-4-20.5-8.3-30.7-12.2c10.5 19.7 31.2 33.2 55.2 33.2c34.7 0 62.5-27.8 62.5-62.5m207.5-185.3c0-42.2-34.2-76.4-76.4-76.4s-76.4 34.2-76.4 76.4s34.2 76.4 76.4 76.4s76.4-34.2 76.4-76.4"/></svg> </template>
CSS
.icon-steam-symbol {
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%22M369.5%20241.5c0-33.7%2027.3-61%2061-61s61%2027.3%2061%2061s-27.3%2061-61%2061s-61-27.3-61-61m174.5.2c0%2063-51%20113.8-113.7%20113.8L321%20435.3c-4%2043-40.5%2076.8-84.5%2076.8c-40.5%200-74.7-28.8-83-67L96%20422V314.7l97.2%2039.3c15.1-9.2%2032.2-13.3%2052-11.5l71-101.7c.5-62.3%2051.5-112.8%20114-112.8C493%20128%20544%20179%20544%20241.7M299%20427c0-34.7-27.8-62.5-62.5-62.5q-6.75%200-13.5%201.5l26%2010.5c25.5%2010.2%2038%2039%2027.7%2064.5c-10.2%2025.5-39.2%2038-64.7%2027.5c-10.2-4-20.5-8.3-30.7-12.2c10.5%2019.7%2031.2%2033.2%2055.2%2033.2c34.7%200%2062.5-27.8%2062.5-62.5m207.5-185.3c0-42.2-34.2-76.4-76.4-76.4s-76.4%2034.2-76.4%2076.4s34.2%2076.4%2076.4%2076.4s76.4-34.2%2076.4-76.4%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%22M369.5%20241.5c0-33.7%2027.3-61%2061-61s61%2027.3%2061%2061s-27.3%2061-61%2061s-61-27.3-61-61m174.5.2c0%2063-51%20113.8-113.7%20113.8L321%20435.3c-4%2043-40.5%2076.8-84.5%2076.8c-40.5%200-74.7-28.8-83-67L96%20422V314.7l97.2%2039.3c15.1-9.2%2032.2-13.3%2052-11.5l71-101.7c.5-62.3%2051.5-112.8%20114-112.8C493%20128%20544%20179%20544%20241.7M299%20427c0-34.7-27.8-62.5-62.5-62.5q-6.75%200-13.5%201.5l26%2010.5c25.5%2010.2%2038%2039%2027.7%2064.5c-10.2%2025.5-39.2%2038-64.7%2027.5c-10.2-4-20.5-8.3-30.7-12.2c10.5%2019.7%2031.2%2033.2%2055.2%2033.2c34.7%200%2062.5-27.8%2062.5-62.5m207.5-185.3c0-42.2-34.2-76.4-76.4-76.4s-76.4%2034.2-76.4%2076.4s34.2%2076.4%2076.4%2076.4s76.4-34.2%2076.4-76.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-brands/steam-symbol.svg?color=%231a73e8&size=48