arm circumference icon
arm-circumference from Health Icons by Resolve to Save Lives · Filled · Symbols · MIT Free for personal and commercial use.
- Name
- arm-circumference
- Set
- Health Icons
- Style
- Filled
- Category
- Symbols
- Viewbox
- 48×48
- License
- MIT
1 other variant in Health Icons
More symbols icons from Health Icons
Use the arm circumference icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M6 23v10h6.406q.617 0 1.23-.063c.23-1.857.364-4.062.364-6.437c0-1.22-.036-2.394-.101-3.5z"/><path d="M17.229 17.269c.33 1.648.567 3.683.686 5.928q.446.083.886.198L21.1 24l.09-.151a12 12 0 0 1 6.533-5.26L32.5 17v-2.152a4 4 0 0 1 .815-2.42L36.3 8.5l.376.326a2 2 0 0 1 .334 2.647L36.3 12.5l1.9-1.5l.861-1.813A1.93 1.93 0 0 1 42 8.5l-.95 7l-4.75 3l-4.729 6.044a12 12 0 0 1-4.794 3.666L24.9 29l-.717.755a4 4 0 0 1-2.9 1.245H20.15l-2.38.835a37 37 0 0 1-.541 3.896c-.24 1.197-.547 2.295-.948 3.142c-.198.418-.468.883-.847 1.271c-.382.391-1.034.856-1.934.856s-1.552-.465-1.934-.856c-.38-.388-.65-.853-.847-1.271c-.4-.847-.709-1.945-.948-3.142Q9.7 35.377 9.635 35h2.032c.456 2.46 1.109 4 1.833 4c1.38 0 2.5-5.596 2.5-12.5S14.88 14 13.5 14c-.62 0-1.188 1.13-1.625 3H14.5L11 21l-4-4h2.826c.231-1.092.522-2.09.893-2.873c.197-.418.468-.883.847-1.271C11.948 12.465 12.6 12 13.5 12s1.552.465 1.934.856c.38.388.65.853.847 1.271c.4.847.709 1.945.948 3.142"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsArmCircumference(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M6 23v10h6.406q.617 0 1.23-.063c.23-1.857.364-4.062.364-6.437c0-1.22-.036-2.394-.101-3.5z"/><path d="M17.229 17.269c.33 1.648.567 3.683.686 5.928q.446.083.886.198L21.1 24l.09-.151a12 12 0 0 1 6.533-5.26L32.5 17v-2.152a4 4 0 0 1 .815-2.42L36.3 8.5l.376.326a2 2 0 0 1 .334 2.647L36.3 12.5l1.9-1.5l.861-1.813A1.93 1.93 0 0 1 42 8.5l-.95 7l-4.75 3l-4.729 6.044a12 12 0 0 1-4.794 3.666L24.9 29l-.717.755a4 4 0 0 1-2.9 1.245H20.15l-2.38.835a37 37 0 0 1-.541 3.896c-.24 1.197-.547 2.295-.948 3.142c-.198.418-.468.883-.847 1.271c-.382.391-1.034.856-1.934.856s-1.552-.465-1.934-.856c-.38-.388-.65-.853-.847-1.271c-.4-.847-.709-1.945-.948-3.142Q9.7 35.377 9.635 35h2.032c.456 2.46 1.109 4 1.833 4c1.38 0 2.5-5.596 2.5-12.5S14.88 14 13.5 14c-.62 0-1.188 1.13-1.625 3H14.5L11 21l-4-4h2.826c.231-1.092.522-2.09.893-2.873c.197-.418.468-.883.847-1.271C11.948 12.465 12.6 12 13.5 12s1.552.465 1.934.856c.38.388.65.853.847 1.271c.4.847.709 1.945.948 3.142"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M6 23v10h6.406q.617 0 1.23-.063c.23-1.857.364-4.062.364-6.437c0-1.22-.036-2.394-.101-3.5z"/><path d="M17.229 17.269c.33 1.648.567 3.683.686 5.928q.446.083.886.198L21.1 24l.09-.151a12 12 0 0 1 6.533-5.26L32.5 17v-2.152a4 4 0 0 1 .815-2.42L36.3 8.5l.376.326a2 2 0 0 1 .334 2.647L36.3 12.5l1.9-1.5l.861-1.813A1.93 1.93 0 0 1 42 8.5l-.95 7l-4.75 3l-4.729 6.044a12 12 0 0 1-4.794 3.666L24.9 29l-.717.755a4 4 0 0 1-2.9 1.245H20.15l-2.38.835a37 37 0 0 1-.541 3.896c-.24 1.197-.547 2.295-.948 3.142c-.198.418-.468.883-.847 1.271c-.382.391-1.034.856-1.934.856s-1.552-.465-1.934-.856c-.38-.388-.65-.853-.847-1.271c-.4-.847-.709-1.945-.948-3.142Q9.7 35.377 9.635 35h2.032c.456 2.46 1.109 4 1.833 4c1.38 0 2.5-5.596 2.5-12.5S14.88 14 13.5 14c-.62 0-1.188 1.13-1.625 3H14.5L11 21l-4-4h2.826c.231-1.092.522-2.09.893-2.873c.197-.418.468-.883.847-1.271C11.948 12.465 12.6 12 13.5 12s1.552.465 1.934.856c.38.388.65.853.847 1.271c.4.847.709 1.945.948 3.142"/></g></svg> </template>
CSS
.icon-arm-circumference {
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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M6%2023v10h6.406q.617%200%201.23-.063c.23-1.857.364-4.062.364-6.437c0-1.22-.036-2.394-.101-3.5z%22%2F%3E%3Cpath%20d%3D%22M17.229%2017.269c.33%201.648.567%203.683.686%205.928q.446.083.886.198L21.1%2024l.09-.151a12%2012%200%200%201%206.533-5.26L32.5%2017v-2.152a4%204%200%200%201%20.815-2.42L36.3%208.5l.376.326a2%202%200%200%201%20.334%202.647L36.3%2012.5l1.9-1.5l.861-1.813A1.93%201.93%200%200%201%2042%208.5l-.95%207l-4.75%203l-4.729%206.044a12%2012%200%200%201-4.794%203.666L24.9%2029l-.717.755a4%204%200%200%201-2.9%201.245H20.15l-2.38.835a37%2037%200%200%201-.541%203.896c-.24%201.197-.547%202.295-.948%203.142c-.198.418-.468.883-.847%201.271c-.382.391-1.034.856-1.934.856s-1.552-.465-1.934-.856c-.38-.388-.65-.853-.847-1.271c-.4-.847-.709-1.945-.948-3.142Q9.7%2035.377%209.635%2035h2.032c.456%202.46%201.109%204%201.833%204c1.38%200%202.5-5.596%202.5-12.5S14.88%2014%2013.5%2014c-.62%200-1.188%201.13-1.625%203H14.5L11%2021l-4-4h2.826c.231-1.092.522-2.09.893-2.873c.197-.418.468-.883.847-1.271C11.948%2012.465%2012.6%2012%2013.5%2012s1.552.465%201.934.856c.38.388.65.853.847%201.271c.4.847.709%201.945.948%203.142%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M6%2023v10h6.406q.617%200%201.23-.063c.23-1.857.364-4.062.364-6.437c0-1.22-.036-2.394-.101-3.5z%22%2F%3E%3Cpath%20d%3D%22M17.229%2017.269c.33%201.648.567%203.683.686%205.928q.446.083.886.198L21.1%2024l.09-.151a12%2012%200%200%201%206.533-5.26L32.5%2017v-2.152a4%204%200%200%201%20.815-2.42L36.3%208.5l.376.326a2%202%200%200%201%20.334%202.647L36.3%2012.5l1.9-1.5l.861-1.813A1.93%201.93%200%200%201%2042%208.5l-.95%207l-4.75%203l-4.729%206.044a12%2012%200%200%201-4.794%203.666L24.9%2029l-.717.755a4%204%200%200%201-2.9%201.245H20.15l-2.38.835a37%2037%200%200%201-.541%203.896c-.24%201.197-.547%202.295-.948%203.142c-.198.418-.468.883-.847%201.271c-.382.391-1.034.856-1.934.856s-1.552-.465-1.934-.856c-.38-.388-.65-.853-.847-1.271c-.4-.847-.709-1.945-.948-3.142Q9.7%2035.377%209.635%2035h2.032c.456%202.46%201.109%204%201.833%204c1.38%200%202.5-5.596%202.5-12.5S14.88%2014%2013.5%2014c-.62%200-1.188%201.13-1.625%203H14.5L11%2021l-4-4h2.826c.231-1.092.522-2.09.893-2.873c.197-.418.468-.883.847-1.271C11.948%2012.465%2012.6%2012%2013.5%2012s1.552.465%201.934.856c.38.388.65.853.847%201.271c.4.847.709%201.945.948%203.142%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/arm-circumference.svg?color=%231a73e8&size=48