Html5 Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Html5 icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/314691.svg" alt="Html5 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314691.svg" alt="Html5 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314691.svg" alt="Html5 icon" :width="24" :height="24" />
CSS background
.icon-html5 {
background-image: url('https://proicons.com/icon/314691.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>HTML5</title><path d="M1.5 0h21l-1.91 21.563L11.977 24l-8.564-2.438L1.5 0zm7.031 9.75l-.232-2.718 10.059.003.23-2.622L5.412 4.41l.698 8.01h9.126l-.326 3.426-2.91.804-2.955-.81-.188-2.11H6.248l.33 4.171L12 19.351l5.379-1.443.744-8.157H8.531z"/></svg>
Html5 in other icon packs
Copied!