machinery icon
machinery-outline from Health Icons by Resolve to Save Lives · Outline · Vehicles · MIT Free for personal and commercial use.
- Name
- machinery-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Vehicles
- Viewbox
- 48×48
- License
- MIT
- Aliases
- machinery2x-outline
1 other variant in Health Icons
More vehicles icons from Health Icons
Use the machinery icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fill-rule="evenodd" d="M29.712 24.189c.371-.125.763-.19 1.158-.19h1.112a.25.25 0 0 0 .25-.266l-.45-6.518a.48.48 0 0 0-.499-.453c-4.266.216-7.694 3.386-7.957 7.734l-.035.579a.5.5 0 0 0 .616.516zm.188-5.193c-2.08.572-3.69 2.099-4.311 4.131l3.578-.864q.463-.147.944-.212z" clip-rule="evenodd"/><path fill-rule="evenodd" d="M10.5 6a3.5 3.5 0 0 0-3.114 5.1l-1.16 13.276l-.004.064l-.082 2.32a4.875 4.875 0 0 0 4.296 5.013l.18.022a4.88 4.88 0 0 0 4.8-2.405l2.195-3.806c.495-.857-.278-1.889-1.24-1.655l-1.681.408l-2.548-.165l-1.066-.127l1.692-11.222c1.815.562 3.607 1.158 5.153 2.002c1.495.817 2.688 1.829 3.417 3.198a11.95 11.95 0 0 0-2.218 6.311l-.311 5.61A1 1 0 0 0 19.807 31h21.65a.5.5 0 0 0 .498-.541l-.59-7.084A1.5 1.5 0 0 0 39.87 22h-3.826a.05.05 0 0 1-.05-.043l-1.004-7.232A2 2 0 0 0 33.009 13h-1.907a12 12 0 0 0-5.091 1.131c-2.914-4.408-8.012-5.65-12.649-6.646A3.5 3.5 0 0 0 10.5 6M9 9.5a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0m1.977 3.468a3.54 3.54 0 0 1-1.971-.302L7.971 24.503l-.082 2.319a3.125 3.125 0 0 0 2.754 3.213l.18.022a3.13 3.13 0 0 0 3.077-1.541l1.466-2.542l-.356.086q-.166.04-.338.03l-2.69-.175l-1.753-.209a1.125 1.125 0 0 1-.98-1.285zm7.903.102c-1.633-.892-3.481-1.521-5.22-2.064c.194-.407.313-.857.336-1.332c4.254.962 8.036 2.158 10.278 5.457a12 12 0 0 0-1.563 1.29c-.967-1.469-2.336-2.534-3.831-3.35m2.237 11.375A10 10 0 0 1 31.102 15h1.907l1.004 7.232A2.05 2.05 0 0 0 36.043 24h3.367l.417 5H20.864z" clip-rule="evenodd"/><path d="M23.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="M21.5 33a4.5 4.5 0 1 0 0 9h16a4.5 4.5 0 1 0 0-9zm16 2h-16a2.5 2.5 0 0 0 0 5h16a2.5 2.5 0 0 0 0-5" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsMachineryOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fillRule="evenodd" d="M29.712 24.189c.371-.125.763-.19 1.158-.19h1.112a.25.25 0 0 0 .25-.266l-.45-6.518a.48.48 0 0 0-.499-.453c-4.266.216-7.694 3.386-7.957 7.734l-.035.579a.5.5 0 0 0 .616.516zm.188-5.193c-2.08.572-3.69 2.099-4.311 4.131l3.578-.864q.463-.147.944-.212z" clipRule="evenodd"/><path fillRule="evenodd" d="M10.5 6a3.5 3.5 0 0 0-3.114 5.1l-1.16 13.276l-.004.064l-.082 2.32a4.875 4.875 0 0 0 4.296 5.013l.18.022a4.88 4.88 0 0 0 4.8-2.405l2.195-3.806c.495-.857-.278-1.889-1.24-1.655l-1.681.408l-2.548-.165l-1.066-.127l1.692-11.222c1.815.562 3.607 1.158 5.153 2.002c1.495.817 2.688 1.829 3.417 3.198a11.95 11.95 0 0 0-2.218 6.311l-.311 5.61A1 1 0 0 0 19.807 31h21.65a.5.5 0 0 0 .498-.541l-.59-7.084A1.5 1.5 0 0 0 39.87 22h-3.826a.05.05 0 0 1-.05-.043l-1.004-7.232A2 2 0 0 0 33.009 13h-1.907a12 12 0 0 0-5.091 1.131c-2.914-4.408-8.012-5.65-12.649-6.646A3.5 3.5 0 0 0 10.5 6M9 9.5a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0m1.977 3.468a3.54 3.54 0 0 1-1.971-.302L7.971 24.503l-.082 2.319a3.125 3.125 0 0 0 2.754 3.213l.18.022a3.13 3.13 0 0 0 3.077-1.541l1.466-2.542l-.356.086q-.166.04-.338.03l-2.69-.175l-1.753-.209a1.125 1.125 0 0 1-.98-1.285zm7.903.102c-1.633-.892-3.481-1.521-5.22-2.064c.194-.407.313-.857.336-1.332c4.254.962 8.036 2.158 10.278 5.457a12 12 0 0 0-1.563 1.29c-.967-1.469-2.336-2.534-3.831-3.35m2.237 11.375A10 10 0 0 1 31.102 15h1.907l1.004 7.232A2.05 2.05 0 0 0 36.043 24h3.367l.417 5H20.864z" clipRule="evenodd"/><path d="M23.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="M21.5 33a4.5 4.5 0 1 0 0 9h16a4.5 4.5 0 1 0 0-9zm16 2h-16a2.5 2.5 0 0 0 0 5h16a2.5 2.5 0 0 0 0-5" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fill-rule="evenodd" d="M29.712 24.189c.371-.125.763-.19 1.158-.19h1.112a.25.25 0 0 0 .25-.266l-.45-6.518a.48.48 0 0 0-.499-.453c-4.266.216-7.694 3.386-7.957 7.734l-.035.579a.5.5 0 0 0 .616.516zm.188-5.193c-2.08.572-3.69 2.099-4.311 4.131l3.578-.864q.463-.147.944-.212z" clip-rule="evenodd"/><path fill-rule="evenodd" d="M10.5 6a3.5 3.5 0 0 0-3.114 5.1l-1.16 13.276l-.004.064l-.082 2.32a4.875 4.875 0 0 0 4.296 5.013l.18.022a4.88 4.88 0 0 0 4.8-2.405l2.195-3.806c.495-.857-.278-1.889-1.24-1.655l-1.681.408l-2.548-.165l-1.066-.127l1.692-11.222c1.815.562 3.607 1.158 5.153 2.002c1.495.817 2.688 1.829 3.417 3.198a11.95 11.95 0 0 0-2.218 6.311l-.311 5.61A1 1 0 0 0 19.807 31h21.65a.5.5 0 0 0 .498-.541l-.59-7.084A1.5 1.5 0 0 0 39.87 22h-3.826a.05.05 0 0 1-.05-.043l-1.004-7.232A2 2 0 0 0 33.009 13h-1.907a12 12 0 0 0-5.091 1.131c-2.914-4.408-8.012-5.65-12.649-6.646A3.5 3.5 0 0 0 10.5 6M9 9.5a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0m1.977 3.468a3.54 3.54 0 0 1-1.971-.302L7.971 24.503l-.082 2.319a3.125 3.125 0 0 0 2.754 3.213l.18.022a3.13 3.13 0 0 0 3.077-1.541l1.466-2.542l-.356.086q-.166.04-.338.03l-2.69-.175l-1.753-.209a1.125 1.125 0 0 1-.98-1.285zm7.903.102c-1.633-.892-3.481-1.521-5.22-2.064c.194-.407.313-.857.336-1.332c4.254.962 8.036 2.158 10.278 5.457a12 12 0 0 0-1.563 1.29c-.967-1.469-2.336-2.534-3.831-3.35m2.237 11.375A10 10 0 0 1 31.102 15h1.907l1.004 7.232A2.05 2.05 0 0 0 36.043 24h3.367l.417 5H20.864z" clip-rule="evenodd"/><path d="M23.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="M21.5 33a4.5 4.5 0 1 0 0 9h16a4.5 4.5 0 1 0 0-9zm16 2h-16a2.5 2.5 0 0 0 0 5h16a2.5 2.5 0 0 0 0-5" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-machinery-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M29.712%2024.189c.371-.125.763-.19%201.158-.19h1.112a.25.25%200%200%200%20.25-.266l-.45-6.518a.48.48%200%200%200-.499-.453c-4.266.216-7.694%203.386-7.957%207.734l-.035.579a.5.5%200%200%200%20.616.516zm.188-5.193c-2.08.572-3.69%202.099-4.311%204.131l3.578-.864q.463-.147.944-.212z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10.5%206a3.5%203.5%200%200%200-3.114%205.1l-1.16%2013.276l-.004.064l-.082%202.32a4.875%204.875%200%200%200%204.296%205.013l.18.022a4.88%204.88%200%200%200%204.8-2.405l2.195-3.806c.495-.857-.278-1.889-1.24-1.655l-1.681.408l-2.548-.165l-1.066-.127l1.692-11.222c1.815.562%203.607%201.158%205.153%202.002c1.495.817%202.688%201.829%203.417%203.198a11.95%2011.95%200%200%200-2.218%206.311l-.311%205.61A1%201%200%200%200%2019.807%2031h21.65a.5.5%200%200%200%20.498-.541l-.59-7.084A1.5%201.5%200%200%200%2039.87%2022h-3.826a.05.05%200%200%201-.05-.043l-1.004-7.232A2%202%200%200%200%2033.009%2013h-1.907a12%2012%200%200%200-5.091%201.131c-2.914-4.408-8.012-5.65-12.649-6.646A3.5%203.5%200%200%200%2010.5%206M9%209.5a1.5%201.5%200%201%201%203%200a1.5%201.5%200%200%201-3%200m1.977%203.468a3.54%203.54%200%200%201-1.971-.302L7.971%2024.503l-.082%202.319a3.125%203.125%200%200%200%202.754%203.213l.18.022a3.13%203.13%200%200%200%203.077-1.541l1.466-2.542l-.356.086q-.166.04-.338.03l-2.69-.175l-1.753-.209a1.125%201.125%200%200%201-.98-1.285zm7.903.102c-1.633-.892-3.481-1.521-5.22-2.064c.194-.407.313-.857.336-1.332c4.254.962%208.036%202.158%2010.278%205.457a12%2012%200%200%200-1.563%201.29c-.967-1.469-2.336-2.534-3.831-3.35m2.237%2011.375A10%2010%200%200%201%2031.102%2015h1.907l1.004%207.232A2.05%202.05%200%200%200%2036.043%2024h3.367l.417%205H20.864z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M23.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%22M21.5%2033a4.5%204.5%200%201%200%200%209h16a4.5%204.5%200%201%200%200-9zm16%202h-16a2.5%202.5%200%200%200%200%205h16a2.5%202.5%200%200%200%200-5%22%20clip-rule%3D%22evenodd%22%2F%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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M29.712%2024.189c.371-.125.763-.19%201.158-.19h1.112a.25.25%200%200%200%20.25-.266l-.45-6.518a.48.48%200%200%200-.499-.453c-4.266.216-7.694%203.386-7.957%207.734l-.035.579a.5.5%200%200%200%20.616.516zm.188-5.193c-2.08.572-3.69%202.099-4.311%204.131l3.578-.864q.463-.147.944-.212z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10.5%206a3.5%203.5%200%200%200-3.114%205.1l-1.16%2013.276l-.004.064l-.082%202.32a4.875%204.875%200%200%200%204.296%205.013l.18.022a4.88%204.88%200%200%200%204.8-2.405l2.195-3.806c.495-.857-.278-1.889-1.24-1.655l-1.681.408l-2.548-.165l-1.066-.127l1.692-11.222c1.815.562%203.607%201.158%205.153%202.002c1.495.817%202.688%201.829%203.417%203.198a11.95%2011.95%200%200%200-2.218%206.311l-.311%205.61A1%201%200%200%200%2019.807%2031h21.65a.5.5%200%200%200%20.498-.541l-.59-7.084A1.5%201.5%200%200%200%2039.87%2022h-3.826a.05.05%200%200%201-.05-.043l-1.004-7.232A2%202%200%200%200%2033.009%2013h-1.907a12%2012%200%200%200-5.091%201.131c-2.914-4.408-8.012-5.65-12.649-6.646A3.5%203.5%200%200%200%2010.5%206M9%209.5a1.5%201.5%200%201%201%203%200a1.5%201.5%200%200%201-3%200m1.977%203.468a3.54%203.54%200%200%201-1.971-.302L7.971%2024.503l-.082%202.319a3.125%203.125%200%200%200%202.754%203.213l.18.022a3.13%203.13%200%200%200%203.077-1.541l1.466-2.542l-.356.086q-.166.04-.338.03l-2.69-.175l-1.753-.209a1.125%201.125%200%200%201-.98-1.285zm7.903.102c-1.633-.892-3.481-1.521-5.22-2.064c.194-.407.313-.857.336-1.332c4.254.962%208.036%202.158%2010.278%205.457a12%2012%200%200%200-1.563%201.29c-.967-1.469-2.336-2.534-3.831-3.35m2.237%2011.375A10%2010%200%200%201%2031.102%2015h1.907l1.004%207.232A2.05%202.05%200%200%200%2036.043%2024h3.367l.417%205H20.864z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M23.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%22M21.5%2033a4.5%204.5%200%201%200%200%209h16a4.5%204.5%200%201%200%200-9zm16%202h-16a2.5%202.5%200%200%200%200%205h16a2.5%202.5%200%200%200%200-5%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/machinery-outline.svg?color=%231a73e8&size=48