whatwg from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.

Name
whatwg
Set
SVG Logos
Style
Color
Viewbox
256×256
License
CC0

Use the whatwg logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><circle cx="128" cy="128" r="115.2" fill="#fff"/><path fill="#3c790a" d="M128 256c70.692 0 128-57.308 128-128S198.692 0 128 0S0 57.308 0 128s57.308 128 128 128m0-25.6c-56.554 0-102.4-45.846-102.4-102.4S71.446 25.6 128 25.6S230.4 71.446 230.4 128S184.554 230.4 128 230.4"/><path fill="#3c790a" d="M97.28 97.28c0-30.72 61.44-38.4 58.88-5.12c0 23.04-40.96 33.28-40.96 58.88v17.92h25.6v-10.24c0-23.04 43.52-30.72 43.52-69.12c-5.12-56.32-115.2-56.32-115.2 7.68zm17.92 81.92h25.6v25.6h-25.6z"/></svg>

React

import type { SVGProps } from "react";

export function LogosWhatwg(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><circle cx="128" cy="128" r="115.2" fill="#fff"/><path fill="#3c790a" d="M128 256c70.692 0 128-57.308 128-128S198.692 0 128 0S0 57.308 0 128s57.308 128 128 128m0-25.6c-56.554 0-102.4-45.846-102.4-102.4S71.446 25.6 128 25.6S230.4 71.446 230.4 128S184.554 230.4 128 230.4"/><path fill="#3c790a" d="M97.28 97.28c0-30.72 61.44-38.4 58.88-5.12c0 23.04-40.96 33.28-40.96 58.88v17.92h25.6v-10.24c0-23.04 43.52-30.72 43.52-69.12c-5.12-56.32-115.2-56.32-115.2 7.68zm17.92 81.92h25.6v25.6h-25.6z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><circle cx="128" cy="128" r="115.2" fill="#fff"/><path fill="#3c790a" d="M128 256c70.692 0 128-57.308 128-128S198.692 0 128 0S0 57.308 0 128s57.308 128 128 128m0-25.6c-56.554 0-102.4-45.846-102.4-102.4S71.446 25.6 128 25.6S230.4 71.446 230.4 128S184.554 230.4 128 230.4"/><path fill="#3c790a" d="M97.28 97.28c0-30.72 61.44-38.4 58.88-5.12c0 23.04-40.96 33.28-40.96 58.88v17.92h25.6v-10.24c0-23.04 43.52-30.72 43.52-69.12c-5.12-56.32-115.2-56.32-115.2 7.68zm17.92 81.92h25.6v25.6h-25.6z"/></svg>
</template>

CSS

.icon-whatwg {
  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%20256%20256%22%3E%3Ccircle%20cx%3D%22128%22%20cy%3D%22128%22%20r%3D%22115.2%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%233c790a%22%20d%3D%22M128%20256c70.692%200%20128-57.308%20128-128S198.692%200%20128%200S0%2057.308%200%20128s57.308%20128%20128%20128m0-25.6c-56.554%200-102.4-45.846-102.4-102.4S71.446%2025.6%20128%2025.6S230.4%2071.446%20230.4%20128S184.554%20230.4%20128%20230.4%22%2F%3E%3Cpath%20fill%3D%22%233c790a%22%20d%3D%22M97.28%2097.28c0-30.72%2061.44-38.4%2058.88-5.12c0%2023.04-40.96%2033.28-40.96%2058.88v17.92h25.6v-10.24c0-23.04%2043.52-30.72%2043.52-69.12c-5.12-56.32-115.2-56.32-115.2%207.68zm17.92%2081.92h25.6v25.6h-25.6z%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%20256%20256%22%3E%3Ccircle%20cx%3D%22128%22%20cy%3D%22128%22%20r%3D%22115.2%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%233c790a%22%20d%3D%22M128%20256c70.692%200%20128-57.308%20128-128S198.692%200%20128%200S0%2057.308%200%20128s57.308%20128%20128%20128m0-25.6c-56.554%200-102.4-45.846-102.4-102.4S71.446%2025.6%20128%2025.6S230.4%2071.446%20230.4%20128S184.554%20230.4%20128%20230.4%22%2F%3E%3Cpath%20fill%3D%22%233c790a%22%20d%3D%22M97.28%2097.28c0-30.72%2061.44-38.4%2058.88-5.12c0%2023.04-40.96%2033.28-40.96%2058.88v17.92h25.6v-10.24c0-23.04%2043.52-30.72%2043.52-69.12c-5.12-56.32-115.2-56.32-115.2%207.68zm17.92%2081.92h25.6v25.6h-25.6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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