nx logo
nx from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.
- Name
- nx
- Set
- Material Icon Theme
- Style
- Color
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the nx logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#039be5" d="m12 13.862l-2.749 4.434l-4.61-7.537v7.891H1.36V5.35h3.28l4.611 7.892V9.695l2.66 4.168zm.532-5.054V5.35h-3.28v3.458zm4.966 3.635a1.77 1.77 0 0 0-1.774 1.153a1.77 1.77 0 0 1 2.128-.62c.355.177.887.354 1.153.265a1.86 1.86 0 0 0-1.507-.798m3.014.887c-.354 0-.709-.177-.975-.532l-.177-.266a1.9 1.9 0 0 0-.444-.532a1.77 1.77 0 0 0-1.064-.266a2.22 2.22 0 0 0-2.04 1.33a2.04 2.04 0 0 1 3.548.355a.71.71 0 0 0 .798.266c.443 0 .354.354 1.064.443v-.089c0-.354-.266-.443-.71-.62zm1.774 1.153a.62.62 0 0 0 .354-.532c0-2.66-2.128-4.877-4.788-4.877a4.79 4.79 0 0 0-3.99 2.128l-1.33-2.128h-3.28l3.103 4.788L9.34 18.65h3.192l1.241-2.216l1.42 2.128h3.102l-2.748-4.434a.6.6 0 0 1 0-.266a2.394 2.394 0 0 1 2.305-2.394c1.33 0 1.507.798 1.773 1.153c.621.71 1.774.443 1.774 1.33a.62.62 0 0 0 .887.532m.354.177c-.177.266-.532.266-.709.532c-.089.266.089.355.089.355s.354.177.532-.266v-.621z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialIconThemeNx(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#039be5" d="m12 13.862l-2.749 4.434l-4.61-7.537v7.891H1.36V5.35h3.28l4.611 7.892V9.695l2.66 4.168zm.532-5.054V5.35h-3.28v3.458zm4.966 3.635a1.77 1.77 0 0 0-1.774 1.153a1.77 1.77 0 0 1 2.128-.62c.355.177.887.354 1.153.265a1.86 1.86 0 0 0-1.507-.798m3.014.887c-.354 0-.709-.177-.975-.532l-.177-.266a1.9 1.9 0 0 0-.444-.532a1.77 1.77 0 0 0-1.064-.266a2.22 2.22 0 0 0-2.04 1.33a2.04 2.04 0 0 1 3.548.355a.71.71 0 0 0 .798.266c.443 0 .354.354 1.064.443v-.089c0-.354-.266-.443-.71-.62zm1.774 1.153a.62.62 0 0 0 .354-.532c0-2.66-2.128-4.877-4.788-4.877a4.79 4.79 0 0 0-3.99 2.128l-1.33-2.128h-3.28l3.103 4.788L9.34 18.65h3.192l1.241-2.216l1.42 2.128h3.102l-2.748-4.434a.6.6 0 0 1 0-.266a2.394 2.394 0 0 1 2.305-2.394c1.33 0 1.507.798 1.773 1.153c.621.71 1.774.443 1.774 1.33a.62.62 0 0 0 .887.532m.354.177c-.177.266-.532.266-.709.532c-.089.266.089.355.089.355s.354.177.532-.266v-.621z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#039be5" d="m12 13.862l-2.749 4.434l-4.61-7.537v7.891H1.36V5.35h3.28l4.611 7.892V9.695l2.66 4.168zm.532-5.054V5.35h-3.28v3.458zm4.966 3.635a1.77 1.77 0 0 0-1.774 1.153a1.77 1.77 0 0 1 2.128-.62c.355.177.887.354 1.153.265a1.86 1.86 0 0 0-1.507-.798m3.014.887c-.354 0-.709-.177-.975-.532l-.177-.266a1.9 1.9 0 0 0-.444-.532a1.77 1.77 0 0 0-1.064-.266a2.22 2.22 0 0 0-2.04 1.33a2.04 2.04 0 0 1 3.548.355a.71.71 0 0 0 .798.266c.443 0 .354.354 1.064.443v-.089c0-.354-.266-.443-.71-.62zm1.774 1.153a.62.62 0 0 0 .354-.532c0-2.66-2.128-4.877-4.788-4.877a4.79 4.79 0 0 0-3.99 2.128l-1.33-2.128h-3.28l3.103 4.788L9.34 18.65h3.192l1.241-2.216l1.42 2.128h3.102l-2.748-4.434a.6.6 0 0 1 0-.266a2.394 2.394 0 0 1 2.305-2.394c1.33 0 1.507.798 1.773 1.153c.621.71 1.774.443 1.774 1.33a.62.62 0 0 0 .887.532m.354.177c-.177.266-.532.266-.709.532c-.089.266.089.355.089.355s.354.177.532-.266v-.621z"/></svg> </template>
CSS
.icon-nx {
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%2024%2024%22%3E%3Cpath%20fill%3D%22%23039be5%22%20d%3D%22m12%2013.862l-2.749%204.434l-4.61-7.537v7.891H1.36V5.35h3.28l4.611%207.892V9.695l2.66%204.168zm.532-5.054V5.35h-3.28v3.458zm4.966%203.635a1.77%201.77%200%200%200-1.774%201.153a1.77%201.77%200%200%201%202.128-.62c.355.177.887.354%201.153.265a1.86%201.86%200%200%200-1.507-.798m3.014.887c-.354%200-.709-.177-.975-.532l-.177-.266a1.9%201.9%200%200%200-.444-.532a1.77%201.77%200%200%200-1.064-.266a2.22%202.22%200%200%200-2.04%201.33a2.04%202.04%200%200%201%203.548.355a.71.71%200%200%200%20.798.266c.443%200%20.354.354%201.064.443v-.089c0-.354-.266-.443-.71-.62zm1.774%201.153a.62.62%200%200%200%20.354-.532c0-2.66-2.128-4.877-4.788-4.877a4.79%204.79%200%200%200-3.99%202.128l-1.33-2.128h-3.28l3.103%204.788L9.34%2018.65h3.192l1.241-2.216l1.42%202.128h3.102l-2.748-4.434a.6.6%200%200%201%200-.266a2.394%202.394%200%200%201%202.305-2.394c1.33%200%201.507.798%201.773%201.153c.621.71%201.774.443%201.774%201.33a.62.62%200%200%200%20.887.532m.354.177c-.177.266-.532.266-.709.532c-.089.266.089.355.089.355s.354.177.532-.266v-.621z%22%2F%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%2024%2024%22%3E%3Cpath%20fill%3D%22%23039be5%22%20d%3D%22m12%2013.862l-2.749%204.434l-4.61-7.537v7.891H1.36V5.35h3.28l4.611%207.892V9.695l2.66%204.168zm.532-5.054V5.35h-3.28v3.458zm4.966%203.635a1.77%201.77%200%200%200-1.774%201.153a1.77%201.77%200%200%201%202.128-.62c.355.177.887.354%201.153.265a1.86%201.86%200%200%200-1.507-.798m3.014.887c-.354%200-.709-.177-.975-.532l-.177-.266a1.9%201.9%200%200%200-.444-.532a1.77%201.77%200%200%200-1.064-.266a2.22%202.22%200%200%200-2.04%201.33a2.04%202.04%200%200%201%203.548.355a.71.71%200%200%200%20.798.266c.443%200%20.354.354%201.064.443v-.089c0-.354-.266-.443-.71-.62zm1.774%201.153a.62.62%200%200%200%20.354-.532c0-2.66-2.128-4.877-4.788-4.877a4.79%204.79%200%200%200-3.99%202.128l-1.33-2.128h-3.28l3.103%204.788L9.34%2018.65h3.192l1.241-2.216l1.42%202.128h3.102l-2.748-4.434a.6.6%200%200%201%200-.266a2.394%202.394%200%200%201%202.305-2.394c1.33%200%201.507.798%201.773%201.153c.621.71%201.774.443%201.774%201.33a.62.62%200%200%200%20.887.532m.354.177c-.177.266-.532.266-.709.532c-.089.266.089.355.089.355s.354.177.532-.266v-.621z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-icon-theme/nx.svg?color=%231a73e8&size=48