nanonets logo
nanonets from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- nanonets
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×206
- License
- CC0
Use the nanonets logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 206"><path fill="#546fff" d="M77.126 77.126c14.097 0 25.524 11.427 25.524 25.523a25.45 25.45 0 0 1-7.464 18.036l24.962 34.873a25.5 25.5 0 0 1 8.026-1.306c2.832 0 5.548.48 8.094 1.332l15.03-22.113a6.245 6.245 0 0 1 8.67-1.652a6.24 6.24 0 0 1 1.655 8.67l-14.85 21.847c4.283 4.564 6.925 10.687 6.925 17.439c0 14.097-11.428 25.524-25.524 25.524s-25.524-11.427-25.524-25.524c0-6.774 2.658-12.915 6.965-17.485L84.424 127.1a25.5 25.5 0 0 1-7.298 1.073a25.4 25.4 0 0 1-8.49-1.477l-23.447 36.81a25.42 25.42 0 0 1 5.859 16.269c0 14.097-11.428 25.524-25.524 25.524S0 193.872 0 179.775c0-14.096 11.428-25.523 25.524-25.523c3.385 0 6.609.673 9.565 1.87l23.152-36.346c-4.112-4.53-6.638-10.526-6.638-17.127c0-14.096 11.427-25.523 25.523-25.523M230.476 0C244.574 0 256 11.427 256 25.524c0 14.096-11.427 25.523-25.523 25.523c-3.105 0-6.067-.582-8.82-1.597L198.3 86.118c3.796 4.455 6.098 10.22 6.098 16.53c0 14.098-11.427 25.526-25.524 25.526c-14.096 0-25.523-11.428-25.523-25.525c0-6.732 2.626-12.838 6.887-17.4l-25.23-35.244a25.5 25.5 0 0 1-7.181 1.042c-2.535 0-4.98-.382-7.29-1.07L104.704 73.27a6.242 6.242 0 1 1-10.326-7.019l15.41-22.671a25.44 25.44 0 0 1-7.485-18.057C102.303 11.427 113.73 0 127.827 0s25.524 11.427 25.524 25.524c0 7.083-2.89 13.489-7.55 18.114l24.938 34.836a25.4 25.4 0 0 1 8.135-1.348c3.262 0 6.37.635 9.237 1.75l23.243-36.487c-3.972-4.5-6.401-10.392-6.401-16.865C204.953 11.427 216.38 0 230.477 0"/></svg>
React
import type { SVGProps } from "react";
export function LogosNanonets(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 206"><path fill="#546fff" d="M77.126 77.126c14.097 0 25.524 11.427 25.524 25.523a25.45 25.45 0 0 1-7.464 18.036l24.962 34.873a25.5 25.5 0 0 1 8.026-1.306c2.832 0 5.548.48 8.094 1.332l15.03-22.113a6.245 6.245 0 0 1 8.67-1.652a6.24 6.24 0 0 1 1.655 8.67l-14.85 21.847c4.283 4.564 6.925 10.687 6.925 17.439c0 14.097-11.428 25.524-25.524 25.524s-25.524-11.427-25.524-25.524c0-6.774 2.658-12.915 6.965-17.485L84.424 127.1a25.5 25.5 0 0 1-7.298 1.073a25.4 25.4 0 0 1-8.49-1.477l-23.447 36.81a25.42 25.42 0 0 1 5.859 16.269c0 14.097-11.428 25.524-25.524 25.524S0 193.872 0 179.775c0-14.096 11.428-25.523 25.524-25.523c3.385 0 6.609.673 9.565 1.87l23.152-36.346c-4.112-4.53-6.638-10.526-6.638-17.127c0-14.096 11.427-25.523 25.523-25.523M230.476 0C244.574 0 256 11.427 256 25.524c0 14.096-11.427 25.523-25.523 25.523c-3.105 0-6.067-.582-8.82-1.597L198.3 86.118c3.796 4.455 6.098 10.22 6.098 16.53c0 14.098-11.427 25.526-25.524 25.526c-14.096 0-25.523-11.428-25.523-25.525c0-6.732 2.626-12.838 6.887-17.4l-25.23-35.244a25.5 25.5 0 0 1-7.181 1.042c-2.535 0-4.98-.382-7.29-1.07L104.704 73.27a6.242 6.242 0 1 1-10.326-7.019l15.41-22.671a25.44 25.44 0 0 1-7.485-18.057C102.303 11.427 113.73 0 127.827 0s25.524 11.427 25.524 25.524c0 7.083-2.89 13.489-7.55 18.114l24.938 34.836a25.4 25.4 0 0 1 8.135-1.348c3.262 0 6.37.635 9.237 1.75l23.243-36.487c-3.972-4.5-6.401-10.392-6.401-16.865C204.953 11.427 216.38 0 230.477 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 206"><path fill="#546fff" d="M77.126 77.126c14.097 0 25.524 11.427 25.524 25.523a25.45 25.45 0 0 1-7.464 18.036l24.962 34.873a25.5 25.5 0 0 1 8.026-1.306c2.832 0 5.548.48 8.094 1.332l15.03-22.113a6.245 6.245 0 0 1 8.67-1.652a6.24 6.24 0 0 1 1.655 8.67l-14.85 21.847c4.283 4.564 6.925 10.687 6.925 17.439c0 14.097-11.428 25.524-25.524 25.524s-25.524-11.427-25.524-25.524c0-6.774 2.658-12.915 6.965-17.485L84.424 127.1a25.5 25.5 0 0 1-7.298 1.073a25.4 25.4 0 0 1-8.49-1.477l-23.447 36.81a25.42 25.42 0 0 1 5.859 16.269c0 14.097-11.428 25.524-25.524 25.524S0 193.872 0 179.775c0-14.096 11.428-25.523 25.524-25.523c3.385 0 6.609.673 9.565 1.87l23.152-36.346c-4.112-4.53-6.638-10.526-6.638-17.127c0-14.096 11.427-25.523 25.523-25.523M230.476 0C244.574 0 256 11.427 256 25.524c0 14.096-11.427 25.523-25.523 25.523c-3.105 0-6.067-.582-8.82-1.597L198.3 86.118c3.796 4.455 6.098 10.22 6.098 16.53c0 14.098-11.427 25.526-25.524 25.526c-14.096 0-25.523-11.428-25.523-25.525c0-6.732 2.626-12.838 6.887-17.4l-25.23-35.244a25.5 25.5 0 0 1-7.181 1.042c-2.535 0-4.98-.382-7.29-1.07L104.704 73.27a6.242 6.242 0 1 1-10.326-7.019l15.41-22.671a25.44 25.44 0 0 1-7.485-18.057C102.303 11.427 113.73 0 127.827 0s25.524 11.427 25.524 25.524c0 7.083-2.89 13.489-7.55 18.114l24.938 34.836a25.4 25.4 0 0 1 8.135-1.348c3.262 0 6.37.635 9.237 1.75l23.243-36.487c-3.972-4.5-6.401-10.392-6.401-16.865C204.953 11.427 216.38 0 230.477 0"/></svg> </template>
CSS
.icon-nanonets {
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%20206%22%3E%3Cpath%20fill%3D%22%23546fff%22%20d%3D%22M77.126%2077.126c14.097%200%2025.524%2011.427%2025.524%2025.523a25.45%2025.45%200%200%201-7.464%2018.036l24.962%2034.873a25.5%2025.5%200%200%201%208.026-1.306c2.832%200%205.548.48%208.094%201.332l15.03-22.113a6.245%206.245%200%200%201%208.67-1.652a6.24%206.24%200%200%201%201.655%208.67l-14.85%2021.847c4.283%204.564%206.925%2010.687%206.925%2017.439c0%2014.097-11.428%2025.524-25.524%2025.524s-25.524-11.427-25.524-25.524c0-6.774%202.658-12.915%206.965-17.485L84.424%20127.1a25.5%2025.5%200%200%201-7.298%201.073a25.4%2025.4%200%200%201-8.49-1.477l-23.447%2036.81a25.42%2025.42%200%200%201%205.859%2016.269c0%2014.097-11.428%2025.524-25.524%2025.524S0%20193.872%200%20179.775c0-14.096%2011.428-25.523%2025.524-25.523c3.385%200%206.609.673%209.565%201.87l23.152-36.346c-4.112-4.53-6.638-10.526-6.638-17.127c0-14.096%2011.427-25.523%2025.523-25.523M230.476%200C244.574%200%20256%2011.427%20256%2025.524c0%2014.096-11.427%2025.523-25.523%2025.523c-3.105%200-6.067-.582-8.82-1.597L198.3%2086.118c3.796%204.455%206.098%2010.22%206.098%2016.53c0%2014.098-11.427%2025.526-25.524%2025.526c-14.096%200-25.523-11.428-25.523-25.525c0-6.732%202.626-12.838%206.887-17.4l-25.23-35.244a25.5%2025.5%200%200%201-7.181%201.042c-2.535%200-4.98-.382-7.29-1.07L104.704%2073.27a6.242%206.242%200%201%201-10.326-7.019l15.41-22.671a25.44%2025.44%200%200%201-7.485-18.057C102.303%2011.427%20113.73%200%20127.827%200s25.524%2011.427%2025.524%2025.524c0%207.083-2.89%2013.489-7.55%2018.114l24.938%2034.836a25.4%2025.4%200%200%201%208.135-1.348c3.262%200%206.37.635%209.237%201.75l23.243-36.487c-3.972-4.5-6.401-10.392-6.401-16.865C204.953%2011.427%20216.38%200%20230.477%200%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%20256%20206%22%3E%3Cpath%20fill%3D%22%23546fff%22%20d%3D%22M77.126%2077.126c14.097%200%2025.524%2011.427%2025.524%2025.523a25.45%2025.45%200%200%201-7.464%2018.036l24.962%2034.873a25.5%2025.5%200%200%201%208.026-1.306c2.832%200%205.548.48%208.094%201.332l15.03-22.113a6.245%206.245%200%200%201%208.67-1.652a6.24%206.24%200%200%201%201.655%208.67l-14.85%2021.847c4.283%204.564%206.925%2010.687%206.925%2017.439c0%2014.097-11.428%2025.524-25.524%2025.524s-25.524-11.427-25.524-25.524c0-6.774%202.658-12.915%206.965-17.485L84.424%20127.1a25.5%2025.5%200%200%201-7.298%201.073a25.4%2025.4%200%200%201-8.49-1.477l-23.447%2036.81a25.42%2025.42%200%200%201%205.859%2016.269c0%2014.097-11.428%2025.524-25.524%2025.524S0%20193.872%200%20179.775c0-14.096%2011.428-25.523%2025.524-25.523c3.385%200%206.609.673%209.565%201.87l23.152-36.346c-4.112-4.53-6.638-10.526-6.638-17.127c0-14.096%2011.427-25.523%2025.523-25.523M230.476%200C244.574%200%20256%2011.427%20256%2025.524c0%2014.096-11.427%2025.523-25.523%2025.523c-3.105%200-6.067-.582-8.82-1.597L198.3%2086.118c3.796%204.455%206.098%2010.22%206.098%2016.53c0%2014.098-11.427%2025.526-25.524%2025.526c-14.096%200-25.523-11.428-25.523-25.525c0-6.732%202.626-12.838%206.887-17.4l-25.23-35.244a25.5%2025.5%200%200%201-7.181%201.042c-2.535%200-4.98-.382-7.29-1.07L104.704%2073.27a6.242%206.242%200%201%201-10.326-7.019l15.41-22.671a25.44%2025.44%200%200%201-7.485-18.057C102.303%2011.427%20113.73%200%20127.827%200s25.524%2011.427%2025.524%2025.524c0%207.083-2.89%2013.489-7.55%2018.114l24.938%2034.836a25.4%2025.4%200%200%201%208.135-1.348c3.262%200%206.37.635%209.237%201.75l23.243-36.487c-3.972-4.5-6.401-10.392-6.401-16.865C204.953%2011.427%20216.38%200%20230.477%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/nanonets.svg?color=%231a73e8&size=48