Htm Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Htm 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/341714.svg" alt="Htm icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341714.svg" alt="Htm icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341714.svg" alt="Htm icon" :width="24" :height="24" />
CSS background
.icon-htm {
background-image: url('https://proicons.com/icon/341714.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polyline class="c" points="33.9331 28.0778 35.7264 20.3101 37.8193 28.0864 43.5 20.3219 41.7074 28.0864"/><line class="c" x1="27.4724" y1="20.3101" x2="32.6242" y2="20.3101"/><line class="c" x1="28.253" y1="28.0864" x2="30.0483" y2="20.3101"/><line class="c" x1="19.3522" y1="20.31" x2="17.5569" y2="28.0863"/><line class="c" x1="24.504" y1="20.31" x2="22.7087" y2="28.0863"/><line class="c" x1="18.4579" y1="24.1835" x2="23.6097" y2="24.1835"/><line class="c" x1="4.5" y1="17.0683" x2="33.6192" y2="17.0683"/><line class="c" x1="24.504" y1="30.9317" x2="41.8524" y2="30.9317"/></svg>
Copied!