nat from Material Symbols by Google · Regular · Communicate · Apache-2.0 Free for personal and commercial use.

Name
nat
Set
Material Symbols
Style
Regular
Category
Communicate
Viewbox
24×24
License
Apache 2.0
Aliases
nat-outline, nat-outline-sharp, nat-sharp

1 other variant in Material Symbols

The same icon in other sets

More communicate icons from Material Symbols

Use the nat icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 15q-1.25 0-2.125-.875T1 12t.875-2.125T4 9q.975 0 1.738.563T6.8 11H11v2H6.8q-.3.875-1.062 1.438T4 15m.713-2.287Q5 12.425 5 12t-.288-.712T4 11t-.712.288T3 12t.288.713T4 13t.713-.288M5 22v-2q3.325 0 5.663-2.337T13 12t-2.337-5.663T5 4V2q3.925 0 6.75 2.6t3.2 6.4h4.2L17.6 9.4L19 8l4 4l-4 4l-1.4-1.4l1.55-1.6h-4.2q-.375 3.8-3.2 6.4T5 22"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsNat(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 15q-1.25 0-2.125-.875T1 12t.875-2.125T4 9q.975 0 1.738.563T6.8 11H11v2H6.8q-.3.875-1.062 1.438T4 15m.713-2.287Q5 12.425 5 12t-.288-.712T4 11t-.712.288T3 12t.288.713T4 13t.713-.288M5 22v-2q3.325 0 5.663-2.337T13 12t-2.337-5.663T5 4V2q3.925 0 6.75 2.6t3.2 6.4h4.2L17.6 9.4L19 8l4 4l-4 4l-1.4-1.4l1.55-1.6h-4.2q-.375 3.8-3.2 6.4T5 22"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 15q-1.25 0-2.125-.875T1 12t.875-2.125T4 9q.975 0 1.738.563T6.8 11H11v2H6.8q-.3.875-1.062 1.438T4 15m.713-2.287Q5 12.425 5 12t-.288-.712T4 11t-.712.288T3 12t.288.713T4 13t.713-.288M5 22v-2q3.325 0 5.663-2.337T13 12t-2.337-5.663T5 4V2q3.925 0 6.75 2.6t3.2 6.4h4.2L17.6 9.4L19 8l4 4l-4 4l-1.4-1.4l1.55-1.6h-4.2q-.375 3.8-3.2 6.4T5 22"/></svg>
</template>

CSS

.icon-nat {
  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%22currentColor%22%20d%3D%22M4%2015q-1.25%200-2.125-.875T1%2012t.875-2.125T4%209q.975%200%201.738.563T6.8%2011H11v2H6.8q-.3.875-1.062%201.438T4%2015m.713-2.287Q5%2012.425%205%2012t-.288-.712T4%2011t-.712.288T3%2012t.288.713T4%2013t.713-.288M5%2022v-2q3.325%200%205.663-2.337T13%2012t-2.337-5.663T5%204V2q3.925%200%206.75%202.6t3.2%206.4h4.2L17.6%209.4L19%208l4%204l-4%204l-1.4-1.4l1.55-1.6h-4.2q-.375%203.8-3.2%206.4T5%2022%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%22currentColor%22%20d%3D%22M4%2015q-1.25%200-2.125-.875T1%2012t.875-2.125T4%209q.975%200%201.738.563T6.8%2011H11v2H6.8q-.3.875-1.062%201.438T4%2015m.713-2.287Q5%2012.425%205%2012t-.288-.712T4%2011t-.712.288T3%2012t.288.713T4%2013t.713-.288M5%2022v-2q3.325%200%205.663-2.337T13%2012t-2.337-5.663T5%204V2q3.925%200%206.75%202.6t3.2%206.4h4.2L17.6%209.4L19%208l4%204l-4%204l-1.4-1.4l1.55-1.6h-4.2q-.375%203.8-3.2%206.4T5%2022%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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