barefoot icon
barefoot-outline from Material Symbols by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- barefoot-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- barefoot-outline-rounded, barefoot-outline-sharp
1 other variant in Material Symbols
The same icon in other sets
More social icons from Material Symbols
Use the barefoot icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.788 7.713Q4.5 7.425 4.5 7t.288-.712T5.5 6t.713.288T6.5 7t-.288.713T5.5 8t-.712-.288M10 22q-1.65 0-2.825-1.175T6 18v-6q0-2.5 1.75-4.25T12 6h1.825q1.725 0 2.95 1.163T18 10.025q0 1.15-.612 2.113T15.724 13.6q-.8.375-1.262 1.113T14 16.325V18q0 1.675-1.162 2.838T10 22M7.288 5.712Q7 5.425 7 5v-.5q0-.425.288-.712T8 3.5t.713.288T9 4.5V5q0 .425-.288.713T8 6t-.712-.288m4.124 13.7Q12 18.826 12 18v-1.675q0-1.45.763-2.675t2.087-1.85q.525-.25.838-.738T16 10q0-.875-.65-1.437T13.825 8H12q-1.65 0-2.825 1.175T8 12v6q0 .825.588 1.413T10 20t1.413-.587m-1.126-14.7Q10 4.425 10 4v-.5q0-.425.288-.712T11 2.5t.713.288T12 3.5V4q0 .425-.288.713T11 5t-.712-.288m3 0Q13 4.426 13 4V3q0-.425.288-.712T14 2t.713.288T15 3v1q0 .425-.288.713T14 5t-.712-.288m3.15.85Q16 5.126 16 4.5v-1q0-.625.438-1.062T17.5 2t1.063.438T19 3.5v1q0 .625-.437 1.063T17.5 6t-1.062-.437M10 12"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsBarefootOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.788 7.713Q4.5 7.425 4.5 7t.288-.712T5.5 6t.713.288T6.5 7t-.288.713T5.5 8t-.712-.288M10 22q-1.65 0-2.825-1.175T6 18v-6q0-2.5 1.75-4.25T12 6h1.825q1.725 0 2.95 1.163T18 10.025q0 1.15-.612 2.113T15.724 13.6q-.8.375-1.262 1.113T14 16.325V18q0 1.675-1.162 2.838T10 22M7.288 5.712Q7 5.425 7 5v-.5q0-.425.288-.712T8 3.5t.713.288T9 4.5V5q0 .425-.288.713T8 6t-.712-.288m4.124 13.7Q12 18.826 12 18v-1.675q0-1.45.763-2.675t2.087-1.85q.525-.25.838-.738T16 10q0-.875-.65-1.437T13.825 8H12q-1.65 0-2.825 1.175T8 12v6q0 .825.588 1.413T10 20t1.413-.587m-1.126-14.7Q10 4.425 10 4v-.5q0-.425.288-.712T11 2.5t.713.288T12 3.5V4q0 .425-.288.713T11 5t-.712-.288m3 0Q13 4.426 13 4V3q0-.425.288-.712T14 2t.713.288T15 3v1q0 .425-.288.713T14 5t-.712-.288m3.15.85Q16 5.126 16 4.5v-1q0-.625.438-1.062T17.5 2t1.063.438T19 3.5v1q0 .625-.437 1.063T17.5 6t-1.062-.437M10 12"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.788 7.713Q4.5 7.425 4.5 7t.288-.712T5.5 6t.713.288T6.5 7t-.288.713T5.5 8t-.712-.288M10 22q-1.65 0-2.825-1.175T6 18v-6q0-2.5 1.75-4.25T12 6h1.825q1.725 0 2.95 1.163T18 10.025q0 1.15-.612 2.113T15.724 13.6q-.8.375-1.262 1.113T14 16.325V18q0 1.675-1.162 2.838T10 22M7.288 5.712Q7 5.425 7 5v-.5q0-.425.288-.712T8 3.5t.713.288T9 4.5V5q0 .425-.288.713T8 6t-.712-.288m4.124 13.7Q12 18.826 12 18v-1.675q0-1.45.763-2.675t2.087-1.85q.525-.25.838-.738T16 10q0-.875-.65-1.437T13.825 8H12q-1.65 0-2.825 1.175T8 12v6q0 .825.588 1.413T10 20t1.413-.587m-1.126-14.7Q10 4.425 10 4v-.5q0-.425.288-.712T11 2.5t.713.288T12 3.5V4q0 .425-.288.713T11 5t-.712-.288m3 0Q13 4.426 13 4V3q0-.425.288-.712T14 2t.713.288T15 3v1q0 .425-.288.713T14 5t-.712-.288m3.15.85Q16 5.126 16 4.5v-1q0-.625.438-1.062T17.5 2t1.063.438T19 3.5v1q0 .625-.437 1.063T17.5 6t-1.062-.437M10 12"/></svg> </template>
CSS
.icon-barefoot-outline {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.788%207.713Q4.5%207.425%204.5%207t.288-.712T5.5%206t.713.288T6.5%207t-.288.713T5.5%208t-.712-.288M10%2022q-1.65%200-2.825-1.175T6%2018v-6q0-2.5%201.75-4.25T12%206h1.825q1.725%200%202.95%201.163T18%2010.025q0%201.15-.612%202.113T15.724%2013.6q-.8.375-1.262%201.113T14%2016.325V18q0%201.675-1.162%202.838T10%2022M7.288%205.712Q7%205.425%207%205v-.5q0-.425.288-.712T8%203.5t.713.288T9%204.5V5q0%20.425-.288.713T8%206t-.712-.288m4.124%2013.7Q12%2018.826%2012%2018v-1.675q0-1.45.763-2.675t2.087-1.85q.525-.25.838-.738T16%2010q0-.875-.65-1.437T13.825%208H12q-1.65%200-2.825%201.175T8%2012v6q0%20.825.588%201.413T10%2020t1.413-.587m-1.126-14.7Q10%204.425%2010%204v-.5q0-.425.288-.712T11%202.5t.713.288T12%203.5V4q0%20.425-.288.713T11%205t-.712-.288m3%200Q13%204.426%2013%204V3q0-.425.288-.712T14%202t.713.288T15%203v1q0%20.425-.288.713T14%205t-.712-.288m3.15.85Q16%205.126%2016%204.5v-1q0-.625.438-1.062T17.5%202t1.063.438T19%203.5v1q0%20.625-.437%201.063T17.5%206t-1.062-.437M10%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.788%207.713Q4.5%207.425%204.5%207t.288-.712T5.5%206t.713.288T6.5%207t-.288.713T5.5%208t-.712-.288M10%2022q-1.65%200-2.825-1.175T6%2018v-6q0-2.5%201.75-4.25T12%206h1.825q1.725%200%202.95%201.163T18%2010.025q0%201.15-.612%202.113T15.724%2013.6q-.8.375-1.262%201.113T14%2016.325V18q0%201.675-1.162%202.838T10%2022M7.288%205.712Q7%205.425%207%205v-.5q0-.425.288-.712T8%203.5t.713.288T9%204.5V5q0%20.425-.288.713T8%206t-.712-.288m4.124%2013.7Q12%2018.826%2012%2018v-1.675q0-1.45.763-2.675t2.087-1.85q.525-.25.838-.738T16%2010q0-.875-.65-1.437T13.825%208H12q-1.65%200-2.825%201.175T8%2012v6q0%20.825.588%201.413T10%2020t1.413-.587m-1.126-14.7Q10%204.425%2010%204v-.5q0-.425.288-.712T11%202.5t.713.288T12%203.5V4q0%20.425-.288.713T11%205t-.712-.288m3%200Q13%204.426%2013%204V3q0-.425.288-.712T14%202t.713.288T15%203v1q0%20.425-.288.713T14%205t-.712-.288m3.15.85Q16%205.126%2016%204.5v-1q0-.625.438-1.062T17.5%202t1.063.438T19%203.5v1q0%20.625-.437%201.063T17.5%206t-1.062-.437M10%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/barefoot-outline.svg?color=%231a73e8&size=48