Brand Qvc Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Brand Qvc 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/305207.svg" alt="Brand Qvc icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305207.svg" alt="Brand Qvc icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305207.svg" alt="Brand Qvc icon" :width="24" :height="24" />
CSS background
.icon-brand-qvc {
background-image: url('https://proicons.com/icon/305207.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="M497 0c221 0 409 151 454 365 26 120 5 232-58 338-3 5-5 5-10 2-52-28-104-55-156-83-5-3-5-4-2-9 108-159 23-374-165-416-149-34-299 68-324 218-24 149 75 287 223 312 35 6 71 5 105-4 14-4 28-2 42 0l183 30c20 3 39 6 58 9 4 1 6 2 8 5 29 37 59 73 88 110 3 4 3 5-1 8-48 38-96 76-144 113-5 4-6 1-8-2-29-37-57-75-85-112-4-5-7-6-12-3-64 29-132 43-203 42-204-3-388-149-437-347-10-40-16-81-15-123C45 218 213 46 413 8c29-5 58-8 84-8z"/></svg>
Copied!