Japes Lux Icon Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Japes Lux Icon 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/327638.svg" alt="Japes Lux Icon icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327638.svg" alt="Japes Lux Icon icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327638.svg" alt="Japes Lux Icon icon" :width="24" :height="24" />
CSS background
.icon-japes-lux-icon {
background-image: url('https://proicons.com/icon/327638.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="d" d="m30.6123,5.5c6.5645,0,11.8877,5.3232,11.8877,11.8877,0,6.5765-5.3232,11.8997-11.8877,11.8997-6.5765,0-11.8997-5.3232-11.8997-11.8997,0-6.5645,5.3232-11.8877,11.8997-11.8877Z"/><path id="c" class="d" d="m42.1181,20.9206c.2228,1.1697.3501,2.6377.3819,4.4042v17.1752h-17.1752c-11.8997,0-19.8248-7.9252-19.8248-19.8248V5.5h17.1752c1.7028,0,3.2345.1392,4.5952.4177"/></svg>
Copied!