logo html5 icon

logo-html5 from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
logo-html5
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT
Aliases
logo-html5-outline, social-html5

Related icons in IonIcons

Use the logo html5 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="m64 32l34.94 403.21L255.77 480L413 435.15L448 32Zm308 132H188l4 51h176l-13.51 151.39L256 394.48l-98.68-28l-6.78-77.48h48.26l3.42 39.29L256 343.07l53.42-14.92L315 264H148l-12.59-149.59H376.2Z"/></svg>

React

import type { SVGProps } from "react";

export function IonLogoHtml5(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="m64 32l34.94 403.21L255.77 480L413 435.15L448 32Zm308 132H188l4 51h176l-13.51 151.39L256 394.48l-98.68-28l-6.78-77.48h48.26l3.42 39.29L256 343.07l53.42-14.92L315 264H148l-12.59-149.59H376.2Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="m64 32l34.94 403.21L255.77 480L413 435.15L448 32Zm308 132H188l4 51h176l-13.51 151.39L256 394.48l-98.68-28l-6.78-77.48h48.26l3.42 39.29L256 343.07l53.42-14.92L315 264H148l-12.59-149.59H376.2Z"/></svg>
</template>

CSS

.icon-logo-html5 {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m64%2032l34.94%20403.21L255.77%20480L413%20435.15L448%2032Zm308%20132H188l4%2051h176l-13.51%20151.39L256%20394.48l-98.68-28l-6.78-77.48h48.26l3.42%2039.29L256%20343.07l53.42-14.92L315%20264H148l-12.59-149.59H376.2Z%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m64%2032l34.94%20403.21L255.77%20480L413%20435.15L448%2032Zm308%20132H188l4%2051h176l-13.51%20151.39L256%20394.48l-98.68-28l-6.78-77.48h48.26l3.42%2039.29L256%20343.07l53.42-14.92L315%20264H148l-12.59-149.59H376.2Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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