Openstop Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Openstop 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/330717.svg" alt="Openstop icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330717.svg" alt="Openstop icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330717.svg" alt="Openstop icon" :width="24" :height="24" />
CSS background
.icon-openstop {
background-image: url('https://proicons.com/icon/330717.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="e" d="m24.5771,43.5v-10.5582c0-2.4463,1.4796-4.5477,3.6724-5.4901,4.5058-1.7554,7.6424-6.0547,7.6424-11.085,0-6.5538-5.3241-11.8667-11.8918-11.8667s-11.8918,5.3129-11.8918,11.8667c0,2.7737.9536,5.3251,2.5516,7.3456"/><path id="d" class="e" d="m20.5126,17.0275h6.9748m0-5.2441v10.528m-6.9748-10.528v10.528"/></svg>
Copied!