Electroverse Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Electroverse 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/339582.svg" alt="Electroverse icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339582.svg" alt="Electroverse icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339582.svg" alt="Electroverse icon" :width="24" :height="24" />
CSS background
.icon-electroverse {
background-image: url('https://proicons.com/icon/339582.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>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="e" d="M23.4905,9.8106l-4.5296,13.7816s-.9927,2.2088.2341,2.0267c1.0238-.152,4.6216-.5343,4.6339-.5363,0,0,1.644-.1602,1.7418.9433.1017,1.1478-.6402,12.0599-.6402,12.0599,0,0,.2106.7473.9907.277.6808-.4104,4.4412-17.4584,4.4412-17.4584,0,0,.2244-.9726-.7668-.8073-1.6524.2755-3.0658.4963-3.0658.4963,0,0-1.7708.3392-1.8586-1.4186-.0528-1.056-.0433-9.2888-.0433-9.2888-.1141-.1683-.4368-.7736-1.1374-.0754Z"/><path class="e" d="M24.6861,19.3365c9.2222-4.6111,16.9461-6.732,17.7481-4.7799.7492,1.8571-4.9699,6.7637-13.253,11.5858-1.1607.6753-2.3741,1.3506-3.6298,2.0154-.0106.0106-.0211.0106-.0317.0106-3.366,1.7832-6.5949,3.271-9.4438,4.379"/><path class="e" d="M19.4313,22.1644c-8.6102,4.9171-14.6353,10.0242-13.865,11.9235.4326,1.0657,2.8806.9286,6.5104-.1477"/><circle id="d" class="e" cx="14.0567" cy="33.1882" r="2.1185"/></g></svg>
Copied!