html5 shield logo

html5-shield from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.

Name
html5-shield
Set
CoreUI Brands
Style
Brand
Viewbox
32×32
License
CC0 1.0

Use the html5 shield logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m4 2l2.181 24.738L15.969 30l9.85-3.262L28 2zm19.262 7.994H11.774l.256 3.088h10.975l-.85 9.275l-6.119 1.688v.019h-.069l-6.169-1.706l-.375-4.738h2.981l.219 2.381l3.344.906l3.356-.906l.375-3.887H9.267l-.8-9.1h15.069z"/></svg>

React

import type { SVGProps } from "react";

export function CibHtml5Shield(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m4 2l2.181 24.738L15.969 30l9.85-3.262L28 2zm19.262 7.994H11.774l.256 3.088h10.975l-.85 9.275l-6.119 1.688v.019h-.069l-6.169-1.706l-.375-4.738h2.981l.219 2.381l3.344.906l3.356-.906l.375-3.887H9.267l-.8-9.1h15.069z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m4 2l2.181 24.738L15.969 30l9.85-3.262L28 2zm19.262 7.994H11.774l.256 3.088h10.975l-.85 9.275l-6.119 1.688v.019h-.069l-6.169-1.706l-.375-4.738h2.981l.219 2.381l3.344.906l3.356-.906l.375-3.887H9.267l-.8-9.1h15.069z"/></svg>
</template>

CSS

.icon-html5-shield {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m4%202l2.181%2024.738L15.969%2030l9.85-3.262L28%202zm19.262%207.994H11.774l.256%203.088h10.975l-.85%209.275l-6.119%201.688v.019h-.069l-6.169-1.706l-.375-4.738h2.981l.219%202.381l3.344.906l3.356-.906l.375-3.887H9.267l-.8-9.1h15.069z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m4%202l2.181%2024.738L15.969%2030l9.85-3.262L28%202zm19.262%207.994H11.774l.256%203.088h10.975l-.85%209.275l-6.119%201.688v.019h-.069l-6.169-1.706l-.375-4.738h2.981l.219%202.381l3.344.906l3.356-.906l.375-3.887H9.267l-.8-9.1h15.069z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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