Mcdonalds Plus Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mcdonalds Plus icon is commonly used in add-item buttons, floating action buttons and form toolbars. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/328969.svg" alt="Mcdonalds Plus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328969.svg" alt="Mcdonalds Plus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328969.svg" alt="Mcdonalds Plus icon" :width="24" :height="24" />
CSS background
.icon-mcdonalds-plus {
background-image: url('https://proicons.com/icon/328969.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M38.4999,42.4999H9.4999c-2.2091,0-4-1.7909-4-4V9.4999c0-2.2091,1.7909-4,4-4h29c2.2091,0,4,1.7909,4,4v29c0,2.2091-1.7909,4-4,4Z"/><path class="b" d="M36.5,35.7c0-5.78-1.51-23.4-6.31-23.4s-6.19,13.29-6.19,21.58c0-8.29-1.4-21.58-6.19-21.58s-6.31,17.62-6.31,23.4"/><line class="b" x1="37.2897" y1="14.8" x2="37.2897" y2="9.8"/><line class="b" x1="34.7897" y1="12.3" x2="39.7897" y2="12.3"/></svg>
Copied!