Brand Natgeo Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Brand Natgeo 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/305187.svg" alt="Brand Natgeo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305187.svg" alt="Brand Natgeo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305187.svg" alt="Brand Natgeo icon" :width="24" :height="24" />
CSS background
.icon-brand-natgeo {
background-image: url('https://proicons.com/icon/305187.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="M849 501c0-158 0-316 1-474 0-20-3-27-25-27-217 1-434 1-650 0-19 0-24 5-24 23 1 318 1 636 0 954 0 19 6 23 24 23 217-1 434-1 650 0 20 0 25-6 25-25-1-158-1-316-1-474zM726 898H273c-17 1-20-5-20-21V124c0-17 3-23 21-23 151 1 301 1 451 0 20 0 23 7 23 24-1 124-1 249-1 373 0 126 0 252 1 378 0 17-4 23-22 22z"/></svg>
Copied!