steam symbol icon

steam-symbol from Line Awesome by Icons8 · Line · Games · Apache-2.0 Free for personal and commercial use.

Name
steam-symbol
Set
Line Awesome
Style
Line
Category
Games
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More games icons from Line Awesome

Use the steam symbol icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22 6c-3.254 0-5.905 2.604-5.992 5.838l-3.67 5.246A4.5 4.5 0 0 0 11.5 17c-.948 0-1.826.298-2.553.8L4 15.845v5.377l3.105 1.228A4.504 4.504 0 0 0 11.5 26a4.5 4.5 0 0 0 4.418-3.69l5.773-4.326c.103.006.205.016.309.016c3.309 0 6-2.691 6-6s-2.691-6-6-6m0 2c2.206 0 4 1.794 4 4s-1.794 4-4 4s-4-1.794-4-4s1.794-4 4-4m0 1a3 3 0 0 0 0 6a3 3 0 0 0 0-6m-10.5 9c1.93 0 3.5 1.57 3.5 3.5S13.43 25 11.5 25a3.5 3.5 0 0 1-3.19-2.074l2.27.898c.302.12.612.178.918.178a2.5 2.5 0 0 0 .922-4.826l-2.277-.903A3.5 3.5 0 0 1 11.5 18"/></svg>

React

import type { SVGProps } from "react";

export function LaSteamSymbol(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22 6c-3.254 0-5.905 2.604-5.992 5.838l-3.67 5.246A4.5 4.5 0 0 0 11.5 17c-.948 0-1.826.298-2.553.8L4 15.845v5.377l3.105 1.228A4.504 4.504 0 0 0 11.5 26a4.5 4.5 0 0 0 4.418-3.69l5.773-4.326c.103.006.205.016.309.016c3.309 0 6-2.691 6-6s-2.691-6-6-6m0 2c2.206 0 4 1.794 4 4s-1.794 4-4 4s-4-1.794-4-4s1.794-4 4-4m0 1a3 3 0 0 0 0 6a3 3 0 0 0 0-6m-10.5 9c1.93 0 3.5 1.57 3.5 3.5S13.43 25 11.5 25a3.5 3.5 0 0 1-3.19-2.074l2.27.898c.302.12.612.178.918.178a2.5 2.5 0 0 0 .922-4.826l-2.277-.903A3.5 3.5 0 0 1 11.5 18"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22 6c-3.254 0-5.905 2.604-5.992 5.838l-3.67 5.246A4.5 4.5 0 0 0 11.5 17c-.948 0-1.826.298-2.553.8L4 15.845v5.377l3.105 1.228A4.504 4.504 0 0 0 11.5 26a4.5 4.5 0 0 0 4.418-3.69l5.773-4.326c.103.006.205.016.309.016c3.309 0 6-2.691 6-6s-2.691-6-6-6m0 2c2.206 0 4 1.794 4 4s-1.794 4-4 4s-4-1.794-4-4s1.794-4 4-4m0 1a3 3 0 0 0 0 6a3 3 0 0 0 0-6m-10.5 9c1.93 0 3.5 1.57 3.5 3.5S13.43 25 11.5 25a3.5 3.5 0 0 1-3.19-2.074l2.27.898c.302.12.612.178.918.178a2.5 2.5 0 0 0 .922-4.826l-2.277-.903A3.5 3.5 0 0 1 11.5 18"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%206c-3.254%200-5.905%202.604-5.992%205.838l-3.67%205.246A4.5%204.5%200%200%200%2011.5%2017c-.948%200-1.826.298-2.553.8L4%2015.845v5.377l3.105%201.228A4.504%204.504%200%200%200%2011.5%2026a4.5%204.5%200%200%200%204.418-3.69l5.773-4.326c.103.006.205.016.309.016c3.309%200%206-2.691%206-6s-2.691-6-6-6m0%202c2.206%200%204%201.794%204%204s-1.794%204-4%204s-4-1.794-4-4s1.794-4%204-4m0%201a3%203%200%200%200%200%206a3%203%200%200%200%200-6m-10.5%209c1.93%200%203.5%201.57%203.5%203.5S13.43%2025%2011.5%2025a3.5%203.5%200%200%201-3.19-2.074l2.27.898c.302.12.612.178.918.178a2.5%202.5%200%200%200%20.922-4.826l-2.277-.903A3.5%203.5%200%200%201%2011.5%2018%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%206c-3.254%200-5.905%202.604-5.992%205.838l-3.67%205.246A4.5%204.5%200%200%200%2011.5%2017c-.948%200-1.826.298-2.553.8L4%2015.845v5.377l3.105%201.228A4.504%204.504%200%200%200%2011.5%2026a4.5%204.5%200%200%200%204.418-3.69l5.773-4.326c.103.006.205.016.309.016c3.309%200%206-2.691%206-6s-2.691-6-6-6m0%202c2.206%200%204%201.794%204%204s-1.794%204-4%204s-4-1.794-4-4s1.794-4%204-4m0%201a3%203%200%200%200%200%206a3%203%200%200%200%200-6m-10.5%209c1.93%200%203.5%201.57%203.5%203.5S13.43%2025%2011.5%2025a3.5%203.5%200%200%201-3.19-2.074l2.27.898c.302.12.612.178.918.178a2.5%202.5%200%200%200%20.922-4.826l-2.277-.903A3.5%203.5%200%200%201%2011.5%2018%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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