ngc-outline from Teenyicons by smhmd · Outline · MIT Free for personal and commercial use.

Name
ngc-outline
Set
Teenyicons
Style
Outline
Viewbox
15×15
License
MIT

1 other variant in Teenyicons

The same icon in other sets

Use the ngc icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="none" stroke="currentColor" d="M3 3.5a11.08 11.08 0 0 1 9 0M.5 6.5v5.764a1.236 1.236 0 0 0 2.342.553L3.5 11.5m11-5v5.764a1.236 1.236 0 0 1-2.342.553L11.5 11.5M6 7.5h3m-5.7 3.499L1.148 8.31A2.96 2.96 0 0 1 .5 6.461v-.396a2.565 2.565 0 0 1 5.032-.705l1.117 3.91a1.922 1.922 0 0 1-3.35 1.729Zm8.4 0l2.151-2.688a2.96 2.96 0 0 0 .649-1.85v-.396a2.565 2.565 0 0 0-5.032-.705L8.351 9.27a1.922 1.922 0 0 0 3.35 1.729Z"/></svg>

React

import type { SVGProps } from "react";

export function TeenyiconsNgcOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="none" stroke="currentColor" d="M3 3.5a11.08 11.08 0 0 1 9 0M.5 6.5v5.764a1.236 1.236 0 0 0 2.342.553L3.5 11.5m11-5v5.764a1.236 1.236 0 0 1-2.342.553L11.5 11.5M6 7.5h3m-5.7 3.499L1.148 8.31A2.96 2.96 0 0 1 .5 6.461v-.396a2.565 2.565 0 0 1 5.032-.705l1.117 3.91a1.922 1.922 0 0 1-3.35 1.729Zm8.4 0l2.151-2.688a2.96 2.96 0 0 0 .649-1.85v-.396a2.565 2.565 0 0 0-5.032-.705L8.351 9.27a1.922 1.922 0 0 0 3.35 1.729Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="none" stroke="currentColor" d="M3 3.5a11.08 11.08 0 0 1 9 0M.5 6.5v5.764a1.236 1.236 0 0 0 2.342.553L3.5 11.5m11-5v5.764a1.236 1.236 0 0 1-2.342.553L11.5 11.5M6 7.5h3m-5.7 3.499L1.148 8.31A2.96 2.96 0 0 1 .5 6.461v-.396a2.565 2.565 0 0 1 5.032-.705l1.117 3.91a1.922 1.922 0 0 1-3.35 1.729Zm8.4 0l2.151-2.688a2.96 2.96 0 0 0 .649-1.85v-.396a2.565 2.565 0 0 0-5.032-.705L8.351 9.27a1.922 1.922 0 0 0 3.35 1.729Z"/></svg>
</template>

CSS

.icon-ngc-outline {
  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%2015%2015%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20d%3D%22M3%203.5a11.08%2011.08%200%200%201%209%200M.5%206.5v5.764a1.236%201.236%200%200%200%202.342.553L3.5%2011.5m11-5v5.764a1.236%201.236%200%200%201-2.342.553L11.5%2011.5M6%207.5h3m-5.7%203.499L1.148%208.31A2.96%202.96%200%200%201%20.5%206.461v-.396a2.565%202.565%200%200%201%205.032-.705l1.117%203.91a1.922%201.922%200%200%201-3.35%201.729Zm8.4%200l2.151-2.688a2.96%202.96%200%200%200%20.649-1.85v-.396a2.565%202.565%200%200%200-5.032-.705L8.351%209.27a1.922%201.922%200%200%200%203.35%201.729Z%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%2015%2015%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20d%3D%22M3%203.5a11.08%2011.08%200%200%201%209%200M.5%206.5v5.764a1.236%201.236%200%200%200%202.342.553L3.5%2011.5m11-5v5.764a1.236%201.236%200%200%201-2.342.553L11.5%2011.5M6%207.5h3m-5.7%203.499L1.148%208.31A2.96%202.96%200%200%201%20.5%206.461v-.396a2.565%202.565%200%200%201%205.032-.705l1.117%203.91a1.922%201.922%200%200%201-3.35%201.729Zm8.4%200l2.151-2.688a2.96%202.96%200%200%200%20.649-1.85v-.396a2.565%202.565%200%200%200-5.032-.705L8.351%209.27a1.922%201.922%200%200%200%203.35%201.729Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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