radar-2-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
radar-2-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Use the radar 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M13 3a1 1 0 0 1 1-1a6 6 0 0 1 6 6a1 1 0 1 1-2 0a4 4 0 0 0-4-4a1 1 0 0 1-1-1m-.734 5.82L7.418 3.973c-.572-.572-1.557-.614-2.15.053A8.97 8.97 0 0 0 3 10a8.99 8.99 0 0 0 3.92 7.43l-1.31 3.19A1 1 0 0 0 6.537 22h6.928a1 1 0 0 0 .802-1.597l-1.1-1.478a8.97 8.97 0 0 0 4.808-2.194c.667-.592.625-1.577.053-2.15l-4.347-4.347l.087-.087a1 1 0 0 0-1.414-1.414zm-1.61 10.08a9 9 0 0 1-1.96-.526L8.028 20h3.446zm2.293-13.036a1 1 0 0 1 1.159-.81a3.5 3.5 0 0 1 2.858 2.959a1 1 0 1 1-1.98.278a1.5 1.5 0 0 0-1.226-1.268a1 1 0 0 1-.81-1.159" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteRadar2Fill(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" fillRule="evenodd" d="M13 3a1 1 0 0 1 1-1a6 6 0 0 1 6 6a1 1 0 1 1-2 0a4 4 0 0 0-4-4a1 1 0 0 1-1-1m-.734 5.82L7.418 3.973c-.572-.572-1.557-.614-2.15.053A8.97 8.97 0 0 0 3 10a8.99 8.99 0 0 0 3.92 7.43l-1.31 3.19A1 1 0 0 0 6.537 22h6.928a1 1 0 0 0 .802-1.597l-1.1-1.478a8.97 8.97 0 0 0 4.808-2.194c.667-.592.625-1.577.053-2.15l-4.347-4.347l.087-.087a1 1 0 0 0-1.414-1.414zm-1.61 10.08a9 9 0 0 1-1.96-.526L8.028 20h3.446zm2.293-13.036a1 1 0 0 1 1.159-.81a3.5 3.5 0 0 1 2.858 2.959a1 1 0 1 1-1.98.278a1.5 1.5 0 0 0-1.226-1.268a1 1 0 0 1-.81-1.159" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M13 3a1 1 0 0 1 1-1a6 6 0 0 1 6 6a1 1 0 1 1-2 0a4 4 0 0 0-4-4a1 1 0 0 1-1-1m-.734 5.82L7.418 3.973c-.572-.572-1.557-.614-2.15.053A8.97 8.97 0 0 0 3 10a8.99 8.99 0 0 0 3.92 7.43l-1.31 3.19A1 1 0 0 0 6.537 22h6.928a1 1 0 0 0 .802-1.597l-1.1-1.478a8.97 8.97 0 0 0 4.808-2.194c.667-.592.625-1.577.053-2.15l-4.347-4.347l.087-.087a1 1 0 0 0-1.414-1.414zm-1.61 10.08a9 9 0 0 1-1.96-.526L8.028 20h3.446zm2.293-13.036a1 1 0 0 1 1.159-.81a3.5 3.5 0 0 1 2.858 2.959a1 1 0 1 1-1.98.278a1.5 1.5 0 0 0-1.226-1.268a1 1 0 0 1-.81-1.159" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-radar-2-fill {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M13%203a1%201%200%200%201%201-1a6%206%200%200%201%206%206a1%201%200%201%201-2%200a4%204%200%200%200-4-4a1%201%200%200%201-1-1m-.734%205.82L7.418%203.973c-.572-.572-1.557-.614-2.15.053A8.97%208.97%200%200%200%203%2010a8.99%208.99%200%200%200%203.92%207.43l-1.31%203.19A1%201%200%200%200%206.537%2022h6.928a1%201%200%200%200%20.802-1.597l-1.1-1.478a8.97%208.97%200%200%200%204.808-2.194c.667-.592.625-1.577.053-2.15l-4.347-4.347l.087-.087a1%201%200%200%200-1.414-1.414zm-1.61%2010.08a9%209%200%200%201-1.96-.526L8.028%2020h3.446zm2.293-13.036a1%201%200%200%201%201.159-.81a3.5%203.5%200%200%201%202.858%202.959a1%201%200%201%201-1.98.278a1.5%201.5%200%200%200-1.226-1.268a1%201%200%200%201-.81-1.159%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M13%203a1%201%200%200%201%201-1a6%206%200%200%201%206%206a1%201%200%201%201-2%200a4%204%200%200%200-4-4a1%201%200%200%201-1-1m-.734%205.82L7.418%203.973c-.572-.572-1.557-.614-2.15.053A8.97%208.97%200%200%200%203%2010a8.99%208.99%200%200%200%203.92%207.43l-1.31%203.19A1%201%200%200%200%206.537%2022h6.928a1%201%200%200%200%20.802-1.597l-1.1-1.478a8.97%208.97%200%200%200%204.808-2.194c.667-.592.625-1.577.053-2.15l-4.347-4.347l.087-.087a1%201%200%200%200-1.414-1.414zm-1.61%2010.08a9%209%200%200%201-1.96-.526L8.028%2020h3.446zm2.293-13.036a1%201%200%200%201%201.159-.81a3.5%203.5%200%200%201%202.858%202.959a1%201%200%201%201-1.98.278a1.5%201.5%200%200%200-1.226-1.268a1%201%200%200%201-.81-1.159%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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