htmx icon logo

htmx-icon from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.

Name
htmx-icon
Set
SVG Logos
Style
Color
Viewbox
256×168
License
CC0

Use the htmx icon logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 168"><path fill="#111" d="M181.395 42.749L256 74.204v21.858l-74.605 31.017l-5.917-21.497l55.169-20.705l-55.169-20.784zm-106.79-.001L0 74.204v21.858l74.605 31.017l5.917-21.497l-55.169-20.705l55.169-20.784z"/><path fill="#4065c5" d="M144.34 0h25.664L112.99 167.111H85.996z"/></svg>

React

import type { SVGProps } from "react";

export function LogosHtmxIcon(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 168"><path fill="#111" d="M181.395 42.749L256 74.204v21.858l-74.605 31.017l-5.917-21.497l55.169-20.705l-55.169-20.784zm-106.79-.001L0 74.204v21.858l74.605 31.017l5.917-21.497l-55.169-20.705l55.169-20.784z"/><path fill="#4065c5" d="M144.34 0h25.664L112.99 167.111H85.996z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 168"><path fill="#111" d="M181.395 42.749L256 74.204v21.858l-74.605 31.017l-5.917-21.497l55.169-20.705l-55.169-20.784zm-106.79-.001L0 74.204v21.858l74.605 31.017l5.917-21.497l-55.169-20.705l55.169-20.784z"/><path fill="#4065c5" d="M144.34 0h25.664L112.99 167.111H85.996z"/></svg>
</template>

CSS

.icon-htmx-icon {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20256%20168%22%3E%3Cpath%20fill%3D%22%23111%22%20d%3D%22M181.395%2042.749L256%2074.204v21.858l-74.605%2031.017l-5.917-21.497l55.169-20.705l-55.169-20.784zm-106.79-.001L0%2074.204v21.858l74.605%2031.017l5.917-21.497l-55.169-20.705l55.169-20.784z%22%2F%3E%3Cpath%20fill%3D%22%234065c5%22%20d%3D%22M144.34%200h25.664L112.99%20167.111H85.996z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20256%20168%22%3E%3Cpath%20fill%3D%22%23111%22%20d%3D%22M181.395%2042.749L256%2074.204v21.858l-74.605%2031.017l-5.917-21.497l55.169-20.705l-55.169-20.784zm-106.79-.001L0%2074.204v21.858l74.605%2031.017l5.917-21.497l-55.169-20.705l55.169-20.784z%22%2F%3E%3Cpath%20fill%3D%22%234065c5%22%20d%3D%22M144.34%200h25.664L112.99%20167.111H85.996z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/htmx-icon.svg?color=%231a73e8&size=48