Sverigesradioplay Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sverigesradioplay 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/333514.svg" alt="Sverigesradioplay icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333514.svg" alt="Sverigesradioplay icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333514.svg" alt="Sverigesradioplay icon" :width="24" :height="24" />
CSS background
.icon-sverigesradioplay {
background-image: url('https://proicons.com/icon/333514.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M38.5,42.5H9.5c-2.2,0-4-1.8-4-4V9.5c0-2.2,1.8-4,4-4h29c2.2,0,4,1.8,4,4v29c0,2.2-1.8,4-4,4Z"/><path class="c" d="M18.1065,27.3015c.5473.4596,1.1382.6702,2.4653.6702h.6725c1.0944,0,1.9816-.8891,1.9816-1.9859h0c0-1.0968-.8872-1.9859-1.9816-1.9859h-1.345c-1.0944,0-1.9816-.8891-1.9816-1.9859h0c0-1.0968.8872-1.9859,1.9816-1.9859h.6725c1.327,0,1.918.2106,2.4653.6702"/><path class="c" d="M15.102,26.459c-.5163.9036-1.4893,1.5127-2.6045,1.5127h0c-1.6555,0-2.9975-1.342-2.9975-2.9975v-1.9484c0-1.6555,1.342-2.9975,2.9975-2.9975h0c1.6555,0,2.9975,1.342,2.9975,2.9975v.9742s-5.9951,0-5.9951,0"/><path class="c" d="M38.5,24.9742c0,1.6555-1.342,2.9975-2.9975,2.9975h0c-1.6555,0-2.9975-1.342-2.9975-2.9975v-1.9484c0-1.6555,1.342-2.9975,2.9975-2.9975h0c1.6555,0,2.9975,1.342,2.9975,2.9975"/><line class="c" x1="38.5" y1="27.9717" x2="38.5" y2="20.0283"/><path class="c" d="M25.6712,20.0283h2.3934c1.0968,0,1.9859.8891,1.9859,1.9859h0c0,1.0968-.8891,1.9859-1.9859,1.9859h-2.3934"/><line class="c" x1="25.6712" y1="24" x2="30.0504" y2="27.9697"/></svg>
Copied!