Brand Gillette Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Brand Gillette 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/305131.svg" alt="Brand Gillette icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305131.svg" alt="Brand Gillette icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305131.svg" alt="Brand Gillette icon" :width="24" :height="24" />
CSS background
.icon-brand-gillette {
background-image: url('https://proicons.com/icon/305131.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="M110 487l-12 51h41c-4 26-70 38-60-27 7-46 64-70 77-35l70-18c-10-44-49-65-92-65-58 0-124 41-133 122-8 68 43 105 102 104 42-1 76-16 92-28l24-104H110zm128-23l-35 150h73l35-150h-73zm107-86l-56 236h73l56-236h-73zm-18 22h-74l-12 55 78-20 8-35zm600 54c-30 0-55 13-72 34 2-11 5-23 5-23h-30l15-65h-73l-15 65h-17l16-65h-73l-16 65h-23l-11 39c-8-34-41-50-71-50-44 0-77 28-91 67l34-143h-74l-55 236h73l16-67c-3 27 7 75 73 75 33 0 76-21 86-51l-58-10c-6 8-16 13-25 13-16 0-20-13-17-25h106c1-4 4-8 5-21 0-4 0-8-1-11h21l-23 98h73l23-98h16l-23 98h74l23-98h20c-4 9-6 18-8 28-3 26 5 78 73 78 33 0 76-22 86-52l-57-10c-7 8-16 13-26 13-15 0-20-13-17-25h107c1-4 3-8 4-21 3-51-36-74-73-74zm-354 65l-41-1c6-21 44-25 41 1zm365 0h-41c7-21 44-26 41 0z"/></svg>
Copied!