body fat icon
body-fat-sharp from Material Symbols by Google · Sharp · Social · Apache-2.0 Free for personal and commercial use.
- Name
- body-fat-sharp
- Set
- Material Symbols
- Style
- Sharp
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- body-fat-outline-sharp
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="M21 16h-1v6.2L-.5 12.025L20 1.8V8h1v2h-4V8h1V5.075L13.6 7.25q.675 1.075 1.038 2.275T15 12t-.363 2.5t-1.062 2.3l4.4 2.175V16H17v-2h4zm-9.25-.125q.6-.85.925-1.838T13 12t-.325-2.013t-.9-1.837L4 12z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsBodyFatSharp(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="M21 16h-1v6.2L-.5 12.025L20 1.8V8h1v2h-4V8h1V5.075L13.6 7.25q.675 1.075 1.038 2.275T15 12t-.363 2.5t-1.062 2.3l4.4 2.175V16H17v-2h4zm-9.25-.125q.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="M21 16h-1v6.2L-.5 12.025L20 1.8V8h1v2h-4V8h1V5.075L13.6 7.25q.675 1.075 1.038 2.275T15 12t-.363 2.5t-1.062 2.3l4.4 2.175V16H17v-2h4zm-9.25-.125q.6-.85.925-1.838T13 12t-.325-2.013t-.9-1.837L4 12z"/></svg> </template>
CSS
.icon-body-fat-sharp {
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%22M21%2016h-1v6.2L-.5%2012.025L20%201.8V8h1v2h-4V8h1V5.075L13.6%207.25q.675%201.075%201.038%202.275T15%2012t-.363%202.5t-1.062%202.3l4.4%202.175V16H17v-2h4zm-9.25-.125q.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%22M21%2016h-1v6.2L-.5%2012.025L20%201.8V8h1v2h-4V8h1V5.075L13.6%207.25q.675%201.075%201.038%202.275T15%2012t-.363%202.5t-1.062%202.3l4.4%202.175V16H17v-2h4zm-9.25-.125q.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-sharp.svg?color=%231a73e8&size=48