steam icon
steam from Line Awesome by Icons8 · Line · Games · Apache-2.0 Free for personal and commercial use.
- Name
- steam
- 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 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3C8.832 3 3 8.832 3 16s5.832 13 13 13s13-5.832 13-13S23.168 3 16 3m0 2c6.065 0 11 4.935 11 11s-4.935 11-11 11c-5.109 0-9.401-3.506-10.633-8.234l3.666 1.57A2.99 2.99 0 0 0 12 23a3 3 0 0 0 3-3c0-.032-.009-.063-.01-.094l4.178-2.922A3.99 3.99 0 0 0 23 13a4 4 0 0 0-4-4a3.99 3.99 0 0 0-3.982 3.832l-2.924 4.178c-.032-.001-.062-.01-.094-.01c-.663 0-1.27.222-1.768.586l-5.199-2.229C5.37 9.592 10.152 5 16 5m3 5a3 3 0 1 1 0 6a3 3 0 0 1 0-6m0 1a2 2 0 0 0 0 4a2 2 0 0 0 0-4m-7 7a2 2 0 1 1-1.816 2.828l.783.336a1.503 1.503 0 0 0 1.97-.787a1.5 1.5 0 0 0-.789-1.969l-.728-.312c.185-.057.377-.096.58-.096"/></svg>
React
import type { SVGProps } from "react";
export function LaSteam(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="M16 3C8.832 3 3 8.832 3 16s5.832 13 13 13s13-5.832 13-13S23.168 3 16 3m0 2c6.065 0 11 4.935 11 11s-4.935 11-11 11c-5.109 0-9.401-3.506-10.633-8.234l3.666 1.57A2.99 2.99 0 0 0 12 23a3 3 0 0 0 3-3c0-.032-.009-.063-.01-.094l4.178-2.922A3.99 3.99 0 0 0 23 13a4 4 0 0 0-4-4a3.99 3.99 0 0 0-3.982 3.832l-2.924 4.178c-.032-.001-.062-.01-.094-.01c-.663 0-1.27.222-1.768.586l-5.199-2.229C5.37 9.592 10.152 5 16 5m3 5a3 3 0 1 1 0 6a3 3 0 0 1 0-6m0 1a2 2 0 0 0 0 4a2 2 0 0 0 0-4m-7 7a2 2 0 1 1-1.816 2.828l.783.336a1.503 1.503 0 0 0 1.97-.787a1.5 1.5 0 0 0-.789-1.969l-.728-.312c.185-.057.377-.096.58-.096"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3C8.832 3 3 8.832 3 16s5.832 13 13 13s13-5.832 13-13S23.168 3 16 3m0 2c6.065 0 11 4.935 11 11s-4.935 11-11 11c-5.109 0-9.401-3.506-10.633-8.234l3.666 1.57A2.99 2.99 0 0 0 12 23a3 3 0 0 0 3-3c0-.032-.009-.063-.01-.094l4.178-2.922A3.99 3.99 0 0 0 23 13a4 4 0 0 0-4-4a3.99 3.99 0 0 0-3.982 3.832l-2.924 4.178c-.032-.001-.062-.01-.094-.01c-.663 0-1.27.222-1.768.586l-5.199-2.229C5.37 9.592 10.152 5 16 5m3 5a3 3 0 1 1 0 6a3 3 0 0 1 0-6m0 1a2 2 0 0 0 0 4a2 2 0 0 0 0-4m-7 7a2 2 0 1 1-1.816 2.828l.783.336a1.503 1.503 0 0 0 1.97-.787a1.5 1.5 0 0 0-.789-1.969l-.728-.312c.185-.057.377-.096.58-.096"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%203C8.832%203%203%208.832%203%2016s5.832%2013%2013%2013s13-5.832%2013-13S23.168%203%2016%203m0%202c6.065%200%2011%204.935%2011%2011s-4.935%2011-11%2011c-5.109%200-9.401-3.506-10.633-8.234l3.666%201.57A2.99%202.99%200%200%200%2012%2023a3%203%200%200%200%203-3c0-.032-.009-.063-.01-.094l4.178-2.922A3.99%203.99%200%200%200%2023%2013a4%204%200%200%200-4-4a3.99%203.99%200%200%200-3.982%203.832l-2.924%204.178c-.032-.001-.062-.01-.094-.01c-.663%200-1.27.222-1.768.586l-5.199-2.229C5.37%209.592%2010.152%205%2016%205m3%205a3%203%200%201%201%200%206a3%203%200%200%201%200-6m0%201a2%202%200%200%200%200%204a2%202%200%200%200%200-4m-7%207a2%202%200%201%201-1.816%202.828l.783.336a1.503%201.503%200%200%200%201.97-.787a1.5%201.5%200%200%200-.789-1.969l-.728-.312c.185-.057.377-.096.58-.096%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%22M16%203C8.832%203%203%208.832%203%2016s5.832%2013%2013%2013s13-5.832%2013-13S23.168%203%2016%203m0%202c6.065%200%2011%204.935%2011%2011s-4.935%2011-11%2011c-5.109%200-9.401-3.506-10.633-8.234l3.666%201.57A2.99%202.99%200%200%200%2012%2023a3%203%200%200%200%203-3c0-.032-.009-.063-.01-.094l4.178-2.922A3.99%203.99%200%200%200%2023%2013a4%204%200%200%200-4-4a3.99%203.99%200%200%200-3.982%203.832l-2.924%204.178c-.032-.001-.062-.01-.094-.01c-.663%200-1.27.222-1.768.586l-5.199-2.229C5.37%209.592%2010.152%205%2016%205m3%205a3%203%200%201%201%200%206a3%203%200%200%201%200-6m0%201a2%202%200%200%200%200%204a2%202%200%200%200%200-4m-7%207a2%202%200%201%201-1.816%202.828l.783.336a1.503%201.503%200%200%200%201.97-.787a1.5%201.5%200%200%200-.789-1.969l-.728-.312c.185-.057.377-.096.58-.096%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/steam.svg?color=%231a73e8&size=48