manufacturing icon

manufacturing from Material Symbols by Google · Regular · Actions · Apache-2.0 Free for personal and commercial use.

Name
manufacturing
Set
Material Symbols
Style
Regular
Category
Actions
Viewbox
24×24
License
Apache 2.0
Aliases
manufacturing-outline, manufacturing-outline-sharp, manufacturing-sharp

1 other variant in Material Symbols

The same icon in other sets

More actions icons from Material Symbols

Use the manufacturing icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m5.85 12l-.3-1.5q-.3-.125-.562-.262T4.45 9.9L3 10.35l-1-1.7l1.15-1Q3.1 7.325 3.1 7t.05-.65L2 5.35l1-1.7l1.45.45q.275-.2.538-.338T5.55 3.5l.3-1.5h2l.3 1.5q.3.125.563.263t.537.337l1.45-.45l1 1.7l-1.15 1q.05.325.05.65t-.05.65l1.15 1l-1 1.7l-1.45-.45q-.275.2-.537.338t-.563.262l-.3 1.5zm2.413-3.588Q8.85 7.826 8.85 7t-.587-1.412T6.85 5t-1.412.588T4.85 7t.588 1.413T6.85 9t1.413-.587M14.8 23l-.45-2.1q-.425-.15-.787-.363t-.713-.487l-2 .65l-1.4-2.4l1.6-1.4Q11 16.45 11 16t.05-.9l-1.6-1.4l1.4-2.4l2 .65q.35-.275.713-.488t.787-.362L14.8 9h2.8l.45 2.1q.425.15.788.363t.712.487l2-.65l1.4 2.4l-1.6 1.4q.05.45.05.9t-.05.9l1.6 1.4l-1.4 2.4l-2-.65q-.35.275-.712.487t-.788.363L17.6 23zm1.4-4q1.25 0 2.125-.875T19.2 16t-.875-2.125T16.2 13t-2.125.875T13.2 16t.875 2.125T16.2 19"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsManufacturing(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m5.85 12l-.3-1.5q-.3-.125-.562-.262T4.45 9.9L3 10.35l-1-1.7l1.15-1Q3.1 7.325 3.1 7t.05-.65L2 5.35l1-1.7l1.45.45q.275-.2.538-.338T5.55 3.5l.3-1.5h2l.3 1.5q.3.125.563.263t.537.337l1.45-.45l1 1.7l-1.15 1q.05.325.05.65t-.05.65l1.15 1l-1 1.7l-1.45-.45q-.275.2-.537.338t-.563.262l-.3 1.5zm2.413-3.588Q8.85 7.826 8.85 7t-.587-1.412T6.85 5t-1.412.588T4.85 7t.588 1.413T6.85 9t1.413-.587M14.8 23l-.45-2.1q-.425-.15-.787-.363t-.713-.487l-2 .65l-1.4-2.4l1.6-1.4Q11 16.45 11 16t.05-.9l-1.6-1.4l1.4-2.4l2 .65q.35-.275.713-.488t.787-.362L14.8 9h2.8l.45 2.1q.425.15.788.363t.712.487l2-.65l1.4 2.4l-1.6 1.4q.05.45.05.9t-.05.9l1.6 1.4l-1.4 2.4l-2-.65q-.35.275-.712.487t-.788.363L17.6 23zm1.4-4q1.25 0 2.125-.875T19.2 16t-.875-2.125T16.2 13t-2.125.875T13.2 16t.875 2.125T16.2 19"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m5.85 12l-.3-1.5q-.3-.125-.562-.262T4.45 9.9L3 10.35l-1-1.7l1.15-1Q3.1 7.325 3.1 7t.05-.65L2 5.35l1-1.7l1.45.45q.275-.2.538-.338T5.55 3.5l.3-1.5h2l.3 1.5q.3.125.563.263t.537.337l1.45-.45l1 1.7l-1.15 1q.05.325.05.65t-.05.65l1.15 1l-1 1.7l-1.45-.45q-.275.2-.537.338t-.563.262l-.3 1.5zm2.413-3.588Q8.85 7.826 8.85 7t-.587-1.412T6.85 5t-1.412.588T4.85 7t.588 1.413T6.85 9t1.413-.587M14.8 23l-.45-2.1q-.425-.15-.787-.363t-.713-.487l-2 .65l-1.4-2.4l1.6-1.4Q11 16.45 11 16t.05-.9l-1.6-1.4l1.4-2.4l2 .65q.35-.275.713-.488t.787-.362L14.8 9h2.8l.45 2.1q.425.15.788.363t.712.487l2-.65l1.4 2.4l-1.6 1.4q.05.45.05.9t-.05.9l1.6 1.4l-1.4 2.4l-2-.65q-.35.275-.712.487t-.788.363L17.6 23zm1.4-4q1.25 0 2.125-.875T19.2 16t-.875-2.125T16.2 13t-2.125.875T13.2 16t.875 2.125T16.2 19"/></svg>
</template>

