steam square icon
steam-square from Line Awesome by Icons8 · Line · Games · Apache-2.0 Free for personal and commercial use.
- Name
- steam-square
- 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 square icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5 5v11l3.813 1.594c.71-.934 1.808-1.559 3.062-1.594l2.156-3.25A4.97 4.97 0 0 1 19 8a5 5 0 0 1 5 5a4.97 4.97 0 0 1-4.75 4.969L16 20.125A3.993 3.993 0 0 1 12 24c-2.21 0-4-1.79-4-4c0-.191.035-.379.063-.563L5 18.157V27h22V5zm14 5c-1.652 0-3 1.348-3 3s1.348 3 3 3s3-1.348 3-3s-1.348-3-3-3m0 1c1.11 0 2 .89 2 2s-.89 2-2 2s-2-.89-2-2s.89-2 2-2m-7 7c-.453 0-.883.148-1.219.406l1.594.657c.512.21.777.8.563 1.312c-.16.383-.547.625-.938.625a.9.9 0 0 1-.375-.063l-1.594-.687c.13.98.953 1.75 1.969 1.75a1.999 1.999 0 1 0 0-4"/></svg>
React
import type { SVGProps } from "react";
export function LaSteamSquare(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="M5 5v11l3.813 1.594c.71-.934 1.808-1.559 3.062-1.594l2.156-3.25A4.97 4.97 0 0 1 19 8a5 5 0 0 1 5 5a4.97 4.97 0 0 1-4.75 4.969L16 20.125A3.993 3.993 0 0 1 12 24c-2.21 0-4-1.79-4-4c0-.191.035-.379.063-.563L5 18.157V27h22V5zm14 5c-1.652 0-3 1.348-3 3s1.348 3 3 3s3-1.348 3-3s-1.348-3-3-3m0 1c1.11 0 2 .89 2 2s-.89 2-2 2s-2-.89-2-2s.89-2 2-2m-7 7c-.453 0-.883.148-1.219.406l1.594.657c.512.21.777.8.563 1.312c-.16.383-.547.625-.938.625a.9.9 0 0 1-.375-.063l-1.594-.687c.13.98.953 1.75 1.969 1.75a1.999 1.999 0 1 0 0-4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5 5v11l3.813 1.594c.71-.934 1.808-1.559 3.062-1.594l2.156-3.25A4.97 4.97 0 0 1 19 8a5 5 0 0 1 5 5a4.97 4.97 0 0 1-4.75 4.969L16 20.125A3.993 3.993 0 0 1 12 24c-2.21 0-4-1.79-4-4c0-.191.035-.379.063-.563L5 18.157V27h22V5zm14 5c-1.652 0-3 1.348-3 3s1.348 3 3 3s3-1.348 3-3s-1.348-3-3-3m0 1c1.11 0 2 .89 2 2s-.89 2-2 2s-2-.89-2-2s.89-2 2-2m-7 7c-.453 0-.883.148-1.219.406l1.594.657c.512.21.777.8.563 1.312c-.16.383-.547.625-.938.625a.9.9 0 0 1-.375-.063l-1.594-.687c.13.98.953 1.75 1.969 1.75a1.999 1.999 0 1 0 0-4"/></svg> </template>
CSS
.icon-steam-square {
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%22M5%205v11l3.813%201.594c.71-.934%201.808-1.559%203.062-1.594l2.156-3.25A4.97%204.97%200%200%201%2019%208a5%205%200%200%201%205%205a4.97%204.97%200%200%201-4.75%204.969L16%2020.125A3.993%203.993%200%200%201%2012%2024c-2.21%200-4-1.79-4-4c0-.191.035-.379.063-.563L5%2018.157V27h22V5zm14%205c-1.652%200-3%201.348-3%203s1.348%203%203%203s3-1.348%203-3s-1.348-3-3-3m0%201c1.11%200%202%20.89%202%202s-.89%202-2%202s-2-.89-2-2s.89-2%202-2m-7%207c-.453%200-.883.148-1.219.406l1.594.657c.512.21.777.8.563%201.312c-.16.383-.547.625-.938.625a.9.9%200%200%201-.375-.063l-1.594-.687c.13.98.953%201.75%201.969%201.75a1.999%201.999%200%201%200%200-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%205v11l3.813%201.594c.71-.934%201.808-1.559%203.062-1.594l2.156-3.25A4.97%204.97%200%200%201%2019%208a5%205%200%200%201%205%205a4.97%204.97%200%200%201-4.75%204.969L16%2020.125A3.993%203.993%200%200%201%2012%2024c-2.21%200-4-1.79-4-4c0-.191.035-.379.063-.563L5%2018.157V27h22V5zm14%205c-1.652%200-3%201.348-3%203s1.348%203%203%203s3-1.348%203-3s-1.348-3-3-3m0%201c1.11%200%202%20.89%202%202s-.89%202-2%202s-2-.89-2-2s.89-2%202-2m-7%207c-.453%200-.883.148-1.219.406l1.594.657c.512.21.777.8.563%201.312c-.16.383-.547.625-.938.625a.9.9%200%200%201-.375-.063l-1.594-.687c.13.98.953%201.75%201.969%201.75a1.999%201.999%200%201%200%200-4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/steam-square.svg?color=%231a73e8&size=48