webhint from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.

Name
webhint
Set
Material Icon Theme
Style
Color
Viewbox
120×120
License
MIT

The same logo in other sets

Use the webhint logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 120 120"><path fill="#1e88e5" d="M115.45 23.033S97.961 33.27 97.534 33.412c-.427.284-.852.57-1.137.854c-1.422 1.421-1.848 3.41-1.422 5.26c.285.852.711 1.849 1.422 2.56c.711.71 1.564 1.137 2.559 1.422c1.848.426 3.84 0 5.262-1.422q.638-.64.851-1.28l.143-.427l2.56-4.692zm-39.102 9.242c-27.441 0-31.99 13.08-31.99 29.29c0 3.838.569 7.962-1.99 11.942c-3.84 5.972-8.957 5.828-10.236 5.828c-1.706 0-7.962-.993-8.246-2.841h.994c6.682 0 11.658-5.404 11.658-12.655v-2.56h-5.686c-4.123 0-7.82 1.849-10.238 5.12c-2.417-3.271-6.113-5.12-10.236-5.12h-5.83v2.56c0 7.11 5.688 12.795 12.797 12.795h1.848c0 4.124 5.687 20.332 47.63 20.332c16.352 0 40.665-2.843 40.665-33.697c0-5.829-1.848-11.23-4.691-15.78c-.996.284-1.992.568-3.13.568a8.92 8.92 0 0 1-8.956-8.957q0-1.493.425-2.986c-4.265-2.702-8.53-3.838-14.787-3.838z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeWebhint(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 120 120"><path fill="#1e88e5" d="M115.45 23.033S97.961 33.27 97.534 33.412c-.427.284-.852.57-1.137.854c-1.422 1.421-1.848 3.41-1.422 5.26c.285.852.711 1.849 1.422 2.56c.711.71 1.564 1.137 2.559 1.422c1.848.426 3.84 0 5.262-1.422q.638-.64.851-1.28l.143-.427l2.56-4.692zm-39.102 9.242c-27.441 0-31.99 13.08-31.99 29.29c0 3.838.569 7.962-1.99 11.942c-3.84 5.972-8.957 5.828-10.236 5.828c-1.706 0-7.962-.993-8.246-2.841h.994c6.682 0 11.658-5.404 11.658-12.655v-2.56h-5.686c-4.123 0-7.82 1.849-10.238 5.12c-2.417-3.271-6.113-5.12-10.236-5.12h-5.83v2.56c0 7.11 5.688 12.795 12.797 12.795h1.848c0 4.124 5.687 20.332 47.63 20.332c16.352 0 40.665-2.843 40.665-33.697c0-5.829-1.848-11.23-4.691-15.78c-.996.284-1.992.568-3.13.568a8.92 8.92 0 0 1-8.956-8.957q0-1.493.425-2.986c-4.265-2.702-8.53-3.838-14.787-3.838z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 120 120"><path fill="#1e88e5" d="M115.45 23.033S97.961 33.27 97.534 33.412c-.427.284-.852.57-1.137.854c-1.422 1.421-1.848 3.41-1.422 5.26c.285.852.711 1.849 1.422 2.56c.711.71 1.564 1.137 2.559 1.422c1.848.426 3.84 0 5.262-1.422q.638-.64.851-1.28l.143-.427l2.56-4.692zm-39.102 9.242c-27.441 0-31.99 13.08-31.99 29.29c0 3.838.569 7.962-1.99 11.942c-3.84 5.972-8.957 5.828-10.236 5.828c-1.706 0-7.962-.993-8.246-2.841h.994c6.682 0 11.658-5.404 11.658-12.655v-2.56h-5.686c-4.123 0-7.82 1.849-10.238 5.12c-2.417-3.271-6.113-5.12-10.236-5.12h-5.83v2.56c0 7.11 5.688 12.795 12.797 12.795h1.848c0 4.124 5.687 20.332 47.63 20.332c16.352 0 40.665-2.843 40.665-33.697c0-5.829-1.848-11.23-4.691-15.78c-.996.284-1.992.568-3.13.568a8.92 8.92 0 0 1-8.956-8.957q0-1.493.425-2.986c-4.265-2.702-8.53-3.838-14.787-3.838z"/></svg>
</template>

CSS

.icon-webhint {
  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%20120%20120%22%3E%3Cpath%20fill%3D%22%231e88e5%22%20d%3D%22M115.45%2023.033S97.961%2033.27%2097.534%2033.412c-.427.284-.852.57-1.137.854c-1.422%201.421-1.848%203.41-1.422%205.26c.285.852.711%201.849%201.422%202.56c.711.71%201.564%201.137%202.559%201.422c1.848.426%203.84%200%205.262-1.422q.638-.64.851-1.28l.143-.427l2.56-4.692zm-39.102%209.242c-27.441%200-31.99%2013.08-31.99%2029.29c0%203.838.569%207.962-1.99%2011.942c-3.84%205.972-8.957%205.828-10.236%205.828c-1.706%200-7.962-.993-8.246-2.841h.994c6.682%200%2011.658-5.404%2011.658-12.655v-2.56h-5.686c-4.123%200-7.82%201.849-10.238%205.12c-2.417-3.271-6.113-5.12-10.236-5.12h-5.83v2.56c0%207.11%205.688%2012.795%2012.797%2012.795h1.848c0%204.124%205.687%2020.332%2047.63%2020.332c16.352%200%2040.665-2.843%2040.665-33.697c0-5.829-1.848-11.23-4.691-15.78c-.996.284-1.992.568-3.13.568a8.92%208.92%200%200%201-8.956-8.957q0-1.493.425-2.986c-4.265-2.702-8.53-3.838-14.787-3.838z%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%20120%20120%22%3E%3Cpath%20fill%3D%22%231e88e5%22%20d%3D%22M115.45%2023.033S97.961%2033.27%2097.534%2033.412c-.427.284-.852.57-1.137.854c-1.422%201.421-1.848%203.41-1.422%205.26c.285.852.711%201.849%201.422%202.56c.711.71%201.564%201.137%202.559%201.422c1.848.426%203.84%200%205.262-1.422q.638-.64.851-1.28l.143-.427l2.56-4.692zm-39.102%209.242c-27.441%200-31.99%2013.08-31.99%2029.29c0%203.838.569%207.962-1.99%2011.942c-3.84%205.972-8.957%205.828-10.236%205.828c-1.706%200-7.962-.993-8.246-2.841h.994c6.682%200%2011.658-5.404%2011.658-12.655v-2.56h-5.686c-4.123%200-7.82%201.849-10.238%205.12c-2.417-3.271-6.113-5.12-10.236-5.12h-5.83v2.56c0%207.11%205.688%2012.795%2012.797%2012.795h1.848c0%204.124%205.687%2020.332%2047.63%2020.332c16.352%200%2040.665-2.843%2040.665-33.697c0-5.829-1.848-11.23-4.691-15.78c-.996.284-1.992.568-3.13.568a8.92%208.92%200%200%201-8.956-8.957q0-1.493.425-2.986c-4.265-2.702-8.53-3.838-14.787-3.838z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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