Hobi Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hobi 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/327072.svg" alt="Hobi icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327072.svg" alt="Hobi icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327072.svg" alt="Hobi icon" :width="24" :height="24" />
CSS background
.icon-hobi {
background-image: url('https://proicons.com/icon/327072.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.f{fill:#000;stroke-width:0px;}</style></defs><g id="c"><path id="d" class="e" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/></g><line class="e" x1="10.5" y1="19.0058" x2="10.5" y2="29.5895"/><line class="e" x1="17.5117" y1="19.0058" x2="17.5117" y2="29.5895"/><line class="e" x1="10.5" y1="24.2777" x2="17.5117" y2="24.2777"/><rect class="e" x="20.3333" y="22.5778" width="5.2919" height="7.0117" rx="2.6459" ry="2.6459"/><circle class="f" cx="36.5739" cy="19.3365" r=".75"/><line class="e" x1="36.5739" y1="22.5778" x2="36.5739" y2="29.5895"/><path class="e" d="M28.463,25.2237c0-1.4613,1.1846-2.6459,2.6459-2.6459h0c1.4613,0,2.6459,1.1846,2.6459,2.6459v1.7199c0,1.4613-1.1846,2.6459-2.6459,2.6459h0c-1.4613,0-2.6459-1.1846-2.6459-2.6459"/><line class="e" x1="28.463" y1="29.5895" x2="28.463" y2="19.0058"/></svg>
Copied!