machinery icon
machinery from Health Icons by Resolve to Save Lives · Filled · Vehicles · MIT Free for personal and commercial use.
- Name
- machinery
- Set
- Health Icons
- Style
- Filled
- Category
- Vehicles
- Viewbox
- 48×48
- License
- MIT
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 d="M11.988 8.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0m2 0a4.48 4.48 0 0 1-.897 2.696c2.631.852 5.27 1.912 7.01 3.802a.26.26 0 0 0 .374.011a14 14 0 0 1 2.745-2.099a.25.25 0 0 0 .065-.378c-2.35-2.672-5.77-3.82-9.341-4.665q.044.31.044.633m-3.268 4.33c-.392.11-.805.17-1.232.17c-.894 0-1.727-.26-2.427-.71l-.976 11.162l-.082 2.34a4 4 0 0 0 3.524 4.112l.181.022a4 4 0 0 0 3.937-1.973l2.196-3.806a.25.25 0 0 0-.275-.368l-1.774.43a.3.3 0 0 1-.076.008l-2.666-.174l-1.73-.206a.25.25 0 0 1-.218-.285z"/><path fill-rule="evenodd" d="M31.102 13c-6.369 0-11.628 4.975-11.982 11.334l-.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 13zm.43 4.215a.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.516l5.805-1.402c.371-.125.763-.19 1.158-.19h1.112a.25.25 0 0 0 .25-.266zM17 37.5a4.5 4.5 0 0 1 4.5-4.5h16a4.5 4.5 0 1 1 0 9h-16a4.5 4.5 0 0 1-4.5-4.5m8 0a1.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 3m7.5-1.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsMachinery(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 d="M11.988 8.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0m2 0a4.48 4.48 0 0 1-.897 2.696c2.631.852 5.27 1.912 7.01 3.802a.26.26 0 0 0 .374.011a14 14 0 0 1 2.745-2.099a.25.25 0 0 0 .065-.378c-2.35-2.672-5.77-3.82-9.341-4.665q.044.31.044.633m-3.268 4.33c-.392.11-.805.17-1.232.17c-.894 0-1.727-.26-2.427-.71l-.976 11.162l-.082 2.34a4 4 0 0 0 3.524 4.112l.181.022a4 4 0 0 0 3.937-1.973l2.196-3.806a.25.25 0 0 0-.275-.368l-1.774.43a.3.3 0 0 1-.076.008l-2.666-.174l-1.73-.206a.25.25 0 0 1-.218-.285z"/><path fillRule="evenodd" d="M31.102 13c-6.369 0-11.628 4.975-11.982 11.334l-.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 13zm.43 4.215a.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.516l5.805-1.402c.371-.125.763-.19 1.158-.19h1.112a.25.25 0 0 0 .25-.266zM17 37.5a4.5 4.5 0 0 1 4.5-4.5h16a4.5 4.5 0 1 1 0 9h-16a4.5 4.5 0 0 1-4.5-4.5m8 0a1.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 3m7.5-1.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0" 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 d="M11.988 8.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0m2 0a4.48 4.48 0 0 1-.897 2.696c2.631.852 5.27 1.912 7.01 3.802a.26.26 0 0 0 .374.011a14 14 0 0 1 2.745-2.099a.25.25 0 0 0 .065-.378c-2.35-2.672-5.77-3.82-9.341-4.665q.044.31.044.633m-3.268 4.33c-.392.11-.805.17-1.232.17c-.894 0-1.727-.26-2.427-.71l-.976 11.162l-.082 2.34a4 4 0 0 0 3.524 4.112l.181.022a4 4 0 0 0 3.937-1.973l2.196-3.806a.25.25 0 0 0-.275-.368l-1.774.43a.3.3 0 0 1-.076.008l-2.666-.174l-1.73-.206a.25.25 0 0 1-.218-.285z"/><path fill-rule="evenodd" d="M31.102 13c-6.369 0-11.628 4.975-11.982 11.334l-.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 13zm.43 4.215a.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.516l5.805-1.402c.371-.125.763-.19 1.158-.19h1.112a.25.25 0 0 0 .25-.266zM17 37.5a4.5 4.5 0 0 1 4.5-4.5h16a4.5 4.5 0 1 1 0 9h-16a4.5 4.5 0 0 1-4.5-4.5m8 0a1.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 3m7.5-1.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-machinery {
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%20d%3D%22M11.988%208.5a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200m2%200a4.48%204.48%200%200%201-.897%202.696c2.631.852%205.27%201.912%207.01%203.802a.26.26%200%200%200%20.374.011a14%2014%200%200%201%202.745-2.099a.25.25%200%200%200%20.065-.378c-2.35-2.672-5.77-3.82-9.341-4.665q.044.31.044.633m-3.268%204.33c-.392.11-.805.17-1.232.17c-.894%200-1.727-.26-2.427-.71l-.976%2011.162l-.082%202.34a4%204%200%200%200%203.524%204.112l.181.022a4%204%200%200%200%203.937-1.973l2.196-3.806a.25.25%200%200%200-.275-.368l-1.774.43a.3.3%200%200%201-.076.008l-2.666-.174l-1.73-.206a.25.25%200%200%201-.218-.285z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M31.102%2013c-6.369%200-11.628%204.975-11.982%2011.334l-.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%2013zm.43%204.215a.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.516l5.805-1.402c.371-.125.763-.19%201.158-.19h1.112a.25.25%200%200%200%20.25-.266zM17%2037.5a4.5%204.5%200%200%201%204.5-4.5h16a4.5%204.5%200%201%201%200%209h-16a4.5%204.5%200%200%201-4.5-4.5m8%200a1.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%203m7.5-1.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200%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%20d%3D%22M11.988%208.5a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200m2%200a4.48%204.48%200%200%201-.897%202.696c2.631.852%205.27%201.912%207.01%203.802a.26.26%200%200%200%20.374.011a14%2014%200%200%201%202.745-2.099a.25.25%200%200%200%20.065-.378c-2.35-2.672-5.77-3.82-9.341-4.665q.044.31.044.633m-3.268%204.33c-.392.11-.805.17-1.232.17c-.894%200-1.727-.26-2.427-.71l-.976%2011.162l-.082%202.34a4%204%200%200%200%203.524%204.112l.181.022a4%204%200%200%200%203.937-1.973l2.196-3.806a.25.25%200%200%200-.275-.368l-1.774.43a.3.3%200%200%201-.076.008l-2.666-.174l-1.73-.206a.25.25%200%200%201-.218-.285z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M31.102%2013c-6.369%200-11.628%204.975-11.982%2011.334l-.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%2013zm.43%204.215a.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.516l5.805-1.402c.371-.125.763-.19%201.158-.19h1.112a.25.25%200%200%200%20.25-.266zM17%2037.5a4.5%204.5%200%200%201%204.5-4.5h16a4.5%204.5%200%201%201%200%209h-16a4.5%204.5%200%200%201-4.5-4.5m8%200a1.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%203m7.5-1.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200%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.svg?color=%231a73e8&size=48