Radar Rectangle Multiple icon
Used to represent tracking, alert, and watching scenarios. The Radar Rectangle Multiple icon is part of Microsoft's Fluent UI System Icons, available here in regular and filled styles on a 20 px grid. Download it as SVG or PNG, or copy it as code — it's free to use under the MIT License.
Every size and style
Microsoft draws each size separately so icons stay crisp, rather than scaling one drawing. Pick a style and size to preview it, download it, or copy the code for your platform.
Regular, 20 px
ic_fluent_radar_rectangle_multiple_20_regular.svg
Radar Rectangle Multiple icon in React
npm install @fluentui/react-icons
import { RadarRectangleMultiple20Regular } from "@fluentui/react-icons";
export function Example() {
return <RadarRectangleMultiple20Regular aria-label="Radar Rectangle Multiple" />;
}Use the Radar Rectangle Multiple icon in React
Install Microsoft's @fluentui/react-icons package, then import the component. Icons inherit the current text color, and you can size them with CSS.
npm install @fluentui/react-icons
import { RadarRectangleMultiple20Regular, RadarRectangleMultiple20Filled } from "@fluentui/react-icons";
export function Example() {
return <RadarRectangleMultiple20Regular aria-label="Radar Rectangle Multiple" />;
}Use it in HTML
Reference the SVG file directly:
<img src="https://fluenticons.co/icons/ic_fluent_radar_rectangle_multiple_20_regular.svg" width="20" height="20" alt="Radar Rectangle Multiple"> Or paste the SVG markup inline. Setting fill="currentColor" makes the icon follow the text color of its parent:
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill="currentColor" d="m14.5 3.38-.72.72A7 7 0 0 0 3.08 11H2.05A7.99 7.99 0 0 1 14.5 3.38M9.83 18a3 3 0 0 0 .17-1c1.8 0 3.58-.68 4.95-2.05a.5.5 0 0 1 .7.7A8 8 0 0 1 9.84 18m.17-3.5v.5c1.28 0 2.56-.49 3.54-1.46a.5.5 0 1 0-.71-.71c-.8.8-1.86 1.2-2.92 1.17q.09.24.09.5M5.1 11h1.03a4 4 0 0 1 5.43-4.68l.75-.75A5 5 0 0 0 5.1 11m10.75-6.85c.2.2.2.5 0 .7l-4.88 4.9a1 1 0 1 1-.71-.72l4.89-4.88c.2-.2.5-.2.7 0M17 13.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0M16.5 7a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1m1.5 4.25a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m-.5-2a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1m-2.5 2a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m-.5-2a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1M1.5 12a.5.5 0 0 0-.5.5v4c0 .28.22.5.5.5h5a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 0-.5-.5zm7 2c.28 0 .5.22.5.5V17a2 2 0 0 1-2 2H3.5a.5.5 0 0 1 0-1H7a1 1 0 0 0 1-1v-2.5c0-.28.22-.5.5-.5"/></svg>Details
| Name | Radar Rectangle Multiple |
|---|---|
| Styles | Regular (outlined), Filled |
| Sizes | 20 px |
| Regular (outlined) file | ic_fluent_radar_rectangle_multiple_20_regular.svg |
| Filled file | ic_fluent_radar_rectangle_multiple_20_filled.svg |
| React (Regular) | RadarRectangleMultiple20Regular |
| React (Filled) | RadarRectangleMultiple20Filled |
| License | MIT (© Microsoft Corporation) |