nextjs icon logo
nextjs-icon from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- nextjs-icon
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×256
- License
- CC0
Use the nextjs icon logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><defs><linearGradient id="SVGrDou6dwg" x1="55.633%" x2="83.228%" y1="56.385%" y2="96.08%"><stop offset="0%" stop-color="#fff"/><stop offset="100%" stop-color="#fff" stop-opacity="0"/></linearGradient><linearGradient id="SVG9onTObtB" x1="50%" x2="49.953%" y1="0%" y2="73.438%"><stop offset="0%" stop-color="#fff"/><stop offset="100%" stop-color="#fff" stop-opacity="0"/></linearGradient><circle id="SVGN5eQqeMK" cx="128" cy="128" r="128"/></defs><mask id="SVGMX2wGdvm" fill="#fff"><use href="#SVGN5eQqeMK"/></mask><g mask="url(#SVGMX2wGdvm)"><circle cx="128" cy="128" r="128"/><path fill="url(#SVGrDou6dwg)" d="M212.634 224.028L98.335 76.8H76.8v102.357h17.228V98.68L199.11 234.446a128 128 0 0 0 13.524-10.418"/><path fill="url(#SVG9onTObtB)" d="M163.556 76.8h17.067v102.4h-17.067z"/></g></svg>
React
import type { SVGProps } from "react";
export function LogosNextjsIcon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><defs><linearGradient id="SVGrDou6dwg" x1="55.633%" x2="83.228%" y1="56.385%" y2="96.08%"><stop offset="0%" stopColor="#fff"/><stop offset="100%" stopColor="#fff" stopOpacity="0"/></linearGradient><linearGradient id="SVG9onTObtB" x1="50%" x2="49.953%" y1="0%" y2="73.438%"><stop offset="0%" stopColor="#fff"/><stop offset="100%" stopColor="#fff" stopOpacity="0"/></linearGradient><circle id="SVGN5eQqeMK" cx="128" cy="128" r="128"/></defs><mask id="SVGMX2wGdvm" fill="#fff"><use href="#SVGN5eQqeMK"/></mask><g mask="url(#SVGMX2wGdvm)"><circle cx="128" cy="128" r="128"/><path fill="url(#SVGrDou6dwg)" d="M212.634 224.028L98.335 76.8H76.8v102.357h17.228V98.68L199.11 234.446a128 128 0 0 0 13.524-10.418"/><path fill="url(#SVG9onTObtB)" d="M163.556 76.8h17.067v102.4h-17.067z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><defs><linearGradient id="SVGrDou6dwg" x1="55.633%" x2="83.228%" y1="56.385%" y2="96.08%"><stop offset="0%" stop-color="#fff"/><stop offset="100%" stop-color="#fff" stop-opacity="0"/></linearGradient><linearGradient id="SVG9onTObtB" x1="50%" x2="49.953%" y1="0%" y2="73.438%"><stop offset="0%" stop-color="#fff"/><stop offset="100%" stop-color="#fff" stop-opacity="0"/></linearGradient><circle id="SVGN5eQqeMK" cx="128" cy="128" r="128"/></defs><mask id="SVGMX2wGdvm" fill="#fff"><use href="#SVGN5eQqeMK"/></mask><g mask="url(#SVGMX2wGdvm)"><circle cx="128" cy="128" r="128"/><path fill="url(#SVGrDou6dwg)" d="M212.634 224.028L98.335 76.8H76.8v102.357h17.228V98.68L199.11 234.446a128 128 0 0 0 13.524-10.418"/><path fill="url(#SVG9onTObtB)" d="M163.556 76.8h17.067v102.4h-17.067z"/></g></svg> </template>
CSS
.icon-nextjs-icon {
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%20256%20256%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGrDou6dwg%22%20x1%3D%2255.633%25%22%20x2%3D%2283.228%25%22%20y1%3D%2256.385%25%22%20y2%3D%2296.08%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23fff%22%20stop-opacity%3D%220%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG9onTObtB%22%20x1%3D%2250%25%22%20x2%3D%2249.953%25%22%20y1%3D%220%25%22%20y2%3D%2273.438%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23fff%22%20stop-opacity%3D%220%22%2F%3E%3C%2FlinearGradient%3E%3Ccircle%20id%3D%22SVGN5eQqeMK%22%20cx%3D%22128%22%20cy%3D%22128%22%20r%3D%22128%22%2F%3E%3C%2Fdefs%3E%3Cmask%20id%3D%22SVGMX2wGdvm%22%20fill%3D%22%23fff%22%3E%3Cuse%20href%3D%22%23SVGN5eQqeMK%22%2F%3E%3C%2Fmask%3E%3Cg%20mask%3D%22url(%23SVGMX2wGdvm)%22%3E%3Ccircle%20cx%3D%22128%22%20cy%3D%22128%22%20r%3D%22128%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGrDou6dwg)%22%20d%3D%22M212.634%20224.028L98.335%2076.8H76.8v102.357h17.228V98.68L199.11%20234.446a128%20128%200%200%200%2013.524-10.418%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG9onTObtB)%22%20d%3D%22M163.556%2076.8h17.067v102.4h-17.067z%22%2F%3E%3C%2Fg%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%20256%20256%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGrDou6dwg%22%20x1%3D%2255.633%25%22%20x2%3D%2283.228%25%22%20y1%3D%2256.385%25%22%20y2%3D%2296.08%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23fff%22%20stop-opacity%3D%220%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG9onTObtB%22%20x1%3D%2250%25%22%20x2%3D%2249.953%25%22%20y1%3D%220%25%22%20y2%3D%2273.438%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23fff%22%20stop-opacity%3D%220%22%2F%3E%3C%2FlinearGradient%3E%3Ccircle%20id%3D%22SVGN5eQqeMK%22%20cx%3D%22128%22%20cy%3D%22128%22%20r%3D%22128%22%2F%3E%3C%2Fdefs%3E%3Cmask%20id%3D%22SVGMX2wGdvm%22%20fill%3D%22%23fff%22%3E%3Cuse%20href%3D%22%23SVGN5eQqeMK%22%2F%3E%3C%2Fmask%3E%3Cg%20mask%3D%22url(%23SVGMX2wGdvm)%22%3E%3Ccircle%20cx%3D%22128%22%20cy%3D%22128%22%20r%3D%22128%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGrDou6dwg)%22%20d%3D%22M212.634%20224.028L98.335%2076.8H76.8v102.357h17.228V98.68L199.11%20234.446a128%20128%200%200%200%2013.524-10.418%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG9onTObtB)%22%20d%3D%22M163.556%2076.8h17.067v102.4h-17.067z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/nextjs-icon.svg?color=%231a73e8&size=48