Brand Gucci Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Brand Gucci 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/305136.svg" alt="Brand Gucci icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305136.svg" alt="Brand Gucci icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305136.svg" alt="Brand Gucci icon" :width="24" :height="24" />
CSS background
.icon-brand-gucci {
background-image: url('https://proicons.com/icon/305136.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M653 841c-48 2-94-9-139-27-10-3-24-1-34 3-129 50-284 26-383-81C4 637-23 519 20 391s137-204 270-228c67-12 132-5 194 23 15 6 27 1 41-4 131-46 253-29 360 64 171 148 148 422-45 543-57 35-118 54-187 52zm-80-80c114 37 244-9 311-110 68-101 61-234-17-326-79-93-203-117-292-85 50 47 88 101 106 169-20 0-37-1-54 0-13 1-19-3-24-15-20-44-49-82-88-112-11-8-18-9-28 0-40 31-69 69-90 114-3 6-10 13-16 13-19 2-39 1-60 1 17-70 56-124 107-171-108-39-243 9-311 109-68 102-59 239 20 330 77 89 206 116 287 82-80-93-116-166-112-231h161v67h-75c7 39 66 117 98 128 4 2 12-1 17-5 38-29 68-65 88-109 2-4 2-9 4-16h-77v-64h165c-11 92-50 168-120 231z"/></svg>
Copied!