ndst from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.

Name
ndst
Set
Material Icon Theme
Style
Color
Viewbox
32×32
License
MIT

Use the ndst logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#0097a7" d="M8.2 12.2c-.8-.1-1.3.3-1.4 1c-.1.9.3 1.3 1.1 1.4s1.2-.3 1.4-1c.1-.7-.3-1.3-1.1-1.4"/><path fill="#0097a7" d="M16 2c-1.4 0-2.8.2-4.1.6c.2.7.5 1.3.9 1.9c.9 1.5 2.3 2.2 4 2.3c.8.1 1.6.1 2.4.1c2.1 0 3.8 2.4 2.9 4.6c-.5 1.2-1.1 1.9-2.4 2.1c-1.6.2-2.8-.3-3.6-1.7c-.1-.3-.3-.6-.4-.9c-.2-.6-.4-1.3-.7-1.9c-.8-2.3-3.4-3.6-5.7-3.1c-.8.1-1.8-.1-2.5-.5C3.8 8.1 2 11.8 2 16c0 7.7 6.3 14 14 14s14-6.3 14-14S23.7 2 16 2m5.8 21.3c-.5 1.2-1.1 1.9-2.4 2.1c-1.6.2-2.8-.3-3.6-1.7c-.1-.3-.3-.6-.4-.9c-.2-.6-.4-1.3-.7-1.9c-.9-2.4-3.5-3.6-5.8-3.2c-1.3.2-3.2-.5-3.8-1.6c-.8-1.3-.7-3.1.1-4.1c.5-.6 1.3-1 2.1-1.2h.9c1.5.2 2.4.9 2.9 2.4c.3 1.1.7 2.1 1.3 3.1c.9 1.5 2.3 2.2 4 2.3c.8.1 1.6.1 2.4.1c2.1 0 3.8 2.5 3 4.6"/><path fill="#0097a7" d="M18.4 21.8c-.6.1-.8.6-.8 1.1s.4 1 .7 1.3c.5.3 1.1.3 1.5-.3c.1-.1.4-1 .2-1.3c-.2-.5-1.4-.8-1.6-.8m1.7-9.7c.1-.1.4-1 .2-1.3c-.2-.4-1.4-.7-1.6-.7c-.6.1-.8.6-.8 1.1s.4 1 .7 1.3c.5.3 1.2.3 1.5-.4"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeNdst(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#0097a7" d="M8.2 12.2c-.8-.1-1.3.3-1.4 1c-.1.9.3 1.3 1.1 1.4s1.2-.3 1.4-1c.1-.7-.3-1.3-1.1-1.4"/><path fill="#0097a7" d="M16 2c-1.4 0-2.8.2-4.1.6c.2.7.5 1.3.9 1.9c.9 1.5 2.3 2.2 4 2.3c.8.1 1.6.1 2.4.1c2.1 0 3.8 2.4 2.9 4.6c-.5 1.2-1.1 1.9-2.4 2.1c-1.6.2-2.8-.3-3.6-1.7c-.1-.3-.3-.6-.4-.9c-.2-.6-.4-1.3-.7-1.9c-.8-2.3-3.4-3.6-5.7-3.1c-.8.1-1.8-.1-2.5-.5C3.8 8.1 2 11.8 2 16c0 7.7 6.3 14 14 14s14-6.3 14-14S23.7 2 16 2m5.8 21.3c-.5 1.2-1.1 1.9-2.4 2.1c-1.6.2-2.8-.3-3.6-1.7c-.1-.3-.3-.6-.4-.9c-.2-.6-.4-1.3-.7-1.9c-.9-2.4-3.5-3.6-5.8-3.2c-1.3.2-3.2-.5-3.8-1.6c-.8-1.3-.7-3.1.1-4.1c.5-.6 1.3-1 2.1-1.2h.9c1.5.2 2.4.9 2.9 2.4c.3 1.1.7 2.1 1.3 3.1c.9 1.5 2.3 2.2 4 2.3c.8.1 1.6.1 2.4.1c2.1 0 3.8 2.5 3 4.6"/><path fill="#0097a7" d="M18.4 21.8c-.6.1-.8.6-.8 1.1s.4 1 .7 1.3c.5.3 1.1.3 1.5-.3c.1-.1.4-1 .2-1.3c-.2-.5-1.4-.8-1.6-.8m1.7-9.7c.1-.1.4-1 .2-1.3c-.2-.4-1.4-.7-1.6-.7c-.6.1-.8.6-.8 1.1s.4 1 .7 1.3c.5.3 1.2.3 1.5-.4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#0097a7" d="M8.2 12.2c-.8-.1-1.3.3-1.4 1c-.1.9.3 1.3 1.1 1.4s1.2-.3 1.4-1c.1-.7-.3-1.3-1.1-1.4"/><path fill="#0097a7" d="M16 2c-1.4 0-2.8.2-4.1.6c.2.7.5 1.3.9 1.9c.9 1.5 2.3 2.2 4 2.3c.8.1 1.6.1 2.4.1c2.1 0 3.8 2.4 2.9 4.6c-.5 1.2-1.1 1.9-2.4 2.1c-1.6.2-2.8-.3-3.6-1.7c-.1-.3-.3-.6-.4-.9c-.2-.6-.4-1.3-.7-1.9c-.8-2.3-3.4-3.6-5.7-3.1c-.8.1-1.8-.1-2.5-.5C3.8 8.1 2 11.8 2 16c0 7.7 6.3 14 14 14s14-6.3 14-14S23.7 2 16 2m5.8 21.3c-.5 1.2-1.1 1.9-2.4 2.1c-1.6.2-2.8-.3-3.6-1.7c-.1-.3-.3-.6-.4-.9c-.2-.6-.4-1.3-.7-1.9c-.9-2.4-3.5-3.6-5.8-3.2c-1.3.2-3.2-.5-3.8-1.6c-.8-1.3-.7-3.1.1-4.1c.5-.6 1.3-1 2.1-1.2h.9c1.5.2 2.4.9 2.9 2.4c.3 1.1.7 2.1 1.3 3.1c.9 1.5 2.3 2.2 4 2.3c.8.1 1.6.1 2.4.1c2.1 0 3.8 2.5 3 4.6"/><path fill="#0097a7" d="M18.4 21.8c-.6.1-.8.6-.8 1.1s.4 1 .7 1.3c.5.3 1.1.3 1.5-.3c.1-.1.4-1 .2-1.3c-.2-.5-1.4-.8-1.6-.8m1.7-9.7c.1-.1.4-1 .2-1.3c-.2-.4-1.4-.7-1.6-.7c-.6.1-.8.6-.8 1.1s.4 1 .7 1.3c.5.3 1.2.3 1.5-.4"/></svg>
</template>

