Top Eleven Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Top 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/334108.svg" alt="Top Eleven icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334108.svg" alt="Top Eleven icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334108.svg" alt="Top Eleven icon" :width="24" :height="24" />
CSS background
.icon-top-eleven {
background-image: url('https://proicons.com/icon/334108.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M19.4116,16.4725c24.8199-4.6298,31.6804,4.153,18.5378,11.639M28.5968,31.5275C3.7682,36.1573-3.0923,27.3745,10.0503,19.8885"/><path class="b" d="M27.3022,24.7097v-6.8955h2.2405c1.2803-.0048,2.3221,1.0291,2.3269,2.3094,0,.0062,0,.0124,0,.0186.0048,1.2803-1.0291,2.3221-2.3094,2.3269-.0058,0-.0117,0-.0175,0h-2.2416"/><path class="b" d="M14.3061,17.8142h4.4822M16.5478,24.7097v-6.8955"/><path class="b" d="M23.0452,24.7097h0c-1.2289.0091-2.2325-.9798-2.2416-2.2087,0-.011,0-.0219,0-.0329v-2.3258c0-1.2936,1.0344-2.328,2.2416-2.328h0c1.2803-.0048,2.3221,1.0291,2.3269,2.3094,0,.0062,0,.0124,0,.0186v2.2405c.0048,1.2803-1.0291,2.3221-2.3094,2.3269-.0058,0-.0117,0-.0175,0Z"/><path class="b" d="M17.5686,26.1937v4.1485h2.0742"/><path class="b" d="M31.2855,30.3422v-4.1485l2.7484,4.1485v-4.1485"/><path class="b" d="M26.8125,26.1937l-1.3483,4.1485-1.3483-4.1485"/><path class="b" d="M14.2957,28.268h1.4001M16.37,30.3422h-2.0742v-4.1485h2.0742"/><path class="b" d="M28.0113,28.268h1.4001M30.0855,30.3422h-2.0742v-4.1485h2.0742"/><path class="b" d="M20.8424,28.268h1.4001M22.9167,30.3422h-2.0742v-4.1485h2.0742"/></svg>
Copied!