Magnify Minus Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Magnify Minus icon is commonly used in quantity selectors, collapse controls and list management. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/311538.svg" alt="Magnify Minus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/311538.svg" alt="Magnify Minus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/311538.svg" alt="Magnify Minus icon" :width="24" :height="24" />
CSS background
.icon-magnify-minus {
background-image: url('https://proicons.com/icon/311538.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22"><path d="M12 10H6V8H12M19 20H17V19H16V18H15V17H14V15H12V16H6V15H5V14H4V13H3V12H2V6H3V5H4V4H5V3H6V2H12V3H13V4H14V5H15V6H16V12H15V14H17V15H18V16H19V17H20V19H19M11 14V13H13V11H14V7H13V5H11V4H7V5H5V7H4V11H5V13H7V14Z"/></svg>
Magnify Minus in other icon packs
Copied!