Max Fashion Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Max Fashion 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/328942.svg" alt="Max Fashion icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328942.svg" alt="Max Fashion icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328942.svg" alt="Max Fashion icon" :width="24" :height="24" />
CSS background
.icon-max-fashion {
background-image: url('https://proicons.com/icon/328942.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="e" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><line class="e" x1="35.5" y1="20.93267233" x2="30.87007092" y2="27.06732767"/><line class="e" x1="35.5" y1="27.06732767" x2="30.87007092" y2="20.93267233"/><path class="e" d="M12.5,23.24763455c0-1.27851833,1.03644389-2.31496223,2.31496223-2.31496223h.00000463c1.27851833,0,2.31496223,1.03644389,2.31496223,2.31496223v3.81969312"/><line class="e" x1="12.5" y1="20.93267233" x2="12.5" y2="27.06732767"/><path class="e" d="M17.12992908,23.24763455c0-1.27851833,1.03644389-2.31496223,2.31496223-2.31496223h.00000463c1.27851833,0,2.31496223,1.03644389,2.31496223,2.31496223v3.81969312"/><path class="e" d="M28.49020161,24.75236544c0,1.27851834-1.03644389,2.31496223-2.31496223,2.31496223h-.00000463c-1.27851834,0-2.31496224-1.0364439-2.31496224-2.31496224v-1.50473088c0-1.27851834,1.0364439-2.31496223,2.31496224-2.31496223h.00000463c1.27851833,0,2.31496223,1.03644389,2.31496223,2.31496223"/><line class="e" x1="28.49020161" y1="27.06732767" x2="28.49020161" y2="20.93267233"/></svg>
Copied!