Wolt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wolt 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/335224.svg" alt="Wolt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335224.svg" alt="Wolt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335224.svg" alt="Wolt icon" :width="24" :height="24" />
CSS background
.icon-wolt {
background-image: url('https://proicons.com/icon/335224.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M38.5006,5.4992H9.4994c-2.2001,0-4.0002,1.8001-4.0002,4.0002v29.0012c0,2.2001,1.8001,4.0002,4.0002,4.0002h29.0012c2.2001,0,4.0002-1.8001,4.0002-4.0002V9.4994c0-2.2001-1.8001-4.0002-4.0002-4.0002Z"/><polyline class="c" points="21.983 18.2585 17.0875 29.7415 16.2415 18.2585 11.346 29.7415 10.5 18.2585"/><path class="c" d="M24.2981,29.7415h0c-1.5855,0-2.6441-1.2853-2.3646-2.8708l.329-1.866c.2796-1.5855,1.7915-2.8708,3.377-2.8708h0c1.5855,0,2.6441,1.2853,2.3646,2.8708l-.329,1.866c-.2796,1.5855-1.7915,2.8708-3.377,2.8708Z"/><path class="c" d="M32.0448,18.2585l-1.7717,10.0477c-.1398.7927.3895,1.4354,1.1823,1.4354h.4306"/><path class="c" d="M36.4105,19.7656l-1.5059,8.5405c-.1398.7927.3895,1.4354,1.1823,1.4354h.4306"/><line class="c" x1="34.4857" y1="22.134" x2="37.5" y2="22.134"/></svg>
Copied!