Groovifi Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Groovifi 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/341347.svg" alt="Groovifi icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341347.svg" alt="Groovifi icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341347.svg" alt="Groovifi icon" :width="24" :height="24" />
CSS background
.icon-groovifi {
background-image: url('https://proicons.com/icon/341347.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M28.8349,29.164c.0006,3.1718-2.5774,5.7434-5.758,5.744h-.001c-3.1806,0-5.759-2.5712-5.759-5.743v-.001c0-3.1718,2.5784-5.743,5.759-5.743h.001c3.1802.0006,5.758,2.5716,5.758,5.743h0M37.4509,29.164h0c0,7.9176-6.4359,14.336-14.375,14.336s-14.375-6.4184-14.375-14.336h0c.0011-7.9168,6.4367-14.334,14.375-14.334M37.4499,29.164h-8.544V4.5c5.177,1.065,11.643,6.73,10.184,16.833M28.8349,29.164c.0006,3.1718-2.5774,5.7434-5.758,5.744h-.001c-3.1806,0-5.759-2.5712-5.759-5.743v-.001c0-3.1718,2.5784-5.743,5.759-5.743h.001c3.1802.0006,5.758,2.5716,5.758,5.743Z"/></svg>
Copied!