Htmx Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Htmx 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/314693.svg" alt="Htmx icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314693.svg" alt="Htmx icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314693.svg" alt="Htmx icon" :width="24" :height="24" />
CSS background
.icon-htmx {
background-image: url('https://proicons.com/icon/314693.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>htmx</title><path d="M0 13.01v-2l7.09-2.98.58 1.94-5.1 2.05 5.16 2.05-.63 1.9Zm16.37 1.03 5.18-2-5.16-2.09.65-1.88L24 10.95v2.12L17 16zm-2.85-9.98H16l-5.47 15.88H8.05Z"/></svg>
Copied!