CSS

.icon-manufacturing {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m5.85%2012l-.3-1.5q-.3-.125-.562-.262T4.45%209.9L3%2010.35l-1-1.7l1.15-1Q3.1%207.325%203.1%207t.05-.65L2%205.35l1-1.7l1.45.45q.275-.2.538-.338T5.55%203.5l.3-1.5h2l.3%201.5q.3.125.563.263t.537.337l1.45-.45l1%201.7l-1.15%201q.05.325.05.65t-.05.65l1.15%201l-1%201.7l-1.45-.45q-.275.2-.537.338t-.563.262l-.3%201.5zm2.413-3.588Q8.85%207.826%208.85%207t-.587-1.412T6.85%205t-1.412.588T4.85%207t.588%201.413T6.85%209t1.413-.587M14.8%2023l-.45-2.1q-.425-.15-.787-.363t-.713-.487l-2%20.65l-1.4-2.4l1.6-1.4Q11%2016.45%2011%2016t.05-.9l-1.6-1.4l1.4-2.4l2%20.65q.35-.275.713-.488t.787-.362L14.8%209h2.8l.45%202.1q.425.15.788.363t.712.487l2-.65l1.4%202.4l-1.6%201.4q.05.45.05.9t-.05.9l1.6%201.4l-1.4%202.4l-2-.65q-.35.275-.712.487t-.788.363L17.6%2023zm1.4-4q1.25%200%202.125-.875T19.2%2016t-.875-2.125T16.2%2013t-2.125.875T13.2%2016t.875%202.125T16.2%2019%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m5.85%2012l-.3-1.5q-.3-.125-.562-.262T4.45%209.9L3%2010.35l-1-1.7l1.15-1Q3.1%207.325%203.1%207t.05-.65L2%205.35l1-1.7l1.45.45q.275-.2.538-.338T5.55%203.5l.3-1.5h2l.3%201.5q.3.125.563.263t.537.337l1.45-.45l1%201.7l-1.15%201q.05.325.05.65t-.05.65l1.15%201l-1%201.7l-1.45-.45q-.275.2-.537.338t-.563.262l-.3%201.5zm2.413-3.588Q8.85%207.826%208.85%207t-.587-1.412T6.85%205t-1.412.588T4.85%207t.588%201.413T6.85%209t1.413-.587M14.8%2023l-.45-2.1q-.425-.15-.787-.363t-.713-.487l-2%20.65l-1.4-2.4l1.6-1.4Q11%2016.45%2011%2016t.05-.9l-1.6-1.4l1.4-2.4l2%20.65q.35-.275.713-.488t.787-.362L14.8%209h2.8l.45%202.1q.425.15.788.363t.712.487l2-.65l1.4%202.4l-1.6%201.4q.05.45.05.9t-.05.9l1.6%201.4l-1.4%202.4l-2-.65q-.35.275-.712.487t-.788.363L17.6%2023zm1.4-4q1.25%200%202.125-.875T19.2%2016t-.875-2.125T16.2%2013t-2.125.875T13.2%2016t.875%202.125T16.2%2019%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/manufacturing.svg?color=%231a73e8&size=48