CSS

.icon-ndst {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22%230097a7%22%20d%3D%22M8.2%2012.2c-.8-.1-1.3.3-1.4%201c-.1.9.3%201.3%201.1%201.4s1.2-.3%201.4-1c.1-.7-.3-1.3-1.1-1.4%22%2F%3E%3Cpath%20fill%3D%22%230097a7%22%20d%3D%22M16%202c-1.4%200-2.8.2-4.1.6c.2.7.5%201.3.9%201.9c.9%201.5%202.3%202.2%204%202.3c.8.1%201.6.1%202.4.1c2.1%200%203.8%202.4%202.9%204.6c-.5%201.2-1.1%201.9-2.4%202.1c-1.6.2-2.8-.3-3.6-1.7c-.1-.3-.3-.6-.4-.9c-.2-.6-.4-1.3-.7-1.9c-.8-2.3-3.4-3.6-5.7-3.1c-.8.1-1.8-.1-2.5-.5C3.8%208.1%202%2011.8%202%2016c0%207.7%206.3%2014%2014%2014s14-6.3%2014-14S23.7%202%2016%202m5.8%2021.3c-.5%201.2-1.1%201.9-2.4%202.1c-1.6.2-2.8-.3-3.6-1.7c-.1-.3-.3-.6-.4-.9c-.2-.6-.4-1.3-.7-1.9c-.9-2.4-3.5-3.6-5.8-3.2c-1.3.2-3.2-.5-3.8-1.6c-.8-1.3-.7-3.1.1-4.1c.5-.6%201.3-1%202.1-1.2h.9c1.5.2%202.4.9%202.9%202.4c.3%201.1.7%202.1%201.3%203.1c.9%201.5%202.3%202.2%204%202.3c.8.1%201.6.1%202.4.1c2.1%200%203.8%202.5%203%204.6%22%2F%3E%3Cpath%20fill%3D%22%230097a7%22%20d%3D%22M18.4%2021.8c-.6.1-.8.6-.8%201.1s.4%201%20.7%201.3c.5.3%201.1.3%201.5-.3c.1-.1.4-1%20.2-1.3c-.2-.5-1.4-.8-1.6-.8m1.7-9.7c.1-.1.4-1%20.2-1.3c-.2-.4-1.4-.7-1.6-.7c-.6.1-.8.6-.8%201.1s.4%201%20.7%201.3c.5.3%201.2.3%201.5-.4%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%2032%2032%22%3E%3Cpath%20fill%3D%22%230097a7%22%20d%3D%22M8.2%2012.2c-.8-.1-1.3.3-1.4%201c-.1.9.3%201.3%201.1%201.4s1.2-.3%201.4-1c.1-.7-.3-1.3-1.1-1.4%22%2F%3E%3Cpath%20fill%3D%22%230097a7%22%20d%3D%22M16%202c-1.4%200-2.8.2-4.1.6c.2.7.5%201.3.9%201.9c.9%201.5%202.3%202.2%204%202.3c.8.1%201.6.1%202.4.1c2.1%200%203.8%202.4%202.9%204.6c-.5%201.2-1.1%201.9-2.4%202.1c-1.6.2-2.8-.3-3.6-1.7c-.1-.3-.3-.6-.4-.9c-.2-.6-.4-1.3-.7-1.9c-.8-2.3-3.4-3.6-5.7-3.1c-.8.1-1.8-.1-2.5-.5C3.8%208.1%202%2011.8%202%2016c0%207.7%206.3%2014%2014%2014s14-6.3%2014-14S23.7%202%2016%202m5.8%2021.3c-.5%201.2-1.1%201.9-2.4%202.1c-1.6.2-2.8-.3-3.6-1.7c-.1-.3-.3-.6-.4-.9c-.2-.6-.4-1.3-.7-1.9c-.9-2.4-3.5-3.6-5.8-3.2c-1.3.2-3.2-.5-3.8-1.6c-.8-1.3-.7-3.1.1-4.1c.5-.6%201.3-1%202.1-1.2h.9c1.5.2%202.4.9%202.9%202.4c.3%201.1.7%202.1%201.3%203.1c.9%201.5%202.3%202.2%204%202.3c.8.1%201.6.1%202.4.1c2.1%200%203.8%202.5%203%204.6%22%2F%3E%3Cpath%20fill%3D%22%230097a7%22%20d%3D%22M18.4%2021.8c-.6.1-.8.6-.8%201.1s.4%201%20.7%201.3c.5.3%201.1.3%201.5-.3c.1-.1.4-1%20.2-1.3c-.2-.5-1.4-.8-1.6-.8m1.7-9.7c.1-.1.4-1%20.2-1.3c-.2-.4-1.4-.7-1.6-.7c-.6.1-.8.6-.8%201.1s.4%201%20.7%201.3c.5.3%201.2.3%201.5-.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-icon-theme/ndst.svg?color=%231a73e8&size=48