radar checkmark icon
radar-checkmark-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- radar-checkmark-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- 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.497 3.382l-.722.722a7.003 7.003 0 0 0-10.763 5.49c-.36.183-.699.405-1.008.66a8.003 8.003 0 0 1 12.493-6.872m-4.75 14.614q.382-.466.66-1.008a6.97 6.97 0 0 0 4.543-2.038a.5.5 0 0 1 .707.707a7.98 7.98 0 0 1-5.91 2.339M11 14.5q0 .203-.014.402a5 5 0 0 0 2.55-1.366a.5.5 0 1 0-.708-.708a4 4 0 0 1-1.862 1.054q.033.305.034.618M5.5 9q.313 0 .618.034a4 4 0 0 1 5.445-2.718l.75-.75a5.002 5.002 0 0 0-7.215 3.449A6 6 0 0 1 5.5 9m3.544 1.294q.359.302.662.662a1 1 0 0 0 1.26-1.215l4.888-4.887a.5.5 0 0 0-.708-.708L10.26 9.034a1.001 1.001 0 0 0-1.215 1.26M17 13.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0M16.5 7a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m1.5 4.25a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m-.5-2a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m-2.5 2a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m-.5-2a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1M10 14.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 FluentRadarCheckmark20Regular(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.497 3.382l-.722.722a7.003 7.003 0 0 0-10.763 5.49c-.36.183-.699.405-1.008.66a8.003 8.003 0 0 1 12.493-6.872m-4.75 14.614q.382-.466.66-1.008a6.97 6.97 0 0 0 4.543-2.038a.5.5 0 0 1 .707.707a7.98 7.98 0 0 1-5.91 2.339M11 14.5q0 .203-.014.402a5 5 0 0 0 2.55-1.366a.5.5 0 1 0-.708-.708a4 4 0 0 1-1.862 1.054q.033.305.034.618M5.5 9q.313 0 .618.034a4 4 0 0 1 5.445-2.718l.75-.75a5.002 5.002 0 0 0-7.215 3.449A6 6 0 0 1 5.5 9m3.544 1.294q.359.302.662.662a1 1 0 0 0 1.26-1.215l4.888-4.887a.5.5 0 0 0-.708-.708L10.26 9.034a1.001 1.001 0 0 0-1.215 1.26M17 13.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0M16.5 7a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m1.5 4.25a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m-.5-2a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m-2.5 2a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m-.5-2a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1M10 14.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.497 3.382l-.722.722a7.003 7.003 0 0 0-10.763 5.49c-.36.183-.699.405-1.008.66a8.003 8.003 0 0 1 12.493-6.872m-4.75 14.614q.382-.466.66-1.008a6.97 6.97 0 0 0 4.543-2.038a.5.5 0 0 1 .707.707a7.98 7.98 0 0 1-5.91 2.339M11 14.5q0 .203-.014.402a5 5 0 0 0 2.55-1.366a.5.5 0 1 0-.708-.708a4 4 0 0 1-1.862 1.054q.033.305.034.618M5.5 9q.313 0 .618.034a4 4 0 0 1 5.445-2.718l.75-.75a5.002 5.002 0 0 0-7.215 3.449A6 6 0 0 1 5.5 9m3.544 1.294q.359.302.662.662a1 1 0 0 0 1.26-1.215l4.888-4.887a.5.5 0 0 0-.708-.708L10.26 9.034a1.001 1.001 0 0 0-1.215 1.26M17 13.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0M16.5 7a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m1.5 4.25a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m-.5-2a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m-2.5 2a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m-.5-2a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1M10 14.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-regular {
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.497%203.382l-.722.722a7.003%207.003%200%200%200-10.763%205.49c-.36.183-.699.405-1.008.66a8.003%208.003%200%200%201%2012.493-6.872m-4.75%2014.614q.382-.466.66-1.008a6.97%206.97%200%200%200%204.543-2.038a.5.5%200%200%201%20.707.707a7.98%207.98%200%200%201-5.91%202.339M11%2014.5q0%20.203-.014.402a5%205%200%200%200%202.55-1.366a.5.5%200%201%200-.708-.708a4%204%200%200%201-1.862%201.054q.033.305.034.618M5.5%209q.313%200%20.618.034a4%204%200%200%201%205.445-2.718l.75-.75a5.002%205.002%200%200%200-7.215%203.449A6%206%200%200%201%205.5%209m3.544%201.294q.359.302.662.662a1%201%200%200%200%201.26-1.215l4.888-4.887a.5.5%200%200%200-.708-.708L10.26%209.034a1.001%201.001%200%200%200-1.215%201.26M17%2013.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200M16.5%207a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201m1.5%204.25a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m-.5-2a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201m-2.5%202a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m-.5-2a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201M10%2014.5a4.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.497%203.382l-.722.722a7.003%207.003%200%200%200-10.763%205.49c-.36.183-.699.405-1.008.66a8.003%208.003%200%200%201%2012.493-6.872m-4.75%2014.614q.382-.466.66-1.008a6.97%206.97%200%200%200%204.543-2.038a.5.5%200%200%201%20.707.707a7.98%207.98%200%200%201-5.91%202.339M11%2014.5q0%20.203-.014.402a5%205%200%200%200%202.55-1.366a.5.5%200%201%200-.708-.708a4%204%200%200%201-1.862%201.054q.033.305.034.618M5.5%209q.313%200%20.618.034a4%204%200%200%201%205.445-2.718l.75-.75a5.002%205.002%200%200%200-7.215%203.449A6%206%200%200%201%205.5%209m3.544%201.294q.359.302.662.662a1%201%200%200%200%201.26-1.215l4.888-4.887a.5.5%200%200%200-.708-.708L10.26%209.034a1.001%201.001%200%200%200-1.215%201.26M17%2013.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200M16.5%207a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201m1.5%204.25a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m-.5-2a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201m-2.5%202a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m-.5-2a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201M10%2014.5a4.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-regular.svg?color=%231a73e8&size=48