hypothesis logo

hypothesis from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
hypothesis
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the hypothesis logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.425 0c-.93 0-1.71.768-1.71 1.72v17.14c0 .94.78 1.71 1.71 1.71h5.95l2.62 3.43l2.62-3.43h5.95c.93 0 1.72-.77 1.72-1.71V1.72c0-.95-.79-1.72-1.72-1.72zm1.71 3.43h2.58v6s.86-1.71 2.56-1.71c1.72 0 3.46.85 3.46 3.52v5.9h-2.58V12c0-1.39-.88-1.93-1.73-1.71c-.86.21-1.71 1.12-1.71 3v3.85h-2.58zm12.86 10.29c.95 0 1.72.78 1.72 1.7a1.71 1.71 0 0 1-1.72 1.71a1.71 1.71 0 0 1-1.71-1.71c0-.92.76-1.71 1.71-1.71z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsHypothesis(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="M3.425 0c-.93 0-1.71.768-1.71 1.72v17.14c0 .94.78 1.71 1.71 1.71h5.95l2.62 3.43l2.62-3.43h5.95c.93 0 1.72-.77 1.72-1.71V1.72c0-.95-.79-1.72-1.72-1.72zm1.71 3.43h2.58v6s.86-1.71 2.56-1.71c1.72 0 3.46.85 3.46 3.52v5.9h-2.58V12c0-1.39-.88-1.93-1.73-1.71c-.86.21-1.71 1.12-1.71 3v3.85h-2.58zm12.86 10.29c.95 0 1.72.78 1.72 1.7a1.71 1.71 0 0 1-1.72 1.71a1.71 1.71 0 0 1-1.71-1.71c0-.92.76-1.71 1.71-1.71z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.425 0c-.93 0-1.71.768-1.71 1.72v17.14c0 .94.78 1.71 1.71 1.71h5.95l2.62 3.43l2.62-3.43h5.95c.93 0 1.72-.77 1.72-1.71V1.72c0-.95-.79-1.72-1.72-1.72zm1.71 3.43h2.58v6s.86-1.71 2.56-1.71c1.72 0 3.46.85 3.46 3.52v5.9h-2.58V12c0-1.39-.88-1.93-1.73-1.71c-.86.21-1.71 1.12-1.71 3v3.85h-2.58zm12.86 10.29c.95 0 1.72.78 1.72 1.7a1.71 1.71 0 0 1-1.72 1.71a1.71 1.71 0 0 1-1.71-1.71c0-.92.76-1.71 1.71-1.71z"/></svg>
</template>

CSS

.icon-hypothesis {
  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%22M3.425%200c-.93%200-1.71.768-1.71%201.72v17.14c0%20.94.78%201.71%201.71%201.71h5.95l2.62%203.43l2.62-3.43h5.95c.93%200%201.72-.77%201.72-1.71V1.72c0-.95-.79-1.72-1.72-1.72zm1.71%203.43h2.58v6s.86-1.71%202.56-1.71c1.72%200%203.46.85%203.46%203.52v5.9h-2.58V12c0-1.39-.88-1.93-1.73-1.71c-.86.21-1.71%201.12-1.71%203v3.85h-2.58zm12.86%2010.29c.95%200%201.72.78%201.72%201.7a1.71%201.71%200%200%201-1.72%201.71a1.71%201.71%200%200%201-1.71-1.71c0-.92.76-1.71%201.71-1.71z%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%22M3.425%200c-.93%200-1.71.768-1.71%201.72v17.14c0%20.94.78%201.71%201.71%201.71h5.95l2.62%203.43l2.62-3.43h5.95c.93%200%201.72-.77%201.72-1.71V1.72c0-.95-.79-1.72-1.72-1.72zm1.71%203.43h2.58v6s.86-1.71%202.56-1.71c1.72%200%203.46.85%203.46%203.52v5.9h-2.58V12c0-1.39-.88-1.93-1.73-1.71c-.86.21-1.71%201.12-1.71%203v3.85h-2.58zm12.86%2010.29c.95%200%201.72.78%201.72%201.7a1.71%201.71%200%200%201-1.72%201.71a1.71%201.71%200%200%201-1.71-1.71c0-.92.76-1.71%201.71-1.71z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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