radar-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.

Name
radar-filled
Set
Tabler Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in Tabler Icons

The same icon in other sets

Related icons in Tabler Icons

Use the radar icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 10a2 2 0 0 1 1.678.911l.053.089H21l.117.007A1 1 0 0 1 22 12c0 5.523-4.477 10-10 10a1 1 0 0 1-1-1v-7.269l-.089-.053a2 2 0 0 1-.906-1.529L10 12a2 2 0 0 1 2-2m9.428-1.334a1 1 0 0 1-1.884.668A8 8 0 1 0 9.337 19.552a1 1 0 0 1-.666 1.886A10 10 0 1 1 21.428 8.666M16.8 8.4a1 1 0 0 1-1.6 1.2a4 4 0 1 0-5.6 5.6a1 1 0 0 1-1.2 1.6a6 6 0 1 1 8.4-8.4"/></svg>

React

import type { SVGProps } from "react";

export function TablerRadarFilled(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="M12 10a2 2 0 0 1 1.678.911l.053.089H21l.117.007A1 1 0 0 1 22 12c0 5.523-4.477 10-10 10a1 1 0 0 1-1-1v-7.269l-.089-.053a2 2 0 0 1-.906-1.529L10 12a2 2 0 0 1 2-2m9.428-1.334a1 1 0 0 1-1.884.668A8 8 0 1 0 9.337 19.552a1 1 0 0 1-.666 1.886A10 10 0 1 1 21.428 8.666M16.8 8.4a1 1 0 0 1-1.6 1.2a4 4 0 1 0-5.6 5.6a1 1 0 0 1-1.2 1.6a6 6 0 1 1 8.4-8.4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 10a2 2 0 0 1 1.678.911l.053.089H21l.117.007A1 1 0 0 1 22 12c0 5.523-4.477 10-10 10a1 1 0 0 1-1-1v-7.269l-.089-.053a2 2 0 0 1-.906-1.529L10 12a2 2 0 0 1 2-2m9.428-1.334a1 1 0 0 1-1.884.668A8 8 0 1 0 9.337 19.552a1 1 0 0 1-.666 1.886A10 10 0 1 1 21.428 8.666M16.8 8.4a1 1 0 0 1-1.6 1.2a4 4 0 1 0-5.6 5.6a1 1 0 0 1-1.2 1.6a6 6 0 1 1 8.4-8.4"/></svg>
</template>

CSS

.icon-radar-filled {
  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%22M12%2010a2%202%200%200%201%201.678.911l.053.089H21l.117.007A1%201%200%200%201%2022%2012c0%205.523-4.477%2010-10%2010a1%201%200%200%201-1-1v-7.269l-.089-.053a2%202%200%200%201-.906-1.529L10%2012a2%202%200%200%201%202-2m9.428-1.334a1%201%200%200%201-1.884.668A8%208%200%201%200%209.337%2019.552a1%201%200%200%201-.666%201.886A10%2010%200%201%201%2021.428%208.666M16.8%208.4a1%201%200%200%201-1.6%201.2a4%204%200%201%200-5.6%205.6a1%201%200%200%201-1.2%201.6a6%206%200%201%201%208.4-8.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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2010a2%202%200%200%201%201.678.911l.053.089H21l.117.007A1%201%200%200%201%2022%2012c0%205.523-4.477%2010-10%2010a1%201%200%200%201-1-1v-7.269l-.089-.053a2%202%200%200%201-.906-1.529L10%2012a2%202%200%200%201%202-2m9.428-1.334a1%201%200%200%201-1.884.668A8%208%200%201%200%209.337%2019.552a1%201%200%200%201-.666%201.886A10%2010%200%201%201%2021.428%208.666M16.8%208.4a1%201%200%200%201-1.6%201.2a4%204%200%201%200-5.6%205.6a1%201%200%200%201-1.2%201.6a6%206%200%201%201%208.4-8.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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