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

Name
arm-outline-24px
Set
Health Icons
Style
Outline 24px
Category
Body
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M19.995 3.339a2.006 2.006 0 0 0-2.815.601l-.553.878a3.3 3.3 0 0 0-.345-.407a1.575 1.575 0 0 0-2.454.28L11.8 7.948a2 2 0 0 0-.273.709l-.355 1.96c-.623.185-1.34.437-2.016.722c-.843.356-1.782.829-2.332 1.375l-2.079 1.983H3v2.017h1.744a2 2 0 0 0 1.386-.555l2.095-2l.01-.01c.243-.243.853-.594 1.7-.95a18 18 0 0 1 2.3-.786c.424-.11.736-.456.812-.877l.457-2.519l1.667-2.676c.081.243.09.509.018.763l-.474.752a1.01 1.01 0 0 0 .313 1.391c.47.298 1.09.157 1.387-.314l2.465-3.916l.11.073l-.827 4.977l-3.492 2.335a5 5 0 0 0-1.394 1.399l-1.013 1.524l-.066.095a15 15 0 0 1-.869 1.042c-.436.474-.907.913-1.304 1.15c-.483.288-1.331.554-2.215.762c-.851.2-1.616.32-1.857.356l-.114.013a279 279 0 0 1-2.396.211l-.411.028l-.032.001V21c.207 0 .889-.057 1.494-.11a276 276 0 0 0 1.53-.139q.108-.01.223-.026c.268-.04 1.094-.17 2.022-.387c.894-.21 2.011-.531 2.784-.992c.656-.392 1.287-1.009 1.755-1.518a17 17 0 0 0 .994-1.192q.075-.101.135-.192l1.013-1.524a3 3 0 0 1 .836-.84l3.492-2.335a2.02 2.02 0 0 0 .868-1.346l.827-4.977a2.02 2.02 0 0 0-.868-2.01z"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsArmOutline24px(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="M19.995 3.339a2.006 2.006 0 0 0-2.815.601l-.553.878a3.3 3.3 0 0 0-.345-.407a1.575 1.575 0 0 0-2.454.28L11.8 7.948a2 2 0 0 0-.273.709l-.355 1.96c-.623.185-1.34.437-2.016.722c-.843.356-1.782.829-2.332 1.375l-2.079 1.983H3v2.017h1.744a2 2 0 0 0 1.386-.555l2.095-2l.01-.01c.243-.243.853-.594 1.7-.95a18 18 0 0 1 2.3-.786c.424-.11.736-.456.812-.877l.457-2.519l1.667-2.676c.081.243.09.509.018.763l-.474.752a1.01 1.01 0 0 0 .313 1.391c.47.298 1.09.157 1.387-.314l2.465-3.916l.11.073l-.827 4.977l-3.492 2.335a5 5 0 0 0-1.394 1.399l-1.013 1.524l-.066.095a15 15 0 0 1-.869 1.042c-.436.474-.907.913-1.304 1.15c-.483.288-1.331.554-2.215.762c-.851.2-1.616.32-1.857.356l-.114.013a279 279 0 0 1-2.396.211l-.411.028l-.032.001V21c.207 0 .889-.057 1.494-.11a276 276 0 0 0 1.53-.139q.108-.01.223-.026c.268-.04 1.094-.17 2.022-.387c.894-.21 2.011-.531 2.784-.992c.656-.392 1.287-1.009 1.755-1.518a17 17 0 0 0 .994-1.192q.075-.101.135-.192l1.013-1.524a3 3 0 0 1 .836-.84l3.492-2.335a2.02 2.02 0 0 0 .868-1.346l.827-4.977a2.02 2.02 0 0 0-.868-2.01z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.995 3.339a2.006 2.006 0 0 0-2.815.601l-.553.878a3.3 3.3 0 0 0-.345-.407a1.575 1.575 0 0 0-2.454.28L11.8 7.948a2 2 0 0 0-.273.709l-.355 1.96c-.623.185-1.34.437-2.016.722c-.843.356-1.782.829-2.332 1.375l-2.079 1.983H3v2.017h1.744a2 2 0 0 0 1.386-.555l2.095-2l.01-.01c.243-.243.853-.594 1.7-.95a18 18 0 0 1 2.3-.786c.424-.11.736-.456.812-.877l.457-2.519l1.667-2.676c.081.243.09.509.018.763l-.474.752a1.01 1.01 0 0 0 .313 1.391c.47.298 1.09.157 1.387-.314l2.465-3.916l.11.073l-.827 4.977l-3.492 2.335a5 5 0 0 0-1.394 1.399l-1.013 1.524l-.066.095a15 15 0 0 1-.869 1.042c-.436.474-.907.913-1.304 1.15c-.483.288-1.331.554-2.215.762c-.851.2-1.616.32-1.857.356l-.114.013a279 279 0 0 1-2.396.211l-.411.028l-.032.001V21c.207 0 .889-.057 1.494-.11a276 276 0 0 0 1.53-.139q.108-.01.223-.026c.268-.04 1.094-.17 2.022-.387c.894-.21 2.011-.531 2.784-.992c.656-.392 1.287-1.009 1.755-1.518a17 17 0 0 0 .994-1.192q.075-.101.135-.192l1.013-1.524a3 3 0 0 1 .836-.84l3.492-2.335a2.02 2.02 0 0 0 .868-1.346l.827-4.977a2.02 2.02 0 0 0-.868-2.01z"/></svg>
</template>

