Openstable Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Openstable 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/330716.svg" alt="Openstable icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330716.svg" alt="Openstable icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330716.svg" alt="Openstable icon" :width="24" :height="24" />
CSS background
.icon-openstable {
background-image: url('https://proicons.com/icon/330716.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="b" cx="24" cy="24" r="12.5"/><polygon class="b" points="24 2.5 32.8363 15.1637 45.5 24 32.8387 32.8387 24 45.5 15.1636 32.8364 2.5 24 15.1639 15.1639 24 2.5"/><path class="b" d="m10.66,7.15c3.66-2.91,8.3-4.65,13.34-4.65s9.68,1.74,13.34,4.65"/><path class="b" d="m37.34,40.85c-3.66,2.91-8.3,4.65-13.34,4.65s-9.68-1.74-13.34-4.65"/><path class="b" d="m7.15,37.34c-2.91-3.66-4.65-8.3-4.65-13.34s1.74-9.68,4.65-13.34"/><path class="b" d="m40.85,37.34c2.91-3.66,4.65-8.3,4.65-13.34s-1.74-9.68-4.65-13.34"/><line class="b" x1="17.1638" y1="17.1637" x2="13.1638" y2="13.1637"/><line class="b" x1="13.1638" y1="34.8387" x2="17.1638" y2="30.8387"/><line class="b" x1="30.8363" y1="17.1637" x2="34.8363" y2="13.1637"/><line class="b" x1="34.8363" y1="34.8387" x2="30.8363" y2="30.8387"/><circle class="b" cx="24" cy="24" r="2.5"/><circle class="b" cx="8.7972" cy="39.2028" r="2.5"/><circle class="b" cx="39.2028" cy="8.7972" r="2.5"/><circle class="b" cx="8.7972" cy="8.7972" r="2.5"/><circle class="b" cx="39.2028" cy="39.2028" r="2.5"/></svg>
Copied!