html5-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.

Name
html5-filled
Set
TDesign Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

The same icon in other sets

Use the html5 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m22.059 1l-1.098 19.208l-8.96 3.36l-8.962-3.36L1.941 1zM7.787 7h8.708l1.72.017L18.33 5H5.67l.421 7.377h9.814l-.21 3.67L12 17.431l-3.696-1.386l-.048-.853l-.044-1.12H6.188l.194 3.388L12 19.568l5.618-2.107l.405-7.084H7.98z"/></svg>

React

import type { SVGProps } from "react";

export function TdesignHtml5Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m22.059 1l-1.098 19.208l-8.96 3.36l-8.962-3.36L1.941 1zM7.787 7h8.708l1.72.017L18.33 5H5.67l.421 7.377h9.814l-.21 3.67L12 17.431l-3.696-1.386l-.048-.853l-.044-1.12H6.188l.194 3.388L12 19.568l5.618-2.107l.405-7.084H7.98z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m22.059 1l-1.098 19.208l-8.96 3.36l-8.962-3.36L1.941 1zM7.787 7h8.708l1.72.017L18.33 5H5.67l.421 7.377h9.814l-.21 3.67L12 17.431l-3.696-1.386l-.048-.853l-.044-1.12H6.188l.194 3.388L12 19.568l5.618-2.107l.405-7.084H7.98z"/></svg>
</template>

CSS

.icon-html5-filled {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m22.059%201l-1.098%2019.208l-8.96%203.36l-8.962-3.36L1.941%201zM7.787%207h8.708l1.72.017L18.33%205H5.67l.421%207.377h9.814l-.21%203.67L12%2017.431l-3.696-1.386l-.048-.853l-.044-1.12H6.188l.194%203.388L12%2019.568l5.618-2.107l.405-7.084H7.98z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m22.059%201l-1.098%2019.208l-8.96%203.36l-8.962-3.36L1.941%201zM7.787%207h8.708l1.72.017L18.33%205H5.67l.421%207.377h9.814l-.21%203.67L12%2017.431l-3.696-1.386l-.048-.853l-.044-1.12H6.188l.194%203.388L12%2019.568l5.618-2.107l.405-7.084H7.98z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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