Content View icon

Used in generic content representation. The Content View 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.

Regular (outlined)

SVG

Filled

SVG

Use the Content View 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 { ContentView24Regular, ContentView24Filled } from "@fluentui/react-icons";

export function Example() {
  return <ContentView24Regular aria-label="Content View" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_content_view_24_regular.svg" width="24" height="24" alt="Content View">

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 6.25C3 4.45507 4.45507 3 6.25 3H17.75C19.5449 3 21 4.45507 21 6.25V17.75C21 19.5449 19.5449 21 17.75 21H6.25C4.45507 21 3 19.5449 3 17.75V6.25ZM6.25 4.5C5.2835 4.5 4.5 5.2835 4.5 6.25V17.75C4.5 18.7165 5.2835 19.5 6.25 19.5H17.75C18.7165 19.5 19.5 18.7165 19.5 17.75V6.25C19.5 5.2835 18.7165 4.5 17.75 4.5H6.25ZM6 8.25C6 7.2835 6.7835 6.5 7.75 6.5H16.25C17.2165 6.5 18 7.2835 18 8.25V9.75C18 10.7165 17.2165 11.5 16.25 11.5H7.75C6.7835 11.5 6 10.7165 6 9.75V8.25ZM7.75 8C7.61193 8 7.5 8.11193 7.5 8.25V9.75C7.5 9.88807 7.61193 10 7.75 10H16.25C16.3881 10 16.5 9.88807 16.5 9.75V8.25C16.5 8.11193 16.3881 8 16.25 8H7.75ZM6.75 13C6.33579 13 6 13.3358 6 13.75C6 14.1642 6.33579 14.5 6.75 14.5H11.25C11.6642 14.5 12 14.1642 12 13.75C12 13.3358 11.6642 13 11.25 13H6.75ZM6 16.75C6 16.3358 6.33579 16 6.75 16H11.25C11.6642 16 12 16.3358 12 16.75C12 17.1642 11.6642 17.5 11.25 17.5H6.75C6.33579 17.5 6 17.1642 6 16.75ZM15.25 13C14.2835 13 13.5 13.7835 13.5 14.75V15.75C13.5 16.7165 14.2835 17.5 15.25 17.5H16.25C17.2165 17.5 18 16.7165 18 15.75V14.75C18 13.7835 17.2165 13 16.25 13H15.25ZM15 14.75C15 14.6119 15.1119 14.5 15.25 14.5H16.25C16.3881 14.5 16.5 14.6119 16.5 14.75V15.75C16.5 15.8881 16.3881 16 16.25 16H15.25C15.1119 16 15 15.8881 15 15.75V14.75Z" 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/content_view_24_regular.svg";

Details

NameContent View
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_content_view_24_regular.svg
Filled fileic_fluent_content_view_24_filled.svg
React componentsContentView24Regular, ContentView24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

windowfeed

Related icons