Episodes Two Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Episodes Two 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/340045.svg" alt="Episodes Two icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340045.svg" alt="Episodes Two icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340045.svg" alt="Episodes Two icon" :width="24" :height="24" />
CSS background
.icon-episodes-two {
background-image: url('https://proicons.com/icon/340045.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="a" x="4.5" y="11.3995" width="39" height="29" rx="2"/><line class="a" x1="11.0593" y1="11.3995" x2="7.4846" y2="7.7453"/><line class="a" x1="13.036" y1="11.3995" x2="16.9051" y2="5.1799"/><line class="a" x1="24" y1="40.3995" x2="24" y2="42.8201"/><line class="a" x1="18.2678" y1="42.8201" x2="29.7322" y2="42.8201"/><path class="a" d="M18.0092,31.2963a2.0627,2.0627,0,1,1,2.0627-2.0627A2.0627,2.0627,0,0,1,18.0092,31.2963Z"/><path class="a" d="M30.014,31.2963a2.0627,2.0627,0,1,1,2.0626-2.0627A2.0629,2.0629,0,0,1,30.014,31.2963Z"/><path class="a" d="M24,18.5975h0A14.7032,14.7032,0,0,1,38.7033,33.3007v0A2.0988,2.0988,0,0,1,36.6045,35.4H11.3955a2.0988,2.0988,0,0,1-2.0988-2.0988v0A14.7032,14.7032,0,0,1,24,18.5975Z"/><line class="a" x1="11.3033" y1="16.3995" x2="15.4805" y2="21.3164"/><line class="a" x1="36.6967" y1="16.3995" x2="32.5195" y2="21.3164"/></svg>
Copied!