Mhtml Viewer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mhtml Viewer 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/343720.svg" alt="Mhtml Viewer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343720.svg" alt="Mhtml Viewer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343720.svg" alt="Mhtml Viewer icon" :width="24" :height="24" />
CSS background
.icon-mhtml-viewer {
background-image: url('https://proicons.com/icon/343720.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>.m{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><line id="d" class="m" x1="30.3429" y1="13.9453" x2="35.9457" y2="13.9453"/><line id="e" class="m" x1="33.1443" y1="22.4024" x2="33.1443" y2="13.9453"/></g><g id="f"><line id="g" class="m" x1="22.6257" y1="13.9453" x2="22.6257" y2="22.4024"/><line id="h" class="m" x1="28.2286" y1="13.9453" x2="28.2286" y2="22.4024"/><line id="i" class="m" x1="22.6257" y1="18.158" x2="28.2286" y2="18.158"/></g><polyline id="j" class="m" points="12.0543 22.3931 12.0543 13.9453 16.2829 22.4024 20.5114 13.9582 20.5114 22.4024"/><path id="k" class="m" d="M5.5,29.0046h37"/><path id="l" class="m" d="M37.5974,42.5v-6.3778H10.1274v6.3778"/><rect class="m" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!