navaid tacan icon
navaid-tacan from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.
- Name
- navaid-tacan
- 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 tacan icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="16" cy="14" r="2" fill="currentColor"/><path fill="currentColor" d="M20 28h-8a1 1 0 0 1-1-1v-5.734l-3.739-6.543l-4.776-2.866a1 1 0 0 1-.353-1.353l4-7a1 1 0 0 1 1.383-.361L12.277 6h7.446l4.762-2.857a1 1 0 0 1 1.383.36l4 7a1 1 0 0 1-.353 1.354l-4.776 2.866L21 21.266V27a1 1 0 0 1-1 1m-7-2h6v-5.265l4.262-7.458l4.384-2.63l-3.007-5.264L20.277 8h-8.554L7.361 5.383l-3.007 5.263l4.384 2.63L13 20.736Z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonNavaidTacan(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="16" cy="14" r="2" fill="currentColor"/><path fill="currentColor" d="M20 28h-8a1 1 0 0 1-1-1v-5.734l-3.739-6.543l-4.776-2.866a1 1 0 0 1-.353-1.353l4-7a1 1 0 0 1 1.383-.361L12.277 6h7.446l4.762-2.857a1 1 0 0 1 1.383.36l4 7a1 1 0 0 1-.353 1.354l-4.776 2.866L21 21.266V27a1 1 0 0 1-1 1m-7-2h6v-5.265l4.262-7.458l4.384-2.63l-3.007-5.264L20.277 8h-8.554L7.361 5.383l-3.007 5.263l4.384 2.63L13 20.736Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="16" cy="14" r="2" fill="currentColor"/><path fill="currentColor" d="M20 28h-8a1 1 0 0 1-1-1v-5.734l-3.739-6.543l-4.776-2.866a1 1 0 0 1-.353-1.353l4-7a1 1 0 0 1 1.383-.361L12.277 6h7.446l4.762-2.857a1 1 0 0 1 1.383.36l4 7a1 1 0 0 1-.353 1.354l-4.776 2.866L21 21.266V27a1 1 0 0 1-1 1m-7-2h6v-5.265l4.262-7.458l4.384-2.63l-3.007-5.264L20.277 8h-8.554L7.361 5.383l-3.007 5.263l4.384 2.63L13 20.736Z"/></svg> </template>
CSS
.icon-navaid-tacan {
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%3Ccircle%20cx%3D%2216%22%20cy%3D%2214%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%2028h-8a1%201%200%200%201-1-1v-5.734l-3.739-6.543l-4.776-2.866a1%201%200%200%201-.353-1.353l4-7a1%201%200%200%201%201.383-.361L12.277%206h7.446l4.762-2.857a1%201%200%200%201%201.383.36l4%207a1%201%200%200%201-.353%201.354l-4.776%202.866L21%2021.266V27a1%201%200%200%201-1%201m-7-2h6v-5.265l4.262-7.458l4.384-2.63l-3.007-5.264L20.277%208h-8.554L7.361%205.383l-3.007%205.263l4.384%202.63L13%2020.736Z%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%3Ccircle%20cx%3D%2216%22%20cy%3D%2214%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%2028h-8a1%201%200%200%201-1-1v-5.734l-3.739-6.543l-4.776-2.866a1%201%200%200%201-.353-1.353l4-7a1%201%200%200%201%201.383-.361L12.277%206h7.446l4.762-2.857a1%201%200%200%201%201.383.36l4%207a1%201%200%200%201-.353%201.354l-4.776%202.866L21%2021.266V27a1%201%200%200%201-1%201m-7-2h6v-5.265l4.262-7.458l4.384-2.63l-3.007-5.264L20.277%208h-8.554L7.361%205.383l-3.007%205.263l4.384%202.63L13%2020.736Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/navaid-tacan.svg?color=%231a73e8&size=48