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

Name
arm-outline
Set
Health Icons
Style
Outline
Category
Body
Viewbox
48×48
License
MIT

3 other variants in Health Icons

The same icon in other sets

More body icons from Health Icons

Use the arm icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M4 27a1 1 0 0 1 1-1h11.523a13 13 0 0 1 3.153.388l1.863.466a13 13 0 0 1 6.586-5.194L32 20.293v-1.39a5 5 0 0 1 1.096-3.123l3.123-3.905a1 1 0 0 1 1.417-.146l.367.302c.22.182.409.39.564.615l.43-.593a3 3 0 0 1 4.227-.635l.376.282a1 1 0 0 1 .39.942l-1 7a1 1 0 0 1-.476.716l-4.819 2.891l-3.83 5.426a13 13 0 0 1-5.792 4.573l-1.511.604l-.683.684A5 5 0 0 1 22.343 36h-1.18l-4 1.333a13 13 0 0 1-4.11.667H5a1 1 0 0 1-1-1v-1h9.053c1.182 0 2.356-.19 3.478-.564l4.153-1.385a1 1 0 0 1 .316-.05h1.343a3 3 0 0 0 2.122-.88l.828-.828q.145-.145.336-.221l1.701-.681a11 11 0 0 0 4.902-3.87l3.951-5.598a1 1 0 0 1 .303-.28l4.591-2.756l.848-5.934a1 1 0 0 0-1.31.277l-2.806 3.858a1 1 0 1 1-1.618-1.176l.712-.978a1 1 0 0 0 .144-.892l-2.39 2.987A3 3 0 0 0 34 18.903V21a1 1 0 0 1-.667.943l-4.542 1.603a11 11 0 0 0-5.667 4.543l-.276.441a1 1 0 0 1-1.09.44l-2.567-.642A11 11 0 0 0 16.523 28H4z"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsArmOutline(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" d="M4 27a1 1 0 0 1 1-1h11.523a13 13 0 0 1 3.153.388l1.863.466a13 13 0 0 1 6.586-5.194L32 20.293v-1.39a5 5 0 0 1 1.096-3.123l3.123-3.905a1 1 0 0 1 1.417-.146l.367.302c.22.182.409.39.564.615l.43-.593a3 3 0 0 1 4.227-.635l.376.282a1 1 0 0 1 .39.942l-1 7a1 1 0 0 1-.476.716l-4.819 2.891l-3.83 5.426a13 13 0 0 1-5.792 4.573l-1.511.604l-.683.684A5 5 0 0 1 22.343 36h-1.18l-4 1.333a13 13 0 0 1-4.11.667H5a1 1 0 0 1-1-1v-1h9.053c1.182 0 2.356-.19 3.478-.564l4.153-1.385a1 1 0 0 1 .316-.05h1.343a3 3 0 0 0 2.122-.88l.828-.828q.145-.145.336-.221l1.701-.681a11 11 0 0 0 4.902-3.87l3.951-5.598a1 1 0 0 1 .303-.28l4.591-2.756l.848-5.934a1 1 0 0 0-1.31.277l-2.806 3.858a1 1 0 1 1-1.618-1.176l.712-.978a1 1 0 0 0 .144-.892l-2.39 2.987A3 3 0 0 0 34 18.903V21a1 1 0 0 1-.667.943l-4.542 1.603a11 11 0 0 0-5.667 4.543l-.276.441a1 1 0 0 1-1.09.44l-2.567-.642A11 11 0 0 0 16.523 28H4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M4 27a1 1 0 0 1 1-1h11.523a13 13 0 0 1 3.153.388l1.863.466a13 13 0 0 1 6.586-5.194L32 20.293v-1.39a5 5 0 0 1 1.096-3.123l3.123-3.905a1 1 0 0 1 1.417-.146l.367.302c.22.182.409.39.564.615l.43-.593a3 3 0 0 1 4.227-.635l.376.282a1 1 0 0 1 .39.942l-1 7a1 1 0 0 1-.476.716l-4.819 2.891l-3.83 5.426a13 13 0 0 1-5.792 4.573l-1.511.604l-.683.684A5 5 0 0 1 22.343 36h-1.18l-4 1.333a13 13 0 0 1-4.11.667H5a1 1 0 0 1-1-1v-1h9.053c1.182 0 2.356-.19 3.478-.564l4.153-1.385a1 1 0 0 1 .316-.05h1.343a3 3 0 0 0 2.122-.88l.828-.828q.145-.145.336-.221l1.701-.681a11 11 0 0 0 4.902-3.87l3.951-5.598a1 1 0 0 1 .303-.28l4.591-2.756l.848-5.934a1 1 0 0 0-1.31.277l-2.806 3.858a1 1 0 1 1-1.618-1.176l.712-.978a1 1 0 0 0 .144-.892l-2.39 2.987A3 3 0 0 0 34 18.903V21a1 1 0 0 1-.667.943l-4.542 1.603a11 11 0 0 0-5.667 4.543l-.276.441a1 1 0 0 1-1.09.44l-2.567-.642A11 11 0 0 0 16.523 28H4z"/></svg>
</template>

