Hibi Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hibi 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/341578.svg" alt="Hibi icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341578.svg" alt="Hibi icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341578.svg" alt="Hibi icon" :width="24" :height="24" />
CSS background
.icon-hibi {
background-image: url('https://proicons.com/icon/341578.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="f" d="M29.439,33.963c1.711.985,3.394,2.272,4.575,3.614M32.17,35.626c1.782-1.476,2.75-3.015,3.19-4.35.141-.428-.036-.775-.403-.775h-5.067M26.466,33.432c1.634-.919,3.901-3.243,4.471-5.147M26.845,15.842h8.655M27.473,10.5h7.399c.348,0,.628.28.628.628v9.699c0,.348-.28.628-.628.628h-7.399c-.348,0-.628-.28-.628-.628v-9.699c0-.348.28-.628.628-.628ZM35.5,4.5H12.5c-2.2091,0-4,1.7909-4,4v31c0,2.2091,1.7909,4,4,4h23c2.2091,0,4-1.7909,4-4V8.5c0-2.2091-1.7909-4-4-4ZM12.723,9.245v13.851l4.426-3.362,4.426,3.362v-13.851h-8.852Z"/></svg>
Copied!