Ulna Radius Alt icon

Ulna Radius Alt is a Google Material Symbol from the Social 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

ulna_radius_alt_outlined_fill0_wght400.svg

Ulna Radius Alt 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=ulna_radius_alt" />

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

Ulna Radius Alt icon in React

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

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

Ulna Radius Alt icon in Vue

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

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

Ulna Radius Alt icon in Angular

With Angular Material and the font from the HTML tab:

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

Ulna Radius Alt 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.ulna_radius_alt, fill: 0, weight: 400)

Ulna Radius Alt icon in Android

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

<!-- res/drawable/ulna_radius_alt.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="m2.025 12.775 .825-1.325 7.925 7.45q.325 .3 .75 .45t.85 .15q.35 0 .625-.062t.575-.263l8.425-5.3v1.775L14.375 20.425q-.45 .275-.95 .425t-1.075 .15q-.7 0-1.387-.25T9.75 20L2.025 12.775Zm10.725 4.475q.325 0 .538-.225t.212-.525q0-.075-.2-.525l4-2.475q.075 .225 .263 .363T18 14q.325 0 .538-.225t.212-.525q0-.325-.212-.537T18 12.5h-.112q-.063 0-.113 .025 .125-.125 .175-.25t.05-.275q0-.325-.212-.537T17.25 11.25q-.3 0-.525 .213t-.225 .537q0 .15 .325 .6L12.75 15.125q-.05-.275-.262-.45t-.488-.175q-.3 0-.525 .213t-.225 .537q0 .3 .225 .525t.525 .225h.113q.062 0 .112-.025-.125 .1-.175 .225t-.05 .3q0 .3 .225 .525t.525 .225ZM6.7 5.275l.8-1.275q1.875 .975 3.513 2.588T13.375 9.975q.95-1.125 2.013-1.637T18.475 7.275q1.125-.3 1.95-.612t1.575-.663v1.65q-.675 .275-1.437 .538T18.85 8.7q-2.15 .575-3.187 1.188T13.7 12.025q-.1 .15-.262 .238T13.075 12.35q-.25 0-.462-.175T12.35 11.75q-.5-1.95-2.075-3.7T6.7 5.275ZM2.85 11.45q1.8 1.675 3.963 3.725T10.775 18.9q.325 .3 .75 .45t.85 .15q.35 0 .625-.062t.575-.263q1.875-1.2 4.188-2.65T22 13.875L13.575 19.175q-.3 .2-.575 .263t-.625 .062q-.425 0-.85-.15t-.75-.45L2.85 11.45Z" />
</vector>

Ulna Radius Alt icon in SVG

npm install @material-symbols/svg-400

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

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

Ulna Radius Alt 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

NameUlna Radius Alt
Ligatureulna_radius_alt
Code pointU+F89E
CategorySocial
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/ulna_radius_alt.svg, ulna_radius_alt-fill.svg
FlutterSymbols.ulna_radius_alt
LicenseApache License 2.0 (© Google LLC)

Keywords

socialhumanhealthstructurebodymedicaldiagramhealthcarescienceeducationscanmedicinetreatment

Related icons