Enpara Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Enpara 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/325457.svg" alt="Enpara icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325457.svg" alt="Enpara icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325457.svg" alt="Enpara icon" :width="24" :height="24" />
CSS background
.icon-enpara {
background-image: url('https://proicons.com/icon/325457.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>.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="g" d="m38.381,7.8711c-8.8585-3.6693-19.907-3.6693-28.765,0-.7593.3145-1.4288.9841-1.7433,1.7433-3.6693,8.8585-3.6693,19.907,0,28.765.3145.7593.9841,1.4288,1.7433,1.7433,8.8585,3.6693,19.907,3.6693,28.765,0,.7593-.3145,1.4288-.9841,1.7433-1.7433,3.6693-8.8585,3.6693-19.907,0-28.765-.3145-.7593-.9841-1.4288-1.7433-1.7433Z"/><path class="g" d="m33.705,28.7843v-5.8479c0-1.9493-1.5949-3.5442-3.5442-3.5442s-3.5442,1.5949-3.5442,3.5442"/><line class="g" x1="26.6166" y1="28.7843" x2="26.6166" y2="19.2149"/><path class="g" d="m20.8516,26.8324c-.5316,1.0632-1.7721,1.7721-3.0125,1.7721-1.9493,0-3.5441-1.5948-3.5441-3.5441v-2.3037c0-1.9493,1.5948-3.5441,3.5441-3.5441s3.5441,1.5948,3.5441,3.5441v1.2404h-7.0882"/><path id="b" class="g" d="m42.886,23.997c-1.254-4.9355-3.6954-8.4114-6.7867-11.558-3.0914-3.147-7.1726-5.9561-12.101-7.3144"/><path id="c" class="g" d="m42.886,23.997c-1.254-4.9355-3.6954-8.4114-6.7867-11.558-3.0914-3.147-7.1726-5.9561-12.101-7.3144"/><path id="d" class="g" d="m24.003,42.886c4.9355-1.254,8.4114-3.6954,11.558-6.7867,3.147-3.0914,5.9561-7.1726,7.3144-12.101"/><path id="e" class="g" d="m5.114,24.003c1.254,4.9355,3.6954,8.4114,6.7867,11.558,3.0914,3.147,7.1726,5.9561,12.101,7.3144"/><path id="f" class="g" d="m23.997,5.114c-4.9355,1.254-8.4114,3.6954-11.558,6.7867-3.147,3.0914-5.9561,7.1726-7.3144,12.101"/></svg>
Copied!