Oh Hi Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Oh Hi 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/330549.svg" alt="Oh Hi icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330549.svg" alt="Oh Hi icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330549.svg" alt="Oh Hi icon" :width="24" :height="24" />
CSS background
.icon-oh-hi {
background-image: url('https://proicons.com/icon/330549.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linejoin:round;}</style></defs><path class="a" d="M7.5,5.5a1.9956,1.9956,0,0,0-2,2v13a1.9956,1.9956,0,0,0,2,2h13a1.9956,1.9956,0,0,0,2-2V7.5a1.9956,1.9956,0,0,0-2-2Zm20,0a1.9956,1.9956,0,0,0-2,2v13a1.9956,1.9956,0,0,0,2,2h13a1.9956,1.9956,0,0,0,2-2V7.5a1.9956,1.9956,0,0,0-2-2Zm-20,20a1.9956,1.9956,0,0,0-2,2v13a1.9956,1.9956,0,0,0,2,2h13a1.9956,1.9956,0,0,0,2-2v-13a1.9956,1.9956,0,0,0-2-2Z"/></svg>
Copied!