Practicehub Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Practicehub 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/331559.svg" alt="Practicehub icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331559.svg" alt="Practicehub icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331559.svg" alt="Practicehub icon" :width="24" :height="24" />
CSS background
.icon-practicehub {
background-image: url('https://proicons.com/icon/331559.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M24.64,4.5A4.28,4.28,0,0,1,27,5.22c5.3,3.67,10.6,7.31,12.06,11.58s-.23,9.15-3.27,14c5.07-12.68-9.29-15.6-9.29-15.6V35.68c0,4.3-3.91,7.82-9,7.82S8.4,40,8.4,35.71s4.06-7.81,9.13-7.81a13.06,13.06,0,0,1,3.41.45V8.4a3.67,3.67,0,0,1,3.69-3.9Z"/></svg>
Copied!