body system icon
body-system-rounded from Material Symbols by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- body-system-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- body-system-outline-rounded
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="m11.05 13.15l-.875 4.05q-.025.175-.125.325t-.225.25t-.287.163t-.363.062q-.5 0-.812-.375t-.213-.875L9.8 8.9L8 9.6V11q0 .425-.288.712T7 12t-.712-.288T6 11V8.3l5.05-2.125q.35-.15.738-.187t.737.087t.663.35T13.7 7l1 1.6q.575.925 1.425 1.513t1.9.787q.425.075.7.375T19 12t-.3.7t-.725.225q-1.4-.2-2.525-.85T13.5 10.5l-.6 1.5l2.1 2v3q0 .425-.288.713T14 18t-.712-.288T13 17v-2.05zm1.038-8.237Q11.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.7 1.288-4.913T6.7 3.525q.35-.2.725-.087T8 3.925q.2.35.088.75t-.463.625q-1.65 1.075-2.637 2.825T4 12q0 3.35 2.325 5.675T12 20q3.125 0 5.363-2.025t2.587-5.05q.05-.4.35-.663T21 12q.425 0 .713.275t.237.7q-.375 3.825-3.187 6.425T12 22"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsBodySystemRounded(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="m11.05 13.15l-.875 4.05q-.025.175-.125.325t-.225.25t-.287.163t-.363.062q-.5 0-.812-.375t-.213-.875L9.8 8.9L8 9.6V11q0 .425-.288.712T7 12t-.712-.288T6 11V8.3l5.05-2.125q.35-.15.738-.187t.737.087t.663.35T13.7 7l1 1.6q.575.925 1.425 1.513t1.9.787q.425.075.7.375T19 12t-.3.7t-.725.225q-1.4-.2-2.525-.85T13.5 10.5l-.6 1.5l2.1 2v3q0 .425-.288.713T14 18t-.712-.288T13 17v-2.05zm1.038-8.237Q11.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.7 1.288-4.913T6.7 3.525q.35-.2.725-.087T8 3.925q.2.35.088.75t-.463.625q-1.65 1.075-2.637 2.825T4 12q0 3.35 2.325 5.675T12 20q3.125 0 5.363-2.025t2.587-5.05q.05-.4.35-.663T21 12q.425 0 .713.275t.237.7q-.375 3.825-3.187 6.425T12 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="m11.05 13.15l-.875 4.05q-.025.175-.125.325t-.225.25t-.287.163t-.363.062q-.5 0-.812-.375t-.213-.875L9.8 8.9L8 9.6V11q0 .425-.288.712T7 12t-.712-.288T6 11V8.3l5.05-2.125q.35-.15.738-.187t.737.087t.663.35T13.7 7l1 1.6q.575.925 1.425 1.513t1.9.787q.425.075.7.375T19 12t-.3.7t-.725.225q-1.4-.2-2.525-.85T13.5 10.5l-.6 1.5l2.1 2v3q0 .425-.288.713T14 18t-.712-.288T13 17v-2.05zm1.038-8.237Q11.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.7 1.288-4.913T6.7 3.525q.35-.2.725-.087T8 3.925q.2.35.088.75t-.463.625q-1.65 1.075-2.637 2.825T4 12q0 3.35 2.325 5.675T12 20q3.125 0 5.363-2.025t2.587-5.05q.05-.4.35-.663T21 12q.425 0 .713.275t.237.7q-.375 3.825-3.187 6.425T12 22"/></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%22m11.05%2013.15l-.875%204.05q-.025.175-.125.325t-.225.25t-.287.163t-.363.062q-.5%200-.812-.375t-.213-.875L9.8%208.9L8%209.6V11q0%20.425-.288.712T7%2012t-.712-.288T6%2011V8.3l5.05-2.125q.35-.15.738-.187t.737.087t.663.35T13.7%207l1%201.6q.575.925%201.425%201.513t1.9.787q.425.075.7.375T19%2012t-.3.7t-.725.225q-1.4-.2-2.525-.85T13.5%2010.5l-.6%201.5l2.1%202v3q0%20.425-.288.713T14%2018t-.712-.288T13%2017v-2.05zm1.038-8.237Q11.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.7%201.288-4.913T6.7%203.525q.35-.2.725-.087T8%203.925q.2.35.088.75t-.463.625q-1.65%201.075-2.637%202.825T4%2012q0%203.35%202.325%205.675T12%2020q3.125%200%205.363-2.025t2.587-5.05q.05-.4.35-.663T21%2012q.425%200%20.713.275t.237.7q-.375%203.825-3.187%206.425T12%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%22m11.05%2013.15l-.875%204.05q-.025.175-.125.325t-.225.25t-.287.163t-.363.062q-.5%200-.812-.375t-.213-.875L9.8%208.9L8%209.6V11q0%20.425-.288.712T7%2012t-.712-.288T6%2011V8.3l5.05-2.125q.35-.15.738-.187t.737.087t.663.35T13.7%207l1%201.6q.575.925%201.425%201.513t1.9.787q.425.075.7.375T19%2012t-.3.7t-.725.225q-1.4-.2-2.525-.85T13.5%2010.5l-.6%201.5l2.1%202v3q0%20.425-.288.713T14%2018t-.712-.288T13%2017v-2.05zm1.038-8.237Q11.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.7%201.288-4.913T6.7%203.525q.35-.2.725-.087T8%203.925q.2.35.088.75t-.463.625q-1.65%201.075-2.637%202.825T4%2012q0%203.35%202.325%205.675T12%2020q3.125%200%205.363-2.025t2.587-5.05q.05-.4.35-.663T21%2012q.425%200%20.713.275t.237.7q-.375%203.825-3.187%206.425T12%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-rounded.svg?color=%231a73e8&size=48