Retro Bowl Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Retro Bowl 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/346678.svg" alt="Retro Bowl icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346678.svg" alt="Retro Bowl icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346678.svg" alt="Retro Bowl icon" :width="24" :height="24" />
CSS background
.icon-retro-bowl {
background-image: url('https://proicons.com/icon/346678.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>.n{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="f"><path id="g" class="n" d="M12.9443,5.5v7.3867h-7.4443v22.18h7.4741v7.4333h7.1785v-22.1674h22.3473v-7.3446h-7.5599v-7.4881H12.9443Z"/><g id="h"><path id="i" class="n" d="M25.7428,42.5h-3.6011"/><path id="j" class="n" d="M34.9401,22.3326v10.722"/></g><g id="k"><path id="l" class="n" d="M20.1527,27.6934h7.5791v7.4459h-7.5791"/><path id="m" class="n" d="M27.7318,35.0541h14.7682v7.4459h-14.7682v-7.4459Z"/></g></g></svg>
Copied!