html-5 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
html-5
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the html 5 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M16.769 3H8.23c-2.163 0-3.245 0-3.84.709s-.421 1.794-.077 3.965l1.375 8.661c.297 1.87.727 2.431 2.493 3.121l2.894 1.131c.704.275 1.056.413 1.424.413s.72-.138 1.424-.413l2.894-1.13c1.766-.69 2.196-1.251 2.493-3.122l1.375-8.661c.344-2.17.517-3.256-.078-3.965C20.015 3 18.933 3 16.769 3"/><path d="M15.5 8h-4.973c-.908 0-1.091.189-1.01 1.093l.181 2.007c.07.762.244.914 1.01.914h3.155c.925 0 1.109.194 1.008 1.112l-.17 1.536c-.068.618-.087.642-.681.842l-1.235.415c-.323.108-.328.108-.651 0l-1.374-.462c-.37-.124-.493-.275-.56-.645"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsHtml5(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M16.769 3H8.23c-2.163 0-3.245 0-3.84.709s-.421 1.794-.077 3.965l1.375 8.661c.297 1.87.727 2.431 2.493 3.121l2.894 1.131c.704.275 1.056.413 1.424.413s.72-.138 1.424-.413l2.894-1.13c1.766-.69 2.196-1.251 2.493-3.122l1.375-8.661c.344-2.17.517-3.256-.078-3.965C20.015 3 18.933 3 16.769 3"/><path d="M15.5 8h-4.973c-.908 0-1.091.189-1.01 1.093l.181 2.007c.07.762.244.914 1.01.914h3.155c.925 0 1.109.194 1.008 1.112l-.17 1.536c-.068.618-.087.642-.681.842l-1.235.415c-.323.108-.328.108-.651 0l-1.374-.462c-.37-.124-.493-.275-.56-.645"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M16.769 3H8.23c-2.163 0-3.245 0-3.84.709s-.421 1.794-.077 3.965l1.375 8.661c.297 1.87.727 2.431 2.493 3.121l2.894 1.131c.704.275 1.056.413 1.424.413s.72-.138 1.424-.413l2.894-1.13c1.766-.69 2.196-1.251 2.493-3.122l1.375-8.661c.344-2.17.517-3.256-.078-3.965C20.015 3 18.933 3 16.769 3"/><path d="M15.5 8h-4.973c-.908 0-1.091.189-1.01 1.093l.181 2.007c.07.762.244.914 1.01.914h3.155c.925 0 1.109.194 1.008 1.112l-.17 1.536c-.068.618-.087.642-.681.842l-1.235.415c-.323.108-.328.108-.651 0l-1.374-.462c-.37-.124-.493-.275-.56-.645"/></g></svg>
</template>

CSS

.icon-html-5 {
  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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M16.769%203H8.23c-2.163%200-3.245%200-3.84.709s-.421%201.794-.077%203.965l1.375%208.661c.297%201.87.727%202.431%202.493%203.121l2.894%201.131c.704.275%201.056.413%201.424.413s.72-.138%201.424-.413l2.894-1.13c1.766-.69%202.196-1.251%202.493-3.122l1.375-8.661c.344-2.17.517-3.256-.078-3.965C20.015%203%2018.933%203%2016.769%203%22%2F%3E%3Cpath%20d%3D%22M15.5%208h-4.973c-.908%200-1.091.189-1.01%201.093l.181%202.007c.07.762.244.914%201.01.914h3.155c.925%200%201.109.194%201.008%201.112l-.17%201.536c-.068.618-.087.642-.681.842l-1.235.415c-.323.108-.328.108-.651%200l-1.374-.462c-.37-.124-.493-.275-.56-.645%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M16.769%203H8.23c-2.163%200-3.245%200-3.84.709s-.421%201.794-.077%203.965l1.375%208.661c.297%201.87.727%202.431%202.493%203.121l2.894%201.131c.704.275%201.056.413%201.424.413s.72-.138%201.424-.413l2.894-1.13c1.766-.69%202.196-1.251%202.493-3.122l1.375-8.661c.344-2.17.517-3.256-.078-3.965C20.015%203%2018.933%203%2016.769%203%22%2F%3E%3Cpath%20d%3D%22M15.5%208h-4.973c-.908%200-1.091.189-1.01%201.093l.181%202.007c.07.762.244.914%201.01.914h3.155c.925%200%201.109.194%201.008%201.112l-.17%201.536c-.068.618-.087.642-.681.842l-1.235.415c-.323.108-.328.108-.651%200l-1.374-.462c-.37-.124-.493-.275-.56-.645%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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