Brand Nike Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Brand Nike 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/305193.svg" alt="Brand Nike icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305193.svg" alt="Brand Nike icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305193.svg" alt="Brand Nike icon" :width="24" :height="24" />
CSS background
.icon-brand-nike {
background-image: url('https://proicons.com/icon/305193.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="M1000 329l-104 44c-209 88-418 177-627 265-52 21-104 38-161 36-52-2-95-33-105-79-5-24-4-48 3-71 21-78 72-136 125-194-9 25-19 50-23 77-11 67 28 114 95 116 56 3 107-16 159-30 211-55 421-111 631-167h6c0 1 1 2 1 3z"/></svg>
Copied!