Eden Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Eden 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/324958.svg" alt="Eden icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324958.svg" alt="Eden icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324958.svg" alt="Eden icon" :width="24" :height="24" />
CSS background
.icon-eden {
background-image: url('https://proicons.com/icon/324958.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M24,44.933c-11.714,0-21.21-9.499-21.21-21.216S12.285,2.5,24,2.5s21.21,9.499,21.21,21.217c0,10.27-7.296,18.837-16.987,20.796M35.353,12.361h6.192M6.502,12.361h8.27M24.378,24.922h20.444M3.178,24.922h18.549M24.957,36.81h15.305M7.739,36.81h14.603M24.303,30.866h19.297M4.4,30.866h17.142"/><path class="c" d="M24.927,9.978s-1.994-2.826-3.895-4.001c-1.9-1.175-4.463-1.024-4.463-1.024,0,0-1.064,0-2.353.504-1.288.505-1.811.84-1.811.84,0,0,1.307-.037,3.23.617,1.923.654,2.765,1.046,2.765,1.046l2.642-.598-.72,1.009s1.261.812,1.943,1.54c.681.73.998,1.14.998,1.14,0,0-1.185-.495-4.826-.159s-7.226,5.136-7.226,5.136c0,0,3.51-1.457,5.583-1.942,2.072-.486,4.052-.729,4.052-.729,0,0-1.569.673-3.25,3.493-1.68,2.82-1.194,7.303-1.194,7.303,0,0,2.67-5.38,5.228-7.19,2.558-1.812,3.08-1.868,3.08-1.868,0,0-2.053,4.407-2.856,11.486-.804,7.078,2.575,18.919,2.575,18.919l4.07-.635s-3.883-3.847-4.219-13.783,1.42-15.876,1.42-15.876c0,0,1.455.113,3.621,2.989s3.436,5.23,3.436,5.23c0,0,.821-4.67-.971-6.8-1.792-2.128-4.556-3.062-4.556-3.062,0,0,1.167-.607,3.585-.43,2.418.178,7.434,2.471,7.434,2.471,0,0-1.347-2.324-4.502-3.935-3.156-1.611-6.928.026-6.928.026,0,0,.352-1.4,2.478-2.971s4.846-3.13,4.846-3.13c0,0-2.245.106-4.7,1.096-.612.246-1.22.542-2.21,1.27-1.603,1.177-2.306,2.018-2.306,2.018M28.743,2.883l-1.523,5.06"/></svg>
Copied!