Hypothesis Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Hypothesis icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/314707.svg" alt="Hypothesis icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314707.svg" alt="Hypothesis icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314707.svg" alt="Hypothesis icon" :width="24" :height="24" />
CSS background
.icon-hypothesis {
background-image: url('https://proicons.com/icon/314707.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Hypothesis</title><path 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.43 2.62-3.43h5.95c.93 0 1.72-.77 1.72-1.71V1.72c0-.95-.79-1.72-1.72-1.72H3.425m1.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.71-.86.21-1.71 1.12-1.71 3v3.85h-2.58V3.43m12.86 10.29c.95 0 1.72.78 1.72 1.7a1.71 1.71 0 01-1.72 1.71 1.71 1.71 0 01-1.71-1.71c0-.92.76-1.71 1.71-1.71z"/></svg>
Copied!