precision manufacturing icon
precision-manufacturing-outline-rounded from Material Symbols Light by Google · Outline Rounded · Business · Apache-2.0 Free for personal and commercial use.
- Name
- precision-manufacturing-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More business icons from Material Symbols Light
Use the precision 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.571 19.462q-.336 0-.572-.236t-.236-.572t.236-.572t.572-.236h2.216L5.198 9.381q-.656-.317-1.045-.908q-.39-.59-.39-1.357q0-1.039.731-1.77t1.77-.73q.917 0 1.574.562t.88 1.438h3.66v-1.5q0-.214.144-.357t.357-.143q.167 0 .293.1t.16.261v.27l1.816-1.678q.206-.206.46-.249q.256-.043.498.088l3.784 1.761q.185.093.278.265t.007.35q-.092.185-.264.234t-.352-.037l-3.792-1.766l-2.388 2.2v1.4l2.388 2.15L19.56 8.2q.179-.086.354-.034q.174.051.261.23q.092.185-.004.354q-.096.17-.28.262l-3.785 1.773q-.243.13-.497.078q-.255-.053-.461-.24l-1.815-1.638v.269q-.035.15-.161.256t-.293.106q-.214 0-.357-.144q-.143-.143-.143-.356v-1.5H8.717q-.075.334-.249.663t-.382.548l4.847 9.02h3.023q.336 0 .572.235t.236.572t-.236.572t-.572.235zM7.322 8.174q.442-.441.442-1.059t-.442-1.058t-1.058-.442t-1.06.442q-.44.441-.44 1.058q0 .618.44 1.059q.442.442 1.06.442t1.058-.442m1.515 9.672h2.95L7.256 9.423q-.154.096-.435.164t-.511.029zm2.95 0"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightPrecisionManufacturingOutlineRounded(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.571 19.462q-.336 0-.572-.236t-.236-.572t.236-.572t.572-.236h2.216L5.198 9.381q-.656-.317-1.045-.908q-.39-.59-.39-1.357q0-1.039.731-1.77t1.77-.73q.917 0 1.574.562t.88 1.438h3.66v-1.5q0-.214.144-.357t.357-.143q.167 0 .293.1t.16.261v.27l1.816-1.678q.206-.206.46-.249q.256-.043.498.088l3.784 1.761q.185.093.278.265t.007.35q-.092.185-.264.234t-.352-.037l-3.792-1.766l-2.388 2.2v1.4l2.388 2.15L19.56 8.2q.179-.086.354-.034q.174.051.261.23q.092.185-.004.354q-.096.17-.28.262l-3.785 1.773q-.243.13-.497.078q-.255-.053-.461-.24l-1.815-1.638v.269q-.035.15-.161.256t-.293.106q-.214 0-.357-.144q-.143-.143-.143-.356v-1.5H8.717q-.075.334-.249.663t-.382.548l4.847 9.02h3.023q.336 0 .572.235t.236.572t-.236.572t-.572.235zM7.322 8.174q.442-.441.442-1.059t-.442-1.058t-1.058-.442t-1.06.442q-.44.441-.44 1.058q0 .618.44 1.059q.442.442 1.06.442t1.058-.442m1.515 9.672h2.95L7.256 9.423q-.154.096-.435.164t-.511.029zm2.95 0"/></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.571 19.462q-.336 0-.572-.236t-.236-.572t.236-.572t.572-.236h2.216L5.198 9.381q-.656-.317-1.045-.908q-.39-.59-.39-1.357q0-1.039.731-1.77t1.77-.73q.917 0 1.574.562t.88 1.438h3.66v-1.5q0-.214.144-.357t.357-.143q.167 0 .293.1t.16.261v.27l1.816-1.678q.206-.206.46-.249q.256-.043.498.088l3.784 1.761q.185.093.278.265t.007.35q-.092.185-.264.234t-.352-.037l-3.792-1.766l-2.388 2.2v1.4l2.388 2.15L19.56 8.2q.179-.086.354-.034q.174.051.261.23q.092.185-.004.354q-.096.17-.28.262l-3.785 1.773q-.243.13-.497.078q-.255-.053-.461-.24l-1.815-1.638v.269q-.035.15-.161.256t-.293.106q-.214 0-.357-.144q-.143-.143-.143-.356v-1.5H8.717q-.075.334-.249.663t-.382.548l4.847 9.02h3.023q.336 0 .572.235t.236.572t-.236.572t-.572.235zM7.322 8.174q.442-.441.442-1.059t-.442-1.058t-1.058-.442t-1.06.442q-.44.441-.44 1.058q0 .618.44 1.059q.442.442 1.06.442t1.058-.442m1.515 9.672h2.95L7.256 9.423q-.154.096-.435.164t-.511.029zm2.95 0"/></svg> </template>
CSS
.icon-precision-manufacturing-outline-rounded {
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.571%2019.462q-.336%200-.572-.236t-.236-.572t.236-.572t.572-.236h2.216L5.198%209.381q-.656-.317-1.045-.908q-.39-.59-.39-1.357q0-1.039.731-1.77t1.77-.73q.917%200%201.574.562t.88%201.438h3.66v-1.5q0-.214.144-.357t.357-.143q.167%200%20.293.1t.16.261v.27l1.816-1.678q.206-.206.46-.249q.256-.043.498.088l3.784%201.761q.185.093.278.265t.007.35q-.092.185-.264.234t-.352-.037l-3.792-1.766l-2.388%202.2v1.4l2.388%202.15L19.56%208.2q.179-.086.354-.034q.174.051.261.23q.092.185-.004.354q-.096.17-.28.262l-3.785%201.773q-.243.13-.497.078q-.255-.053-.461-.24l-1.815-1.638v.269q-.035.15-.161.256t-.293.106q-.214%200-.357-.144q-.143-.143-.143-.356v-1.5H8.717q-.075.334-.249.663t-.382.548l4.847%209.02h3.023q.336%200%20.572.235t.236.572t-.236.572t-.572.235zM7.322%208.174q.442-.441.442-1.059t-.442-1.058t-1.058-.442t-1.06.442q-.44.441-.44%201.058q0%20.618.44%201.059q.442.442%201.06.442t1.058-.442m1.515%209.672h2.95L7.256%209.423q-.154.096-.435.164t-.511.029zm2.95%200%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.571%2019.462q-.336%200-.572-.236t-.236-.572t.236-.572t.572-.236h2.216L5.198%209.381q-.656-.317-1.045-.908q-.39-.59-.39-1.357q0-1.039.731-1.77t1.77-.73q.917%200%201.574.562t.88%201.438h3.66v-1.5q0-.214.144-.357t.357-.143q.167%200%20.293.1t.16.261v.27l1.816-1.678q.206-.206.46-.249q.256-.043.498.088l3.784%201.761q.185.093.278.265t.007.35q-.092.185-.264.234t-.352-.037l-3.792-1.766l-2.388%202.2v1.4l2.388%202.15L19.56%208.2q.179-.086.354-.034q.174.051.261.23q.092.185-.004.354q-.096.17-.28.262l-3.785%201.773q-.243.13-.497.078q-.255-.053-.461-.24l-1.815-1.638v.269q-.035.15-.161.256t-.293.106q-.214%200-.357-.144q-.143-.143-.143-.356v-1.5H8.717q-.075.334-.249.663t-.382.548l4.847%209.02h3.023q.336%200%20.572.235t.236.572t-.236.572t-.572.235zM7.322%208.174q.442-.441.442-1.059t-.442-1.058t-1.058-.442t-1.06.442q-.44.441-.44%201.058q0%20.618.44%201.059q.442.442%201.06.442t1.058-.442m1.515%209.672h2.95L7.256%209.423q-.154.096-.435.164t-.511.029zm2.95%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/precision-manufacturing-outline-rounded.svg?color=%231a73e8&size=48