navaid ndb dme icon
navaid-ndb-dme from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.
- Name
- navaid-ndb-dme
- Set
- Carbon
- Style
- Outline
- Category
- Planning
- Viewbox
- 32×32
- License
- Apache 2.0
More planning icons from Carbon
accumulation-iceaccumulation-precipitationaccumulation-rainaccumulation-snowagriculture-analyticsairline-digital-gateairline-manage-gatesairline-passenger-careairline-rapid-boardairport-01airport-02airport-locationalarmalarm-addalarm-subtractarray-date-timearray-timearrivalbaggage-claimbarbicyclebootbuoybus
Use the navaid ndb dme icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4 12H2V4a2 2 0 0 1 2-2h8v2H4Zm8 18H4a2 2 0 0 1-2-2v-8h2v8h8Zm16 0h-8v-2h8v-8h2v8a2 2 0 0 1-2 2m2-18h-2V4h-8V2h8a2 2 0 0 1 2 2ZM16 22a6 6 0 1 1 6-6a6.007 6.007 0 0 1-6 6m0-10a4 4 0 1 0 4 4a4.005 4.005 0 0 0-4-4"/><circle cx="16" cy="16" r="2" fill="currentColor"/><circle cx="16" cy="7" r="1" fill="currentColor"/><circle cx="16" cy="3" r="1" fill="currentColor"/><circle cx="16" cy="25" r="1" fill="currentColor"/><circle cx="16" cy="29" r="1" fill="currentColor"/><circle cx="25" cy="16" r="1" fill="currentColor"/><circle cx="29" cy="16" r="1" fill="currentColor"/><circle cx="7" cy="16" r="1" fill="currentColor"/><circle cx="3" cy="16" r="1" fill="currentColor"/><circle cx="9.636" cy="9.636" r="1" fill="currentColor"/><circle cx="7" cy="7" r="1" fill="currentColor"/><circle cx="22.364" cy="22.364" r="1" fill="currentColor"/><circle cx="25" cy="25" r="1" fill="currentColor"/><circle cx="22.364" cy="9.636" r="1" fill="currentColor"/><circle cx="25" cy="7" r="1" fill="currentColor"/><circle cx="9.636" cy="22.364" r="1" fill="currentColor"/><circle cx="7" cy="25" r="1" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function CarbonNavaidNdbDme(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4 12H2V4a2 2 0 0 1 2-2h8v2H4Zm8 18H4a2 2 0 0 1-2-2v-8h2v8h8Zm16 0h-8v-2h8v-8h2v8a2 2 0 0 1-2 2m2-18h-2V4h-8V2h8a2 2 0 0 1 2 2ZM16 22a6 6 0 1 1 6-6a6.007 6.007 0 0 1-6 6m0-10a4 4 0 1 0 4 4a4.005 4.005 0 0 0-4-4"/><circle cx="16" cy="16" r="2" fill="currentColor"/><circle cx="16" cy="7" r="1" fill="currentColor"/><circle cx="16" cy="3" r="1" fill="currentColor"/><circle cx="16" cy="25" r="1" fill="currentColor"/><circle cx="16" cy="29" r="1" fill="currentColor"/><circle cx="25" cy="16" r="1" fill="currentColor"/><circle cx="29" cy="16" r="1" fill="currentColor"/><circle cx="7" cy="16" r="1" fill="currentColor"/><circle cx="3" cy="16" r="1" fill="currentColor"/><circle cx="9.636" cy="9.636" r="1" fill="currentColor"/><circle cx="7" cy="7" r="1" fill="currentColor"/><circle cx="22.364" cy="22.364" r="1" fill="currentColor"/><circle cx="25" cy="25" r="1" fill="currentColor"/><circle cx="22.364" cy="9.636" r="1" fill="currentColor"/><circle cx="25" cy="7" r="1" fill="currentColor"/><circle cx="9.636" cy="22.364" r="1" fill="currentColor"/><circle cx="7" cy="25" r="1" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4 12H2V4a2 2 0 0 1 2-2h8v2H4Zm8 18H4a2 2 0 0 1-2-2v-8h2v8h8Zm16 0h-8v-2h8v-8h2v8a2 2 0 0 1-2 2m2-18h-2V4h-8V2h8a2 2 0 0 1 2 2ZM16 22a6 6 0 1 1 6-6a6.007 6.007 0 0 1-6 6m0-10a4 4 0 1 0 4 4a4.005 4.005 0 0 0-4-4"/><circle cx="16" cy="16" r="2" fill="currentColor"/><circle cx="16" cy="7" r="1" fill="currentColor"/><circle cx="16" cy="3" r="1" fill="currentColor"/><circle cx="16" cy="25" r="1" fill="currentColor"/><circle cx="16" cy="29" r="1" fill="currentColor"/><circle cx="25" cy="16" r="1" fill="currentColor"/><circle cx="29" cy="16" r="1" fill="currentColor"/><circle cx="7" cy="16" r="1" fill="currentColor"/><circle cx="3" cy="16" r="1" fill="currentColor"/><circle cx="9.636" cy="9.636" r="1" fill="currentColor"/><circle cx="7" cy="7" r="1" fill="currentColor"/><circle cx="22.364" cy="22.364" r="1" fill="currentColor"/><circle cx="25" cy="25" r="1" fill="currentColor"/><circle cx="22.364" cy="9.636" r="1" fill="currentColor"/><circle cx="25" cy="7" r="1" fill="currentColor"/><circle cx="9.636" cy="22.364" r="1" fill="currentColor"/><circle cx="7" cy="25" r="1" fill="currentColor"/></svg> </template>
CSS
.icon-navaid-ndb-dme {
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%22currentColor%22%20d%3D%22M4%2012H2V4a2%202%200%200%201%202-2h8v2H4Zm8%2018H4a2%202%200%200%201-2-2v-8h2v8h8Zm16%200h-8v-2h8v-8h2v8a2%202%200%200%201-2%202m2-18h-2V4h-8V2h8a2%202%200%200%201%202%202ZM16%2022a6%206%200%201%201%206-6a6.007%206.007%200%200%201-6%206m0-10a4%204%200%201%200%204%204a4.005%204.005%200%200%200-4-4%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%227%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%223%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2225%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2229%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2225%22%20cy%3D%2216%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2229%22%20cy%3D%2216%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%2216%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%223%22%20cy%3D%2216%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%229.636%22%20cy%3D%229.636%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%227%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2222.364%22%20cy%3D%2222.364%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2222.364%22%20cy%3D%229.636%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2225%22%20cy%3D%227%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%229.636%22%20cy%3D%2222.364%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%2225%22%20r%3D%221%22%20fill%3D%22currentColor%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%22currentColor%22%20d%3D%22M4%2012H2V4a2%202%200%200%201%202-2h8v2H4Zm8%2018H4a2%202%200%200%201-2-2v-8h2v8h8Zm16%200h-8v-2h8v-8h2v8a2%202%200%200%201-2%202m2-18h-2V4h-8V2h8a2%202%200%200%201%202%202ZM16%2022a6%206%200%201%201%206-6a6.007%206.007%200%200%201-6%206m0-10a4%204%200%201%200%204%204a4.005%204.005%200%200%200-4-4%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%227%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%223%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2225%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2229%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2225%22%20cy%3D%2216%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2229%22%20cy%3D%2216%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%2216%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%223%22%20cy%3D%2216%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%229.636%22%20cy%3D%229.636%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%227%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2222.364%22%20cy%3D%2222.364%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2222.364%22%20cy%3D%229.636%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2225%22%20cy%3D%227%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%229.636%22%20cy%3D%2222.364%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%2225%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/navaid-ndb-dme.svg?color=%231a73e8&size=48