Html3 icon in outline, twotone, bold and bulk. Free in all four styles, for logos, integrations, payment methods, social links. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconHtml3 } from "@devigner-ui/icons";
<IconHtml3 className="size-6" />
<script setup>
import { IconHtml3 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconHtml3 class="size-6" />
</template>
<script>
import { IconHtml3 } from "@devigner-ui/icons-svelte";
</script>
<IconHtml3 class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.79 2h15.77a1 1 0 0 1 .99 1.11l-1.8 16.22a1 1 0 0 1-.72.85l-6.08 1.74q-.27.08-.55 0l-6.08-1.74a1 1 0 0 1-.72-.85L3.8 3.11A1 1 0 0 1 4.79 2" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><g opacity="1"><path d="m8.17 6.98 9 .02-1 9-3.5 1-3.5-1-.5-2" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M8.67 11h8.06" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>