Degoo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Degoo 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/324387.svg" alt="Degoo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324387.svg" alt="Degoo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324387.svg" alt="Degoo icon" :width="24" :height="24" />
CSS background
.icon-degoo {
background-image: url('https://proicons.com/icon/324387.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-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M31.4143,15.19a7.4651,7.4651,0,0,0-9.1484-5.269,7.35,7.35,0,0,0-5.2691,9.1484c.743,2.3324,2.7148,3.4287,3.9263,5.42"/><path class="a" d="M19.8952,35.6865a9.0512,9.0512,0,0,1-12.8,0,9.19,9.19,0,0,1,0-12.8014,9.0445,9.0445,0,0,1,8.3883-2.43,8.9522,8.9522,0,0,1,5.4394,4.0338l6.1538,9.5948a8.9522,8.9522,0,0,0,5.4394,4.0338,9.0448,9.0448,0,0,0,8.3883-2.4305,9.19,9.19,0,0,0,0-12.8014,9.0512,9.0512,0,0,0-12.8,0"/></svg>
Copied!