Epsxe Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Epsxe 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/340052.svg" alt="Epsxe icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340052.svg" alt="Epsxe icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340052.svg" alt="Epsxe icon" :width="24" :height="24" />
CSS background
.icon-epsxe {
background-image: url('https://proicons.com/icon/340052.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="35.7015" cy="23.6721" r="1.1095"/><circle class="c" cx="35.7015" cy="17.0153" r="1.1095"/><circle class="c" cx="32.3731" cy="20.3437" r="1.1095"/><circle class="c" cx="39.0299" cy="20.3437" r="1.1095"/><polygon class="c" points="13.7084 24.1182 13.7084 22.8215 12.4118 21.5249 11.1151 22.8215 11.1151 24.1182 13.7084 24.1182"/><polygon class="c" points="13.7084 16.3384 13.7084 17.635 12.4118 18.9317 11.1151 17.635 11.1151 16.3384 13.7084 16.3384"/><polygon class="c" points="16.3016 18.9317 15.005 18.9317 13.7084 20.2283 15.005 21.5249 16.3016 21.5249 16.3016 18.9317"/><polygon class="c" points="8.5219 18.9317 9.8185 18.9317 11.1151 20.2283 9.8185 21.5249 8.5219 21.5249 8.5219 18.9317"/><path class="c" d="m39.477,14.9728l-.4405-2.4031c-.2297-1.2559-2.2511-1.4956-3.5281-1.4922-1.1705.0033-2.9634.3572-3.172,1.51l-.4105,2.27"/><path class="c" d="m28.774,20.6099c.0116-3.7703,3.0651-6.8238,6.8354-6.8354,2.858.0033,5.4441,1.7796,6.3705,4.4833.1464.426.2341.8842.2796,1.3613l1.2182,12.6834c.4382,4.5665-5.7093,6.4382-7.8894,2.4009l-6.0577-11.2167c-.4926-.912-.7578-1.8628-.7578-2.8757l.0011-.0011Z"/><path class="c" d="m8.5219,14.9728l.4405-2.4031c.2297-1.2559,2.2511-1.4956,3.5281-1.4922,1.1705.0033,2.9634.3572,3.172,1.51l.4105,2.27"/><line class="c" x1="16.9316" y1="26.3281" x2="31.0673" y2="26.3281"/><line class="c" x1="16.7574" y1="15.3511" x2="31.2537" y2="15.3511"/><path class="c" d="m19.226,20.6088c-.0116-3.7703-3.0651-6.8238-6.8354-6.8354-2.858.0033-5.4441,1.7796-6.3705,4.4822-.1464.426-.2341.8842-.2796,1.3613l-1.2182,12.6834c-.4382,4.5665,5.7093,6.4382,7.8894,2.4009l6.0577-11.2167c.4926-.912.7578-1.8628.7578-2.8757h-.0011Z"/></svg>
Copied!