Brand Cannon Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Brand Cannon 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/305094.svg" alt="Brand Cannon icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305094.svg" alt="Brand Cannon icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305094.svg" alt="Brand Cannon icon" :width="24" :height="24" />
CSS background
.icon-brand-cannon {
background-image: url('https://proicons.com/icon/305094.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="M246 451c-24-34-61-55-118-55C47 396 0 446 0 500c0 53 45 104 128 104 51 0 90-21 110-48l-4-12c-15 24-41 39-71 39-47 0-84-37-84-83 0-47 37-83 83-83 18 0 32 4 44 11l-43 72 83-49zm343-20c-5 0-9 2-13 3l-48 23c-3-14-15-26-31-26-4 0-8 2-12 3l-59 28h41v137h61V477c0-8 7-15 15-15 9 0 15 7 15 15v122h61V462c0-17-13-31-30-31zm-248 4l-72 27h79l14 48c-14-11-32-17-52-17-28 0-63 22-63 55s35 55 63 54c31 1 56-14 69-32l8 29h61l-37-130c-6-22-34-47-70-34zm-1 144c-17 0-31-14-31-31s14-31 31-31 31 14 31 31-14 31-31 31zm386-148c-48 0-86 39-86 87s38 86 86 86 86-39 86-86-38-87-86-87zm20 160c-10 2-20-3-22-13l-31-111c-3-10 3-20 13-23s20 3 23 13l30 111c3 10-3 20-13 23zm223-160c-4 0-8 2-12 3l-49 23c-2-14-15-26-30-26-4 0-9 1-13 3l-58 28h41v137h60V477c0-8 7-15 16-15 8 0 15 7 15 15v122h61V462c0-17-14-31-31-31z"/></svg>
Copied!