nixos logo
nixos-wordmark from Devicon by konpa · Wordmark · MIT Free for personal and commercial use.
- Name
- nixos-wordmark
- Set
- Devicon
- Style
- Wordmark
- Viewbox
- 128×128
- License
- MIT
1 other variant in Devicon
The same logo in other sets
Use the nixos logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#7ebae4" fill-rule="evenodd" d="M18.096 57.082L8.12 74.362l-2.33-3.95l2.69-4.627l-5.34-.014L2 63.798l1.162-2.019l7.602.024l2.731-4.71zm.766 13.813h19.953l-2.255 3.993l-5.352-.015l2.658 4.632l-1.14 1.972l-2.329.002l-3.78-6.594l-5.444-.012zm11.613-7.572L20.5 46.043L25.084 46l2.663 4.643l2.683-4.618h2.277l1.167 2.016l-3.822 6.571l2.713 4.72z" clip-rule="evenodd"/><path fill="#5277c3" fill-rule="evenodd" d="m14.496 64.2l9.975 17.28l-4.584.043l-2.663-4.642l-2.683 4.618l-2.277-.001l-1.167-2.016l3.821-6.57l-2.712-4.722zm11.587-7.615l-19.954-.001l2.255-3.992l5.353.015l-2.658-4.632l1.14-1.972L14.546 46l3.78 6.595l5.445.011l2.31 3.979zm.778 13.853l9.977-17.28l2.33 3.95l-2.69 4.627l5.341.014l1.138 1.973l-1.162 2.018l-7.601-.024l-2.732 4.71z" clip-rule="evenodd"/><path d="M68.355 53.027H65.84v11.418c0 1.612.065 4.16.162 6.999h-.097c-1.258-2.355-2.677-4.612-3.677-6.16l-7.902-12.257h-3.452v21.868h2.516V63.477c0-1.613-.064-4.645-.161-7.45h.097c1.87 3.257 2.967 5.063 4 6.611l7.902 12.257h3.128V53.027zm4.79 21.868h2.71V59.284h-2.71zM74.5 56.994c.935 0 1.677-.742 1.677-1.677c0-.936-.742-1.678-1.677-1.678c-.936 0-1.677.742-1.677 1.678s.741 1.677 1.677 1.677m18.234 2.29h-3.096l-3.806 5.741h-.097l-3.677-5.741h-3.355l5.58 7.612v.097l-5.773 7.902h3.096l4.064-6.193h.097l4.064 6.193h3.355l-5.903-8.031v-.097zm10.48-5.868c-5.134 0-9.355 4.134-9.355 11.014s4.221 11.013 9.355 11.013s9.355-4.134 9.355-11.013c0-6.88-4.221-11.014-9.355-11.014m0 2.146c3.822 0 6.731 3.156 6.731 8.868s-2.909 8.867-6.731 8.867s-6.731-3.156-6.731-8.867s2.91-8.868 6.731-8.868m10.417 3.443c0 3.03 1.578 4.67 5.239 6.154c2.809 1.136 3.945 2.145 3.945 4.228c0 2.525-2.052 3.787-4.766 3.787c-1.42 0-3.029-.22-4.796-.82l-.284 2.177c1.546.568 3.25.789 4.954.789c4.229 0 7.763-2.146 7.763-6.47c0-2.997-1.83-4.449-5.522-5.932c-2.462-.978-3.661-2.02-3.661-4.197c0-2.114 1.83-3.282 4.134-3.282c1.357 0 2.84.347 3.882.758l.284-2.146c-1.199-.505-2.683-.758-4.324-.758c-3.881 0-6.848 2.24-6.848 5.712"/></svg>
React
import type { SVGProps } from "react";
export function DeviconNixosWordmark(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#7ebae4" fillRule="evenodd" d="M18.096 57.082L8.12 74.362l-2.33-3.95l2.69-4.627l-5.34-.014L2 63.798l1.162-2.019l7.602.024l2.731-4.71zm.766 13.813h19.953l-2.255 3.993l-5.352-.015l2.658 4.632l-1.14 1.972l-2.329.002l-3.78-6.594l-5.444-.012zm11.613-7.572L20.5 46.043L25.084 46l2.663 4.643l2.683-4.618h2.277l1.167 2.016l-3.822 6.571l2.713 4.72z" clipRule="evenodd"/><path fill="#5277c3" fillRule="evenodd" d="m14.496 64.2l9.975 17.28l-4.584.043l-2.663-4.642l-2.683 4.618l-2.277-.001l-1.167-2.016l3.821-6.57l-2.712-4.722zm11.587-7.615l-19.954-.001l2.255-3.992l5.353.015l-2.658-4.632l1.14-1.972L14.546 46l3.78 6.595l5.445.011l2.31 3.979zm.778 13.853l9.977-17.28l2.33 3.95l-2.69 4.627l5.341.014l1.138 1.973l-1.162 2.018l-7.601-.024l-2.732 4.71z" clipRule="evenodd"/><path d="M68.355 53.027H65.84v11.418c0 1.612.065 4.16.162 6.999h-.097c-1.258-2.355-2.677-4.612-3.677-6.16l-7.902-12.257h-3.452v21.868h2.516V63.477c0-1.613-.064-4.645-.161-7.45h.097c1.87 3.257 2.967 5.063 4 6.611l7.902 12.257h3.128V53.027zm4.79 21.868h2.71V59.284h-2.71zM74.5 56.994c.935 0 1.677-.742 1.677-1.677c0-.936-.742-1.678-1.677-1.678c-.936 0-1.677.742-1.677 1.678s.741 1.677 1.677 1.677m18.234 2.29h-3.096l-3.806 5.741h-.097l-3.677-5.741h-3.355l5.58 7.612v.097l-5.773 7.902h3.096l4.064-6.193h.097l4.064 6.193h3.355l-5.903-8.031v-.097zm10.48-5.868c-5.134 0-9.355 4.134-9.355 11.014s4.221 11.013 9.355 11.013s9.355-4.134 9.355-11.013c0-6.88-4.221-11.014-9.355-11.014m0 2.146c3.822 0 6.731 3.156 6.731 8.868s-2.909 8.867-6.731 8.867s-6.731-3.156-6.731-8.867s2.91-8.868 6.731-8.868m10.417 3.443c0 3.03 1.578 4.67 5.239 6.154c2.809 1.136 3.945 2.145 3.945 4.228c0 2.525-2.052 3.787-4.766 3.787c-1.42 0-3.029-.22-4.796-.82l-.284 2.177c1.546.568 3.25.789 4.954.789c4.229 0 7.763-2.146 7.763-6.47c0-2.997-1.83-4.449-5.522-5.932c-2.462-.978-3.661-2.02-3.661-4.197c0-2.114 1.83-3.282 4.134-3.282c1.357 0 2.84.347 3.882.758l.284-2.146c-1.199-.505-2.683-.758-4.324-.758c-3.881 0-6.848 2.24-6.848 5.712"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#7ebae4" fill-rule="evenodd" d="M18.096 57.082L8.12 74.362l-2.33-3.95l2.69-4.627l-5.34-.014L2 63.798l1.162-2.019l7.602.024l2.731-4.71zm.766 13.813h19.953l-2.255 3.993l-5.352-.015l2.658 4.632l-1.14 1.972l-2.329.002l-3.78-6.594l-5.444-.012zm11.613-7.572L20.5 46.043L25.084 46l2.663 4.643l2.683-4.618h2.277l1.167 2.016l-3.822 6.571l2.713 4.72z" clip-rule="evenodd"/><path fill="#5277c3" fill-rule="evenodd" d="m14.496 64.2l9.975 17.28l-4.584.043l-2.663-4.642l-2.683 4.618l-2.277-.001l-1.167-2.016l3.821-6.57l-2.712-4.722zm11.587-7.615l-19.954-.001l2.255-3.992l5.353.015l-2.658-4.632l1.14-1.972L14.546 46l3.78 6.595l5.445.011l2.31 3.979zm.778 13.853l9.977-17.28l2.33 3.95l-2.69 4.627l5.341.014l1.138 1.973l-1.162 2.018l-7.601-.024l-2.732 4.71z" clip-rule="evenodd"/><path d="M68.355 53.027H65.84v11.418c0 1.612.065 4.16.162 6.999h-.097c-1.258-2.355-2.677-4.612-3.677-6.16l-7.902-12.257h-3.452v21.868h2.516V63.477c0-1.613-.064-4.645-.161-7.45h.097c1.87 3.257 2.967 5.063 4 6.611l7.902 12.257h3.128V53.027zm4.79 21.868h2.71V59.284h-2.71zM74.5 56.994c.935 0 1.677-.742 1.677-1.677c0-.936-.742-1.678-1.677-1.678c-.936 0-1.677.742-1.677 1.678s.741 1.677 1.677 1.677m18.234 2.29h-3.096l-3.806 5.741h-.097l-3.677-5.741h-3.355l5.58 7.612v.097l-5.773 7.902h3.096l4.064-6.193h.097l4.064 6.193h3.355l-5.903-8.031v-.097zm10.48-5.868c-5.134 0-9.355 4.134-9.355 11.014s4.221 11.013 9.355 11.013s9.355-4.134 9.355-11.013c0-6.88-4.221-11.014-9.355-11.014m0 2.146c3.822 0 6.731 3.156 6.731 8.868s-2.909 8.867-6.731 8.867s-6.731-3.156-6.731-8.867s2.91-8.868 6.731-8.868m10.417 3.443c0 3.03 1.578 4.67 5.239 6.154c2.809 1.136 3.945 2.145 3.945 4.228c0 2.525-2.052 3.787-4.766 3.787c-1.42 0-3.029-.22-4.796-.82l-.284 2.177c1.546.568 3.25.789 4.954.789c4.229 0 7.763-2.146 7.763-6.47c0-2.997-1.83-4.449-5.522-5.932c-2.462-.978-3.661-2.02-3.661-4.197c0-2.114 1.83-3.282 4.134-3.282c1.357 0 2.84.347 3.882.758l.284-2.146c-1.199-.505-2.683-.758-4.324-.758c-3.881 0-6.848 2.24-6.848 5.712"/></svg> </template>
CSS
.icon-nixos-wordmark {
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%3Cpath%20fill%3D%22%237ebae4%22%20fill-rule%3D%22evenodd%22%20d%3D%22M18.096%2057.082L8.12%2074.362l-2.33-3.95l2.69-4.627l-5.34-.014L2%2063.798l1.162-2.019l7.602.024l2.731-4.71zm.766%2013.813h19.953l-2.255%203.993l-5.352-.015l2.658%204.632l-1.14%201.972l-2.329.002l-3.78-6.594l-5.444-.012zm11.613-7.572L20.5%2046.043L25.084%2046l2.663%204.643l2.683-4.618h2.277l1.167%202.016l-3.822%206.571l2.713%204.72z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%235277c3%22%20fill-rule%3D%22evenodd%22%20d%3D%22m14.496%2064.2l9.975%2017.28l-4.584.043l-2.663-4.642l-2.683%204.618l-2.277-.001l-1.167-2.016l3.821-6.57l-2.712-4.722zm11.587-7.615l-19.954-.001l2.255-3.992l5.353.015l-2.658-4.632l1.14-1.972L14.546%2046l3.78%206.595l5.445.011l2.31%203.979zm.778%2013.853l9.977-17.28l2.33%203.95l-2.69%204.627l5.341.014l1.138%201.973l-1.162%202.018l-7.601-.024l-2.732%204.71z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M68.355%2053.027H65.84v11.418c0%201.612.065%204.16.162%206.999h-.097c-1.258-2.355-2.677-4.612-3.677-6.16l-7.902-12.257h-3.452v21.868h2.516V63.477c0-1.613-.064-4.645-.161-7.45h.097c1.87%203.257%202.967%205.063%204%206.611l7.902%2012.257h3.128V53.027zm4.79%2021.868h2.71V59.284h-2.71zM74.5%2056.994c.935%200%201.677-.742%201.677-1.677c0-.936-.742-1.678-1.677-1.678c-.936%200-1.677.742-1.677%201.678s.741%201.677%201.677%201.677m18.234%202.29h-3.096l-3.806%205.741h-.097l-3.677-5.741h-3.355l5.58%207.612v.097l-5.773%207.902h3.096l4.064-6.193h.097l4.064%206.193h3.355l-5.903-8.031v-.097zm10.48-5.868c-5.134%200-9.355%204.134-9.355%2011.014s4.221%2011.013%209.355%2011.013s9.355-4.134%209.355-11.013c0-6.88-4.221-11.014-9.355-11.014m0%202.146c3.822%200%206.731%203.156%206.731%208.868s-2.909%208.867-6.731%208.867s-6.731-3.156-6.731-8.867s2.91-8.868%206.731-8.868m10.417%203.443c0%203.03%201.578%204.67%205.239%206.154c2.809%201.136%203.945%202.145%203.945%204.228c0%202.525-2.052%203.787-4.766%203.787c-1.42%200-3.029-.22-4.796-.82l-.284%202.177c1.546.568%203.25.789%204.954.789c4.229%200%207.763-2.146%207.763-6.47c0-2.997-1.83-4.449-5.522-5.932c-2.462-.978-3.661-2.02-3.661-4.197c0-2.114%201.83-3.282%204.134-3.282c1.357%200%202.84.347%203.882.758l.284-2.146c-1.199-.505-2.683-.758-4.324-.758c-3.881%200-6.848%202.24-6.848%205.712%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%20128%20128%22%3E%3Cpath%20fill%3D%22%237ebae4%22%20fill-rule%3D%22evenodd%22%20d%3D%22M18.096%2057.082L8.12%2074.362l-2.33-3.95l2.69-4.627l-5.34-.014L2%2063.798l1.162-2.019l7.602.024l2.731-4.71zm.766%2013.813h19.953l-2.255%203.993l-5.352-.015l2.658%204.632l-1.14%201.972l-2.329.002l-3.78-6.594l-5.444-.012zm11.613-7.572L20.5%2046.043L25.084%2046l2.663%204.643l2.683-4.618h2.277l1.167%202.016l-3.822%206.571l2.713%204.72z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%235277c3%22%20fill-rule%3D%22evenodd%22%20d%3D%22m14.496%2064.2l9.975%2017.28l-4.584.043l-2.663-4.642l-2.683%204.618l-2.277-.001l-1.167-2.016l3.821-6.57l-2.712-4.722zm11.587-7.615l-19.954-.001l2.255-3.992l5.353.015l-2.658-4.632l1.14-1.972L14.546%2046l3.78%206.595l5.445.011l2.31%203.979zm.778%2013.853l9.977-17.28l2.33%203.95l-2.69%204.627l5.341.014l1.138%201.973l-1.162%202.018l-7.601-.024l-2.732%204.71z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M68.355%2053.027H65.84v11.418c0%201.612.065%204.16.162%206.999h-.097c-1.258-2.355-2.677-4.612-3.677-6.16l-7.902-12.257h-3.452v21.868h2.516V63.477c0-1.613-.064-4.645-.161-7.45h.097c1.87%203.257%202.967%205.063%204%206.611l7.902%2012.257h3.128V53.027zm4.79%2021.868h2.71V59.284h-2.71zM74.5%2056.994c.935%200%201.677-.742%201.677-1.677c0-.936-.742-1.678-1.677-1.678c-.936%200-1.677.742-1.677%201.678s.741%201.677%201.677%201.677m18.234%202.29h-3.096l-3.806%205.741h-.097l-3.677-5.741h-3.355l5.58%207.612v.097l-5.773%207.902h3.096l4.064-6.193h.097l4.064%206.193h3.355l-5.903-8.031v-.097zm10.48-5.868c-5.134%200-9.355%204.134-9.355%2011.014s4.221%2011.013%209.355%2011.013s9.355-4.134%209.355-11.013c0-6.88-4.221-11.014-9.355-11.014m0%202.146c3.822%200%206.731%203.156%206.731%208.868s-2.909%208.867-6.731%208.867s-6.731-3.156-6.731-8.867s2.91-8.868%206.731-8.868m10.417%203.443c0%203.03%201.578%204.67%205.239%206.154c2.809%201.136%203.945%202.145%203.945%204.228c0%202.525-2.052%203.787-4.766%203.787c-1.42%200-3.029-.22-4.796-.82l-.284%202.177c1.546.568%203.25.789%204.954.789c4.229%200%207.763-2.146%207.763-6.47c0-2.997-1.83-4.449-5.522-5.932c-2.462-.978-3.661-2.02-3.661-4.197c0-2.114%201.83-3.282%204.134-3.282c1.357%200%202.84.347%203.882.758l.284-2.146c-1.199-.505-2.683-.758-4.324-.758c-3.881%200-6.848%202.24-6.848%205.712%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/devicon/nixos-wordmark.svg?color=%231a73e8&size=48