Brand Delicious Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Brand Delicious 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/305106.svg" alt="Brand Delicious icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305106.svg" alt="Brand Delicious icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305106.svg" alt="Brand Delicious icon" :width="24" :height="24" />
CSS background
.icon-brand-delicious {
background-image: url('https://proicons.com/icon/305106.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="M961 305c-38-89-102-166-181-220-40-27-84-48-131-62C602 8 552 0 500 0c-69 0-135 14-195 39-89 38-166 102-220 181-27 40-48 84-63 131C8 398 0 448 0 500c0 69 14 135 39 195 38 89 102 166 181 220 40 27 84 48 131 63s97 22 149 22c69 0 135-14 195-39 89-38 166-102 220-181 27-40 48-84 63-131 14-47 22-97 22-149 0-69-14-135-39-195zm-62 363c-33 78-88 144-157 191-35 23-73 41-113 54-41 13-84 19-129 19V500H68c0-60 12-117 34-168 32-78 87-144 156-191 35-23 73-41 114-54 40-13 83-19 128-19v432h433c-1 60-13 117-34 168z"/></svg>
Copied!