M3u Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The M3u 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/328751.svg" alt="M3u icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328751.svg" alt="M3u icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328751.svg" alt="M3u icon" :width="24" :height="24" />
CSS background
.icon-m3u {
background-image: url('https://proicons.com/icon/328751.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="d" d="M41.6777,11.2779c-.431-2.2778-1.6744-4.0565-3.2656-4.6715-2.1463-1.1771-22.878-1.7611-28.9005.0371-1.5912.615-2.8346,2.3937-3.2656,4.6715-.9621,6.0618-1.0361,19.1865.0278,25.3966.431,2.2778,1.6744,4.0565,3.2656,4.6715,4.237,1.3903,24.3952,1.585,28.8912,0,1.5948-.6109,2.8422-2.3903,3.2749-4.6715,1.0269-6.6179,1.1009-18.9177-.0278-25.4336Z"/><path id="c" class="d" d="M30.6543,24.0054l-11.3086-6.5054v13l11.3086-6.4946Z"/></svg>
Copied!