Magnify Plus Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Magnify 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/312191.svg" alt="Magnify Plus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/312191.svg" alt="Magnify Plus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/312191.svg" alt="Magnify Plus icon" :width="24" :height="24" />
CSS background
.icon-magnify-plus {
background-image: url('https://proicons.com/icon/312191.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" id="memory-magnify-plus" viewBox="0 0 22 22"><path d="M10 12H8V10H6V8H8V6H10V8H12V10H10M19 20H17V19H16V18H15V17H14V15H12V16H6V15H5V14H4V13H3V12H2V6H3V5H4V4H5V3H6V2H12V3H13V4H14V5H15V6H16V12H15V14H17V15H18V16H19V17H20V19H19M11 14V13H13V11H14V7H13V5H11V4H7V5H5V7H4V11H5V13H7V14Z" /></svg>
Magnify Plus in other icon packs
Copied!