Html5 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 { IconHtml5 } from "@devigner-ui/icons";
<IconHtml5 className="size-6" />
<script setup>
import { IconHtml5 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconHtml5 class="size-6" />
</template>
<script>
import { IconHtml5 } from "@devigner-ui/icons-svelte";
</script>
<IconHtml5 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><path opacity="1" d="M16.92 6.75h-8.5l.5 4.5h7.5l-.5 5-3.5 1-3.5-1v-2" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg>