Epuri Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Epuri 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/340053.svg" alt="Epuri icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340053.svg" alt="Epuri icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340053.svg" alt="Epuri icon" :width="24" :height="24" />
CSS background
.icon-epuri {
background-image: url('https://proicons.com/icon/340053.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;}.d{fill:#fff;stroke-width:0px;}</style></defs><path class="c" d="M33.584,8.5448c7.3009,3.2975,11.916,10.058,11.916,17.455,0,10.77-9.6259,19.5-21.5,19.5S2.5,36.7694,2.5,25.9998C2.5,15.5838,11.5255,7.0068,22.997,6.5208"/><path class="c" d="M30.421,9.8664c2.5089,0,5.421-3.3662,5.421-3.3662,0,0-2.9122-3.3662-5.421-3.3662s-5.421,3.3662-5.421,3.3662c0,0,2.9122,3.3662,5.421,3.3662Z"/><path class="c" d="M18.293,15.9212s2.457,2.4866,9.994,2.4866"/><path class="c" d="M15.493,21.9582h13.438l-10.48,12.855c-.3977.5262-1.1467,1.2351-2.1834,1.2606-1.7276.0425-2.69-2.0759-.8098-4.0344,1.3064-1.3608,3.8681-3.1516,7.6398-3.1516,3.4359,0,2.6295,7.191,7.3702,7.191,1.5588,0,3.1003-1.0226,3.1003-3.5858"/><path class="c" d="M25,7.8752c0,.3452-.3096.625-1,.625s-1-.2798-1-.625V3.1252c0-.3452.3096-.625,1-.625s1,.2798,1,.625v4.75Z"/><circle class="d" cx="32.786" cy="26.7272" r=".75"/><circle class="d" cx="41.123" cy="26.7272" r=".75"/><circle class="d" cx="36.954" cy="21.1002" r=".75"/><path class="c" d="M12.326,37.6742l-2.7697,2.7697"/><path class="c" d="M35.293,14.7072l3.1505-3.1506"/></svg>
Copied!