Ella 2 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ella 2 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/325039.svg" alt="Ella 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325039.svg" alt="Ella 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325039.svg" alt="Ella 2 icon" :width="24" :height="24" />
CSS background
.icon-ella-2 {
background-image: url('https://proicons.com/icon/325039.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><line class="c" x1="20.2857" y1="20.1199" x2="20.2857" y2="29.1605"/><line class="c" x1="15.7782" y1="22.8506" x2="15.7782" y2="26.4298"/><line class="c" x1="24.9931" y1="18.7546" x2="24.9931" y2="30.5258"/><line class="c" x1="29.5006" y1="20.1199" x2="29.5006" y2="29.1605"/><line class="c" x1="34.0081" y1="22.8506" x2="34.0081" y2="26.4298"/><path class="c" d="M39.0335,12.5245c8.3706,6.252-2.4117,30.318-11.0247,30.0883-8.6131-.2297-22.5088-8.6705-22.5088-17.1113S29.5006,5.4044,39.0335,12.5245Z"/><path class="c" d="M27.3772,5.5766C17.2208,3.1266,4.7044,24.9338,10.3807,31.4158c5.6764,6.482,23.2477,11.3613,29.7438,5.9717s-1.1807-29.0206-12.7473-31.8109Z"/></svg>
Copied!