arm icon
arm from Health Icons by Resolve to Save Lives · Filled · Body · MIT Free for personal and commercial use.
- Name
- arm
- Set
- Health Icons
- Style
- Filled
- 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 37V27h12.523c.98 0 1.958.12 2.91.358L22 28l.156-.25a12 12 0 0 1 6.562-5.082L34 21v-2.097a4 4 0 0 1 .877-2.499L38 12.5l.367.303a2 2 0 0 1 .345 2.719L38 16.5l2-1.5l.928-1.857a2 2 0 0 1 2.99-.705L44 12.5l-1 7l-5 3l-5.047 6.128a12 12 0 0 1-4.806 3.513L26 33l-.828.828A4 4 0 0 1 22.343 35H21l-4.153 1.384a12 12 0 0 1-3.794.616z"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsArm(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 37V27h12.523c.98 0 1.958.12 2.91.358L22 28l.156-.25a12 12 0 0 1 6.562-5.082L34 21v-2.097a4 4 0 0 1 .877-2.499L38 12.5l.367.303a2 2 0 0 1 .345 2.719L38 16.5l2-1.5l.928-1.857a2 2 0 0 1 2.99-.705L44 12.5l-1 7l-5 3l-5.047 6.128a12 12 0 0 1-4.806 3.513L26 33l-.828.828A4 4 0 0 1 22.343 35H21l-4.153 1.384a12 12 0 0 1-3.794.616z"/></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 37V27h12.523c.98 0 1.958.12 2.91.358L22 28l.156-.25a12 12 0 0 1 6.562-5.082L34 21v-2.097a4 4 0 0 1 .877-2.499L38 12.5l.367.303a2 2 0 0 1 .345 2.719L38 16.5l2-1.5l.928-1.857a2 2 0 0 1 2.99-.705L44 12.5l-1 7l-5 3l-5.047 6.128a12 12 0 0 1-4.806 3.513L26 33l-.828.828A4 4 0 0 1 22.343 35H21l-4.153 1.384a12 12 0 0 1-3.794.616z"/></svg> </template>
CSS
.icon-arm {
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%2037V27h12.523c.98%200%201.958.12%202.91.358L22%2028l.156-.25a12%2012%200%200%201%206.562-5.082L34%2021v-2.097a4%204%200%200%201%20.877-2.499L38%2012.5l.367.303a2%202%200%200%201%20.345%202.719L38%2016.5l2-1.5l.928-1.857a2%202%200%200%201%202.99-.705L44%2012.5l-1%207l-5%203l-5.047%206.128a12%2012%200%200%201-4.806%203.513L26%2033l-.828.828A4%204%200%200%201%2022.343%2035H21l-4.153%201.384a12%2012%200%200%201-3.794.616z%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%2037V27h12.523c.98%200%201.958.12%202.91.358L22%2028l.156-.25a12%2012%200%200%201%206.562-5.082L34%2021v-2.097a4%204%200%200%201%20.877-2.499L38%2012.5l.367.303a2%202%200%200%201%20.345%202.719L38%2016.5l2-1.5l.928-1.857a2%202%200%200%201%202.99-.705L44%2012.5l-1%207l-5%203l-5.047%206.128a12%2012%200%200%201-4.806%203.513L26%2033l-.828.828A4%204%200%200%201%2022.343%2035H21l-4.153%201.384a12%2012%200%200%201-3.794.616z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/arm.svg?color=%231a73e8&size=48