Nike Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The 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/315337.svg" alt="Nike icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315337.svg" alt="Nike icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315337.svg" alt="Nike icon" :width="24" :height="24" />
CSS background
.icon-nike {
background-image: url('https://proicons.com/icon/315337.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Nike</title><path d="M24 7.8L6.442 15.276c-1.456.616-2.679.925-3.668.925-1.12 0-1.933-.392-2.437-1.177-.317-.504-.41-1.143-.28-1.918.13-.775.476-1.6 1.036-2.478.467-.71 1.232-1.643 2.297-2.8a6.122 6.122 0 00-.784 1.848c-.28 1.195-.028 2.072.756 2.632.373.261.886.392 1.54.392.522 0 1.11-.084 1.764-.252L24 7.8z"/></svg>
Copied!