machinery negative icon
machinery-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- machinery-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Use the machinery negative icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g fill="currentColor" clip-path="url(#healthiconsMachineryNegative)"><path d="M31.033 16.762a.48.48 0 0 1 .5.453l.449 6.518a.25.25 0 0 1-.25.267H30.62a3.6 3.6 0 0 0-1.158.189l-5.805 1.402a.5.5 0 0 1-.616-.516l.035-.579c.263-4.348 3.69-7.518 7.957-7.734M23.5 39a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m7.5-1.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m4.5 1.5a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3"/><path fill-rule="evenodd" d="M48 0H0v48h48zM9.488 11a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5m3.603.196a4.48 4.48 0 0 0 .853-3.329c3.572.844 6.992 1.993 9.341 4.665a.248.248 0 0 1-.065.378a14 14 0 0 0-2.745 2.1a.26.26 0 0 1-.374-.012c-1.74-1.89-4.379-2.95-7.01-3.802M9.488 13c.427 0 .84-.06 1.232-.17L9.102 23.551a.25.25 0 0 0 .218.285l1.73.206l2.666.174q.039.002.076-.007l1.774-.431a.25.25 0 0 1 .275.368l-2.196 3.806a4 4 0 0 1-3.937 1.973l-.18-.022a4 4 0 0 1-3.525-4.113l.082-2.338l.976-11.163c.7.45 1.533.71 2.427.71m9.632 11.334C19.474 17.975 24.733 13 31.102 13h1.907a2 2 0 0 1 1.98 1.725l1.005 7.232a.05.05 0 0 0 .05.043h3.826a1.5 1.5 0 0 1 1.495 1.375l.59 7.084a.5.5 0 0 1-.498.541h-21.65a1 1 0 0 1-.998-1.055zM21.5 33a4.5 4.5 0 1 0 0 9h16a4.5 4.5 0 1 0 0-9z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsMachineryNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsMachineryNegative(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 fill="currentColor" clipPath="url(#healthiconsMachineryNegative)"><path d="M31.033 16.762a.48.48 0 0 1 .5.453l.449 6.518a.25.25 0 0 1-.25.267H30.62a3.6 3.6 0 0 0-1.158.189l-5.805 1.402a.5.5 0 0 1-.616-.516l.035-.579c.263-4.348 3.69-7.518 7.957-7.734M23.5 39a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m7.5-1.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m4.5 1.5a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3"/><path fillRule="evenodd" d="M48 0H0v48h48zM9.488 11a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5m3.603.196a4.48 4.48 0 0 0 .853-3.329c3.572.844 6.992 1.993 9.341 4.665a.248.248 0 0 1-.065.378a14 14 0 0 0-2.745 2.1a.26.26 0 0 1-.374-.012c-1.74-1.89-4.379-2.95-7.01-3.802M9.488 13c.427 0 .84-.06 1.232-.17L9.102 23.551a.25.25 0 0 0 .218.285l1.73.206l2.666.174q.039.002.076-.007l1.774-.431a.25.25 0 0 1 .275.368l-2.196 3.806a4 4 0 0 1-3.937 1.973l-.18-.022a4 4 0 0 1-3.525-4.113l.082-2.338l.976-11.163c.7.45 1.533.71 2.427.71m9.632 11.334C19.474 17.975 24.733 13 31.102 13h1.907a2 2 0 0 1 1.98 1.725l1.005 7.232a.05.05 0 0 0 .05.043h3.826a1.5 1.5 0 0 1 1.495 1.375l.59 7.084a.5.5 0 0 1-.498.541h-21.65a1 1 0 0 1-.998-1.055zM21.5 33a4.5 4.5 0 1 0 0 9h16a4.5 4.5 0 1 0 0-9z" clipRule="evenodd"/></g><defs><clipPath id="healthiconsMachineryNegative"><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 fill="currentColor" clip-path="url(#healthiconsMachineryNegative)"><path d="M31.033 16.762a.48.48 0 0 1 .5.453l.449 6.518a.25.25 0 0 1-.25.267H30.62a3.6 3.6 0 0 0-1.158.189l-5.805 1.402a.5.5 0 0 1-.616-.516l.035-.579c.263-4.348 3.69-7.518 7.957-7.734M23.5 39a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m7.5-1.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m4.5 1.5a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3"/><path fill-rule="evenodd" d="M48 0H0v48h48zM9.488 11a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5m3.603.196a4.48 4.48 0 0 0 .853-3.329c3.572.844 6.992 1.993 9.341 4.665a.248.248 0 0 1-.065.378a14 14 0 0 0-2.745 2.1a.26.26 0 0 1-.374-.012c-1.74-1.89-4.379-2.95-7.01-3.802M9.488 13c.427 0 .84-.06 1.232-.17L9.102 23.551a.25.25 0 0 0 .218.285l1.73.206l2.666.174q.039.002.076-.007l1.774-.431a.25.25 0 0 1 .275.368l-2.196 3.806a4 4 0 0 1-3.937 1.973l-.18-.022a4 4 0 0 1-3.525-4.113l.082-2.338l.976-11.163c.7.45 1.533.71 2.427.71m9.632 11.334C19.474 17.975 24.733 13 31.102 13h1.907a2 2 0 0 1 1.98 1.725l1.005 7.232a.05.05 0 0 0 .05.043h3.826a1.5 1.5 0 0 1 1.495 1.375l.59 7.084a.5.5 0 0 1-.498.541h-21.65a1 1 0 0 1-.998-1.055zM21.5 33a4.5 4.5 0 1 0 0 9h16a4.5 4.5 0 1 0 0-9z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsMachineryNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-machinery-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%20fill%3D%22currentColor%22%20clip-path%3D%22url(%23healthiconsMachineryNegative)%22%3E%3Cpath%20d%3D%22M31.033%2016.762a.48.48%200%200%201%20.5.453l.449%206.518a.25.25%200%200%201-.25.267H30.62a3.6%203.6%200%200%200-1.158.189l-5.805%201.402a.5.5%200%200%201-.616-.516l.035-.579c.263-4.348%203.69-7.518%207.957-7.734M23.5%2039a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203m7.5-1.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200m4.5%201.5a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM9.488%2011a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205m3.603.196a4.48%204.48%200%200%200%20.853-3.329c3.572.844%206.992%201.993%209.341%204.665a.248.248%200%200%201-.065.378a14%2014%200%200%200-2.745%202.1a.26.26%200%200%201-.374-.012c-1.74-1.89-4.379-2.95-7.01-3.802M9.488%2013c.427%200%20.84-.06%201.232-.17L9.102%2023.551a.25.25%200%200%200%20.218.285l1.73.206l2.666.174q.039.002.076-.007l1.774-.431a.25.25%200%200%201%20.275.368l-2.196%203.806a4%204%200%200%201-3.937%201.973l-.18-.022a4%204%200%200%201-3.525-4.113l.082-2.338l.976-11.163c.7.45%201.533.71%202.427.71m9.632%2011.334C19.474%2017.975%2024.733%2013%2031.102%2013h1.907a2%202%200%200%201%201.98%201.725l1.005%207.232a.05.05%200%200%200%20.05.043h3.826a1.5%201.5%200%200%201%201.495%201.375l.59%207.084a.5.5%200%200%201-.498.541h-21.65a1%201%200%200%201-.998-1.055zM21.5%2033a4.5%204.5%200%201%200%200%209h16a4.5%204.5%200%201%200%200-9z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsMachineryNegative%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%20fill%3D%22currentColor%22%20clip-path%3D%22url(%23healthiconsMachineryNegative)%22%3E%3Cpath%20d%3D%22M31.033%2016.762a.48.48%200%200%201%20.5.453l.449%206.518a.25.25%200%200%201-.25.267H30.62a3.6%203.6%200%200%200-1.158.189l-5.805%201.402a.5.5%200%200%201-.616-.516l.035-.579c.263-4.348%203.69-7.518%207.957-7.734M23.5%2039a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203m7.5-1.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200m4.5%201.5a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM9.488%2011a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205m3.603.196a4.48%204.48%200%200%200%20.853-3.329c3.572.844%206.992%201.993%209.341%204.665a.248.248%200%200%201-.065.378a14%2014%200%200%200-2.745%202.1a.26.26%200%200%201-.374-.012c-1.74-1.89-4.379-2.95-7.01-3.802M9.488%2013c.427%200%20.84-.06%201.232-.17L9.102%2023.551a.25.25%200%200%200%20.218.285l1.73.206l2.666.174q.039.002.076-.007l1.774-.431a.25.25%200%200%201%20.275.368l-2.196%203.806a4%204%200%200%201-3.937%201.973l-.18-.022a4%204%200%200%201-3.525-4.113l.082-2.338l.976-11.163c.7.45%201.533.71%202.427.71m9.632%2011.334C19.474%2017.975%2024.733%2013%2031.102%2013h1.907a2%202%200%200%201%201.98%201.725l1.005%207.232a.05.05%200%200%200%20.05.043h3.826a1.5%201.5%200%200%201%201.495%201.375l.59%207.084a.5.5%200%200%201-.498.541h-21.65a1%201%200%200%201-.998-1.055zM21.5%2033a4.5%204.5%200%201%200%200%209h16a4.5%204.5%200%201%200%200-9z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsMachineryNegative%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/machinery-negative.svg?color=%231a73e8&size=48