body system icon
body-system from Material Symbols Light by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- body-system
- Set
- Material Symbols Light
- 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 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="m8.554 17.5l2.034-9.446l-2.953 1.2v2.227h-1V8.589l4.434-1.875q.35-.15.66-.188q.312-.037.604.03t.528.244q.235.177.416.47l.692 1.1q.97 1.547 1.934 2.271q.964.725 2.212.82v1q-1.673-.153-2.791-1.007t-2.074-2.32l-.83 2.789l2.08 2.346V17.5h-1v-2.723l-2.508-2.588L9.577 17.5zM12.28 5.028q-.491-.492-.491-1.201t.49-1.201t1.202-.492t1.2.492t.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.667 1.384-4.812q1.383-2.144 3.608-3.254l.439.891Q6.456 5.8 5.228 7.713T4 12q0 3.35 2.325 5.675T12 20t5.675-2.325T20 12h1q0 1.864-.71 3.506q-.711 1.642-1.926 2.857q-1.216 1.216-2.858 1.926Q13.864 21 12 21"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightBodySystem(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="m8.554 17.5l2.034-9.446l-2.953 1.2v2.227h-1V8.589l4.434-1.875q.35-.15.66-.188q.312-.037.604.03t.528.244q.235.177.416.47l.692 1.1q.97 1.547 1.934 2.271q.964.725 2.212.82v1q-1.673-.153-2.791-1.007t-2.074-2.32l-.83 2.789l2.08 2.346V17.5h-1v-2.723l-2.508-2.588L9.577 17.5zM12.28 5.028q-.491-.492-.491-1.201t.49-1.201t1.202-.492t1.2.492t.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.667 1.384-4.812q1.383-2.144 3.608-3.254l.439.891Q6.456 5.8 5.228 7.713T4 12q0 3.35 2.325 5.675T12 20t5.675-2.325T20 12h1q0 1.864-.71 3.506q-.711 1.642-1.926 2.857q-1.216 1.216-2.858 1.926Q13.864 21 12 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="m8.554 17.5l2.034-9.446l-2.953 1.2v2.227h-1V8.589l4.434-1.875q.35-.15.66-.188q.312-.037.604.03t.528.244q.235.177.416.47l.692 1.1q.97 1.547 1.934 2.271q.964.725 2.212.82v1q-1.673-.153-2.791-1.007t-2.074-2.32l-.83 2.789l2.08 2.346V17.5h-1v-2.723l-2.508-2.588L9.577 17.5zM12.28 5.028q-.491-.492-.491-1.201t.49-1.201t1.202-.492t1.2.492t.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.667 1.384-4.812q1.383-2.144 3.608-3.254l.439.891Q6.456 5.8 5.228 7.713T4 12q0 3.35 2.325 5.675T12 20t5.675-2.325T20 12h1q0 1.864-.71 3.506q-.711 1.642-1.926 2.857q-1.216 1.216-2.858 1.926Q13.864 21 12 21"/></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%22m8.554%2017.5l2.034-9.446l-2.953%201.2v2.227h-1V8.589l4.434-1.875q.35-.15.66-.188q.312-.037.604.03t.528.244q.235.177.416.47l.692%201.1q.97%201.547%201.934%202.271q.964.725%202.212.82v1q-1.673-.153-2.791-1.007t-2.074-2.32l-.83%202.789l2.08%202.346V17.5h-1v-2.723l-2.508-2.588L9.577%2017.5zM12.28%205.028q-.491-.492-.491-1.201t.49-1.201t1.202-.492t1.2.492t.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.667%201.384-4.812q1.383-2.144%203.608-3.254l.439.891Q6.456%205.8%205.228%207.713T4%2012q0%203.35%202.325%205.675T12%2020t5.675-2.325T20%2012h1q0%201.864-.71%203.506q-.711%201.642-1.926%202.857q-1.216%201.216-2.858%201.926Q13.864%2021%2012%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%22m8.554%2017.5l2.034-9.446l-2.953%201.2v2.227h-1V8.589l4.434-1.875q.35-.15.66-.188q.312-.037.604.03t.528.244q.235.177.416.47l.692%201.1q.97%201.547%201.934%202.271q.964.725%202.212.82v1q-1.673-.153-2.791-1.007t-2.074-2.32l-.83%202.789l2.08%202.346V17.5h-1v-2.723l-2.508-2.588L9.577%2017.5zM12.28%205.028q-.491-.492-.491-1.201t.49-1.201t1.202-.492t1.2.492t.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.667%201.384-4.812q1.383-2.144%203.608-3.254l.439.891Q6.456%205.8%205.228%207.713T4%2012q0%203.35%202.325%205.675T12%2020t5.675-2.325T20%2012h1q0%201.864-.71%203.506q-.711%201.642-1.926%202.857q-1.216%201.216-2.858%201.926Q13.864%2021%2012%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.svg?color=%231a73e8&size=48