Brand Vodafone Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Brand Vodafone 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/305250.svg" alt="Brand Vodafone icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305250.svg" alt="Brand Vodafone icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305250.svg" alt="Brand Vodafone icon" :width="24" :height="24" />
CSS background
.icon-brand-vodafone {
background-image: url('https://proicons.com/icon/305250.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="M674 47c-49 8-87 13-125 22-173 44-300 188-319 359-17 151 74 286 214 316 127 28 256-50 292-175 37-133-27-258-157-303-48-17-50-20-36-70 18-69 62-114 128-137 14-4 34 0 49 7 192 90 304 293 276 496-30 210-195 378-405 414-266 45-515-112-577-364C-51 350 122 81 391 28c93-19 184-15 283 19z"/></svg>
Copied!