Article Person icon

Article Person is a Google Material Symbol from the Text category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

article_person_outlined_fill0_wght400.svg

Article Person icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=article_person" />

<span class="material-symbols-outlined">article_person</span>

Article Person icon in React

// With the font from the HTML tab:
export function ArticlePersonIcon() {
  return (
    <span className="material-symbols-outlined">
      article_person
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import ArticlePersonIcon from "@material-symbols/svg-400/outlined/article_person.svg?react";

Article Person icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">article_person</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import ArticlePersonIcon from "@material-symbols/svg-400/outlined/article_person.svg?component"; -->

Article Person icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">article_person</mat-icon>

Article Person icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.article_person, fill: 0, weight: 400)

Article Person icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/article_person.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M4.5 19.5v-15 5.6-.825 10.225Zm2.425-6.75h6.343q.057-.4 .157-.775t.3-.725H6.925v1.5Zm0 4.275h4.95q.425-.35 .913-.587T13.8 16.025v-.5H6.925v1.5Zm0-8.55h10.15v-1.5H6.925v1.5Zm-2.425 12.525q-.6 0-1.05-.45t-.45-1.05v-15q0-.6 .45-1.05t1.05-.45h15q.6 0 1.05 .45t.45 1.05v8.625q0-.925-.412-1.712T19.5 10.1v-5.6H4.5v15h6.2v1.5H4.5Zm10.938-6.212Q14.75 14.1 14.75 13.125t.688-1.662Q16.125 10.775 17.1 10.775t1.663 .688Q19.45 12.15 19.45 13.125t-.687 1.663Q18.075 15.475 17.1 15.475t-1.662-.687ZM12.2 21v-1.275q0-.65 .275-1.112t.775-.713q.925-.475 1.875-.7t1.975-.225q1.025 0 1.975 .213t1.875 .712q.5 .225 .775 .7t.275 1.125v1.275H12.2Z" />
</vector>

Article Person icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/article_person.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/article_person.svg" width="24" height="24" alt="Article Person">

Article Person icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameArticle Person
Ligaturearticle_person
Code pointU+F368
CategoryText
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/article_person.svg, article_person-fill.svg
FlutterSymbols.article_person
LicenseApache License 2.0 (© Google LLC)

Keywords

textinformationhumanwritingfilecontentdocpeopleprofilepaperuserpageaccount

Related icons