Exxen Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Exxen 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/340206.svg" alt="Exxen icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340206.svg" alt="Exxen icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340206.svg" alt="Exxen icon" :width="24" :height="24" />
CSS background
.icon-exxen {
background-image: url('https://proicons.com/icon/340206.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="b" cx="24" cy="24" r="21.5"/><line class="b" x1="21.4396" y1="20.1662" x2="26.4236" y2="27.8338"/><line class="b" x1="26.4236" y1="20.1662" x2="21.4396" y2="27.8338"/><polyline class="b" points="34.4202 27.8338 34.4202 20.1662 39.5 27.8338 39.5 20.1662"/><line class="b" x1="8.5" y1="24" x2="10.992" y2="24"/><polyline class="b" points="12.3338 27.8338 8.5 27.8338 8.5 20.1662 12.3338 20.1662"/><line class="b" x1="14.4007" y1="20.1662" x2="19.3847" y2="27.8338"/><line class="b" x1="19.3847" y1="20.1662" x2="14.4007" y2="27.8338"/><line class="b" x1="28.5204" y1="24" x2="31.0124" y2="24"/><polyline class="b" points="32.3542 27.8338 28.5204 27.8338 28.5204 20.1662 32.3542 20.1662"/></svg>
Copied!