Gouvid Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gouvid 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/341278.svg" alt="Gouvid icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341278.svg" alt="Gouvid icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341278.svg" alt="Gouvid icon" :width="24" :height="24" />
CSS background
.icon-gouvid {
background-image: url('https://proicons.com/icon/341278.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>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="f" d="M16.7092,10.7657l-2.1218-3.9586c-.3817.1648-1.1909.9038-1.7626,2.052-3.1397,6.3065-8.0872,24.957-7.2256,28.6037l4.0696,3.1303c.7181-4.6996,4.7503-21.0253,5.8232-22.3674"/><path id="d" class="f" d="M19.6306,21.0583c-5.5212-2.0881-7.8774-8.1242-.9-11.1774,7.9656-3.4856,21.6785.725,23.5925,13.1568.3601,2.3387.2184,4.0309-.8717,4.4661-8.5152,3.3994-16.8167,9.3018-21.2507,13.6891,0,0-3.406-2.2762-3.4526-5.292-.0858-4.6023,3.9971-16.9441,4.9584-19.7772l-3.0245,1.6154.9486,3.3192Z"/><path id="e" class="f" d="M22.6946,31.553c3.092-3.3246,10.4514-7.8391,15.8518-10.0216-1.2627-3.1425-3.5213-7.7479-12.6863-7.8227,3.6278,2.6099-1.4064,9.1563-3.1655,17.8444Z"/></g></svg>
Copied!