Mcdonalds Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Mcdonalds 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/315143.svg" alt="Mcdonalds icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315143.svg" alt="Mcdonalds icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315143.svg" alt="Mcdonalds icon" :width="24" :height="24" />
CSS background
.icon-mcdonalds {
background-image: url('https://proicons.com/icon/315143.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>McDonald's</title><path d="M17.243 3.006c2.066 0 3.742 8.714 3.742 19.478H24c0-11.588-3.042-20.968-6.766-20.968-2.127 0-4.007 2.81-5.248 7.227-1.241-4.416-3.121-7.227-5.231-7.227C3.031 1.516 0 10.888 0 22.476h3.014c0-10.763 1.658-19.47 3.724-19.47 2.066 0 3.741 8.05 3.741 17.98h2.997c0-9.93 1.684-17.98 3.75-17.98Z"/></svg>
Copied!