Tello Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tello 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/333767.svg" alt="Tello icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333767.svg" alt="Tello icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333767.svg" alt="Tello icon" :width="24" :height="24" />
CSS background
.icon-tello {
background-image: url('https://proicons.com/icon/333767.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="m20.1514,36.877c-4.0842,0-2.2664-3.5517-7.3315-4.9285,2.8695,3.6431-.7426,4.9285-2.6076,4.9285h-.6601c-2.7902,0-5.0522-2.2619-5.0522-5.0522v-15.6497c0-2.7902,2.2619-5.0522,5.0522-5.0522h28.8956c2.7902,0,5.0522,2.2619,5.0522,5.0522v15.6497c0,2.7902-2.2619,5.0522-5.0522,5.0522h-18.2964Z"/><path class="c" d="m35.2522,27.7063h0c-1.721,0-2.9941-1.3952-2.8436-3.1162l.1772-2.0255c.1506-1.721,1.6678-3.1162,3.3888-3.1162h0c1.721,0,2.9941,1.3952,2.8436,3.1162l-.1772,2.0255c-.1506,1.721-1.6678,3.1162-3.3888,3.1162Z"/><path class="c" d="m24.4648,15.2415l-.9542,10.9067c-.0753.8605.5613,1.5581,1.4218,1.5581h.4674"/><path class="c" d="m29.3138,15.2415l-.9542,10.9067c-.0753.8605.5613,1.5581,1.4218,1.5581h.4674"/><path class="c" d="m11.0306,16.8775l-.8111,9.2707c-.0753.8605.5613,1.5581,1.4218,1.5581h.4674"/><line class="c" x1="9.1696" y1="19.4484" x2="12.4417" y2="19.4484"/><path class="c" d="m20.2266,26.1337c-.6189.9394-1.6858,1.5726-2.8452,1.5726h0c-1.721,0-2.9941-1.3952-2.8436-3.1162l.1772-2.0255c.1506-1.721,1.6678-3.1162,3.3888-3.1162h0c1.721,0,2.9941,1.3952,2.8436,3.1162l-.0886,1.0128h-6.2324"/></svg>
Copied!