radar rectangle multiple icon
radar-rectangle-multiple-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- radar-rectangle-multiple-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 rectangle multiple 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 3.071 11H2.062a8.003 8.003 0 0 1 12.435-7.618M9.83 17.998c.11-.312.17-.648.17-.998a6.98 6.98 0 0 0 4.95-2.05a.5.5 0 0 1 .707.707a7.98 7.98 0 0 1-5.827 2.341M10 14.5v.5c1.28 0 2.56-.488 3.536-1.464a.5.5 0 1 0-.708-.708A4 4 0 0 1 9.914 14q.085.236.086.501M5.1 11h1.026a4.001 4.001 0 0 1 5.436-4.683l.751-.751A5.002 5.002 0 0 0 5.1 11m10.754-6.854a.5.5 0 0 1 0 .708L10.966 9.74a1.001 1.001 0 1 1-.707-.707l4.887-4.888a.5.5 0 0 1 .708 0M17 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 1M1.5 12a.5.5 0 0 0-.5.5v4a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 0-.5-.5zm7 2a.5.5 0 0 1 .5.5V17a2 2 0 0 1-2 2H3.5a.5.5 0 0 1 0-1H7a1 1 0 0 0 1-1v-2.5a.5.5 0 0 1 .5-.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentRadarRectangleMultiple20Regular(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 3.071 11H2.062a8.003 8.003 0 0 1 12.435-7.618M9.83 17.998c.11-.312.17-.648.17-.998a6.98 6.98 0 0 0 4.95-2.05a.5.5 0 0 1 .707.707a7.98 7.98 0 0 1-5.827 2.341M10 14.5v.5c1.28 0 2.56-.488 3.536-1.464a.5.5 0 1 0-.708-.708A4 4 0 0 1 9.914 14q.085.236.086.501M5.1 11h1.026a4.001 4.001 0 0 1 5.436-4.683l.751-.751A5.002 5.002 0 0 0 5.1 11m10.754-6.854a.5.5 0 0 1 0 .708L10.966 9.74a1.001 1.001 0 1 1-.707-.707l4.887-4.888a.5.5 0 0 1 .708 0M17 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 1M1.5 12a.5.5 0 0 0-.5.5v4a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 0-.5-.5zm7 2a.5.5 0 0 1 .5.5V17a2 2 0 0 1-2 2H3.5a.5.5 0 0 1 0-1H7a1 1 0 0 0 1-1v-2.5a.5.5 0 0 1 .5-.5"/></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 3.071 11H2.062a8.003 8.003 0 0 1 12.435-7.618M9.83 17.998c.11-.312.17-.648.17-.998a6.98 6.98 0 0 0 4.95-2.05a.5.5 0 0 1 .707.707a7.98 7.98 0 0 1-5.827 2.341M10 14.5v.5c1.28 0 2.56-.488 3.536-1.464a.5.5 0 1 0-.708-.708A4 4 0 0 1 9.914 14q.085.236.086.501M5.1 11h1.026a4.001 4.001 0 0 1 5.436-4.683l.751-.751A5.002 5.002 0 0 0 5.1 11m10.754-6.854a.5.5 0 0 1 0 .708L10.966 9.74a1.001 1.001 0 1 1-.707-.707l4.887-4.888a.5.5 0 0 1 .708 0M17 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 1M1.5 12a.5.5 0 0 0-.5.5v4a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 0-.5-.5zm7 2a.5.5 0 0 1 .5.5V17a2 2 0 0 1-2 2H3.5a.5.5 0 0 1 0-1H7a1 1 0 0 0 1-1v-2.5a.5.5 0 0 1 .5-.5"/></svg> </template>
CSS
.icon-radar-rectangle-multiple-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%203.071%2011H2.062a8.003%208.003%200%200%201%2012.435-7.618M9.83%2017.998c.11-.312.17-.648.17-.998a6.98%206.98%200%200%200%204.95-2.05a.5.5%200%200%201%20.707.707a7.98%207.98%200%200%201-5.827%202.341M10%2014.5v.5c1.28%200%202.56-.488%203.536-1.464a.5.5%200%201%200-.708-.708A4%204%200%200%201%209.914%2014q.085.236.086.501M5.1%2011h1.026a4.001%204.001%200%200%201%205.436-4.683l.751-.751A5.002%205.002%200%200%200%205.1%2011m10.754-6.854a.5.5%200%200%201%200%20.708L10.966%209.74a1.001%201.001%200%201%201-.707-.707l4.887-4.888a.5.5%200%200%201%20.708%200M17%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%201M1.5%2012a.5.5%200%200%200-.5.5v4a.5.5%200%200%200%20.5.5h5a.5.5%200%200%200%20.5-.5v-4a.5.5%200%200%200-.5-.5zm7%202a.5.5%200%200%201%20.5.5V17a2%202%200%200%201-2%202H3.5a.5.5%200%200%201%200-1H7a1%201%200%200%200%201-1v-2.5a.5.5%200%200%201%20.5-.5%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%203.071%2011H2.062a8.003%208.003%200%200%201%2012.435-7.618M9.83%2017.998c.11-.312.17-.648.17-.998a6.98%206.98%200%200%200%204.95-2.05a.5.5%200%200%201%20.707.707a7.98%207.98%200%200%201-5.827%202.341M10%2014.5v.5c1.28%200%202.56-.488%203.536-1.464a.5.5%200%201%200-.708-.708A4%204%200%200%201%209.914%2014q.085.236.086.501M5.1%2011h1.026a4.001%204.001%200%200%201%205.436-4.683l.751-.751A5.002%205.002%200%200%200%205.1%2011m10.754-6.854a.5.5%200%200%201%200%20.708L10.966%209.74a1.001%201.001%200%201%201-.707-.707l4.887-4.888a.5.5%200%200%201%20.708%200M17%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%201M1.5%2012a.5.5%200%200%200-.5.5v4a.5.5%200%200%200%20.5.5h5a.5.5%200%200%200%20.5-.5v-4a.5.5%200%200%200-.5-.5zm7%202a.5.5%200%200%201%20.5.5V17a2%202%200%200%201-2%202H3.5a.5.5%200%200%201%200-1H7a1%201%200%200%200%201-1v-2.5a.5.5%200%200%201%20.5-.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/radar-rectangle-multiple-20-regular.svg?color=%231a73e8&size=48