Eneba Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Eneba 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/339997.svg" alt="Eneba icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339997.svg" alt="Eneba icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339997.svg" alt="Eneba icon" :width="24" :height="24" />
CSS background
.icon-eneba {
background-image: url('https://proicons.com/icon/339997.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="m15.8027,23.2813c-1.855.0523-3.6941.9272-4.7765,2.474-1.3027,1.8629-1.4993,4.3807-.723,6.5103-.4796.4077-2.1429,1.9008-1.6433,2.7084.5057.8174,2.4462-.0157,2.9448-.2454.59.9397,1.3378,1.7698,2.1253,2.5551,1.3472,1.388,2.8601,2.6577,4.5925,3.5368,3.5832,2.2779,8.3098,2.6183,12.156.7954,1.0773-.6729,2.7853-1.1435,3.0434-2.5353-.1948-1.5396-2.0275-.8755-3.0741-1.0759-2.5551-.0926-4.7405-1.8597-6.1021-3.9137-.7581-1.4286-1.6672-2.8252-2.1429-4.3804.3133-.2124,2.2478-1.5633,1.904-2.4148-.3417-.8465-2.2852-.4394-2.6183-.3638-.514-1.1695-1.3638-2.1857-2.489-2.8224-.9639-.5953-2.0838-.8597-3.1968-.8283ZM26.0656,5.2118l-3.0478,3.3702c-.8296-.2063-1.6912-.2734-2.5329-.1753-1.4508-.0666-2.8652.2613-4.2441.6793-1.86.5307-3.6933,1.2623-5.287,2.3732-3.7015,2.0803-6.2353,6.0851-6.4483,10.3364.0833,1.2676-.311,2.9951.7932,3.8808,1.4485.5565,1.7298-1.3726,2.4014-2.2001,1.2899-2.2077,3.8809-3.2974,6.3343-3.5258,1.8541.0086,3.7655-.1757,5.5697.355,1.8346.7931,4.0426.7333,5.7515-.3462,2.6141-1.5143,3.6816-5.1067,2.3203-7.8032-.5128-1.0149-1.3035-1.8618-2.2436-2.4981l.6332-4.4461Zm-10.2629,18.0695c1.113-.0314,2.2329.233,3.1968.8283,1.1253.6367,1.9751,1.6529,2.489,2.8224.3331-.0756,2.2766-.4827,2.6183.3638.3438.8515-1.5908,2.2024-1.904,2.4148.4757,1.5553,1.3847,2.9518,2.1429,4.3804,1.3615,2.054,3.547,3.821,6.1021,3.9137,1.0466.2005,2.8793-.4637,3.0741,1.0759-.2581,1.3919-1.966,1.8625-3.0434,2.5353-3.8462,1.8228-8.5727,1.4825-12.156-.7954-1.7324-.8791-3.2453-2.1487-4.5925-3.5368-.7876-.7853-1.5353-1.6154-2.1253-2.5551-.4985.2297-2.4391,1.0629-2.9448.2454-.4996-.8077,1.1637-2.3007,1.6433-2.7084-.7763-2.1296-.5797-4.6474.723-6.5103,1.0825-1.5467,2.9215-2.4217,4.7765-2.474Zm16.262-15.4596c-.2451-.0086-.4912.0282-.7384.1249-1.2046.9783.3276,2.1826.7099,3.1774,1.2703,2.2191.9224,5.008-.103,7.2488-.932,1.6031-1.7254,3.3527-3.085,4.6521-1.6022,1.1949-2.6515,3.1407-2.5679,5.1605.0089,3.0212,2.591,5.7367,5.6069,5.9012,2.8739.1557,5.7097-1.7445,6.8361-4.3651.0176-.0276.0332-.0533.0504-.0811,0,0,4.1321-1.2365,4.0819-3.0087-.0163-.5747-1.3387-.9642-1.3387-.9642,0,0,2.303-.9217,1.9478-2.1672-.2602-.9125-1.5009-.4185-1.5009-.4185,0,0,1.8005-1.3065,1.4614-2.1234-.3418-.8233-2.5482-.0395-2.5482-.0395-.0041-.3271-.0198-.6552-.0482-.9817.0426-4.2461-2.1643-8.4395-5.7428-10.7439-.9264-.4549-1.9595-1.3346-3.0215-1.3717Z"/></svg>
Copied!