body system icon
body-system from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- body-system
- Set
- Material Symbols
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- body-system-outline, body-system-outline-sharp, body-system-sharp
1 other variant in Material Symbols
The same icon in other sets
More social icons from Material Symbols
Use the body system icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m7.9 18l1.9-9.1l-1.8.7V12H6V8.3l5.05-2.125q.35-.15.738-.187t.737.087t.663.35T13.7 7l1 1.6q.7 1.125 1.838 1.763T19 11v2q-1.75 0-3.137-.7T13.5 10.5l-.6 1.5l2.1 2v4h-2v-3.05l-1.95-1.8L10 18zm4.188-13.087Q11.5 4.325 11.5 3.5t.588-1.412T13.5 1.5t1.413.588T15.5 3.5t-.587 1.413T13.5 5.5t-1.412-.587M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12q0-2.975 1.538-5.35t4.012-3.6l.9 1.775Q6.475 5.8 5.238 7.713T4 12q0 3.35 2.325 5.675T12 20t5.675-2.325T20 12h2q0 2.075-.788 3.9t-2.137 3.175t-3.175 2.138T12 22"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsBodySystem(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="m7.9 18l1.9-9.1l-1.8.7V12H6V8.3l5.05-2.125q.35-.15.738-.187t.737.087t.663.35T13.7 7l1 1.6q.7 1.125 1.838 1.763T19 11v2q-1.75 0-3.137-.7T13.5 10.5l-.6 1.5l2.1 2v4h-2v-3.05l-1.95-1.8L10 18zm4.188-13.087Q11.5 4.325 11.5 3.5t.588-1.412T13.5 1.5t1.413.588T15.5 3.5t-.587 1.413T13.5 5.5t-1.412-.587M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12q0-2.975 1.538-5.35t4.012-3.6l.9 1.775Q6.475 5.8 5.238 7.713T4 12q0 3.35 2.325 5.675T12 20t5.675-2.325T20 12h2q0 2.075-.788 3.9t-2.137 3.175t-3.175 2.138T12 22"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m7.9 18l1.9-9.1l-1.8.7V12H6V8.3l5.05-2.125q.35-.15.738-.187t.737.087t.663.35T13.7 7l1 1.6q.7 1.125 1.838 1.763T19 11v2q-1.75 0-3.137-.7T13.5 10.5l-.6 1.5l2.1 2v4h-2v-3.05l-1.95-1.8L10 18zm4.188-13.087Q11.5 4.325 11.5 3.5t.588-1.412T13.5 1.5t1.413.588T15.5 3.5t-.587 1.413T13.5 5.5t-1.412-.587M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12q0-2.975 1.538-5.35t4.012-3.6l.9 1.775Q6.475 5.8 5.238 7.713T4 12q0 3.35 2.325 5.675T12 20t5.675-2.325T20 12h2q0 2.075-.788 3.9t-2.137 3.175t-3.175 2.138T12 22"/></svg> </template>
CSS
.icon-body-system {
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%22m7.9%2018l1.9-9.1l-1.8.7V12H6V8.3l5.05-2.125q.35-.15.738-.187t.737.087t.663.35T13.7%207l1%201.6q.7%201.125%201.838%201.763T19%2011v2q-1.75%200-3.137-.7T13.5%2010.5l-.6%201.5l2.1%202v4h-2v-3.05l-1.95-1.8L10%2018zm4.188-13.087Q11.5%204.325%2011.5%203.5t.588-1.412T13.5%201.5t1.413.588T15.5%203.5t-.587%201.413T13.5%205.5t-1.412-.587M12%2022q-2.075%200-3.9-.788t-3.175-2.137T2.788%2015.9T2%2012q0-2.975%201.538-5.35t4.012-3.6l.9%201.775Q6.475%205.8%205.238%207.713T4%2012q0%203.35%202.325%205.675T12%2020t5.675-2.325T20%2012h2q0%202.075-.788%203.9t-2.137%203.175t-3.175%202.138T12%2022%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%22m7.9%2018l1.9-9.1l-1.8.7V12H6V8.3l5.05-2.125q.35-.15.738-.187t.737.087t.663.35T13.7%207l1%201.6q.7%201.125%201.838%201.763T19%2011v2q-1.75%200-3.137-.7T13.5%2010.5l-.6%201.5l2.1%202v4h-2v-3.05l-1.95-1.8L10%2018zm4.188-13.087Q11.5%204.325%2011.5%203.5t.588-1.412T13.5%201.5t1.413.588T15.5%203.5t-.587%201.413T13.5%205.5t-1.412-.587M12%2022q-2.075%200-3.9-.788t-3.175-2.137T2.788%2015.9T2%2012q0-2.975%201.538-5.35t4.012-3.6l.9%201.775Q6.475%205.8%205.238%207.713T4%2012q0%203.35%202.325%205.675T12%2020t5.675-2.325T20%2012h2q0%202.075-.788%203.9t-2.137%203.175t-3.175%202.138T12%2022%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/body-system.svg?color=%231a73e8&size=48