Proton Lumo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Proton Lumo icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/331660.svg" alt="Proton Lumo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331660.svg" alt="Proton Lumo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331660.svg" alt="Proton Lumo icon" :width="24" :height="24" />
CSS background
.icon-proton-lumo {
background-image: url('https://proicons.com/icon/331660.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="b" cx="23.3058" cy="38.6967" r="3.8033"/><path class="b" d="M23.3058,42.5h2.0412c2.1005,0,3.8033-1.7028,3.8033-3.8033s-1.7028-3.8033-3.8033-3.8033h-2.0412"/><polyline class="b" points="12.907 32.6881 12.907 36.8856 19.9606 36.8856"/><polyline class="b" points="35.5117 32.1618 35.5117 36.8856 28.6922 36.8856"/><path class="b" d="M9.9392,14.0263c.9073-4.8914-.3667-12.7407,8.5451-5.7593"/><path class="b" d="M12.2221,11.5303c.1615-2.1532.1507-4.5647,2.6807-1.8517"/><path class="b" d="M23.3058,34.8935c6.3841,0,17.9976-2.8072,17.9976-10.3609S36.7832,7.5914,24,7.5914,6.6966,16.9788,6.6966,24.5326s10.2251,10.3609,16.6091,10.3609Z"/><path class="b" d="M38.0608,14.0263c-.9073-4.8914.3667-12.7407-8.5451-5.7593"/><path class="b" d="M35.7779,11.5303c-.1615-2.1532-.1507-4.5647-2.6807-1.8517"/><path class="b" d="M19.5025,21.8084c0-2.9279-2.5243-5.1725-5.528-5.1725s-5.0431,2.0168-5.0431,5.0205c0,3.0649,2.7681,5.0872,5.7717,5.0872,2.4148,0,4.7994-1.9316,4.7994-4.9352Z"/><ellipse class="b" cx="14.5508" cy="21.6897" rx="1.6257" ry="2.9355"/><path class="b" d="M25.421,21.8084c0-2.9279,2.5243-5.1725,5.528-5.1725s5.0431,2.0168,5.0431,5.0205c0,3.0649-2.7681,5.0872-5.7717,5.0872-2.4148,0-4.7994-1.9316-4.7994-4.9352Z"/><ellipse class="b" cx="31.0404" cy="21.6897" rx="1.6257" ry="2.9355"/><path class="b" d="M21.9097,27.5299c0-.7177-.5818-1.2994-1.2994-1.2994"/><path class="b" d="M21.9097,27.5299c0-.7177.5818-1.2994,1.2994-1.2994"/><circle class="b" cx="23.2091" cy="37.907" r="1.1368"/><line class="b" x1="23.2091" y1="39.0439" x2="23.2091" y2="40.0852"/></svg>
Copied!