Macys Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Macys 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/315088.svg" alt="Macys icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315088.svg" alt="Macys icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315088.svg" alt="Macys icon" :width="24" :height="24" />
CSS background
.icon-macys {
background-image: url('https://proicons.com/icon/315088.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>Macy's</title><path d="M12.015.624L9.19 9.293H0l7.445 5.384-2.819 8.673L12 17.986l7.422 5.393-2.835-8.713L24 9.292h-9.162L12.015.622v.002z"/></svg>
Copied!