precision manufacturing icon
precision-manufacturing-outline-rounded from Material Symbols by Google · Outline Rounded · Business · Apache-2.0 Free for personal and commercial use.
- Name
- precision-manufacturing-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More business icons from Material Symbols
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.475 21q-.625 0-1.062-.437T3.975 19.5t.438-1.062T5.475 18h1.6l-2.55-8.35q-.675-.375-1.112-1.1T2.975 7q0-1.25.875-2.125T5.975 4q.975 0 1.738.563T8.775 6h3.2V5q0-.425.288-.712T12.975 4q.225 0 .438.1t.362.3l1.7-1.6q.225-.225.538-.288t.612.088l3.9 1.8q.3.15.413.438t-.013.562q-.15.3-.437.388t-.563-.038l-3.6-1.65l-2.35 2.2v1.4l2.35 2.15l3.6-1.65q.275-.125.575-.025t.425.375q.15.3.025.575t-.425.425l-3.9 1.85q-.3.15-.612.087t-.538-.287l-1.7-1.6q-.15.15-.362.275t-.438.125q-.425 0-.712-.287T11.975 9V8h-3.2q-.075.2-.162.375t-.238.375l5 9.25h2.1q.625 0 1.063.438t.437 1.062t-.437 1.063t-1.063.437zM6.688 7.712q.287-.287.287-.712t-.287-.712T5.975 6t-.712.288T4.975 7t.288.713t.712.287t.713-.288M9.125 18h1.95l-4.3-8h-.1zm1.95 0"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsPrecisionManufacturingOutlineRounded(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.475 21q-.625 0-1.062-.437T3.975 19.5t.438-1.062T5.475 18h1.6l-2.55-8.35q-.675-.375-1.112-1.1T2.975 7q0-1.25.875-2.125T5.975 4q.975 0 1.738.563T8.775 6h3.2V5q0-.425.288-.712T12.975 4q.225 0 .438.1t.362.3l1.7-1.6q.225-.225.538-.288t.612.088l3.9 1.8q.3.15.413.438t-.013.562q-.15.3-.437.388t-.563-.038l-3.6-1.65l-2.35 2.2v1.4l2.35 2.15l3.6-1.65q.275-.125.575-.025t.425.375q.15.3.025.575t-.425.425l-3.9 1.85q-.3.15-.612.087t-.538-.287l-1.7-1.6q-.15.15-.362.275t-.438.125q-.425 0-.712-.287T11.975 9V8h-3.2q-.075.2-.162.375t-.238.375l5 9.25h2.1q.625 0 1.063.438t.437 1.062t-.437 1.063t-1.063.437zM6.688 7.712q.287-.287.287-.712t-.287-.712T5.975 6t-.712.288T4.975 7t.288.713t.712.287t.713-.288M9.125 18h1.95l-4.3-8h-.1zm1.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.475 21q-.625 0-1.062-.437T3.975 19.5t.438-1.062T5.475 18h1.6l-2.55-8.35q-.675-.375-1.112-1.1T2.975 7q0-1.25.875-2.125T5.975 4q.975 0 1.738.563T8.775 6h3.2V5q0-.425.288-.712T12.975 4q.225 0 .438.1t.362.3l1.7-1.6q.225-.225.538-.288t.612.088l3.9 1.8q.3.15.413.438t-.013.562q-.15.3-.437.388t-.563-.038l-3.6-1.65l-2.35 2.2v1.4l2.35 2.15l3.6-1.65q.275-.125.575-.025t.425.375q.15.3.025.575t-.425.425l-3.9 1.85q-.3.15-.612.087t-.538-.287l-1.7-1.6q-.15.15-.362.275t-.438.125q-.425 0-.712-.287T11.975 9V8h-3.2q-.075.2-.162.375t-.238.375l5 9.25h2.1q.625 0 1.063.438t.437 1.062t-.437 1.063t-1.063.437zM6.688 7.712q.287-.287.287-.712t-.287-.712T5.975 6t-.712.288T4.975 7t.288.713t.712.287t.713-.288M9.125 18h1.95l-4.3-8h-.1zm1.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.475%2021q-.625%200-1.062-.437T3.975%2019.5t.438-1.062T5.475%2018h1.6l-2.55-8.35q-.675-.375-1.112-1.1T2.975%207q0-1.25.875-2.125T5.975%204q.975%200%201.738.563T8.775%206h3.2V5q0-.425.288-.712T12.975%204q.225%200%20.438.1t.362.3l1.7-1.6q.225-.225.538-.288t.612.088l3.9%201.8q.3.15.413.438t-.013.562q-.15.3-.437.388t-.563-.038l-3.6-1.65l-2.35%202.2v1.4l2.35%202.15l3.6-1.65q.275-.125.575-.025t.425.375q.15.3.025.575t-.425.425l-3.9%201.85q-.3.15-.612.087t-.538-.287l-1.7-1.6q-.15.15-.362.275t-.438.125q-.425%200-.712-.287T11.975%209V8h-3.2q-.075.2-.162.375t-.238.375l5%209.25h2.1q.625%200%201.063.438t.437%201.062t-.437%201.063t-1.063.437zM6.688%207.712q.287-.287.287-.712t-.287-.712T5.975%206t-.712.288T4.975%207t.288.713t.712.287t.713-.288M9.125%2018h1.95l-4.3-8h-.1zm1.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.475%2021q-.625%200-1.062-.437T3.975%2019.5t.438-1.062T5.475%2018h1.6l-2.55-8.35q-.675-.375-1.112-1.1T2.975%207q0-1.25.875-2.125T5.975%204q.975%200%201.738.563T8.775%206h3.2V5q0-.425.288-.712T12.975%204q.225%200%20.438.1t.362.3l1.7-1.6q.225-.225.538-.288t.612.088l3.9%201.8q.3.15.413.438t-.013.562q-.15.3-.437.388t-.563-.038l-3.6-1.65l-2.35%202.2v1.4l2.35%202.15l3.6-1.65q.275-.125.575-.025t.425.375q.15.3.025.575t-.425.425l-3.9%201.85q-.3.15-.612.087t-.538-.287l-1.7-1.6q-.15.15-.362.275t-.438.125q-.425%200-.712-.287T11.975%209V8h-3.2q-.075.2-.162.375t-.238.375l5%209.25h2.1q.625%200%201.063.438t.437%201.062t-.437%201.063t-1.063.437zM6.688%207.712q.287-.287.287-.712t-.287-.712T5.975%206t-.712.288T4.975%207t.288.713t.712.287t.713-.288M9.125%2018h1.95l-4.3-8h-.1zm1.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/precision-manufacturing-outline-rounded.svg?color=%231a73e8&size=48