helium logo
helium from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- helium
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the helium logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0c6.627 0 12 5.373 12 12s-5.373 12-12 12S0 18.627 0 12S5.373 0 12 0m2.554 5.606a2.7 2.7 0 0 0-.743 1.386a5.3 5.3 0 0 0-5.596 1.204a5.3 5.3 0 0 0-1.203 5.602a2.7 2.7 0 0 0-1.395.744a2.716 2.716 0 0 0 3.84 3.84a2.7 2.7 0 0 0 .747-1.403a5.3 5.3 0 0 0 1.837.332a5.3 5.3 0 0 0 3.744-1.544a5.3 5.3 0 0 0 1.213-5.576a2.7 2.7 0 0 0 1.396-.745a2.715 2.715 0 1 0-3.84-3.84m3.172 3.173a1.78 1.78 0 0 1-1.523.507a.3.3 0 0 0-.08 0a.92.92 0 0 0-.987.604a.92.92 0 0 0 .03.7a3.445 3.445 0 0 1-.688 3.87a3.445 3.445 0 0 1-3.87.688a.92.92 0 0 0-.71-.028a.92.92 0 0 0-.517.479a.9.9 0 0 0-.083.453a.3.3 0 0 0 0 .092a1.8 1.8 0 0 1-.5 1.564c-.7.699-1.838.699-2.537 0a1.78 1.78 0 0 1-.525-1.268c0-.48.186-.93.525-1.269a1.8 1.8 0 0 1 1.552-.506a1 1 0 0 0 .182.02q.197.001.388-.085a.92.92 0 0 0 .475-.51a.92.92 0 0 0-.025-.717a3.445 3.445 0 0 1 .689-3.87a3.445 3.445 0 0 1 3.87-.688a.92.92 0 0 0 .707.029a.92.92 0 0 0 .52-.48a.93.93 0 0 0 .07-.558a1.8 1.8 0 0 1 .5-1.564a1.795 1.795 0 0 1 2.537 2.537m-7.118 1.81a1.987 1.987 0 1 0 2.81 2.81a1.987 1.987 0 0 0-2.81-2.81"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsHelium(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0c6.627 0 12 5.373 12 12s-5.373 12-12 12S0 18.627 0 12S5.373 0 12 0m2.554 5.606a2.7 2.7 0 0 0-.743 1.386a5.3 5.3 0 0 0-5.596 1.204a5.3 5.3 0 0 0-1.203 5.602a2.7 2.7 0 0 0-1.395.744a2.716 2.716 0 0 0 3.84 3.84a2.7 2.7 0 0 0 .747-1.403a5.3 5.3 0 0 0 1.837.332a5.3 5.3 0 0 0 3.744-1.544a5.3 5.3 0 0 0 1.213-5.576a2.7 2.7 0 0 0 1.396-.745a2.715 2.715 0 1 0-3.84-3.84m3.172 3.173a1.78 1.78 0 0 1-1.523.507a.3.3 0 0 0-.08 0a.92.92 0 0 0-.987.604a.92.92 0 0 0 .03.7a3.445 3.445 0 0 1-.688 3.87a3.445 3.445 0 0 1-3.87.688a.92.92 0 0 0-.71-.028a.92.92 0 0 0-.517.479a.9.9 0 0 0-.083.453a.3.3 0 0 0 0 .092a1.8 1.8 0 0 1-.5 1.564c-.7.699-1.838.699-2.537 0a1.78 1.78 0 0 1-.525-1.268c0-.48.186-.93.525-1.269a1.8 1.8 0 0 1 1.552-.506a1 1 0 0 0 .182.02q.197.001.388-.085a.92.92 0 0 0 .475-.51a.92.92 0 0 0-.025-.717a3.445 3.445 0 0 1 .689-3.87a3.445 3.445 0 0 1 3.87-.688a.92.92 0 0 0 .707.029a.92.92 0 0 0 .52-.48a.93.93 0 0 0 .07-.558a1.8 1.8 0 0 1 .5-1.564a1.795 1.795 0 0 1 2.537 2.537m-7.118 1.81a1.987 1.987 0 1 0 2.81 2.81a1.987 1.987 0 0 0-2.81-2.81"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0c6.627 0 12 5.373 12 12s-5.373 12-12 12S0 18.627 0 12S5.373 0 12 0m2.554 5.606a2.7 2.7 0 0 0-.743 1.386a5.3 5.3 0 0 0-5.596 1.204a5.3 5.3 0 0 0-1.203 5.602a2.7 2.7 0 0 0-1.395.744a2.716 2.716 0 0 0 3.84 3.84a2.7 2.7 0 0 0 .747-1.403a5.3 5.3 0 0 0 1.837.332a5.3 5.3 0 0 0 3.744-1.544a5.3 5.3 0 0 0 1.213-5.576a2.7 2.7 0 0 0 1.396-.745a2.715 2.715 0 1 0-3.84-3.84m3.172 3.173a1.78 1.78 0 0 1-1.523.507a.3.3 0 0 0-.08 0a.92.92 0 0 0-.987.604a.92.92 0 0 0 .03.7a3.445 3.445 0 0 1-.688 3.87a3.445 3.445 0 0 1-3.87.688a.92.92 0 0 0-.71-.028a.92.92 0 0 0-.517.479a.9.9 0 0 0-.083.453a.3.3 0 0 0 0 .092a1.8 1.8 0 0 1-.5 1.564c-.7.699-1.838.699-2.537 0a1.78 1.78 0 0 1-.525-1.268c0-.48.186-.93.525-1.269a1.8 1.8 0 0 1 1.552-.506a1 1 0 0 0 .182.02q.197.001.388-.085a.92.92 0 0 0 .475-.51a.92.92 0 0 0-.025-.717a3.445 3.445 0 0 1 .689-3.87a3.445 3.445 0 0 1 3.87-.688a.92.92 0 0 0 .707.029a.92.92 0 0 0 .52-.48a.93.93 0 0 0 .07-.558a1.8 1.8 0 0 1 .5-1.564a1.795 1.795 0 0 1 2.537 2.537m-7.118 1.81a1.987 1.987 0 1 0 2.81 2.81a1.987 1.987 0 0 0-2.81-2.81"/></svg> </template>
CSS
.icon-helium {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%200c6.627%200%2012%205.373%2012%2012s-5.373%2012-12%2012S0%2018.627%200%2012S5.373%200%2012%200m2.554%205.606a2.7%202.7%200%200%200-.743%201.386a5.3%205.3%200%200%200-5.596%201.204a5.3%205.3%200%200%200-1.203%205.602a2.7%202.7%200%200%200-1.395.744a2.716%202.716%200%200%200%203.84%203.84a2.7%202.7%200%200%200%20.747-1.403a5.3%205.3%200%200%200%201.837.332a5.3%205.3%200%200%200%203.744-1.544a5.3%205.3%200%200%200%201.213-5.576a2.7%202.7%200%200%200%201.396-.745a2.715%202.715%200%201%200-3.84-3.84m3.172%203.173a1.78%201.78%200%200%201-1.523.507a.3.3%200%200%200-.08%200a.92.92%200%200%200-.987.604a.92.92%200%200%200%20.03.7a3.445%203.445%200%200%201-.688%203.87a3.445%203.445%200%200%201-3.87.688a.92.92%200%200%200-.71-.028a.92.92%200%200%200-.517.479a.9.9%200%200%200-.083.453a.3.3%200%200%200%200%20.092a1.8%201.8%200%200%201-.5%201.564c-.7.699-1.838.699-2.537%200a1.78%201.78%200%200%201-.525-1.268c0-.48.186-.93.525-1.269a1.8%201.8%200%200%201%201.552-.506a1%201%200%200%200%20.182.02q.197.001.388-.085a.92.92%200%200%200%20.475-.51a.92.92%200%200%200-.025-.717a3.445%203.445%200%200%201%20.689-3.87a3.445%203.445%200%200%201%203.87-.688a.92.92%200%200%200%20.707.029a.92.92%200%200%200%20.52-.48a.93.93%200%200%200%20.07-.558a1.8%201.8%200%200%201%20.5-1.564a1.795%201.795%200%200%201%202.537%202.537m-7.118%201.81a1.987%201.987%200%201%200%202.81%202.81a1.987%201.987%200%200%200-2.81-2.81%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%200c6.627%200%2012%205.373%2012%2012s-5.373%2012-12%2012S0%2018.627%200%2012S5.373%200%2012%200m2.554%205.606a2.7%202.7%200%200%200-.743%201.386a5.3%205.3%200%200%200-5.596%201.204a5.3%205.3%200%200%200-1.203%205.602a2.7%202.7%200%200%200-1.395.744a2.716%202.716%200%200%200%203.84%203.84a2.7%202.7%200%200%200%20.747-1.403a5.3%205.3%200%200%200%201.837.332a5.3%205.3%200%200%200%203.744-1.544a5.3%205.3%200%200%200%201.213-5.576a2.7%202.7%200%200%200%201.396-.745a2.715%202.715%200%201%200-3.84-3.84m3.172%203.173a1.78%201.78%200%200%201-1.523.507a.3.3%200%200%200-.08%200a.92.92%200%200%200-.987.604a.92.92%200%200%200%20.03.7a3.445%203.445%200%200%201-.688%203.87a3.445%203.445%200%200%201-3.87.688a.92.92%200%200%200-.71-.028a.92.92%200%200%200-.517.479a.9.9%200%200%200-.083.453a.3.3%200%200%200%200%20.092a1.8%201.8%200%200%201-.5%201.564c-.7.699-1.838.699-2.537%200a1.78%201.78%200%200%201-.525-1.268c0-.48.186-.93.525-1.269a1.8%201.8%200%200%201%201.552-.506a1%201%200%200%200%20.182.02q.197.001.388-.085a.92.92%200%200%200%20.475-.51a.92.92%200%200%200-.025-.717a3.445%203.445%200%200%201%20.689-3.87a3.445%203.445%200%200%201%203.87-.688a.92.92%200%200%200%20.707.029a.92.92%200%200%200%20.52-.48a.93.93%200%200%200%20.07-.558a1.8%201.8%200%200%201%20.5-1.564a1.795%201.795%200%200%201%202.537%202.537m-7.118%201.81a1.987%201.987%200%201%200%202.81%202.81a1.987%201.987%200%200%200-2.81-2.81%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/helium.svg?color=%231a73e8&size=48