Liverpool Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Liverpool 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/328602.svg" alt="Liverpool icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328602.svg" alt="Liverpool icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328602.svg" alt="Liverpool icon" :width="24" :height="24" />
CSS background
.icon-liverpool {
background-image: url('https://proicons.com/icon/328602.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><path class="b" d="M30.3909,40.8182v-16.8182c0-1.3455-1.3455-2.6909-2.6909-2.6909h-6.0545"/><path class="b" d="M34.4273,40.8182v-21.5273c0-1.3455-1.3455-2.6909-2.6909-2.6909h-10.0909"/><path class="b" d="M38.4636,40.8182V14.5818c0-1.3455-1.3455-2.6909-2.6909-2.6909h-14.1273"/><path class="b" d="M42.5,40.8182V9.8727c0-1.3455-1.3455-2.6909-2.6909-2.6909h-18.1636"/><path class="b" d="M17.6091,7.1818v16.8182c0,1.3455,1.3455,2.6909,2.6909,2.6909h6.0545"/><path class="b" d="M13.5727,7.1818v21.5273c0,1.3455,1.3455,2.6909,2.6909,2.6909h10.0909"/><path class="b" d="M9.5364,7.1818v26.2364c0,1.3455,1.3455,2.6909,2.6909,2.6909h14.1273"/><path class="b" d="M5.5,7.1818v30.9455c0,1.3455,1.3455,2.6909,2.6909,2.6909h18.1636"/></svg>
Copied!