6 Ft Apart icon

6 Ft Apart 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

6_ft_apart_outlined_fill0_wght400.svg

6 Ft Apart 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,GRAD@20..48,100..700,0..1,-50..200&icon_names=6_ft_apart" />

<span class="material-symbols-outlined">6_ft_apart</span>

6 Ft Apart icon in React

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

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

6 Ft Apart icon in Vue

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

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

6 Ft Apart icon in Angular

With Angular Material and the font from the HTML tab:

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

6 Ft Apart 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.six_ft_apart, fill: 0, weight: 400)

6 Ft Apart icon in Android

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

<!-- res/drawable/6_ft_apart.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="M7.5 22q-.15 0-.262-.112T7.125 21.625v-3q0-.15 .113-.262T7.5 18.25h2.375v.75h-2v.75h1.625q.15 0 .263 .113T9.875 20.125v1.5q0 .15-.112 .263T9.5 22h-2Zm4.125 0v-3.75h2.25v.75h-1.5v.75h1v.75h-1v1.5h-.75Zm4 0v-3h-1v-.75h2.75v.75h-1v3h-.75Zm-7.75-.75h1.25v-.75h-1.25v.75ZM5 16.95 2 13.95l3-3 .875 .875-1.375 1.375h15l-1.375-1.375 .875-.875 3 3-3 3-.875-.875 1.375-1.375H4.5l1.375 1.375-.875 .875ZM2 9.625v-.325q0-.527 .285-.966T3.075 7.675q.627-.263 1.29-.406 .663-.144 1.387-.144 .723 0 1.385 .144T8.425 7.675q.505 .22 .79 .659T9.5 9.3v.325H2Zm12.5 0v-.325q0-.527 .285-.966T15.575 7.675q.627-.263 1.29-.406 .663-.144 1.387-.144 .723 0 1.385 .144T20.925 7.675q.505 .22 .79 .659T22 9.3v.325H14.5ZM4.425 5.199q-.55-.551-.55-1.325Q3.875 3.1 4.426 2.55q.551-.55 1.325-.55Q6.525 2 7.075 2.551q.55 .551 .55 1.325Q7.625 4.65 7.074 5.2q-.551 .55-1.325 .55Q4.975 5.75 4.425 5.199Zm12.5 0q-.55-.551-.55-1.325Q16.375 3.1 16.926 2.55q.551-.55 1.325-.55Q19.025 2 19.575 2.551q.55 .551 .55 1.325Q20.125 4.65 19.574 5.2q-.551 .55-1.325 .55Q17.475 5.75 16.925 5.199Z" />
</vector>

6 Ft Apart icon in SVG

npm install @material-symbols/svg-400

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

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/svg-400@0.47.5/outlined/6_ft_apart.svg" width="24" height="24" alt="6 Ft Apart">

6 Ft Apart 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

Name6 Ft Apart
Ligature6_ft_apart
Code pointU+F21E
CategorySocial
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/6_ft_apart.svg, 6_ft_apart-fill.svg
FlutterSymbols.six_ft_apart
LicenseApache License 2.0 (© Google LLC)

Keywords

socialhumanpersonhealthpeoplewarningbodymeasurementhorizontalsafetymeasurecaution

Related icons