CSS

.icon-arm-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%20d%3D%22M4%2027a1%201%200%200%201%201-1h11.523a13%2013%200%200%201%203.153.388l1.863.466a13%2013%200%200%201%206.586-5.194L32%2020.293v-1.39a5%205%200%200%201%201.096-3.123l3.123-3.905a1%201%200%200%201%201.417-.146l.367.302c.22.182.409.39.564.615l.43-.593a3%203%200%200%201%204.227-.635l.376.282a1%201%200%200%201%20.39.942l-1%207a1%201%200%200%201-.476.716l-4.819%202.891l-3.83%205.426a13%2013%200%200%201-5.792%204.573l-1.511.604l-.683.684A5%205%200%200%201%2022.343%2036h-1.18l-4%201.333a13%2013%200%200%201-4.11.667H5a1%201%200%200%201-1-1v-1h9.053c1.182%200%202.356-.19%203.478-.564l4.153-1.385a1%201%200%200%201%20.316-.05h1.343a3%203%200%200%200%202.122-.88l.828-.828q.145-.145.336-.221l1.701-.681a11%2011%200%200%200%204.902-3.87l3.951-5.598a1%201%200%200%201%20.303-.28l4.591-2.756l.848-5.934a1%201%200%200%200-1.31.277l-2.806%203.858a1%201%200%201%201-1.618-1.176l.712-.978a1%201%200%200%200%20.144-.892l-2.39%202.987A3%203%200%200%200%2034%2018.903V21a1%201%200%200%201-.667.943l-4.542%201.603a11%2011%200%200%200-5.667%204.543l-.276.441a1%201%200%200%201-1.09.44l-2.567-.642A11%2011%200%200%200%2016.523%2028H4z%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%20d%3D%22M4%2027a1%201%200%200%201%201-1h11.523a13%2013%200%200%201%203.153.388l1.863.466a13%2013%200%200%201%206.586-5.194L32%2020.293v-1.39a5%205%200%200%201%201.096-3.123l3.123-3.905a1%201%200%200%201%201.417-.146l.367.302c.22.182.409.39.564.615l.43-.593a3%203%200%200%201%204.227-.635l.376.282a1%201%200%200%201%20.39.942l-1%207a1%201%200%200%201-.476.716l-4.819%202.891l-3.83%205.426a13%2013%200%200%201-5.792%204.573l-1.511.604l-.683.684A5%205%200%200%201%2022.343%2036h-1.18l-4%201.333a13%2013%200%200%201-4.11.667H5a1%201%200%200%201-1-1v-1h9.053c1.182%200%202.356-.19%203.478-.564l4.153-1.385a1%201%200%200%201%20.316-.05h1.343a3%203%200%200%200%202.122-.88l.828-.828q.145-.145.336-.221l1.701-.681a11%2011%200%200%200%204.902-3.87l3.951-5.598a1%201%200%200%201%20.303-.28l4.591-2.756l.848-5.934a1%201%200%200%200-1.31.277l-2.806%203.858a1%201%200%201%201-1.618-1.176l.712-.978a1%201%200%200%200%20.144-.892l-2.39%202.987A3%203%200%200%200%2034%2018.903V21a1%201%200%200%201-.667.943l-4.542%201.603a11%2011%200%200%200-5.667%204.543l-.276.441a1%201%200%200%201-1.09.44l-2.567-.642A11%2011%200%200%200%2016.523%2028H4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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