CSS

.icon-arm-outline-24px {
  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%22M19.995%203.339a2.006%202.006%200%200%200-2.815.601l-.553.878a3.3%203.3%200%200%200-.345-.407a1.575%201.575%200%200%200-2.454.28L11.8%207.948a2%202%200%200%200-.273.709l-.355%201.96c-.623.185-1.34.437-2.016.722c-.843.356-1.782.829-2.332%201.375l-2.079%201.983H3v2.017h1.744a2%202%200%200%200%201.386-.555l2.095-2l.01-.01c.243-.243.853-.594%201.7-.95a18%2018%200%200%201%202.3-.786c.424-.11.736-.456.812-.877l.457-2.519l1.667-2.676c.081.243.09.509.018.763l-.474.752a1.01%201.01%200%200%200%20.313%201.391c.47.298%201.09.157%201.387-.314l2.465-3.916l.11.073l-.827%204.977l-3.492%202.335a5%205%200%200%200-1.394%201.399l-1.013%201.524l-.066.095a15%2015%200%200%201-.869%201.042c-.436.474-.907.913-1.304%201.15c-.483.288-1.331.554-2.215.762c-.851.2-1.616.32-1.857.356l-.114.013a279%20279%200%200%201-2.396.211l-.411.028l-.032.001V21c.207%200%20.889-.057%201.494-.11a276%20276%200%200%200%201.53-.139q.108-.01.223-.026c.268-.04%201.094-.17%202.022-.387c.894-.21%202.011-.531%202.784-.992c.656-.392%201.287-1.009%201.755-1.518a17%2017%200%200%200%20.994-1.192q.075-.101.135-.192l1.013-1.524a3%203%200%200%201%20.836-.84l3.492-2.335a2.02%202.02%200%200%200%20.868-1.346l.827-4.977a2.02%202.02%200%200%200-.868-2.01z%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%22M19.995%203.339a2.006%202.006%200%200%200-2.815.601l-.553.878a3.3%203.3%200%200%200-.345-.407a1.575%201.575%200%200%200-2.454.28L11.8%207.948a2%202%200%200%200-.273.709l-.355%201.96c-.623.185-1.34.437-2.016.722c-.843.356-1.782.829-2.332%201.375l-2.079%201.983H3v2.017h1.744a2%202%200%200%200%201.386-.555l2.095-2l.01-.01c.243-.243.853-.594%201.7-.95a18%2018%200%200%201%202.3-.786c.424-.11.736-.456.812-.877l.457-2.519l1.667-2.676c.081.243.09.509.018.763l-.474.752a1.01%201.01%200%200%200%20.313%201.391c.47.298%201.09.157%201.387-.314l2.465-3.916l.11.073l-.827%204.977l-3.492%202.335a5%205%200%200%200-1.394%201.399l-1.013%201.524l-.066.095a15%2015%200%200%201-.869%201.042c-.436.474-.907.913-1.304%201.15c-.483.288-1.331.554-2.215.762c-.851.2-1.616.32-1.857.356l-.114.013a279%20279%200%200%201-2.396.211l-.411.028l-.032.001V21c.207%200%20.889-.057%201.494-.11a276%20276%200%200%200%201.53-.139q.108-.01.223-.026c.268-.04%201.094-.17%202.022-.387c.894-.21%202.011-.531%202.784-.992c.656-.392%201.287-1.009%201.755-1.518a17%2017%200%200%200%20.994-1.192q.075-.101.135-.192l1.013-1.524a3%203%200%200%201%20.836-.84l3.492-2.335a2.02%202.02%200%200%200%20.868-1.346l.827-4.977a2.02%202.02%200%200%200-.868-2.01z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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