square-steam from Font Awesome 6 Brands by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
square-steam
Set
Font Awesome 6 Brands
Style
Regular
Viewbox
448×512
License
CC BY 4.0
Aliases
steam-square

The same logo in other sets

Related icons in Font Awesome 6 Brands

Use the square steam logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M165.6 309.1c18.6 7.7 27.3 28.9 19.6 47.4s-29 27.2-47.6 19.4l-28.5-11.8c5 10.6 13.8 19.4 25.4 24.2c25.2 10.5 54.1-1.4 64.6-26.5c5.1-12.1 5.1-25.5.1-37.7c-5.1-12.1-14.5-21.6-26.7-26.7c-12.1-5-25-4.8-36.4-.5zM448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96v144.7l116.6 48.1c12-8.2 26.2-12.1 40.7-11.3l55.4-80.2v-1.1c0-48.2 39.3-87.5 87.6-87.5s87.6 39.3 87.6 87.5c0 49.2-40.9 88.7-89.6 87.5l-79 56.3c1.6 38.5-29.1 68.8-65.7 68.8c-31.8 0-58.5-22.7-64.5-52.7L0 319.2V416c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64zM241.9 196.2a58.4 58.4 0 1 0 116.8 0a58.4 58.4 0 1 0-116.8 0m14.6-.1a43.9 43.9 0 1 1 87.8 0a43.9 43.9 0 1 1-87.8 0"/></svg>

React

import type { SVGProps } from "react";

export function Fa6BrandsSquareSteam(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M165.6 309.1c18.6 7.7 27.3 28.9 19.6 47.4s-29 27.2-47.6 19.4l-28.5-11.8c5 10.6 13.8 19.4 25.4 24.2c25.2 10.5 54.1-1.4 64.6-26.5c5.1-12.1 5.1-25.5.1-37.7c-5.1-12.1-14.5-21.6-26.7-26.7c-12.1-5-25-4.8-36.4-.5zM448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96v144.7l116.6 48.1c12-8.2 26.2-12.1 40.7-11.3l55.4-80.2v-1.1c0-48.2 39.3-87.5 87.6-87.5s87.6 39.3 87.6 87.5c0 49.2-40.9 88.7-89.6 87.5l-79 56.3c1.6 38.5-29.1 68.8-65.7 68.8c-31.8 0-58.5-22.7-64.5-52.7L0 319.2V416c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64zM241.9 196.2a58.4 58.4 0 1 0 116.8 0a58.4 58.4 0 1 0-116.8 0m14.6-.1a43.9 43.9 0 1 1 87.8 0a43.9 43.9 0 1 1-87.8 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M165.6 309.1c18.6 7.7 27.3 28.9 19.6 47.4s-29 27.2-47.6 19.4l-28.5-11.8c5 10.6 13.8 19.4 25.4 24.2c25.2 10.5 54.1-1.4 64.6-26.5c5.1-12.1 5.1-25.5.1-37.7c-5.1-12.1-14.5-21.6-26.7-26.7c-12.1-5-25-4.8-36.4-.5zM448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96v144.7l116.6 48.1c12-8.2 26.2-12.1 40.7-11.3l55.4-80.2v-1.1c0-48.2 39.3-87.5 87.6-87.5s87.6 39.3 87.6 87.5c0 49.2-40.9 88.7-89.6 87.5l-79 56.3c1.6 38.5-29.1 68.8-65.7 68.8c-31.8 0-58.5-22.7-64.5-52.7L0 319.2V416c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64zM241.9 196.2a58.4 58.4 0 1 0 116.8 0a58.4 58.4 0 1 0-116.8 0m14.6-.1a43.9 43.9 0 1 1 87.8 0a43.9 43.9 0 1 1-87.8 0"/></svg>
</template>

CSS

.icon-square-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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M165.6%20309.1c18.6%207.7%2027.3%2028.9%2019.6%2047.4s-29%2027.2-47.6%2019.4l-28.5-11.8c5%2010.6%2013.8%2019.4%2025.4%2024.2c25.2%2010.5%2054.1-1.4%2064.6-26.5c5.1-12.1%205.1-25.5.1-37.7c-5.1-12.1-14.5-21.6-26.7-26.7c-12.1-5-25-4.8-36.4-.5zM448%2096c0-35.3-28.7-64-64-64H64C28.7%2032%200%2060.7%200%2096v144.7l116.6%2048.1c12-8.2%2026.2-12.1%2040.7-11.3l55.4-80.2v-1.1c0-48.2%2039.3-87.5%2087.6-87.5s87.6%2039.3%2087.6%2087.5c0%2049.2-40.9%2088.7-89.6%2087.5l-79%2056.3c1.6%2038.5-29.1%2068.8-65.7%2068.8c-31.8%200-58.5-22.7-64.5-52.7L0%20319.2V416c0%2035.3%2028.7%2064%2064%2064h320c35.3%200%2064-28.7%2064-64zM241.9%20196.2a58.4%2058.4%200%201%200%20116.8%200a58.4%2058.4%200%201%200-116.8%200m14.6-.1a43.9%2043.9%200%201%201%2087.8%200a43.9%2043.9%200%201%201-87.8%200%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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M165.6%20309.1c18.6%207.7%2027.3%2028.9%2019.6%2047.4s-29%2027.2-47.6%2019.4l-28.5-11.8c5%2010.6%2013.8%2019.4%2025.4%2024.2c25.2%2010.5%2054.1-1.4%2064.6-26.5c5.1-12.1%205.1-25.5.1-37.7c-5.1-12.1-14.5-21.6-26.7-26.7c-12.1-5-25-4.8-36.4-.5zM448%2096c0-35.3-28.7-64-64-64H64C28.7%2032%200%2060.7%200%2096v144.7l116.6%2048.1c12-8.2%2026.2-12.1%2040.7-11.3l55.4-80.2v-1.1c0-48.2%2039.3-87.5%2087.6-87.5s87.6%2039.3%2087.6%2087.5c0%2049.2-40.9%2088.7-89.6%2087.5l-79%2056.3c1.6%2038.5-29.1%2068.8-65.7%2068.8c-31.8%200-58.5-22.7-64.5-52.7L0%20319.2V416c0%2035.3%2028.7%2064%2064%2064h320c35.3%200%2064-28.7%2064-64zM241.9%20196.2a58.4%2058.4%200%201%200%20116.8%200a58.4%2058.4%200%201%200-116.8%200m14.6-.1a43.9%2043.9%200%201%201%2087.8%200a43.9%2043.9%200%201%201-87.8%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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