radar-checkmark-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
radar-checkmark-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

1 other variant in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the radar checkmark icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M14.284 3.241L13.19 4.335a6.503 6.503 0 0 0-9.659 5.028a5.5 5.5 0 0 0-1.527.89a8.003 8.003 0 0 1 12.28-7.012M9.746 17.996c.374-.454.677-.968.891-1.527a6.47 6.47 0 0 0 3.96-1.873a.75.75 0 0 1 1.06 1.06a7.98 7.98 0 0 1-5.91 2.34M11 14.5q0 .256-.023.506a5.1 5.1 0 0 0 2.63-1.4a.75.75 0 1 0-1.061-1.06c-.47.47-1.039.783-1.64.939Q11 13.979 11 14.5M5.5 9q.521 0 1.015.094a3.6 3.6 0 0 1 4.472-2.556l1.164-1.164a5.102 5.102 0 0 0-7.157 3.649A6 6 0 0 1 5.5 9m3.004.892c.64.418 1.186.965 1.604 1.604a1.5 1.5 0 0 0 1.341-1.885l4.331-4.33a.75.75 0 0 0-1.06-1.061l-4.331 4.33a1.5 1.5 0 0 0-1.885 1.342m8.746 3.358a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0M16.5 7.5a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m1.5 3.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m-.75-1.75a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M15 11.25a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m-.75-1.75a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m-4.25 5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-2.146-1.854a.5.5 0 0 0-.708 0L4.5 15.293l-.646-.647a.5.5 0 0 0-.708.708l1 1a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0 0-.708"/></svg>

React

import type { SVGProps } from "react";

export function FluentRadarCheckmark20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M14.284 3.241L13.19 4.335a6.503 6.503 0 0 0-9.659 5.028a5.5 5.5 0 0 0-1.527.89a8.003 8.003 0 0 1 12.28-7.012M9.746 17.996c.374-.454.677-.968.891-1.527a6.47 6.47 0 0 0 3.96-1.873a.75.75 0 0 1 1.06 1.06a7.98 7.98 0 0 1-5.91 2.34M11 14.5q0 .256-.023.506a5.1 5.1 0 0 0 2.63-1.4a.75.75 0 1 0-1.061-1.06c-.47.47-1.039.783-1.64.939Q11 13.979 11 14.5M5.5 9q.521 0 1.015.094a3.6 3.6 0 0 1 4.472-2.556l1.164-1.164a5.102 5.102 0 0 0-7.157 3.649A6 6 0 0 1 5.5 9m3.004.892c.64.418 1.186.965 1.604 1.604a1.5 1.5 0 0 0 1.341-1.885l4.331-4.33a.75.75 0 0 0-1.06-1.061l-4.331 4.33a1.5 1.5 0 0 0-1.885 1.342m8.746 3.358a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0M16.5 7.5a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m1.5 3.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m-.75-1.75a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M15 11.25a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m-.75-1.75a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m-4.25 5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-2.146-1.854a.5.5 0 0 0-.708 0L4.5 15.293l-.646-.647a.5.5 0 0 0-.708.708l1 1a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0 0-.708"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M14.284 3.241L13.19 4.335a6.503 6.503 0 0 0-9.659 5.028a5.5 5.5 0 0 0-1.527.89a8.003 8.003 0 0 1 12.28-7.012M9.746 17.996c.374-.454.677-.968.891-1.527a6.47 6.47 0 0 0 3.96-1.873a.75.75 0 0 1 1.06 1.06a7.98 7.98 0 0 1-5.91 2.34M11 14.5q0 .256-.023.506a5.1 5.1 0 0 0 2.63-1.4a.75.75 0 1 0-1.061-1.06c-.47.47-1.039.783-1.64.939Q11 13.979 11 14.5M5.5 9q.521 0 1.015.094a3.6 3.6 0 0 1 4.472-2.556l1.164-1.164a5.102 5.102 0 0 0-7.157 3.649A6 6 0 0 1 5.5 9m3.004.892c.64.418 1.186.965 1.604 1.604a1.5 1.5 0 0 0 1.341-1.885l4.331-4.33a.75.75 0 0 0-1.06-1.061l-4.331 4.33a1.5 1.5 0 0 0-1.885 1.342m8.746 3.358a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0M16.5 7.5a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m1.5 3.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m-.75-1.75a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M15 11.25a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m-.75-1.75a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m-4.25 5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-2.146-1.854a.5.5 0 0 0-.708 0L4.5 15.293l-.646-.647a.5.5 0 0 0-.708.708l1 1a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0 0-.708"/></svg>
</template>

