Delivery Club Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Delivery Club 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/324401.svg" alt="Delivery Club icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324401.svg" alt="Delivery Club icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324401.svg" alt="Delivery Club icon" :width="24" :height="24" />
CSS background
.icon-delivery-club {
background-image: url('https://proicons.com/icon/324401.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M13.478,23.0093l7.97-3.733-1.739,5.043,7.32-4.04c-.966,1.27-2.974,4.912-1.875,5.669,1.55,1.066,4.857-1.459,7.514-3.376M19.494,16.8513c-3.734-.743-7.898.694-9.773,4.529-1.63,3.33-.745,6.267,2.141,4.932,1.805,1.198,3.562.723,5.182-.943l1.411,1.171-3.501,2.329-2.867,8.123c-2.249.501-3.977,2.831-4.013,5.936-.006.608.592.72.933.388,1.914-1.862,2.691-2.571,4.125-3.757.553-.458.858-1.16,1.234-1.858l3.489-6.477c.217-.403.622-.568.956-.646l7.247-1.694-.478,4.877c-.082.843.225,1.885,1.476,2.07l6.288.93c1.705,2.274,3.276,3.963,6.091,3.27.353-.087.853-.654.094-1.387l-2.646-2.555c-2.164-2.089-3.472-1.695-7.81-2.775l.861-3.736c3.43.17,6.695-.789,6.225-5.502,2.71-2.223,4.744-5.552,2.86-10.038-.858-2.044-5.351-5.69-2.772-7.014l1.863-.108c.344-.02.673-.902.337-.975l-1.14-.249c-1.505-.003-.919-1.005-2.52-1.18-1.415-.154-2.294,1.19-2.366,2.037-.256,3.007,1.278,4.013,2.804,6.13,2.604,3.616,1.603,6.796-2.287,5.925-1.848-.44-2.876-1.416-4.766-2.048-2.85-.953-5.726-.736-8.678.295Z"/></svg>
Copied!