arm negative icon
arm-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- arm-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Related icons in Health Icons
Use the arm negative icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsArmNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM4 27v10h9.053c1.29 0 2.57-.208 3.794-.616L21 35h1.343a4 4 0 0 0 2.829-1.172L26 33l2.147-.859a12 12 0 0 0 4.806-3.513L38 22.5l5-3l1-7l-.083-.062a2 2 0 0 0-2.989.705L40 15l-2 1.5l.712-.978a2 2 0 0 0-.345-2.72L38 12.5l-3.123 3.904a4 4 0 0 0-.877 2.5V21l-5.282 1.668a12 12 0 0 0-6.562 5.083L22 28l-2.567-.642a12 12 0 0 0-2.91-.358z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsArmNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsArmNegative(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clipPath="url(#healthiconsArmNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM4 27v10h9.053c1.29 0 2.57-.208 3.794-.616L21 35h1.343a4 4 0 0 0 2.829-1.172L26 33l2.147-.859a12 12 0 0 0 4.806-3.513L38 22.5l5-3l1-7l-.083-.062a2 2 0 0 0-2.989.705L40 15l-2 1.5l.712-.978a2 2 0 0 0-.345-2.72L38 12.5l-3.123 3.904a4 4 0 0 0-.877 2.5V21l-5.282 1.668a12 12 0 0 0-6.562 5.083L22 28l-2.567-.642a12 12 0 0 0-2.91-.358z" clipRule="evenodd"/></g><defs><clipPath id="healthiconsArmNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsArmNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM4 27v10h9.053c1.29 0 2.57-.208 3.794-.616L21 35h1.343a4 4 0 0 0 2.829-1.172L26 33l2.147-.859a12 12 0 0 0 4.806-3.513L38 22.5l5-3l1-7l-.083-.062a2 2 0 0 0-2.989.705L40 15l-2 1.5l.712-.978a2 2 0 0 0-.345-2.72L38 12.5l-3.123 3.904a4 4 0 0 0-.877 2.5V21l-5.282 1.668a12 12 0 0 0-6.562 5.083L22 28l-2.567-.642a12 12 0 0 0-2.91-.358z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsArmNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-arm-negative {
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%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsArmNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM4%2027v10h9.053c1.29%200%202.57-.208%203.794-.616L21%2035h1.343a4%204%200%200%200%202.829-1.172L26%2033l2.147-.859a12%2012%200%200%200%204.806-3.513L38%2022.5l5-3l1-7l-.083-.062a2%202%200%200%200-2.989.705L40%2015l-2%201.5l.712-.978a2%202%200%200%200-.345-2.72L38%2012.5l-3.123%203.904a4%204%200%200%200-.877%202.5V21l-5.282%201.668a12%2012%200%200%200-6.562%205.083L22%2028l-2.567-.642a12%2012%200%200%200-2.91-.358z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsArmNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsArmNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM4%2027v10h9.053c1.29%200%202.57-.208%203.794-.616L21%2035h1.343a4%204%200%200%200%202.829-1.172L26%2033l2.147-.859a12%2012%200%200%200%204.806-3.513L38%2022.5l5-3l1-7l-.083-.062a2%202%200%200%200-2.989.705L40%2015l-2%201.5l.712-.978a2%202%200%200%200-.345-2.72L38%2012.5l-3.123%203.904a4%204%200%200%200-.877%202.5V21l-5.282%201.668a12%2012%200%200%200-6.562%205.083L22%2028l-2.567-.642a12%2012%200%200%200-2.91-.358z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsArmNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/arm-negative.svg?color=%231a73e8&size=48