CSS

.icon-radar-checkmark-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.284%203.241L13.19%204.335a6.503%206.503%200%200%200-9.659%205.028a5.5%205.5%200%200%200-1.527.89a8.003%208.003%200%200%201%2012.28-7.012M9.746%2017.996c.374-.454.677-.968.891-1.527a6.47%206.47%200%200%200%203.96-1.873a.75.75%200%200%201%201.06%201.06a7.98%207.98%200%200%201-5.91%202.34M11%2014.5q0%20.256-.023.506a5.1%205.1%200%200%200%202.63-1.4a.75.75%200%201%200-1.061-1.06c-.47.47-1.039.783-1.64.939Q11%2013.979%2011%2014.5M5.5%209q.521%200%201.015.094a3.6%203.6%200%200%201%204.472-2.556l1.164-1.164a5.102%205.102%200%200%200-7.157%203.649A6%206%200%200%201%205.5%209m3.004.892c.64.418%201.186.965%201.604%201.604a1.5%201.5%200%200%200%201.341-1.885l4.331-4.33a.75.75%200%200%200-1.06-1.061l-4.331%204.33a1.5%201.5%200%200%200-1.885%201.342m8.746%203.358a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200M16.5%207.5a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5m1.5%203.75a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m-.75-1.75a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5M15%2011.25a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m-.75-1.75a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5m-4.25%205a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200m-2.146-1.854a.5.5%200%200%200-.708%200L4.5%2015.293l-.646-.647a.5.5%200%200%200-.708.708l1%201a.5.5%200%200%200%20.708%200l3-3a.5.5%200%200%200%200-.708%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.284%203.241L13.19%204.335a6.503%206.503%200%200%200-9.659%205.028a5.5%205.5%200%200%200-1.527.89a8.003%208.003%200%200%201%2012.28-7.012M9.746%2017.996c.374-.454.677-.968.891-1.527a6.47%206.47%200%200%200%203.96-1.873a.75.75%200%200%201%201.06%201.06a7.98%207.98%200%200%201-5.91%202.34M11%2014.5q0%20.256-.023.506a5.1%205.1%200%200%200%202.63-1.4a.75.75%200%201%200-1.061-1.06c-.47.47-1.039.783-1.64.939Q11%2013.979%2011%2014.5M5.5%209q.521%200%201.015.094a3.6%203.6%200%200%201%204.472-2.556l1.164-1.164a5.102%205.102%200%200%200-7.157%203.649A6%206%200%200%201%205.5%209m3.004.892c.64.418%201.186.965%201.604%201.604a1.5%201.5%200%200%200%201.341-1.885l4.331-4.33a.75.75%200%200%200-1.06-1.061l-4.331%204.33a1.5%201.5%200%200%200-1.885%201.342m8.746%203.358a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200M16.5%207.5a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5m1.5%203.75a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m-.75-1.75a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5M15%2011.25a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m-.75-1.75a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5m-4.25%205a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200m-2.146-1.854a.5.5%200%200%200-.708%200L4.5%2015.293l-.646-.647a.5.5%200%200%200-.708.708l1%201a.5.5%200%200%200%20.708%200l3-3a.5.5%200%200%200%200-.708%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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