body system icon
body-system-rounded from Material Symbols Light by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- body-system-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- body-system-outline-rounded
1 other variant in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
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="m10.992 12.189l-1.317 4.934q-.025.079-.067.152t-.11.125t-.143.076t-.18.024q-.25 0-.409-.183q-.158-.182-.097-.432l1.92-8.831l-2.954 1.2v1.727q0 .213-.144.357t-.356.143t-.357-.143q-.143-.144-.143-.357V8.589l4.434-1.875q.35-.15.66-.188q.312-.037.604.03t.528.244q.235.177.416.47l.692 1.1q.864 1.424 1.723 2.127t1.948.903q.214.037.344.192q.131.156.131.37t-.155.344t-.37.1q-1.457-.258-2.467-1.09T13.25 9.134l-.83 2.789l2.08 2.346V17q0 .214-.143.357T14 17.5t-.357-.143T13.5 17v-2.223zm1.288-7.161q-.491-.491-.491-1.201t.49-1.201t1.202-.491t1.2.491q.492.491.492 1.201t-.491 1.201t-1.201.491t-1.201-.491M12 21q-1.864 0-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3 13.864 3 12q0-2.508 1.23-4.557t3.24-3.226q.176-.103.378-.039t.287.247q.084.177.039.375t-.222.308Q6.167 6.164 5.084 7.97Q4 9.78 4 12q0 3.35 2.325 5.675T12 20q3.221 0 5.507-2.16t2.481-5.319q.012-.208.158-.345q.146-.138.354-.138q.214 0 .357.15t.132.364q-.222 3.556-2.803 6.002T12 21"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightBodySystemRounded(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="m10.992 12.189l-1.317 4.934q-.025.079-.067.152t-.11.125t-.143.076t-.18.024q-.25 0-.409-.183q-.158-.182-.097-.432l1.92-8.831l-2.954 1.2v1.727q0 .213-.144.357t-.356.143t-.357-.143q-.143-.144-.143-.357V8.589l4.434-1.875q.35-.15.66-.188q.312-.037.604.03t.528.244q.235.177.416.47l.692 1.1q.864 1.424 1.723 2.127t1.948.903q.214.037.344.192q.131.156.131.37t-.155.344t-.37.1q-1.457-.258-2.467-1.09T13.25 9.134l-.83 2.789l2.08 2.346V17q0 .214-.143.357T14 17.5t-.357-.143T13.5 17v-2.223zm1.288-7.161q-.491-.491-.491-1.201t.49-1.201t1.202-.491t1.2.491q.492.491.492 1.201t-.491 1.201t-1.201.491t-1.201-.491M12 21q-1.864 0-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3 13.864 3 12q0-2.508 1.23-4.557t3.24-3.226q.176-.103.378-.039t.287.247q.084.177.039.375t-.222.308Q6.167 6.164 5.084 7.97Q4 9.78 4 12q0 3.35 2.325 5.675T12 20q3.221 0 5.507-2.16t2.481-5.319q.012-.208.158-.345q.146-.138.354-.138q.214 0 .357.15t.132.364q-.222 3.556-2.803 6.002T12 21"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m10.992 12.189l-1.317 4.934q-.025.079-.067.152t-.11.125t-.143.076t-.18.024q-.25 0-.409-.183q-.158-.182-.097-.432l1.92-8.831l-2.954 1.2v1.727q0 .213-.144.357t-.356.143t-.357-.143q-.143-.144-.143-.357V8.589l4.434-1.875q.35-.15.66-.188q.312-.037.604.03t.528.244q.235.177.416.47l.692 1.1q.864 1.424 1.723 2.127t1.948.903q.214.037.344.192q.131.156.131.37t-.155.344t-.37.1q-1.457-.258-2.467-1.09T13.25 9.134l-.83 2.789l2.08 2.346V17q0 .214-.143.357T14 17.5t-.357-.143T13.5 17v-2.223zm1.288-7.161q-.491-.491-.491-1.201t.49-1.201t1.202-.491t1.2.491q.492.491.492 1.201t-.491 1.201t-1.201.491t-1.201-.491M12 21q-1.864 0-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3 13.864 3 12q0-2.508 1.23-4.557t3.24-3.226q.176-.103.378-.039t.287.247q.084.177.039.375t-.222.308Q6.167 6.164 5.084 7.97Q4 9.78 4 12q0 3.35 2.325 5.675T12 20q3.221 0 5.507-2.16t2.481-5.319q.012-.208.158-.345q.146-.138.354-.138q.214 0 .357.15t.132.364q-.222 3.556-2.803 6.002T12 21"/></svg> </template>
CSS
.icon-body-system-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%22m10.992%2012.189l-1.317%204.934q-.025.079-.067.152t-.11.125t-.143.076t-.18.024q-.25%200-.409-.183q-.158-.182-.097-.432l1.92-8.831l-2.954%201.2v1.727q0%20.213-.144.357t-.356.143t-.357-.143q-.143-.144-.143-.357V8.589l4.434-1.875q.35-.15.66-.188q.312-.037.604.03t.528.244q.235.177.416.47l.692%201.1q.864%201.424%201.723%202.127t1.948.903q.214.037.344.192q.131.156.131.37t-.155.344t-.37.1q-1.457-.258-2.467-1.09T13.25%209.134l-.83%202.789l2.08%202.346V17q0%20.214-.143.357T14%2017.5t-.357-.143T13.5%2017v-2.223zm1.288-7.161q-.491-.491-.491-1.201t.49-1.201t1.202-.491t1.2.491q.492.491.492%201.201t-.491%201.201t-1.201.491t-1.201-.491M12%2021q-1.864%200-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3%2013.864%203%2012q0-2.508%201.23-4.557t3.24-3.226q.176-.103.378-.039t.287.247q.084.177.039.375t-.222.308Q6.167%206.164%205.084%207.97Q4%209.78%204%2012q0%203.35%202.325%205.675T12%2020q3.221%200%205.507-2.16t2.481-5.319q.012-.208.158-.345q.146-.138.354-.138q.214%200%20.357.15t.132.364q-.222%203.556-2.803%206.002T12%2021%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%22m10.992%2012.189l-1.317%204.934q-.025.079-.067.152t-.11.125t-.143.076t-.18.024q-.25%200-.409-.183q-.158-.182-.097-.432l1.92-8.831l-2.954%201.2v1.727q0%20.213-.144.357t-.356.143t-.357-.143q-.143-.144-.143-.357V8.589l4.434-1.875q.35-.15.66-.188q.312-.037.604.03t.528.244q.235.177.416.47l.692%201.1q.864%201.424%201.723%202.127t1.948.903q.214.037.344.192q.131.156.131.37t-.155.344t-.37.1q-1.457-.258-2.467-1.09T13.25%209.134l-.83%202.789l2.08%202.346V17q0%20.214-.143.357T14%2017.5t-.357-.143T13.5%2017v-2.223zm1.288-7.161q-.491-.491-.491-1.201t.49-1.201t1.202-.491t1.2.491q.492.491.492%201.201t-.491%201.201t-1.201.491t-1.201-.491M12%2021q-1.864%200-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3%2013.864%203%2012q0-2.508%201.23-4.557t3.24-3.226q.176-.103.378-.039t.287.247q.084.177.039.375t-.222.308Q6.167%206.164%205.084%207.97Q4%209.78%204%2012q0%203.35%202.325%205.675T12%2020q3.221%200%205.507-2.16t2.481-5.319q.012-.208.158-.345q.146-.138.354-.138q.214%200%20.357.15t.132.364q-.222%203.556-2.803%206.002T12%2021%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/body-system-rounded.svg?color=%231a73e8&size=48