Digigo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Digigo 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/324512.svg" alt="Digigo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324512.svg" alt="Digigo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324512.svg" alt="Digigo icon" :width="24" :height="24" />
CSS background
.icon-digigo {
background-image: url('https://proicons.com/icon/324512.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="14.2501" cy="23.9995" r="5.75"/><circle class="c" cx="33.7501" cy="23.9995" r="5.75"/><path class="c" d="M28.8751,32.4435c3.8217,2.2065,8.6489,1.5709,11.769-1.5495s3.7559-7.9476,1.5495-11.769-6.7047-5.6849-10.967-4.5428c-4.2625,1.1421-7.2265,5.0049-7.2265,9.4178s-2.964,8.2756-7.2265,9.4178-8.7608-.7211-10.967-4.5428c-2.2065-3.8217-1.5709-8.6489,1.5495-11.769,3.1204-3.1204,7.9476-3.7559,11.769-1.5495"/></svg>
Copied!