body icon
body-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.
- Name
- body-line
- Set
- MingCute Icon
- Style
- Line
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
Use the body icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 3c.5 3-.209 6.095-1.5 9c-2 4.5 1.5 9 1.5 9M17.003 3c-.5 3 .209 6.095 1.5 9c2 4.5-1.5 9-1.5 9M5.5 12.787c4.99.935 6.235 4.07 6.5 8.213c.265-4.142 1.51-7.278 6.5-8.213M12 9h.002"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteBodyLine(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M7 3c.5 3-.209 6.095-1.5 9c-2 4.5 1.5 9 1.5 9M17.003 3c-.5 3 .209 6.095 1.5 9c2 4.5-1.5 9-1.5 9M5.5 12.787c4.99.935 6.235 4.07 6.5 8.213c.265-4.142 1.51-7.278 6.5-8.213M12 9h.002"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 3c.5 3-.209 6.095-1.5 9c-2 4.5 1.5 9 1.5 9M17.003 3c-.5 3 .209 6.095 1.5 9c2 4.5-1.5 9-1.5 9M5.5 12.787c4.99.935 6.235 4.07 6.5 8.213c.265-4.142 1.51-7.278 6.5-8.213M12 9h.002"/></svg> </template>
CSS
.icon-body-line {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M7%203c.5%203-.209%206.095-1.5%209c-2%204.5%201.5%209%201.5%209M17.003%203c-.5%203%20.209%206.095%201.5%209c2%204.5-1.5%209-1.5%209M5.5%2012.787c4.99.935%206.235%204.07%206.5%208.213c.265-4.142%201.51-7.278%206.5-8.213M12%209h.002%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M7%203c.5%203-.209%206.095-1.5%209c-2%204.5%201.5%209%201.5%209M17.003%203c-.5%203%20.209%206.095%201.5%209c2%204.5-1.5%209-1.5%209M5.5%2012.787c4.99.935%206.235%204.07%206.5%208.213c.265-4.142%201.51-7.278%206.5-8.213M12%209h.002%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/body-line.svg?color=%231a73e8&size=48