webhint logo
webhint from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- webhint
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
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 24 24"><path fill="currentColor" d="M12 0C5.335 0 0 5.334 0 12c0 6.667 5.334 12 12 12c6.667 0 12-5.333 12-12c-.06-6.666-5.393-12-12-12zm0 1.333c5.846.06 10.552 4.82 10.546 10.667c0 5.818-4.727 10.606-10.606 10.606S1.394 17.817 1.394 11.939C1.394 6.062 6.174 1.333 12 1.333zm7.334 5.273l-2.667 1.576c-.06.06-.122.06-.182.12a.843.843 0 0 0 0 1.152c.12.122.243.183.364.183c.303.06.605 0 .787-.183c.06-.06.122-.121.183-.242l.363-.727zM13.516 8c-4.121 0-4.788 1.94-4.788 4.364c.06.606 0 1.212-.303 1.758c-.303.545-.91.908-1.516.847c-.242 0-1.151-.181-1.212-.423h.121c.97 0 1.758-.788 1.758-1.819v-.485h-.849c-.606 0-1.151.304-1.515.788a2.152 2.152 0 0 0-1.576-.726h-.848v.363c0 1.03.849 1.879 1.94 1.879h.303c0 .606.848 3.03 7.09 3.03c2.425 0 6.061-.425 6.061-5.03c-.06-.789-.303-1.637-.727-2.303c-.182.06-.303.06-.485.06a1.344 1.344 0 0 1-1.333-1.333c0-.121 0-.303.06-.425A3.565 3.565 0 0 0 13.516 8z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsWebhint(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="M12 0C5.335 0 0 5.334 0 12c0 6.667 5.334 12 12 12c6.667 0 12-5.333 12-12c-.06-6.666-5.393-12-12-12zm0 1.333c5.846.06 10.552 4.82 10.546 10.667c0 5.818-4.727 10.606-10.606 10.606S1.394 17.817 1.394 11.939C1.394 6.062 6.174 1.333 12 1.333zm7.334 5.273l-2.667 1.576c-.06.06-.122.06-.182.12a.843.843 0 0 0 0 1.152c.12.122.243.183.364.183c.303.06.605 0 .787-.183c.06-.06.122-.121.183-.242l.363-.727zM13.516 8c-4.121 0-4.788 1.94-4.788 4.364c.06.606 0 1.212-.303 1.758c-.303.545-.91.908-1.516.847c-.242 0-1.151-.181-1.212-.423h.121c.97 0 1.758-.788 1.758-1.819v-.485h-.849c-.606 0-1.151.304-1.515.788a2.152 2.152 0 0 0-1.576-.726h-.848v.363c0 1.03.849 1.879 1.94 1.879h.303c0 .606.848 3.03 7.09 3.03c2.425 0 6.061-.425 6.061-5.03c-.06-.789-.303-1.637-.727-2.303c-.182.06-.303.06-.485.06a1.344 1.344 0 0 1-1.333-1.333c0-.121 0-.303.06-.425A3.565 3.565 0 0 0 13.516 8z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0C5.335 0 0 5.334 0 12c0 6.667 5.334 12 12 12c6.667 0 12-5.333 12-12c-.06-6.666-5.393-12-12-12zm0 1.333c5.846.06 10.552 4.82 10.546 10.667c0 5.818-4.727 10.606-10.606 10.606S1.394 17.817 1.394 11.939C1.394 6.062 6.174 1.333 12 1.333zm7.334 5.273l-2.667 1.576c-.06.06-.122.06-.182.12a.843.843 0 0 0 0 1.152c.12.122.243.183.364.183c.303.06.605 0 .787-.183c.06-.06.122-.121.183-.242l.363-.727zM13.516 8c-4.121 0-4.788 1.94-4.788 4.364c.06.606 0 1.212-.303 1.758c-.303.545-.91.908-1.516.847c-.242 0-1.151-.181-1.212-.423h.121c.97 0 1.758-.788 1.758-1.819v-.485h-.849c-.606 0-1.151.304-1.515.788a2.152 2.152 0 0 0-1.576-.726h-.848v.363c0 1.03.849 1.879 1.94 1.879h.303c0 .606.848 3.03 7.09 3.03c2.425 0 6.061-.425 6.061-5.03c-.06-.789-.303-1.637-.727-2.303c-.182.06-.303.06-.485.06a1.344 1.344 0 0 1-1.333-1.333c0-.121 0-.303.06-.425A3.565 3.565 0 0 0 13.516 8z"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%200C5.335%200%200%205.334%200%2012c0%206.667%205.334%2012%2012%2012c6.667%200%2012-5.333%2012-12c-.06-6.666-5.393-12-12-12zm0%201.333c5.846.06%2010.552%204.82%2010.546%2010.667c0%205.818-4.727%2010.606-10.606%2010.606S1.394%2017.817%201.394%2011.939C1.394%206.062%206.174%201.333%2012%201.333zm7.334%205.273l-2.667%201.576c-.06.06-.122.06-.182.12a.843.843%200%200%200%200%201.152c.12.122.243.183.364.183c.303.06.605%200%20.787-.183c.06-.06.122-.121.183-.242l.363-.727zM13.516%208c-4.121%200-4.788%201.94-4.788%204.364c.06.606%200%201.212-.303%201.758c-.303.545-.91.908-1.516.847c-.242%200-1.151-.181-1.212-.423h.121c.97%200%201.758-.788%201.758-1.819v-.485h-.849c-.606%200-1.151.304-1.515.788a2.152%202.152%200%200%200-1.576-.726h-.848v.363c0%201.03.849%201.879%201.94%201.879h.303c0%20.606.848%203.03%207.09%203.03c2.425%200%206.061-.425%206.061-5.03c-.06-.789-.303-1.637-.727-2.303c-.182.06-.303.06-.485.06a1.344%201.344%200%200%201-1.333-1.333c0-.121%200-.303.06-.425A3.565%203.565%200%200%200%2013.516%208z%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%22M12%200C5.335%200%200%205.334%200%2012c0%206.667%205.334%2012%2012%2012c6.667%200%2012-5.333%2012-12c-.06-6.666-5.393-12-12-12zm0%201.333c5.846.06%2010.552%204.82%2010.546%2010.667c0%205.818-4.727%2010.606-10.606%2010.606S1.394%2017.817%201.394%2011.939C1.394%206.062%206.174%201.333%2012%201.333zm7.334%205.273l-2.667%201.576c-.06.06-.122.06-.182.12a.843.843%200%200%200%200%201.152c.12.122.243.183.364.183c.303.06.605%200%20.787-.183c.06-.06.122-.121.183-.242l.363-.727zM13.516%208c-4.121%200-4.788%201.94-4.788%204.364c.06.606%200%201.212-.303%201.758c-.303.545-.91.908-1.516.847c-.242%200-1.151-.181-1.212-.423h.121c.97%200%201.758-.788%201.758-1.819v-.485h-.849c-.606%200-1.151.304-1.515.788a2.152%202.152%200%200%200-1.576-.726h-.848v.363c0%201.03.849%201.879%201.94%201.879h.303c0%20.606.848%203.03%207.09%203.03c2.425%200%206.061-.425%206.061-5.03c-.06-.789-.303-1.637-.727-2.303c-.182.06-.303.06-.485.06a1.344%201.344%200%200%201-1.333-1.333c0-.121%200-.303.06-.425A3.565%203.565%200%200%200%2013.516%208z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/webhint.svg?color=%231a73e8&size=48