Magnifier 1 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Magnifier 1 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/328803.svg" alt="Magnifier 1 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328803.svg" alt="Magnifier 1 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328803.svg" alt="Magnifier 1 icon" :width="24" :height="24" />
CSS background
.icon-magnifier-1 {
background-image: url('https://proicons.com/icon/328803.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M8.0323,25.2837c-1.3986,0-2.5323-1.1338-2.5323-2.5323v-14.719c0-1.3986,1.1338-2.5323,2.5323-2.5323h14.719c1.3986,0,2.5323,1.1338,2.5323,2.5323"/><path class="c" d="M29.5484,17.3617v7.122c0,2.7971-2.2675,5.0647-5.0647,5.0647h-7.122"/><circle class="c" cx="25.2837" cy="25.2837" r="13.4444"/><line class="c" x1="34.7965" y1="34.7965" x2="42.5" y2="42.5"/></svg>
Copied!