arm circumference icon

arm-circumference-outline from Health Icons by Resolve to Save Lives · Outline · Symbols · MIT Free for personal and commercial use.

Name
arm-circumference-outline
Set
Health Icons
Style
Outline
Category
Symbols
Viewbox
48×48
License
MIT
Aliases
arm-circumference2x-outline

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"><path fill="currentColor" fill-rule="evenodd" d="M7 23a1 1 0 0 0-1 1v1h8.794c.356 0 .75.051 1.191.132Q16 25.807 16 26.5a55 55 0 0 1-.327 6.183c-.857.21-1.736.317-2.62.317H6v1a1 1 0 0 0 1 1h6.053c.778 0 1.554-.07 2.318-.209C14.913 37.374 14.244 39 13.5 39c-.5 0-.966-.735-1.357-2h-2.08c.185.699.402 1.336.656 1.872c.197.419.468.884.847 1.272c.382.391 1.034.856 1.934.856s1.552-.465 1.934-.856c.38-.388.65-.853.847-1.272c.4-.847.709-1.945.948-3.141q.141-.71.26-1.507L21.162 33H23a2 2 0 0 0 1.94-1.513c.232-.11.577-.24 1.022-.392a11.93 11.93 0 0 0 5.904-4.42l3.83-5.426l4.819-2.892a1 1 0 0 0 .475-.716l1-7a1 1 0 0 0-.39-.941l-.376-.282a3 3 0 0 0-4.226.635l-.431.592a3 3 0 0 0-.564-.614l-.367-.303a1 1 0 0 0-1.417.147l-3.123 3.905A5 5 0 0 0 30 16.903v1.39l-5.466 1.928c-1.542.545-2.76 1.686-3.78 2.642q-.221.208-.43.4c-.405.371-1.002.453-2.06.282a13 13 0 0 1-.335-.06c-.113-2.36-.356-4.498-.7-6.216c-.24-1.197-.547-2.295-.948-3.142c-.198-.418-.468-.883-.847-1.271C15.052 12.464 14.4 12 13.5 12s-1.552.464-1.934.856c-.38.388-.65.853-.847 1.271c-.37.783-.662 1.781-.893 2.873H7l4 4l3.5-4h-2.625c.437-1.87 1.005-3 1.625-3c1.144 0 2.109 3.844 2.406 9.091A7.6 7.6 0 0 0 14.794 23zm13.684 8.051l-2.932.977c.16-1.694.248-3.568.248-5.528q0-.491-.007-.973c1.126.177 2.558.242 3.683-.79l.466-.431c1.055-.981 1.94-1.804 3.058-2.199l6.133-2.164A1 1 0 0 0 32 19v-2.097a3 3 0 0 1 .657-1.874l2.39-2.987a1 1 0 0 1-.144.891l-.712.979a1 1 0 1 0 1.618 1.176l2.806-3.859a1 1 0 0 1 1.31-.277l-.848 5.935l-4.591 2.755q-.181.11-.303.281l-3.951 5.598a9.93 9.93 0 0 1-4.917 3.682c-.474.162-.935.332-1.287.504a2.8 2.8 0 0 0-.54.332c-.12.099-.488.421-.488.96h-2a1 1 0 0 0-.316.052" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsArmCircumferenceOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M7 23a1 1 0 0 0-1 1v1h8.794c.356 0 .75.051 1.191.132Q16 25.807 16 26.5a55 55 0 0 1-.327 6.183c-.857.21-1.736.317-2.62.317H6v1a1 1 0 0 0 1 1h6.053c.778 0 1.554-.07 2.318-.209C14.913 37.374 14.244 39 13.5 39c-.5 0-.966-.735-1.357-2h-2.08c.185.699.402 1.336.656 1.872c.197.419.468.884.847 1.272c.382.391 1.034.856 1.934.856s1.552-.465 1.934-.856c.38-.388.65-.853.847-1.272c.4-.847.709-1.945.948-3.141q.141-.71.26-1.507L21.162 33H23a2 2 0 0 0 1.94-1.513c.232-.11.577-.24 1.022-.392a11.93 11.93 0 0 0 5.904-4.42l3.83-5.426l4.819-2.892a1 1 0 0 0 .475-.716l1-7a1 1 0 0 0-.39-.941l-.376-.282a3 3 0 0 0-4.226.635l-.431.592a3 3 0 0 0-.564-.614l-.367-.303a1 1 0 0 0-1.417.147l-3.123 3.905A5 5 0 0 0 30 16.903v1.39l-5.466 1.928c-1.542.545-2.76 1.686-3.78 2.642q-.221.208-.43.4c-.405.371-1.002.453-2.06.282a13 13 0 0 1-.335-.06c-.113-2.36-.356-4.498-.7-6.216c-.24-1.197-.547-2.295-.948-3.142c-.198-.418-.468-.883-.847-1.271C15.052 12.464 14.4 12 13.5 12s-1.552.464-1.934.856c-.38.388-.65.853-.847 1.271c-.37.783-.662 1.781-.893 2.873H7l4 4l3.5-4h-2.625c.437-1.87 1.005-3 1.625-3c1.144 0 2.109 3.844 2.406 9.091A7.6 7.6 0 0 0 14.794 23zm13.684 8.051l-2.932.977c.16-1.694.248-3.568.248-5.528q0-.491-.007-.973c1.126.177 2.558.242 3.683-.79l.466-.431c1.055-.981 1.94-1.804 3.058-2.199l6.133-2.164A1 1 0 0 0 32 19v-2.097a3 3 0 0 1 .657-1.874l2.39-2.987a1 1 0 0 1-.144.891l-.712.979a1 1 0 1 0 1.618 1.176l2.806-3.859a1 1 0 0 1 1.31-.277l-.848 5.935l-4.591 2.755q-.181.11-.303.281l-3.951 5.598a9.93 9.93 0 0 1-4.917 3.682c-.474.162-.935.332-1.287.504a2.8 2.8 0 0 0-.54.332c-.12.099-.488.421-.488.96h-2a1 1 0 0 0-.316.052" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M7 23a1 1 0 0 0-1 1v1h8.794c.356 0 .75.051 1.191.132Q16 25.807 16 26.5a55 55 0 0 1-.327 6.183c-.857.21-1.736.317-2.62.317H6v1a1 1 0 0 0 1 1h6.053c.778 0 1.554-.07 2.318-.209C14.913 37.374 14.244 39 13.5 39c-.5 0-.966-.735-1.357-2h-2.08c.185.699.402 1.336.656 1.872c.197.419.468.884.847 1.272c.382.391 1.034.856 1.934.856s1.552-.465 1.934-.856c.38-.388.65-.853.847-1.272c.4-.847.709-1.945.948-3.141q.141-.71.26-1.507L21.162 33H23a2 2 0 0 0 1.94-1.513c.232-.11.577-.24 1.022-.392a11.93 11.93 0 0 0 5.904-4.42l3.83-5.426l4.819-2.892a1 1 0 0 0 .475-.716l1-7a1 1 0 0 0-.39-.941l-.376-.282a3 3 0 0 0-4.226.635l-.431.592a3 3 0 0 0-.564-.614l-.367-.303a1 1 0 0 0-1.417.147l-3.123 3.905A5 5 0 0 0 30 16.903v1.39l-5.466 1.928c-1.542.545-2.76 1.686-3.78 2.642q-.221.208-.43.4c-.405.371-1.002.453-2.06.282a13 13 0 0 1-.335-.06c-.113-2.36-.356-4.498-.7-6.216c-.24-1.197-.547-2.295-.948-3.142c-.198-.418-.468-.883-.847-1.271C15.052 12.464 14.4 12 13.5 12s-1.552.464-1.934.856c-.38.388-.65.853-.847 1.271c-.37.783-.662 1.781-.893 2.873H7l4 4l3.5-4h-2.625c.437-1.87 1.005-3 1.625-3c1.144 0 2.109 3.844 2.406 9.091A7.6 7.6 0 0 0 14.794 23zm13.684 8.051l-2.932.977c.16-1.694.248-3.568.248-5.528q0-.491-.007-.973c1.126.177 2.558.242 3.683-.79l.466-.431c1.055-.981 1.94-1.804 3.058-2.199l6.133-2.164A1 1 0 0 0 32 19v-2.097a3 3 0 0 1 .657-1.874l2.39-2.987a1 1 0 0 1-.144.891l-.712.979a1 1 0 1 0 1.618 1.176l2.806-3.859a1 1 0 0 1 1.31-.277l-.848 5.935l-4.591 2.755q-.181.11-.303.281l-3.951 5.598a9.93 9.93 0 0 1-4.917 3.682c-.474.162-.935.332-1.287.504a2.8 2.8 0 0 0-.54.332c-.12.099-.488.421-.488.96h-2a1 1 0 0 0-.316.052" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-arm-circumference-outline {
  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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M7%2023a1%201%200%200%200-1%201v1h8.794c.356%200%20.75.051%201.191.132Q16%2025.807%2016%2026.5a55%2055%200%200%201-.327%206.183c-.857.21-1.736.317-2.62.317H6v1a1%201%200%200%200%201%201h6.053c.778%200%201.554-.07%202.318-.209C14.913%2037.374%2014.244%2039%2013.5%2039c-.5%200-.966-.735-1.357-2h-2.08c.185.699.402%201.336.656%201.872c.197.419.468.884.847%201.272c.382.391%201.034.856%201.934.856s1.552-.465%201.934-.856c.38-.388.65-.853.847-1.272c.4-.847.709-1.945.948-3.141q.141-.71.26-1.507L21.162%2033H23a2%202%200%200%200%201.94-1.513c.232-.11.577-.24%201.022-.392a11.93%2011.93%200%200%200%205.904-4.42l3.83-5.426l4.819-2.892a1%201%200%200%200%20.475-.716l1-7a1%201%200%200%200-.39-.941l-.376-.282a3%203%200%200%200-4.226.635l-.431.592a3%203%200%200%200-.564-.614l-.367-.303a1%201%200%200%200-1.417.147l-3.123%203.905A5%205%200%200%200%2030%2016.903v1.39l-5.466%201.928c-1.542.545-2.76%201.686-3.78%202.642q-.221.208-.43.4c-.405.371-1.002.453-2.06.282a13%2013%200%200%201-.335-.06c-.113-2.36-.356-4.498-.7-6.216c-.24-1.197-.547-2.295-.948-3.142c-.198-.418-.468-.883-.847-1.271C15.052%2012.464%2014.4%2012%2013.5%2012s-1.552.464-1.934.856c-.38.388-.65.853-.847%201.271c-.37.783-.662%201.781-.893%202.873H7l4%204l3.5-4h-2.625c.437-1.87%201.005-3%201.625-3c1.144%200%202.109%203.844%202.406%209.091A7.6%207.6%200%200%200%2014.794%2023zm13.684%208.051l-2.932.977c.16-1.694.248-3.568.248-5.528q0-.491-.007-.973c1.126.177%202.558.242%203.683-.79l.466-.431c1.055-.981%201.94-1.804%203.058-2.199l6.133-2.164A1%201%200%200%200%2032%2019v-2.097a3%203%200%200%201%20.657-1.874l2.39-2.987a1%201%200%200%201-.144.891l-.712.979a1%201%200%201%200%201.618%201.176l2.806-3.859a1%201%200%200%201%201.31-.277l-.848%205.935l-4.591%202.755q-.181.11-.303.281l-3.951%205.598a9.93%209.93%200%200%201-4.917%203.682c-.474.162-.935.332-1.287.504a2.8%202.8%200%200%200-.54.332c-.12.099-.488.421-.488.96h-2a1%201%200%200%200-.316.052%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M7%2023a1%201%200%200%200-1%201v1h8.794c.356%200%20.75.051%201.191.132Q16%2025.807%2016%2026.5a55%2055%200%200%201-.327%206.183c-.857.21-1.736.317-2.62.317H6v1a1%201%200%200%200%201%201h6.053c.778%200%201.554-.07%202.318-.209C14.913%2037.374%2014.244%2039%2013.5%2039c-.5%200-.966-.735-1.357-2h-2.08c.185.699.402%201.336.656%201.872c.197.419.468.884.847%201.272c.382.391%201.034.856%201.934.856s1.552-.465%201.934-.856c.38-.388.65-.853.847-1.272c.4-.847.709-1.945.948-3.141q.141-.71.26-1.507L21.162%2033H23a2%202%200%200%200%201.94-1.513c.232-.11.577-.24%201.022-.392a11.93%2011.93%200%200%200%205.904-4.42l3.83-5.426l4.819-2.892a1%201%200%200%200%20.475-.716l1-7a1%201%200%200%200-.39-.941l-.376-.282a3%203%200%200%200-4.226.635l-.431.592a3%203%200%200%200-.564-.614l-.367-.303a1%201%200%200%200-1.417.147l-3.123%203.905A5%205%200%200%200%2030%2016.903v1.39l-5.466%201.928c-1.542.545-2.76%201.686-3.78%202.642q-.221.208-.43.4c-.405.371-1.002.453-2.06.282a13%2013%200%200%201-.335-.06c-.113-2.36-.356-4.498-.7-6.216c-.24-1.197-.547-2.295-.948-3.142c-.198-.418-.468-.883-.847-1.271C15.052%2012.464%2014.4%2012%2013.5%2012s-1.552.464-1.934.856c-.38.388-.65.853-.847%201.271c-.37.783-.662%201.781-.893%202.873H7l4%204l3.5-4h-2.625c.437-1.87%201.005-3%201.625-3c1.144%200%202.109%203.844%202.406%209.091A7.6%207.6%200%200%200%2014.794%2023zm13.684%208.051l-2.932.977c.16-1.694.248-3.568.248-5.528q0-.491-.007-.973c1.126.177%202.558.242%203.683-.79l.466-.431c1.055-.981%201.94-1.804%203.058-2.199l6.133-2.164A1%201%200%200%200%2032%2019v-2.097a3%203%200%200%201%20.657-1.874l2.39-2.987a1%201%200%200%201-.144.891l-.712.979a1%201%200%201%200%201.618%201.176l2.806-3.859a1%201%200%200%201%201.31-.277l-.848%205.935l-4.591%202.755q-.181.11-.303.281l-3.951%205.598a9.93%209.93%200%200%201-4.917%203.682c-.474.162-.935.332-1.287.504a2.8%202.8%200%200%200-.54.332c-.12.099-.488.421-.488.96h-2a1%201%200%200%200-.316.052%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/arm-circumference-outline.svg?color=%231a73e8&size=48

Arm Circumference outline icon — Health Icons · IconsDB