Personal Injury icon

Personal Injury is a Google Material Symbol from the Activities 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

personal_injury_outlined_fill0_wght400.svg

Personal Injury 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=personal_injury" />

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

Personal Injury icon in React

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

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

Personal Injury icon in Vue

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

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

Personal Injury icon in Angular

With Angular Material and the font from the HTML tab:

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

Personal Injury 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.personal_injury, fill: 0, weight: 400)

Personal Injury icon in Android

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

<!-- res/drawable/personal_injury.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="M12 9.5q-1.65 0-2.7-1.05t-1.05-2.7q0-1.65 1.05-2.7t2.7-1.05q1.65 0 2.7 1.05t1.05 2.7q0 1.65-1.05 2.7t-2.7 1.05Zm0-1.5q.975 0 1.613-.637T14.25 5.75q0-.975-.637-1.612T12 3.5q-.975 0-1.612 .638T9.75 5.75q0 .975 .638 1.613T12 8ZM4 22v-6.6q0-.95 .475-1.625t1.225-1.027q1.275-.573 2.863-1.035T12.003 11.25q1.852 0 3.425 .463Q17 12.175 18.275 12.75q.775 .35 1.25 1.025t.475 1.625v5.1q0 .6-.45 1.05t-1.05 .45H9.75q-1.045 0-1.773-.728-.727-.728-.727-1.775Q7.25 18.45 7.977 17.725q.728-.725 1.773-.725h2.95l1.8-4q-.65-.125-1.287-.187t-1.216-.063q-1.808 0-3.215 .413Q7.375 13.575 6.3 14.1q-.35 .175-.575 .531T5.5 15.4v6.6h-1.5Zm5.75-1.5h1.35l.925-2h-2.275q-.4 0-.7 .3t-.3 .7q0 .4 .3 .7t.7 .3Zm3 0h5.75v-5.1q0-.412-.237-.769T17.675 14.1q-.3-.15-.725-.325t-.975-.375L12.75 20.5Zm-.75-14.75Zm0 11.075Z" />
</vector>

Personal Injury icon in SVG

npm install @material-symbols/svg-400

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

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

Personal Injury 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

NamePersonal Injury
Ligaturepersonal_injury
Code pointU+E6DA
CategoryActivities
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/personal_injury.svg, personal_injury-fill.svg
FlutterSymbols.personal_injury
LicenseApache License 2.0 (© Google LLC)

Keywords

activitieshumanpersonhealthpeoplebodysocialmedicalhealthcaresupportemergencyanatomyaid

Related icons