nextjs logo
nextjs from Devicon by konpa · Original · MIT Free for personal and commercial use.
- Name
- nextjs
- Set
- Devicon
- Style
- Original
- Viewbox
- 128×128
- License
- MIT
1 other variant in Devicon
The same logo in other sets
Use the nextjs logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><circle cx="64" cy="64" r="64"/><path fill="url(#SVGt8hikeFb)" d="M106.317 112.014L49.167 38.4H38.4v51.179h8.614v-40.24l52.54 67.884a64 64 0 0 0 6.763-5.209"/><path fill="url(#SVGffgZzcDK)" d="M81.778 38.4h8.533v51.2h-8.533z"/><defs><linearGradient id="SVGt8hikeFb" x1="109" x2="144.5" y1="116.5" y2="160.5" gradientTransform="scale(.71111)" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><linearGradient id="SVGffgZzcDK" x1="121" x2="120.799" y1="54" y2="106.875" gradientTransform="scale(.71111)" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient></defs></svg>
React
import type { SVGProps } from "react";
export function DeviconNextjs(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><circle cx="64" cy="64" r="64"/><path fill="url(#SVGt8hikeFb)" d="M106.317 112.014L49.167 38.4H38.4v51.179h8.614v-40.24l52.54 67.884a64 64 0 0 0 6.763-5.209"/><path fill="url(#SVGffgZzcDK)" d="M81.778 38.4h8.533v51.2h-8.533z"/><defs><linearGradient id="SVGt8hikeFb" x1="109" x2="144.5" y1="116.5" y2="160.5" gradientTransform="scale(.71111)" gradientUnits="userSpaceOnUse"><stop stopColor="#fff"/><stop offset="1" stopColor="#fff" stopOpacity="0"/></linearGradient><linearGradient id="SVGffgZzcDK" x1="121" x2="120.799" y1="54" y2="106.875" gradientTransform="scale(.71111)" gradientUnits="userSpaceOnUse"><stop stopColor="#fff"/><stop offset="1" stopColor="#fff" stopOpacity="0"/></linearGradient></defs></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><circle cx="64" cy="64" r="64"/><path fill="url(#SVGt8hikeFb)" d="M106.317 112.014L49.167 38.4H38.4v51.179h8.614v-40.24l52.54 67.884a64 64 0 0 0 6.763-5.209"/><path fill="url(#SVGffgZzcDK)" d="M81.778 38.4h8.533v51.2h-8.533z"/><defs><linearGradient id="SVGt8hikeFb" x1="109" x2="144.5" y1="116.5" y2="160.5" gradientTransform="scale(.71111)" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><linearGradient id="SVGffgZzcDK" x1="121" x2="120.799" y1="54" y2="106.875" gradientTransform="scale(.71111)" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient></defs></svg> </template>
CSS
.icon-nextjs {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ccircle%20cx%3D%2264%22%20cy%3D%2264%22%20r%3D%2264%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGt8hikeFb)%22%20d%3D%22M106.317%20112.014L49.167%2038.4H38.4v51.179h8.614v-40.24l52.54%2067.884a64%2064%200%200%200%206.763-5.209%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGffgZzcDK)%22%20d%3D%22M81.778%2038.4h8.533v51.2h-8.533z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGt8hikeFb%22%20x1%3D%22109%22%20x2%3D%22144.5%22%20y1%3D%22116.5%22%20y2%3D%22160.5%22%20gradientTransform%3D%22scale(.71111)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fff%22%20stop-opacity%3D%220%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGffgZzcDK%22%20x1%3D%22121%22%20x2%3D%22120.799%22%20y1%3D%2254%22%20y2%3D%22106.875%22%20gradientTransform%3D%22scale(.71111)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fff%22%20stop-opacity%3D%220%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ccircle%20cx%3D%2264%22%20cy%3D%2264%22%20r%3D%2264%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGt8hikeFb)%22%20d%3D%22M106.317%20112.014L49.167%2038.4H38.4v51.179h8.614v-40.24l52.54%2067.884a64%2064%200%200%200%206.763-5.209%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGffgZzcDK)%22%20d%3D%22M81.778%2038.4h8.533v51.2h-8.533z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGt8hikeFb%22%20x1%3D%22109%22%20x2%3D%22144.5%22%20y1%3D%22116.5%22%20y2%3D%22160.5%22%20gradientTransform%3D%22scale(.71111)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fff%22%20stop-opacity%3D%220%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGffgZzcDK%22%20x1%3D%22121%22%20x2%3D%22120.799%22%20y1%3D%2254%22%20y2%3D%22106.875%22%20gradientTransform%3D%22scale(.71111)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fff%22%20stop-opacity%3D%220%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/devicon/nextjs.svg?color=%231a73e8&size=48