Eleven Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Eleven 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/339591.svg" alt="Eleven icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339591.svg" alt="Eleven icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339591.svg" alt="Eleven icon" :width="24" :height="24" />
CSS background
.icon-eleven {
background-image: url('https://proicons.com/icon/339591.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a,.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.a{stroke-width:1px;}</style></defs><path class="a" d="M17.75,4.5C8.86,4.5,5.19,13.4,7.67,21.58c2.71,8.94,13.07,22,16.33,21.92s13.62-13,16.33-21.92C42.81,13.4,39.14,4.5,30.25,4.5ZM19.08,11"/><polyline class="b" points="20.17 14.44 20.17 11.58 30.57 11.58 30.57 14.44"/><line class="b" x1="30.57" y1="14.44" x2="30.57" y2="24.55"/><line class="b" x1="20.17" y1="14.44" x2="20.17" y2="22"/><circle class="b" cx="17.29" cy="22" r="2.88"/><circle class="b" cx="27.7" cy="24.55" r="2.88"/><line class="a" x1="20.17" y1="14.44" x2="30.57" y2="14.44"/></svg>
Copied!