Sportschau Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sportschau 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/333208.svg" alt="Sportschau icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333208.svg" alt="Sportschau icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333208.svg" alt="Sportschau icon" :width="24" :height="24" />
CSS background
.icon-sportschau {
background-image: url('https://proicons.com/icon/333208.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>.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><path id="d" class="g" d="m29.5259,35.1893c-.6244.154-1.1855.2888-1.6365.3864l-.0316.0069c-3.4464.8059-6.4692,1.3794-8.891,1.8428-3.0283.5804-5.4185,1.0314-7.0358,1.6228-.2118.0784-.7014.3232-.7853.5226-.0646.1485.0578.3796.3672.7014,5.1214,3.6279,12.479,4.2536,18.7735,1.5925,5.457-2.3063,9.3242-6.7002,10.9016-12.2809-2.0945,2.3077-5.9988,4.1821-11.6621,5.6055Z"/><path id="e" class="g" d="m41.188,29.5838c1.7008-6.6741-6.921-10.3285-14.0563-12.7947-7.4452-2.5733-10.1785-8.0058-10.1785-8.0058-8.1496,1.6113-10.7685,3.6391-10.2897,6.0287,2.0171,10.0679,17.4526,12.1938,23.9266,20.0988"/><path id="f" class="g" d="m16.9532,8.7833c3.9057-.714,6.4983-.9367,10.1317-1.1429,3.969-.2393,4.2069-.9792,4.1615-1.0246,0,0-2.611-2.7596-10.8704-1.9756-7.8397.7442-12.8692,2.9679-13.7813,9.2993"/></g></svg>
Copied!