Nextdotjs Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Nextdotjs 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/315324.svg" alt="Nextdotjs icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315324.svg" alt="Nextdotjs icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315324.svg" alt="Nextdotjs icon" :width="24" :height="24" />
CSS background
.icon-nextdotjs {
background-image: url('https://proicons.com/icon/315324.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>Next.js</title><path d="M18.665 21.978C16.758 23.255 14.465 24 12 24 5.377 24 0 18.623 0 12S5.377 0 12 0s12 5.377 12 12c0 3.583-1.574 6.801-4.067 9.001L9.219 7.2H7.2v9.596h1.615V9.251l9.85 12.727Zm-3.332-8.533 1.6 2.061V7.2h-1.6v6.245Z"/></svg>
Copied!