Escapepod Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Escapepod 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/325512.svg" alt="Escapepod icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325512.svg" alt="Escapepod icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325512.svg" alt="Escapepod icon" :width="24" :height="24" />
CSS background
.icon-escapepod {
background-image: url('https://proicons.com/icon/325512.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M16.68,42.89,5.5,31.7l9.7-4.52h0a10.15,10.15,0,0,0,6.14,5.39Zm6.16-14.67a3.4,3.4,0,1,1,3.39-3.41h0A3.4,3.4,0,0,1,22.84,28.22Zm-1.49-15a13,13,0,0,1,13.06,13v.1M21.35,5.11A21.15,21.15,0,0,1,42.5,26.25v.06"/></svg>
Copied!