body-fat-rounded from Material Symbols by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.

Name
body-fat-rounded
Set
Material Symbols
Style
Rounded
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
body-fat-outline-rounded

2 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the body fat icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17.1 20.75l-14-6.95q-.575-.275-.838-.763T2 12.026T2.263 11t.837-.775l14-7q.5-.25 1.013-.213t.937.313t.688.7t.262 1V8q.425 0 .713.288T21 9t-.288.713T20 10h-2q-.425 0-.712-.288T17 9t.288-.712T18 8V5.075L13.6 7.25q.675 1.075 1.038 2.275T15 12t-.363 2.5t-1.062 2.3l4.4 2.175V16q-.425 0-.7-.288T17 15t.288-.712T18 14h2q.425 0 .713.288T21 15t-.288.713T20 16v2.975q0 .575-.262 1t-.688.7t-.937.3t-1.013-.225m-5.35-4.875q.6-.85.925-1.838T13 12t-.325-2.013t-.9-1.837L4 12z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsBodyFatRounded(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="m17.1 20.75l-14-6.95q-.575-.275-.838-.763T2 12.026T2.263 11t.837-.775l14-7q.5-.25 1.013-.213t.937.313t.688.7t.262 1V8q.425 0 .713.288T21 9t-.288.713T20 10h-2q-.425 0-.712-.288T17 9t.288-.712T18 8V5.075L13.6 7.25q.675 1.075 1.038 2.275T15 12t-.363 2.5t-1.062 2.3l4.4 2.175V16q-.425 0-.7-.288T17 15t.288-.712T18 14h2q.425 0 .713.288T21 15t-.288.713T20 16v2.975q0 .575-.262 1t-.688.7t-.937.3t-1.013-.225m-5.35-4.875q.6-.85.925-1.838T13 12t-.325-2.013t-.9-1.837L4 12z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17.1 20.75l-14-6.95q-.575-.275-.838-.763T2 12.026T2.263 11t.837-.775l14-7q.5-.25 1.013-.213t.937.313t.688.7t.262 1V8q.425 0 .713.288T21 9t-.288.713T20 10h-2q-.425 0-.712-.288T17 9t.288-.712T18 8V5.075L13.6 7.25q.675 1.075 1.038 2.275T15 12t-.363 2.5t-1.062 2.3l4.4 2.175V16q-.425 0-.7-.288T17 15t.288-.712T18 14h2q.425 0 .713.288T21 15t-.288.713T20 16v2.975q0 .575-.262 1t-.688.7t-.937.3t-1.013-.225m-5.35-4.875q.6-.85.925-1.838T13 12t-.325-2.013t-.9-1.837L4 12z"/></svg>
</template>

CSS

.icon-body-fat-rounded {
  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%22m17.1%2020.75l-14-6.95q-.575-.275-.838-.763T2%2012.026T2.263%2011t.837-.775l14-7q.5-.25%201.013-.213t.937.313t.688.7t.262%201V8q.425%200%20.713.288T21%209t-.288.713T20%2010h-2q-.425%200-.712-.288T17%209t.288-.712T18%208V5.075L13.6%207.25q.675%201.075%201.038%202.275T15%2012t-.363%202.5t-1.062%202.3l4.4%202.175V16q-.425%200-.7-.288T17%2015t.288-.712T18%2014h2q.425%200%20.713.288T21%2015t-.288.713T20%2016v2.975q0%20.575-.262%201t-.688.7t-.937.3t-1.013-.225m-5.35-4.875q.6-.85.925-1.838T13%2012t-.325-2.013t-.9-1.837L4%2012z%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%22m17.1%2020.75l-14-6.95q-.575-.275-.838-.763T2%2012.026T2.263%2011t.837-.775l14-7q.5-.25%201.013-.213t.937.313t.688.7t.262%201V8q.425%200%20.713.288T21%209t-.288.713T20%2010h-2q-.425%200-.712-.288T17%209t.288-.712T18%208V5.075L13.6%207.25q.675%201.075%201.038%202.275T15%2012t-.363%202.5t-1.062%202.3l4.4%202.175V16q-.425%200-.7-.288T17%2015t.288-.712T18%2014h2q.425%200%20.713.288T21%2015t-.288.713T20%2016v2.975q0%20.575-.262%201t-.688.7t-.937.3t-1.013-.225m-5.35-4.875q.6-.85.925-1.838T13%2012t-.325-2.013t-.9-1.837L4%2012z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/body-fat-rounded.svg?color=%231a73e8&size=48