Barefoot icon

Barefoot 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

barefoot_outlined_fill0_wght400.svg

Barefoot 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=barefoot" />

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

Barefoot icon in React

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

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

Barefoot icon in Vue

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

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

Barefoot icon in Angular

With Angular Material and the font from the HTML tab:

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

Barefoot 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.barefoot, fill: 0, weight: 400)

Barefoot icon in Android

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

<!-- res/drawable/barefoot.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.963 7.533q-.213-.217-.213-.537 0-.321 .217-.533 .217-.213 .538-.213 .32 0 .533 .217 .212 .217 .212 .537 0 .321-.217 .534-.217 .212-.537 .212-.321 0-.533-.217ZM10 22q-1.65 0-2.825-1.175t-1.175-2.825v-6q0-2.5 1.75-4.25t4.25-1.75h1.825q1.725 0 2.95 1.163T18 10.025q0 1.15-.612 2.113T15.725 13.6q-.8 .375-1.262 1.113T14 16.325v1.675q0 1.675-1.162 2.838T10 22ZM7.463 5.784Q7.25 5.569 7.25 5.25v-1q0-.319 .217-.534 .217-.216 .538-.216 .32 0 .533 .216 .212 .215 .212 .534v1q0 .319-.217 .534-.217 .216-.537 .216-.321 0-.533-.216ZM11.775 19.775q.725-.725 .725-1.775v-1.675q0-1.306 .689-2.409Q13.878 12.813 15.075 12.25q.65-.325 1.038-.93T16.5 10q0-1.05-.787-1.775T13.825 7.5h-1.825q-1.875 0-3.187 1.313T7.5 12v6q0 1.05 .725 1.775t1.775 .725q1.05 0 1.775-.725Zm-1.312-14.991Q10.25 4.569 10.25 4.25v-1q0-.319 .217-.534 .217-.216 .538-.216 .32 0 .533 .216 .212 .215 .212 .534v1q0 .319-.217 .534-.217 .216-.537 .216-.321 0-.533-.216Zm3 0Q13.25 4.569 13.25 4.25v-1.5q0-.319 .217-.534 .217-.216 .538-.216 .32 0 .533 .216 .212 .215 .212 .534v1.5q0 .319-.217 .534-.217 .216-.537 .216-.321 0-.533-.216Zm3.15 .851Q16.25 5.271 16.25 4.75v-1.5q0-.521 .366-.885Q16.981 2 17.503 2q.522 0 .885 .365Q18.75 2.729 18.75 3.25v1.5q0 .521-.365 .885Q18.019 6 17.497 6q-.522 0-.884-.365ZM10 12Z" />
</vector>

Barefoot icon in SVG

npm install @material-symbols/svg-400

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

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

Barefoot 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

NameBarefoot
Ligaturebarefoot
Code pointU+F871
CategorySocial
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/barefoot.svg, barefoot-fill.svg
FlutterSymbols.barefoot
LicenseApache License 2.0 (© Google LLC)

Keywords

socialhumanhealthmovementsilhouettecomfortanatomynaturalrelaxationorganicrunningwalkingfeet

Related icons