Espn Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Espn Alt 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/340086.svg" alt="Espn Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340086.svg" alt="Espn Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340086.svg" alt="Espn Alt icon" :width="24" :height="24" />
CSS background
.icon-espn-alt {
background-image: url('https://proicons.com/icon/340086.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g><line class="b" x1="4.5" y1="29.8229" x2="10.323" y2="29.8229"/><polyline class="b" points="12.3764 18.1771 6.5534 18.1771 6.0402 21.0885"/><line class="b" x1="5.5268" y1="24.0001" x2="9.3232" y2="24.0001"/><line class="b" x1="5.5268" y1="24.0001" x2="4.5" y2="29.8229"/></g><g><path class="b" d="m24.3123,25.9994h3.8126c2.1555,0,4.2115-1.7511,4.5925-3.9112s-1.0577-3.9112-3.2131-3.9112h-3.8126l-.5134,2.9114"/><line class="b" x1="23.6381" y1="29.8229" x2="24.6649" y2="24.0001"/></g><g><line class="b" x1="41.9144" y1="29.8229" x2="42.9412" y2="24.0001"/><path class="b" d="m43.4546,21.0885h0c.2835-1.608-.7901-2.9114-2.3982-2.9114h-4.804l-.5134,2.9114"/><line class="b" x1="34.199" y1="29.8229" x2="35.2258" y2="24.0001"/></g><g><path class="b" d="m14.4628,21.0885c.2835-1.6079,1.8141-2.9114,3.4186-2.9114h1.7241c1.2458,0,2.0803.3463,2.6305,1.2761"/><path class="b" d="m13.3783,28.547c.5502.9298,1.3847,1.2761,2.6305,1.2761h1.7241c1.6045,0,3.1351-1.3035,3.4186-2.9114h0c.2835-1.608-.7873-2.9114-2.3918-2.9114h-1.9051"/></g></svg>
Copied!