Wpp Shop Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wpp Shop 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/349842.svg" alt="Wpp Shop icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349842.svg" alt="Wpp Shop icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349842.svg" alt="Wpp Shop icon" :width="24" :height="24" />
CSS background
.icon-wpp-shop {
background-image: url('https://proicons.com/icon/349842.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>.r{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="f"><g id="g"><path id="h" class="r" d="M10.6653,5.5v8.335"/><path id="i" class="r" d="M17.3653,6.001v7.834"/><path id="j" class="r" d="M30.7553,6.001v7.834"/><path id="k" class="r" d="M24.0653,6.001l-.005,7.834c-.0067,1.939-1.498,3.5-3.35,3.5s-3.346-1.561-3.344-3.5c0,1.939-1.491,3.5-3.344,3.5s-3.345-1.561-3.351-3.5c-.0067,1.939-1.498,3.5-3.35,3.5-.47,0-.916-.1-1.321-.282"/><path id="l" class="r" d="M37.4533,5.5v8.335c0,1.939-1.492,3.5-3.345,3.5s-3.345-1.561-3.349-3.5c-.0033,1.939-1.495,3.5-3.348,3.5s-3.345-1.561-3.345-3.5"/><path id="m" class="r" d="M41.995,17.111c-.3772.1491-.7794.2251-1.185.224-1.853,0-3.345-1.561-3.345-3.5"/></g><path id="n" class="r" d="M9.5,5.5h29c2.216,0,4,1.784,4,4v29c0,2.216-1.784,4-4,4H9.5c-2.216,0-4-1.784-4-4V9.5c0-2.216,1.784-4,4-4Z"/></g><g id="o"><path id="p" class="r" d="M19.0404,30.7635l5.8205,5.1364,11.1782-12.9512"/><path id="q" class="r" d="M11.9609,30.7635l5.8205,5.1364,1.7999-2.0854"/></g></svg>
Copied!