Mcdelivery Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mcdelivery 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/343526.svg" alt="Mcdelivery icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343526.svg" alt="Mcdelivery icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343526.svg" alt="Mcdelivery icon" :width="24" :height="24" />
CSS background
.icon-mcdelivery {
background-image: url('https://proicons.com/icon/343526.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:#fff;stroke-linecap:round;stroke-linejoin:round;}.c{fill:#fff;stroke-width:0px;}</style></defs><circle class="b" cx="24" cy="24" r="21.5"/><path class="b" d="M36.5,32.2718c0-5.7853-1.5115-23.402-6.3065-23.402s-6.1935,13.291-6.1935,21.578c0-8.287-1.3985-21.578-6.1935-21.578s-6.3065,17.616-6.3065,23.402"/><ellipse class="b" cx="13.2286" cy="36.752" rx="1.6294" ry="1.5941"/><ellipse class="b" cx="34.7638" cy="36.752" rx="1.6294" ry="1.5941"/><circle class="c" cx="30.7985" cy="38.1473" r=".75"/><circle class="c" cx="28.0224" cy="38.5738" r=".75"/><circle class="c" cx="25.2463" cy="38.7256" r=".75"/><circle class="c" cx="22.6148" cy="38.7256" r=".75"/><circle class="c" cx="19.7628" cy="38.5738" r=".75"/><circle class="c" cx="17.2072" cy="38.1051" r=".75"/></svg>
Copied!