steam icon
steam from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- steam
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
The same icon in other sets
Use the steam icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M480 208.2c0 20.5-16.6 37.2-37.2 37.2-20.5 0-37.2-16.6-37.2-37.2 0-20.5 16.6-37.2 37.2-37.2 20.5 0 37.2 16.7 37.2 37.2zM442.6 139c-38.1 0-69 30.7-69.4 68.7l-43.2 62c-1.8-.2-3.6-.3-5.4-.3-9.7 0-18.7 2.7-26.4 7.3L102.4 198c-5.1-23.2-25.9-40.7-50.6-40.7C23.3 157.2 0 180.6 0 209.1c0 28.5 23.3 51.8 51.8 51.8 9.7 0 18.7-2.7 26.4-7.3L274 332.2c5.1 23.3 25.8 40.8 50.6 40.8 26.8 0 49-20.6 51.5-46.7l66.5-48.6c38.3 0 69.4-31 69.4-69.3S480.9 139 442.6 139zm0 22.9c25.7 0 46.5 20.9 46.5 46.5 0 25.7-20.9 46.4-46.5 46.4-25.7 0-46.5-20.8-46.5-46.4 0-25.7 20.8-46.5 46.5-46.5zm-390.8 9c14.6 0 27.3 8.2 33.7 20.2l-18.9-7.6v.1c-15.3-5.5-32.2 2-38.3 17.1-6.1 15.2.9 32.3 15.7 38.9v.1l16.1 6.4c-2.6.6-5.4.9-8.2.9-21.1 0-38.1-17-38.1-38.1-.1-20.9 16.9-38 38-38zm272.8 112.2c21.1 0 38.1 17 38.1 38.1s-17 38.1-38.1 38.1c-14.7 0-27.4-8.2-33.7-20.3 6.3 2.5 12.5 5 18.8 7.6 15.5 6.2 33.2-1.3 39.4-16.8 6.2-15.5-1.3-33.1-16.9-39.4l-15.9-6.4c2.8-.5 5.5-.9 8.3-.9z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonSteam(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M480 208.2c0 20.5-16.6 37.2-37.2 37.2-20.5 0-37.2-16.6-37.2-37.2 0-20.5 16.6-37.2 37.2-37.2 20.5 0 37.2 16.7 37.2 37.2zM442.6 139c-38.1 0-69 30.7-69.4 68.7l-43.2 62c-1.8-.2-3.6-.3-5.4-.3-9.7 0-18.7 2.7-26.4 7.3L102.4 198c-5.1-23.2-25.9-40.7-50.6-40.7C23.3 157.2 0 180.6 0 209.1c0 28.5 23.3 51.8 51.8 51.8 9.7 0 18.7-2.7 26.4-7.3L274 332.2c5.1 23.3 25.8 40.8 50.6 40.8 26.8 0 49-20.6 51.5-46.7l66.5-48.6c38.3 0 69.4-31 69.4-69.3S480.9 139 442.6 139zm0 22.9c25.7 0 46.5 20.9 46.5 46.5 0 25.7-20.9 46.4-46.5 46.4-25.7 0-46.5-20.8-46.5-46.4 0-25.7 20.8-46.5 46.5-46.5zm-390.8 9c14.6 0 27.3 8.2 33.7 20.2l-18.9-7.6v.1c-15.3-5.5-32.2 2-38.3 17.1-6.1 15.2.9 32.3 15.7 38.9v.1l16.1 6.4c-2.6.6-5.4.9-8.2.9-21.1 0-38.1-17-38.1-38.1-.1-20.9 16.9-38 38-38zm272.8 112.2c21.1 0 38.1 17 38.1 38.1s-17 38.1-38.1 38.1c-14.7 0-27.4-8.2-33.7-20.3 6.3 2.5 12.5 5 18.8 7.6 15.5 6.2 33.2-1.3 39.4-16.8 6.2-15.5-1.3-33.1-16.9-39.4l-15.9-6.4c2.8-.5 5.5-.9 8.3-.9z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M480 208.2c0 20.5-16.6 37.2-37.2 37.2-20.5 0-37.2-16.6-37.2-37.2 0-20.5 16.6-37.2 37.2-37.2 20.5 0 37.2 16.7 37.2 37.2zM442.6 139c-38.1 0-69 30.7-69.4 68.7l-43.2 62c-1.8-.2-3.6-.3-5.4-.3-9.7 0-18.7 2.7-26.4 7.3L102.4 198c-5.1-23.2-25.9-40.7-50.6-40.7C23.3 157.2 0 180.6 0 209.1c0 28.5 23.3 51.8 51.8 51.8 9.7 0 18.7-2.7 26.4-7.3L274 332.2c5.1 23.3 25.8 40.8 50.6 40.8 26.8 0 49-20.6 51.5-46.7l66.5-48.6c38.3 0 69.4-31 69.4-69.3S480.9 139 442.6 139zm0 22.9c25.7 0 46.5 20.9 46.5 46.5 0 25.7-20.9 46.4-46.5 46.4-25.7 0-46.5-20.8-46.5-46.4 0-25.7 20.8-46.5 46.5-46.5zm-390.8 9c14.6 0 27.3 8.2 33.7 20.2l-18.9-7.6v.1c-15.3-5.5-32.2 2-38.3 17.1-6.1 15.2.9 32.3 15.7 38.9v.1l16.1 6.4c-2.6.6-5.4.9-8.2.9-21.1 0-38.1-17-38.1-38.1-.1-20.9 16.9-38 38-38zm272.8 112.2c21.1 0 38.1 17 38.1 38.1s-17 38.1-38.1 38.1c-14.7 0-27.4-8.2-33.7-20.3 6.3 2.5 12.5 5 18.8 7.6 15.5 6.2 33.2-1.3 39.4-16.8 6.2-15.5-1.3-33.1-16.9-39.4l-15.9-6.4c2.8-.5 5.5-.9 8.3-.9z" fill="currentColor"/></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%20512%20512%22%3E%3Cpath%20d%3D%22M480%20208.2c0%2020.5-16.6%2037.2-37.2%2037.2-20.5%200-37.2-16.6-37.2-37.2%200-20.5%2016.6-37.2%2037.2-37.2%2020.5%200%2037.2%2016.7%2037.2%2037.2zM442.6%20139c-38.1%200-69%2030.7-69.4%2068.7l-43.2%2062c-1.8-.2-3.6-.3-5.4-.3-9.7%200-18.7%202.7-26.4%207.3L102.4%20198c-5.1-23.2-25.9-40.7-50.6-40.7C23.3%20157.2%200%20180.6%200%20209.1c0%2028.5%2023.3%2051.8%2051.8%2051.8%209.7%200%2018.7-2.7%2026.4-7.3L274%20332.2c5.1%2023.3%2025.8%2040.8%2050.6%2040.8%2026.8%200%2049-20.6%2051.5-46.7l66.5-48.6c38.3%200%2069.4-31%2069.4-69.3S480.9%20139%20442.6%20139zm0%2022.9c25.7%200%2046.5%2020.9%2046.5%2046.5%200%2025.7-20.9%2046.4-46.5%2046.4-25.7%200-46.5-20.8-46.5-46.4%200-25.7%2020.8-46.5%2046.5-46.5zm-390.8%209c14.6%200%2027.3%208.2%2033.7%2020.2l-18.9-7.6v.1c-15.3-5.5-32.2%202-38.3%2017.1-6.1%2015.2.9%2032.3%2015.7%2038.9v.1l16.1%206.4c-2.6.6-5.4.9-8.2.9-21.1%200-38.1-17-38.1-38.1-.1-20.9%2016.9-38%2038-38zm272.8%20112.2c21.1%200%2038.1%2017%2038.1%2038.1s-17%2038.1-38.1%2038.1c-14.7%200-27.4-8.2-33.7-20.3%206.3%202.5%2012.5%205%2018.8%207.6%2015.5%206.2%2033.2-1.3%2039.4-16.8%206.2-15.5-1.3-33.1-16.9-39.4l-15.9-6.4c2.8-.5%205.5-.9%208.3-.9z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M480%20208.2c0%2020.5-16.6%2037.2-37.2%2037.2-20.5%200-37.2-16.6-37.2-37.2%200-20.5%2016.6-37.2%2037.2-37.2%2020.5%200%2037.2%2016.7%2037.2%2037.2zM442.6%20139c-38.1%200-69%2030.7-69.4%2068.7l-43.2%2062c-1.8-.2-3.6-.3-5.4-.3-9.7%200-18.7%202.7-26.4%207.3L102.4%20198c-5.1-23.2-25.9-40.7-50.6-40.7C23.3%20157.2%200%20180.6%200%20209.1c0%2028.5%2023.3%2051.8%2051.8%2051.8%209.7%200%2018.7-2.7%2026.4-7.3L274%20332.2c5.1%2023.3%2025.8%2040.8%2050.6%2040.8%2026.8%200%2049-20.6%2051.5-46.7l66.5-48.6c38.3%200%2069.4-31%2069.4-69.3S480.9%20139%20442.6%20139zm0%2022.9c25.7%200%2046.5%2020.9%2046.5%2046.5%200%2025.7-20.9%2046.4-46.5%2046.4-25.7%200-46.5-20.8-46.5-46.4%200-25.7%2020.8-46.5%2046.5-46.5zm-390.8%209c14.6%200%2027.3%208.2%2033.7%2020.2l-18.9-7.6v.1c-15.3-5.5-32.2%202-38.3%2017.1-6.1%2015.2.9%2032.3%2015.7%2038.9v.1l16.1%206.4c-2.6.6-5.4.9-8.2.9-21.1%200-38.1-17-38.1-38.1-.1-20.9%2016.9-38%2038-38zm272.8%20112.2c21.1%200%2038.1%2017%2038.1%2038.1s-17%2038.1-38.1%2038.1c-14.7%200-27.4-8.2-33.7-20.3%206.3%202.5%2012.5%205%2018.8%207.6%2015.5%206.2%2033.2-1.3%2039.4-16.8%206.2-15.5-1.3-33.1-16.9-39.4l-15.9-6.4c2.8-.5%205.5-.9%208.3-.9z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/steam.svg?color=%231a73e8&size=48