Data Area icon
The Data Area icon is part of Microsoft's Fluent UI System Icons, available here in filled and regular (outlined) styles on a 24 px grid. Download it as SVG or PNG, or copy it as code — it's free to use under the MIT License.
Use the Data Area 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 { DataArea24Regular, DataArea24Filled } from "@fluentui/react-icons";
export function Example() {
return <DataArea24Regular aria-label="Data Area" />;
}Use it in HTML
Reference the SVG file directly:
<img src="https://fluenticons.co/icons/ic_fluent_data_area_24_regular.svg" width="24" height="24" alt="Data Area"> Or paste the SVG markup inline. Setting fill="currentColor" makes the icon follow the text color of its parent:
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.75 3C4.16421 3 4.5 3.33579 4.5 3.75V10.0077L8.15072 8.08632C8.3805 7.96538 8.65648 7.9719 8.88029 8.10355L12.6997 10.3503L18.3 6.15C18.5273 5.97956 18.8314 5.95214 19.0854 6.07918C19.3395 6.20623 19.5 6.46593 19.5 6.75V19.5L20.25 19.5C20.6642 19.5 21 19.8358 21 20.25C21 20.6642 20.6642 21 20.25 21H6.25C4.45507 21 3 19.5449 3 17.75V3.75C3 3.33579 3.33579 3 3.75 3ZM18 19.5V8.25L13.2 11.85C12.958 12.0315 12.6306 12.0499 12.3698 11.8965L8.47975 9.60821L4.5 11.7028V17.75C4.5 18.7165 5.2835 19.5 6.25 19.5L18 19.5Z" fill="currentColor"/></svg>Use it from the SVG package
Microsoft's @fluentui/svg-icons package contains the raw SVG files, which works well with bundlers that import SVGs:
npm install @fluentui/svg-icons
import icon from "@fluentui/svg-icons/icons/data_area_24_regular.svg";Details
| Name | Data Area |
|---|---|
| Styles | Regular (outlined), Filled |
| Size | 24 × 24 px (scalable SVG) |
| Regular (outlined) file | ic_fluent_data_area_24_regular.svg |
| Filled file | ic_fluent_data_area_24_filled.svg |
| React components | DataArea24Regular, DataArea24Filled |
| License | MIT (© Microsoft Corporation) |
Keywords
datavizvisualizationchartmaptrendinggraph.usedindatavizscenarios.