Marks And Spencer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Marks And Spencer 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/343444.svg" alt="Marks And Spencer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343444.svg" alt="Marks And Spencer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343444.svg" alt="Marks And Spencer icon" :width="24" :height="24" />
CSS background
.icon-marks-and-spencer {
background-image: url('https://proicons.com/icon/343444.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;}</style></defs><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="b" d="M10.674,27.991v-7.9912l4,8,4-7.9878v7.9878"/><path class="b" d="M32.184,27.124c.4906.6387,1.1057.8765,1.9615.8765h1.1844c1.1022,0,1.9957-.8935,1.9957-1.9957v-.0086c0-1.1022-.8935-1.9957-1.9957-1.9957h-1.3065c-1.1034,0-1.9978-.8945-1.9978-1.9978,0-1.1058.8964-2.0022,2.0022-2.0022h1.1779c.8558,0,1.4709.2379,1.9615.8765"/><path class="b" d="M28.777,28h-.676c-.4478,0-.8687-.2143-1.1321-.5764l-2.7747-3.8142c-.3567-.4682-.9838-1.0845-.9838-1.9977,0-.8621.7002-1.6117,1.6742-1.6117.9486,0,1.6212.7495,1.6212,1.6117,0,.913-.7398,1.6936-2.1069,1.9529-1.524.2891-2.4766,1.1253-2.4766,2.5038,0,1.1145.7026,1.9315,2.107,1.9315,1.8463,0,2.9329-1.7507,4.5378-3.9023"/></svg>
Copied!